.hero{background:linear-gradient(180deg,#f8f9fa,#e6f0fa);padding:5rem 2rem 3rem;text-align:center;font-family:Montserrat,sans-serif}.hero-simple{display:flex;flex-direction:column;align-items:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:clamp(2.5rem,5vw,3.5rem);color:#1ebac8;margin-bottom:.5rem;text-transform:uppercase;font-weight:700}.hero-subtitle{font-size:1.25rem;color:#333;margin-bottom:2rem;font-style:italic}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;text-align:left;font-size:1rem;color:#555;margin-bottom:2rem}.info-item{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000d;line-height:1.6}.info-item a{color:#1ebac8;text-decoration:none}.info-item a:hover{text-decoration:underline}.icon{margin-right:.5rem}.map-container{width:100%;max-width:800px;border-radius:8px;overflow:hidden}.load-map-button{background-color:#1ebac8;color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #1ebac866;transition:background-color .3s ease;font-weight:600}.load-map-button:hover{background-color:#1599a3}.consent-text{font-size:.9rem;color:#555;margin-top:.75rem;font-style:italic}.consent-text a{color:#1ebac8;text-decoration:underline}.consent-text a:hover{color:#1599a3}@media (max-width:768px){.contact-info{grid-template-columns:1fr}.map-container iframe{height:200px}}