*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-hover: #1d4ed8;--secondary-color: #64748b;--text-dark: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--bg-white: #ffffff;--border-color: #e2e8f0;--success-color: #10b981;--error-color: #ef4444;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:var(--bg-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo a{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center}.nav-list a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s;padding:.5rem 0}.nav-list a:hover,.nav-list a.active{color:var(--primary-color)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background-color:var(--text-dark);margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:4rem 0;text-align:center}.hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-content p{font-size:1.25rem;opacity:.9}.page-header{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;padding:3rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header p{font-size:1.1rem;opacity:.9}.categories,.latest-news,.articles-section,.contact-section,.faq-section,.legal-section,.map-section,.cta-section{padding:4rem 0}.categories h2,.latest-news h2,.articles-section h2,.contact-section h2,.faq-section h2,.map-section h2,.cta-section h2{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--text-dark)}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.category-card{background:var(--bg-white);padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;text-decoration:none;color:var(--text-dark)}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.category-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:.5rem}.category-card p{color:var(--text-light)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.news-card{background:var(--bg-white);border-radius:8px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.news-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.news-image{width:100%;height:200px}.news-content{padding:1.5rem}.news-category{display:inline-block;background-color:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;margin-bottom:.75rem}.news-content h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.news-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.5}.read-more{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .3s}.read-more:hover{color:var(--primary-hover)}.article-full{background:var(--bg-white);padding:0;border-radius:8px;box-shadow:var(--shadow);margin-bottom:2rem;overflow:hidden}.article-image{width:100%;height:400px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover;display:block}.article-header{margin-bottom:1.5rem;border-bottom:2px solid var(--border-color);padding:2rem 2rem 1rem}.article-date{color:var(--text-light);font-size:.9rem;display:block;margin-bottom:.5rem}.article-header h2{font-size:2rem;color:var(--text-dark);margin-bottom:0;text-align:left}.article-body{padding:0 2rem 2rem}.article-body p{margin-bottom:1.5rem;line-height:1.8;color:var(--text-dark)}.article-body ul{margin:1.5rem 0;padding-left:2rem}.article-body li{margin-bottom:.5rem;line-height:1.8}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:2rem}.contact-info{background:var(--bg-white);padding:2rem;border-radius:8px;box-shadow:var(--shadow)}.info-block{margin-bottom:2rem}.info-block h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.info-block p{color:var(--text-light);line-height:1.8}.contact-form-wrapper{background:var(--bg-white);padding:2rem;border-radius:8px;box-shadow:var(--shadow)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{padding:.75rem;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical}.btn-primary{background-color:var(--primary-color);color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary-color);color:#fff;padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s}.btn-secondary:hover{background-color:#475569}.form-message{padding:1rem;border-radius:4px;margin-top:1rem}.form-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.form-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.hidden{display:none}.map-wrapper{margin-top:2rem;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--bg-white);margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.faq-question{width:100%;background:none;border:none;padding:1.5rem;text-align:left;font-size:1.1rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.faq-question:hover{background-color:var(--bg-light)}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-item.active .faq-answer{max-height:500px;transition:max-height .5s ease-in}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.8}.legal-content{max-width:900px;margin:0 auto;background:var(--bg-white);padding:3rem;border-radius:8px;box-shadow:var(--shadow)}.legal-content h2{font-size:1.75rem;color:var(--primary-color);margin-top:2rem;margin-bottom:1rem;text-align:left}.legal-content h3{font-size:1.25rem;color:var(--text-dark);margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem;line-height:1.8;color:var(--text-dark)}.legal-content ul{margin:1rem 0;padding-left:2rem}.legal-content li{margin-bottom:.5rem;line-height:1.8}.cta-section{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-content .btn-primary{background-color:#fff;color:var(--primary-color)}.cta-content .btn-primary:hover{background-color:var(--bg-light)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#1e293bfa;color:#fff;padding:1.5rem;box-shadow:0 -2px 10px #0000001a;z-index:10000;transition:transform .3s ease-in-out}.cookie-banner.hidden{transform:translateY(100%)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cookie-content p{margin:0;line-height:1.6;flex:1}.cookie-buttons{display:flex;gap:1rem;align-items:center;flex-shrink:0}.cookie-link{color:#fff;text-decoration:underline;font-size:.9rem}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section p{color:#94a3b8;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:1.5rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-list{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--bg-white);flex-direction:column;padding:1rem;box-shadow:var(--shadow);gap:0}.nav-list.active{display:flex}.nav-list li{width:100%}.nav-list a{display:block;padding:1rem}.hero-content h1,.page-header h1{font-size:2rem}.category-grid,.news-grid{grid-template-columns:1fr}.cookie-content{flex-direction:column;align-items:flex-start}.cookie-buttons{width:100%;flex-direction:column}.cookie-buttons button,.cookie-buttons a{width:100%;text-align:center}.contact-grid{grid-template-columns:1fr}.legal-content{padding:1.5rem}}@media (max-width: 480px){.hero-content h1,.page-header h1{font-size:1.5rem}.hero-content p,.page-header p{font-size:1rem}.categories h2,.latest-news h2,.articles-section h2{font-size:1.5rem}}
