.see-more-button{color:#fff;padding:.5rem 1.5rem;font-size:1rem;text-decoration:none;transition:all 2s;display:inline-block;position:relative;overflow:hidden}.see-more-button:hover{color:#2c64f2;text-underline-offset:5px;text-decoration:underline}.footer{color:#fff;background-color:#2c2c2c;margin-top:auto;padding:4rem 0 1.5rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.footer .container{padding:0 2rem}}.footer__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.footer__section{flex-direction:column;display:flex}.footer__title{color:#2c64f2;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer__subtitle{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.footer__description{color:#7f8c8d;margin-bottom:1.5rem;line-height:1.6}.footer__social{gap:1rem;display:flex}.footer__social-link{color:#fff;background-color:rgba(255,255,255,.1);border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s ease-in-out;display:flex}.footer__social-link:hover{background-color:#2c64f2;transform:translateY(-2px)}.footer__social-icon{width:20px;height:20px}.footer__links{margin:0;padding:0;list-style:none}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#7f8c8d;transition:all .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{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.footer__bottom p{color:#95a5a6;margin:0;font-size:.875rem}.communication-layout{flex-direction:column;min-height:100vh;display:flex}.communication-layout .main-content{flex:1}.contact-page{background:#f8f9fa;min-height:100vh}.contact-page .contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#2c64f2 0%,#0c41c5 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.contact-page .contact-hero:before{content:"";opacity:.1;z-index:1;background:url(/vitrine/images/abstract-fitness-pattern.jpg) 50%/cover;position:absolute;top:0;bottom:0;left:0;right:0}.contact-page .contact-hero .hero-content{z-index:2;max-width:800px;margin:0 auto;padding:0 1.5rem;position:relative}.contact-page .contact-hero .hero-content h1{text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}@media (max-width:768px){.contact-page .contact-hero .hero-content h1{font-size:1.875rem}}.contact-page .contact-hero .hero-content p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.contact-page .contact-hero .hero-content p{font-size:1rem}}.contact-page .contact-container{max-width:1200px;margin:0 auto;padding:6rem 1.5rem}@media (max-width:768px){.contact-page .contact-container{padding:4rem 1rem}}.contact-page .contact-grid{grid-template-columns:1fr 400px;gap:6rem;margin-bottom:6rem;display:grid}@media (max-width:1024px){.contact-page .contact-grid{grid-template-columns:1fr;gap:4rem}}.contact-page .contact-form-section .form-header{margin-bottom:4rem}.contact-page .contact-form-section .form-header h2{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.contact-page .contact-form-section .form-header p{color:#7f8c8d;font-size:1rem;line-height:1.6}.contact-page .contact-form-section .alert{border:1px solid;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.contact-page .contact-form-section .alert h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.contact-page .contact-form-section .alert p{margin:0}.contact-page .contact-form-section .alert.alert-success{color:#145b32;background-color:rgba(39,174,96,.1);border-color:#27ae60}.contact-page .contact-form-section .alert.alert-error{color:#a82315;background-color:rgba(231,76,60,.1);border-color:#e74c3c}.contact-page .contact-form-section .contact-form .form-row{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:640px){.contact-page .contact-form-section .contact-form .form-row{grid-template-columns:1fr;gap:1rem}}.contact-page .contact-form-section .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-form-section .contact-form .form-group label{color:#2c3e50;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.contact-page .contact-form-section .contact-form .form-group input,.contact-page .contact-form-section .contact-form .form-group select,.contact-page .contact-form-section .contact-form .form-group textarea{background:#fff;border:2px solid #ecf0f1;border-radius:.5rem;width:100%;padding:1rem;font-size:1rem;transition:all .3s ease-in-out}.contact-page .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-form-section .contact-form .form-group select:focus,.contact-page .contact-form-section .contact-form .form-group textarea:focus{border-color:#2c64f2;outline:none;box-shadow:0 0 0 3px rgba(44,100,242,.1)}.contact-page .contact-form-section .contact-form .form-group input::placeholder,.contact-page .contact-form-section .contact-form .form-group select::placeholder,.contact-page .contact-form-section .contact-form .form-group textarea::placeholder{color:#95a5a6}.contact-page .contact-form-section .contact-form .form-group input:invalid:not(:focus):not(:placeholder-shown),.contact-page .contact-form-section .contact-form .form-group select:invalid:not(:focus):not(:placeholder-shown),.contact-page .contact-form-section .contact-form .form-group textarea:invalid:not(:focus):not(:placeholder-shown){border-color:#e74c3c}.contact-page .contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-page .contact-form-section .contact-form .form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.contact-page .contact-form-section .contact-form .form-actions{text-align:center;margin-top:3rem}.contact-page .contact-form-section .contact-form .form-actions button{min-width:200px}.contact-page .contact-info-section .info-header{margin-bottom:4rem}.contact-page .contact-info-section .info-header h2{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.contact-page .contact-info-section .info-header p{color:#7f8c8d;line-height:1.6}.contact-page .contact-info-section .contact-info-grid{margin-bottom:4rem}.contact-page .contact-info-section .contact-info-grid .contact-info-card{background:#fff;border-radius:.75rem;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease-in-out;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.contact-page .contact-info-section .contact-info-grid .contact-info-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-page .contact-info-section .contact-info-grid .contact-info-card .info-icon{margin-bottom:1rem;font-size:1.5rem}.contact-page .contact-info-section .contact-info-grid .contact-info-card .info-content h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.contact-page .contact-info-section .contact-info-grid .contact-info-card .info-content p{color:#7f8c8d;white-space:pre-line;margin:0;line-height:1.6}.contact-page .contact-info-section .quick-faq{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.contact-page .contact-info-section .quick-faq h3{color:#2c3e50;border-bottom:2px solid #ecf0f1;margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;font-weight:600}.contact-page .contact-info-section .quick-faq .faq-item{margin-bottom:1.5rem}.contact-page .contact-info-section .quick-faq .faq-item:last-child{margin-bottom:0}.contact-page .contact-info-section .quick-faq .faq-item h4{color:#2c3e50;margin-bottom:.5rem;font-size:1rem;font-weight:500}.contact-page .contact-info-section .quick-faq .faq-item p{color:#7f8c8d;margin:0;line-height:1.6}.contact-page .location-section{background:#fff;border-radius:1rem;padding:6rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.contact-page .location-section .location-header{text-align:center;margin-bottom:4rem}.contact-page .location-section .location-header h2{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.contact-page .location-section .location-header p{color:#7f8c8d;font-size:1rem}.contact-page .location-section .location-content{grid-template-columns:2fr 1fr;gap:4rem;display:grid}@media (max-width:1024px){.contact-page .location-section .location-content{grid-template-columns:1fr;gap:2rem}}.contact-page .location-section .location-content .map-placeholder{background:linear-gradient(135deg,#ecf0f1 0%,#cfd9db 100%);border-radius:.75rem;justify-content:center;align-items:center;height:350px;display:flex;position:relative;overflow:hidden}.contact-page .location-section .location-content .map-placeholder:before{content:"🗺️";opacity:.3;font-size:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-page .location-section .location-content .map-placeholder .map-info{text-align:center;z-index:2;position:relative}.contact-page .location-section .location-content .map-placeholder .map-info h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.contact-page .location-section .location-content .map-placeholder .map-info p{color:#7f8c8d;margin-bottom:1.5rem}.contact-page .location-section .location-content .transport-info h3{color:#2c3e50;margin-bottom:2rem;font-size:1.25rem;font-weight:600}.contact-page .location-section .location-content .transport-info .transport-options .transport-item{background:#f8f9fa;border-radius:.5rem;margin-bottom:1rem;padding:1.5rem}.contact-page .location-section .location-content .transport-info .transport-options .transport-item:last-child{margin-bottom:0}.contact-page .location-section .location-content .transport-info .transport-options .transport-item strong{color:#2c3e50;margin-bottom:.5rem;font-size:1rem;display:block}.contact-page .location-section .location-content .transport-info .transport-options .transport-item p{color:#7f8c8d;margin:0;line-height:1.5}@media (max-width:768px){.contact-page .contact-container{padding:3rem 1rem}.contact-page .contact-form-section .contact-form .form-row{grid-template-columns:1fr}.contact-page .location-section{padding:3rem}.contact-page .location-section .location-content .map-placeholder{height:250px}}@media (max-width:640px){.contact-page .contact-hero{padding:4rem 0 3rem}.contact-page .contact-hero .hero-content h1{font-size:1.5rem}.contact-page .contact-info-section .contact-info-card{padding:1.5rem}.contact-page .location-section .location-content .map-placeholder{height:200px}}
