.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}.textarea-wrapper{display:flex;flex-direction:column;gap:.5rem}.textarea-wrapper.fullWidth{width:100%}.textarea-wrapper .textarea-label{font-size:1rem;font-weight:500}.textarea-wrapper .textarea{font-family:inherit;padding:.75rem;border-radius:.25rem;transition:all .2s ease-in-out;resize:vertical;min-height:120px;color:#f8f9fa}.textarea-wrapper .textarea.outline{border:2px solid #95a5a6;background:rgba(0,0,0,0)}.textarea-wrapper .textarea.outline:focus{border-color:#2c64f2;outline:none;box-shadow:0 0 0 2px rgba(44,100,242,.2)}.textarea-wrapper .textarea.filled{border:none;background:#f8f9fa}.textarea-wrapper .textarea.filled:focus{outline:none;box-shadow:0 0 0 2px #2c64f2}.textarea-wrapper .textarea.sm{font-size:.875rem;padding:.5rem}.textarea-wrapper .textarea.md{font-size:1rem;padding:.75rem}.textarea-wrapper .textarea.lg{font-size:1.125rem;padding:1rem}.textarea-wrapper .textarea.error{border-color:#e74c3c}.textarea-wrapper .textarea.error:focus{border-color:#e74c3c;box-shadow:0 0 0 2px rgba(231,76,60,.2)}.textarea-wrapper .error-message{font-size:.875rem;color:#e74c3c}