.see-more-button{position:relative;display:inline-block;padding:.5rem 1.5rem;font-size:1rem;color:#fff;text-decoration:none;overflow:hidden;transition:all 2s ease}.see-more-button:hover{color:#2c64f2;text-decoration:underline;text-underline-offset:5px}.footer{background-color:#2c2c2c;color:#fff;padding:4rem 0 1.5rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.footer__section{display:flex;flex-direction:column}.footer__title{font-size:1.5rem;font-weight:700;color:#2c64f2;margin-bottom:1rem}.footer__subtitle{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer__description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);border-radius:9999px;color:#fff;transition:.3s ease-in-out}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:.15s ease-in-out}.footer__links li a:hover{color:#2c64f2}.footer__schedule{color:#7f8c8d;line-height:1.6}.footer__schedule p{margin-bottom:.5rem}.footer__contact{color:#7f8c8d;line-height:1.6}.footer__contact p{margin-bottom:.5rem}.footer__bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center}.footer__bottom p{color:#95a5a6;font-size:.875rem;margin:0}.communication-layout{min-height:100vh;display:flex;flex-direction:column}.communication-layout .main-content{flex:1 1}body.modal-open{pointer-events:none}body.modal-open .modal{pointer-events:auto}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1050!important;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;pointer-events:none}.modal--open{opacity:1;visibility:visible;pointer-events:auto}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040!important}.modal__content{position:relative;background-color:#2c2c2c;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:calc(100vh - 3rem);margin:auto;z-index:1050;transform:translateY(20px);opacity:0;animation:modalSlideIn .3s ease forwards}.modal__content--sm{width:100%;max-width:400px}.modal__content--md{width:100%;max-width:600px}.modal__content--lg{width:100%;max-width:800px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.modal__title{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.modal__close{background:none;border:none;color:#7f8c8d;cursor:pointer;padding:.25rem;border-radius:9999px;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center}.modal__close:hover{color:#fff;background-color:hsla(0,0%,100%,.1)}.modal__close svg{width:20px;height:20px}.modal__body{padding:2rem;overflow-y:auto;max-height:calc(100vh - 200px);color:#7f8c8d}.modal__body::-webkit-scrollbar{width:8px}.modal__body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:9999px}.modal__body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:9999px}.modal__body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}@keyframes modalSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}