*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#1a3a52;--secondary:#2c5aa0;--accent:#c59d5f;--light:#f5f5f5;--dark:#333;--gray:#666;--border:#e0e0e0}body{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.8;color:#222;background-color:#fff}.container{max-width:1100px;margin:0 auto;padding:0 20px}.top-bar{background:var(--primary);color:#fff;padding:1rem 0;font-size:1rem}.top-bar-content{display:flex;justify-content:space-between;align-items:center}.contact-info span{margin-right:2rem;font-size:1rem}@media (max-width:768px){.top-bar{padding:.75rem 0;font-size:.9rem}.top-bar-content{flex-direction:column;gap:.5rem;text-align:center}.contact-info span{margin-right:0;font-size:.9rem}.login-btn{padding:.4rem .8rem;font-size:.85rem}}.header-links{display:flex;gap:1rem}.navbar{background:#fff;border-bottom:4px solid var(--accent);padding:2rem 0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;color:var(--primary);font-weight:700;letter-spacing:.5px}.menu{display:flex;list-style:none;gap:3rem}.menu a{text-decoration:none;color:var(--dark);font-weight:600;font-size:1.05rem;border-bottom:3px solid transparent;padding-bottom:.75rem;cursor:pointer}.menu a:hover{color:var(--secondary);border-bottom-color:var(--accent)}.btn{display:inline-block;padding:1.2rem 2.5rem;text-decoration:none;border-radius:0;border:none;cursor:pointer;font-family:Georgia,serif;font-weight:600;font-size:1.1rem}.btn-primary{background:var(--secondary);color:#fff}.btn-primary:hover{background:var(--primary)}.btn-secondary{background:#fff;color:var(--secondary);border:2px solid var(--secondary)}.btn-secondary:hover{background:var(--secondary);color:#fff}.login-btn{color:#fff;text-decoration:none;padding:.5rem 1rem;border:1px solid #fff;display:inline-block;transition:all .3s}.login-btn:hover{background:#fff;color:var(--primary)}.banner{background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;padding:3.5rem 0;text-align:center}.banner-text h2{font-size:2.8rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.banner-text h3{font-size:1.7rem;font-weight:400;margin-bottom:1.5rem;color:var(--accent)}.banner-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;line-height:1.8}.banner-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-section{background:var(--light);padding:4rem 0;border-top:2px solid var(--border);border-bottom:2px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;text-align:center}.stat-box{padding:1.5rem}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem;line-height:1.2}.stat-text{display:block;font-size:1.05rem;color:#444;font-weight:500}.about-section{padding:4rem 0}.about-section h2{font-size:2.2rem;color:var(--primary);margin-bottom:1rem;border-bottom:4px solid var(--accent);padding-bottom:1rem}.two-column{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:3rem;gap:3rem;margin-top:2rem}.about-section .two-column{grid-template-columns:1fr 1fr}.left-column h3{font-size:1.6rem;color:var(--secondary);margin:1.5rem 0;line-height:1.4}.left-column p{margin-bottom:1.5rem;color:#333;line-height:1.9;text-align:justify;font-size:1.05rem}.right-column{min-width:0}.read-more{color:var(--secondary);text-decoration:none;font-weight:600;display:inline-block;margin-top:1rem;transition:color .3s}.read-more:hover{color:var(--accent)}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.feature-number{background:var(--secondary);color:#fff;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;flex-shrink:0;order:1}.feature-item h4{color:var(--primary);font-size:1.3rem;margin:0;font-weight:600;line-height:1.4;order:2;flex:1 1;min-width:150px}.feature-item p{color:#333;font-size:1.1rem;line-height:1.7;order:3;width:calc(100% - 66px);margin:.5rem 0 0 66px}.services-section{background:var(--light);padding:4rem 0}.services-section h2{font-size:2.2rem;color:var(--primary);margin-bottom:1rem;border-bottom:4px solid var(--accent);padding-bottom:1rem}.intro-text{color:#333;margin:1.5rem 0 2.5rem;font-size:1.1rem;line-height:1.8}.services-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.service-item{background:#fff;padding:2rem;border-left:5px solid var(--accent)}.service-item,.service-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}.service-header h3{color:var(--secondary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.service-item p{color:#333;line-height:1.7;font-size:1.05rem}.news-section{padding:3rem 0}.news-section h2{font-size:2.2rem;color:var(--primary);margin-bottom:1rem;border-bottom:4px solid var(--accent);padding-bottom:1rem}.news-table{background:#fff;border:1px solid var(--border);margin:2rem 0;border-collapse:collapse}.news-row{display:grid;grid-template-columns:100px 1.5fr 2fr 30px;grid-gap:1rem;gap:1rem;align-items:center;padding:1.75rem;border-bottom:1px solid var(--border)}.news-row:last-child{border-bottom:none}.news-date{color:var(--accent);font-weight:700;font-size:1rem}.news-title{font-weight:600;color:var(--primary);font-size:1.1rem}.news-summary{color:#333;font-size:1rem;line-height:1.6}.read-link{color:var(--secondary);font-weight:700;text-decoration:none;font-size:1.2rem}.read-link:hover{color:var(--accent)}.quick-communications{background:var(--light);padding:1.5rem;border-left:4px solid var(--secondary);margin-top:2rem}.quick-communications h3{color:var(--primary);margin-bottom:1rem}.quick-communications ul{list-style-position:inside;color:var(--gray)}.quick-communications li{margin-bottom:.75rem}.gallery-section{padding:3rem 0}.gallery-section h2{font-size:2.2rem;color:var(--primary);margin-bottom:1rem;border-bottom:4px solid var(--accent);padding-bottom:1rem}.gallery-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.gallery-row{display:grid;grid-template-columns:280px 1fr;grid-gap:3rem;gap:3rem;align-items:start;padding-bottom:2.5rem;border-bottom:2px solid var(--border)}.gallery-row:last-child{border-bottom:none}.gallery-img{overflow:hidden;height:220px;border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.gallery-img img{width:100%;height:100%;object-fit:cover}.gallery-text h4{color:var(--secondary);font-size:1.4rem;margin-bottom:.75rem;font-weight:600}.gallery-text p{color:#333;line-height:1.7;margin-bottom:1rem;font-size:1.05rem}.contact-section{background:var(--light);padding:3rem 0}.contact-section h2{font-size:2.2rem;color:var(--primary);margin-bottom:2.5rem;text-align:center;border-bottom:4px solid var(--accent);padding-bottom:1rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.contact-box{background:#fff;padding:2.5rem;border-top:4px solid var(--secondary);box-shadow:0 2px 6px rgba(0,0,0,.1)}.contact-box h3{color:var(--primary);font-size:1.4rem;border-bottom:2px solid var(--accent);padding-bottom:.75rem;font-weight:600}.contact-box h3,.contact-item{margin-bottom:1.5rem}.contact-item strong{color:var(--secondary);display:block;margin-bottom:.5rem}.contact-item p{color:#333;margin:0;font-size:1.05rem;line-height:1.6}.dept{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.dept:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.dept strong{color:var(--secondary);display:block;margin-bottom:.5rem}.dept p{color:#333;margin:0;font-size:1.05rem;line-height:1.6}.dept a{color:var(--secondary);text-decoration:none}.dept a:hover{color:var(--accent)}.small{font-size:.9rem;margin-top:.25rem!important}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:2px solid var(--border);background:#fff;font-family:Georgia,serif;font-size:1.1rem;border-radius:2px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px rgba(44,90,160,.1)}.contact-form button{background:var(--secondary);color:#fff;padding:1.2rem;border:none;font-weight:600;cursor:pointer;font-size:1.1rem;border-radius:2px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.contact-form button:hover,.footer{background:var(--primary)}.footer{color:#fff;padding:2.5rem 0 1rem}.footer-top{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-col h4{color:var(--accent);margin-bottom:1rem;font-size:1.1rem;border-bottom:2px solid var(--accent);padding-bottom:.75rem;font-weight:600}.footer-col ul{list-style:none}.footer-col a{color:#ccc;text-decoration:none;display:block;margin-bottom:.75rem;font-size:1.05rem;cursor:pointer}.footer-col a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.2);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:1rem;color:#ccc;line-height:1.6}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#ccc;text-decoration:none;font-size:1.05rem;cursor:pointer}.footer-links a:hover{color:var(--accent)}@media (max-width:480px){body{font-size:16px}.container{padding:0 15px}.logo h1{font-size:1.5rem}.menu{flex-direction:column;gap:.5rem}.menu a{font-size:.95rem;padding-bottom:.5rem}.banner-text h2{font-size:1.8rem}.banner-text h3{font-size:1.2rem}.banner-text p{font-size:1rem}.banner-buttons{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{width:100%;padding:1rem 1.5rem;font-size:1rem}.stats-grid{grid-template-columns:1fr}.stats-item{padding:1.5rem}.stat-number{font-size:2rem}.about-section h2,.contact-section h2,.gallery-section h2,.news-section h2,.services-section h2{font-size:1.6rem;margin-bottom:.75rem;padding-bottom:.75rem}.about-section .two-column,.contact-grid,.two-column{grid-template-columns:1fr;gap:1.5rem}.left-column h3{font-size:1.3rem;margin-bottom:1rem}.feature-item{gap:.75rem;padding-bottom:1rem}.feature-number{width:45px;height:45px;font-size:1.2rem}.feature-item h4{font-size:1.1rem;flex:1 1;min-width:100px}.feature-item p{font-size:1rem;width:100%;margin-left:0}.services-list{grid-template-columns:1fr;gap:1.5rem}.service-item{padding:1.5rem}.service-header h3{font-size:1.1rem}.service-item p{font-size:1rem}.news-row{gap:.5rem;padding:1rem}.gallery-row,.news-row{grid-template-columns:1fr}.gallery-row{gap:1.5rem;padding-bottom:1.5rem}.gallery-img{height:180px}.gallery-text h4{font-size:1.2rem}.gallery-text p{font-size:1rem}.contact-grid{gap:1.5rem}.contact-box{padding:1.5rem}.contact-box h3{font-size:1.2rem}.contact-form input,.contact-form textarea{padding:.85rem;font-size:1rem}.contact-form button{padding:1rem;font-size:1rem}.footer-top{grid-template-columns:1fr;gap:1.5rem}.footer-col h4{font-size:1rem}.footer-col a{font-size:.95rem;margin-bottom:.5rem}.footer-bottom{flex-direction:column;gap:1rem}.footer-bottom p{font-size:.9rem}}@media (max-width:768px){.navbar .container{flex-direction:column;gap:1rem}.menu{flex-direction:column;gap:.75rem}.contact-grid,.services-list,.two-column{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-top,.gallery-row,.news-row{grid-template-columns:1fr}.news-row{gap:.5rem}.banner-buttons{flex-direction:column}.banner-text h2{font-size:1.5rem}}.about-centered{text-align:center}.about-centered h2{margin:0 auto 1rem}.about-centered h3{color:var(--secondary);margin-bottom:2rem}.about-description{max-width:800px;margin:0 auto 2rem}.about-description p{text-align:center;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:2.5rem}.feature-card{background:#fafafa;padding:1.5rem;border-top:3px solid var(--accent);box-shadow:0 1px 4px rgba(0,0,0,.06);text-align:center}.feature-number{width:42px;height:42px;font-size:1.1rem;margin:0 auto}.feature-card h4{font-size:1.05rem;margin-top:.75rem}.feature-card p{font-size:.95rem;line-height:1.5;color:#444}@media (max-width:768px){.features-grid{grid-template-columns:1fr 1fr}.logo h1{font-size:1.3rem}}@media (max-width:480px){.features-grid{grid-template-columns:1fr}}.header{background:#fff;border-bottom:4px solid var(--accent)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.nav-desktop{display:flex;gap:2.5rem}.nav-desktop a{text-decoration:none;color:var(--dark);font-weight:600}.hamburger{display:none;font-size:2rem;background:none;border:none;cursor:pointer}.nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border)}.nav-mobile a{padding:1rem 1.5rem;border-bottom:1px solid var(--border);text-decoration:none;color:var(--dark)}@media (max-width:768px){.nav-desktop{display:none}.hamburger{display:block}.nav-mobile{display:flex}}