*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1e3a8a;--secondary-color: #dc2626;--accent-color: #f59e0b;--text-color: #1f2937;--text-light: #6b7280;--background-color: #ffffff;--background-light: #f8fafc;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}body{font-family:Georgia,serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}.header{background:linear-gradient(135deg,var(--primary-color) 0%,#1e40af 100%);color:#fff;padding:1rem 0;box-shadow:var(--shadow-lg);position:sticky;top:0;z-index:1000}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo h1{font-size:2.5rem;font-weight:700;margin-bottom:.25rem;color:var(--accent-color);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.logo p{font-size:1rem;opacity:.9;font-style:italic}.nav ul{display:flex;list-style:none;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:.25rem}.nav a:hover{color:var(--accent-color);background-color:#ffffff1a}.hero{background:linear-gradient(135deg,var(--background-light) 0%,#e0f2fe 100%);padding:4rem 0;text-align:center;border-bottom:3px solid var(--accent-color)}.hero h2{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.hero p{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto}.news-section{padding:4rem 0;background-color:var(--background-color)}.city-title{font-size:2.5rem;color:var(--primary-color);margin:3rem 0 2rem;text-align:center;border-bottom:3px solid var(--accent-color);padding-bottom:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.news-item{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:var(--shadow);border-left:5px solid var(--accent-color);transition:transform .3s ease,box-shadow .3s ease}.news-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.news-item h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem;line-height:1.3}.news-meta{display:flex;gap:1rem;margin-bottom:1.5rem;color:var(--text-light);font-size:.9rem}.category{background-color:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-weight:500}.news-item p{margin-bottom:1rem;text-align:justify;line-height:1.7}.news-item a{color:var(--secondary-color);text-decoration:none;font-weight:700;border-bottom:2px solid transparent;transition:border-bottom-color .3s ease}.news-item a:hover{border-bottom-color:var(--secondary-color)}.news-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;margin-top:1rem;box-shadow:var(--shadow)}.faq-section{background:linear-gradient(135deg,var(--background-light) 0%,#f0f9ff 100%);padding:4rem 0}.faq-section h2{font-size:2.5rem;color:var(--primary-color);text-align:center;margin-bottom:3rem;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.faq-item{background:#fff;border-radius:.75rem;margin-bottom:1rem;box-shadow:var(--shadow);overflow:hidden;border-left:4px solid var(--accent-color)}.faq-question{padding:1.5rem;cursor:pointer;font-size:1.1rem;color:var(--primary-color);font-weight:600;transition:background-color .3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background-color:var(--background-light)}.faq-question:after{content:"+";font-size:1.5rem;font-weight:700;color:var(--accent-color);transition:transform .3s ease}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:var(--background-light)}.faq-answer p{padding:1.5rem;color:var(--text-color);line-height:1.6}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,#1e40af 100%);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.25rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem;text-align:center;color:#fffc}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav ul{flex-wrap:wrap;justify-content:center}.hero h2{font-size:2rem}.hero p{font-size:1rem}.city-title{font-size:2rem}.news-item{padding:1.5rem}.news-item h3{font-size:1.25rem}.news-meta{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.container{padding:0 .75rem}.logo h1{font-size:2rem}.hero{padding:2rem 0}.hero h2{font-size:1.75rem}.news-section{padding:2rem 0}.news-item{padding:1rem}.faq-section{padding:2rem 0}}@media print{.header,.footer,.faq-section{display:none}.news-item{-moz-column-break-inside:avoid;break-inside:avoid;box-shadow:none;border:1px solid #ccc}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus,a:focus,.faq-question:focus{outline:2px solid var(--accent-color);outline-offset:2px}@media (prefers-contrast: high){:root{--primary-color: #000000;--secondary-color: #cc0000;--text-color: #000000;--background-color: #ffffff}}
