:root{--primary-color: #2196F3;--secondary-color: #64B5F6;--background-color: #F5F5F5;--text-color: #333;--border-radius: 8px;--shadow: 0 2px 4px rgba(0,0,0,.1);--header-height: 60px;--footer-height: 80px;--scrollbar-width: 6px;--scrollbar-track-bg: #f1f1f1;--scrollbar-thumb-bg: #ccc;--scrollbar-thumb-hover-bg: #bbb;--scrollbar-radius: 3px;--input-padding: .7rem 1rem;--input-transition: all .3s ease}.app-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;width:100%;box-shadow:var(--shadow);height:var(--header-height);box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000}.app-header>div{padding:.8rem 2rem;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.app-header h1{margin:0;font-size:1.4rem}.app-header a{color:#fff;text-decoration:none}.header-nav{margin-left:auto}.header-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.header-right{display:flex;align-items:center;gap:1rem}.contact-btn{padding:.4rem .8rem;background-color:#fff3;border-radius:var(--border-radius);transition:background-color .3s}.contact-btn:hover{background-color:#ffffff4d}.social-icon{width:24px;height:24px;transition:opacity .3s}.social-icon:hover{opacity:.8}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;position:absolute;right:2rem;top:1rem;z-index:1000}.hamburger-menu span{width:30px;height:3px;background:#fff;border-radius:3px;transition:all .3s linear}.dropdown{position:relative}.dropdown-trigger{cursor:pointer;padding:.4rem .8rem;background-color:#fff3;border-radius:var(--border-radius);transition:background-color .3s}.dropdown-trigger:hover{background-color:#ffffff4d}.dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;box-shadow:var(--shadow);border-radius:var(--border-radius);padding:.5rem 0;min-width:200px;z-index:1000;margin-top:.5rem}@media (min-width: 769px){.dropdown-menu{display:none;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible}}.dropdown-menu:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}.dropdown-menu li{padding:0;margin:0}.dropdown-menu a{color:var(--text-color);text-decoration:none;display:block;padding:.7rem 1.2rem;transition:background-color .3s,color .3s}.dropdown-menu a:hover{color:var(--primary-color);background-color:#2196f31a}.app-footer{background-color:#333;color:#fff;padding:1.5rem;box-sizing:border-box;margin-top:auto;width:100%;flex-shrink:0}.footer-content{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;box-sizing:border-box}.footer-brand{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:700}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-link{color:#ccc;text-decoration:none;transition:color .3s;padding:.5rem;white-space:nowrap}.footer-link:hover{color:#fff}@media (max-width: 768px){.app-header>div{padding:.8rem 1rem}.app-header h1{font-size:1.3rem;margin-right:60px}.hamburger-menu{display:flex}.header-nav{display:none;position:fixed;background:#fff;padding:1.5rem;box-shadow:var(--shadow);top:var(--header-height);right:0;z-index:1001;width:280px;max-height:calc(100vh - var(--header-height));overflow-y:auto;border-radius:0 0 var(--border-radius) var(--border-radius)}.header-nav.active{display:block}.header-nav ul{flex-direction:column;gap:1.2rem}.header-nav a{color:var(--text-color);display:block;padding:.8rem;font-size:1.1rem}.dropdown-menu{position:static;box-shadow:none;padding:.8rem;display:none;transform:none;margin-top:.8rem;background:#f5f5f5;width:100%;border-radius:var(--border-radius)}.dropdown-menu:before{display:none}.dropdown-menu a{color:var(--text-color);padding:.8rem 1.2rem;border-radius:var(--border-radius);font-size:1.1rem}.dropdown-menu a:hover{background-color:#2196f31a}.dropdown-trigger{width:100%;text-align:left;background:none;padding:.8rem;font-size:1.1rem}.dropdown.active .dropdown-menu{display:block!important}.app-footer{padding:1rem}.footer-content{padding:0 1rem;flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:row;justify-content:center;gap:1rem;padding:0 .5rem}.footer-link{display:inline-block;padding:.4rem;font-size:.9rem}}body{padding-top:var(--header-height);min-height:100vh}.cta-button,.statistics-school-link,.action-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-decoration:none;border-radius:var(--border-radius);transition:all .3s ease;font-weight:500;box-shadow:0 2px 4px #2196f34d}.cta-button:hover,.statistics-school-link:hover,.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #2196f366}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item.active{color:#6c757d}.breadcrumb-item a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}.breadcrumb-item a:hover{color:var(--secondary-color);text-decoration:underline}.breadcrumb-container{width:100%;padding:0 1.5rem;box-sizing:border-box}@media (max-width: 768px){.breadcrumb-container{padding:0 1rem}}
