*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}html{scroll-behavior:smooth}.header{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h1{font-size:1.5rem;color:#333;margin:0}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#007bff}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;gap:1rem;box-shadow:0 4px 10px #0000001a;display:none}.nav.active{display:flex}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;margin-top:60px}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1rem;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;animation:fadeInUp .8s ease .2s backwards}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9;animation:fadeInUp .8s ease .4s backwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp .8s ease .6s backwards}.btn{padding:.875rem 2rem;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#667eea}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column}}.about{padding:4rem 0;background:#f8f9fa}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:.5rem;color:#333}.section-header p{font-size:1.1rem;color:#666}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.about-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:transform .3s}.about-card:hover{transform:translateY(-5px)}.card-icon{font-size:3rem;margin-bottom:1rem}.about-card h3{margin-bottom:1rem;color:#333}.about-card p{color:#666;line-height:1.6}.services{padding:4rem 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#f8f9fa;padding:2rem;border-radius:10px;transition:all .3s;border:2px solid transparent}.service-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 5px 20px #667eea33}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{margin-bottom:.5rem;color:#333}.service-card p{color:#666;line-height:1.6}.news{padding:4rem 0;background:#fff}.news-categories{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.category-btn{padding:.625rem 1.5rem;border:2px solid #667eea;background:transparent;color:#667eea;border-radius:25px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s}.category-btn:hover,.category-btn.active{background:#667eea;color:#fff}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.news-card{background:#f8f9fa;border-radius:10px;padding:2rem;cursor:pointer;transition:all .3s;border:2px solid transparent}.news-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 5px 20px #667eea33}.news-category{display:inline-block;background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.news-title{font-size:1.25rem;color:#333;margin-bottom:.5rem;line-height:1.4}.news-date{color:#999;font-size:.9rem;margin-bottom:1rem}.news-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.read-more{color:#667eea;background:none;border:none;font-weight:600;cursor:pointer;padding:0;font-size:1rem;transition:color .3s}.read-more:hover{color:#5568d3;text-decoration:underline}.news-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#fff;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;border-radius:10px;padding:2.5rem;position:relative;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;transition:color .3s;line-height:1}.close-btn:hover{color:#333}.modal-category{display:inline-block;background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.modal-content h2{color:#333;margin-bottom:.5rem;font-size:1.75rem;line-height:1.3}.modal-date{color:#999;margin-bottom:1.5rem}.modal-body{color:#666;line-height:1.8;font-size:1.05rem}.modal-body p{margin-bottom:1rem}@media(max-width:768px){.news-grid{grid-template-columns:1fr}.news-categories{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.85rem}.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}}.contact{padding:4rem 0;background:#f8f9fa}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{margin-bottom:.5rem;color:#333;font-size:1.2rem}.contact-item p{color:#666;line-height:1.6}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;font-family:inherit;box-sizing:border-box;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.btn-submit{width:100%;padding:1rem;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.btn-submit:hover{background:#5568d3}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.2rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
