.page-container{display:flex;height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}.details-panel{width:400px;background-color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:center;box-shadow:2px 0 10px #0000001a;z-index:10}.brand-logo{max-width:180px;height:auto;margin-bottom:24px;display:block}.location-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 15px;line-height:1.2}.location-address{font-size:1.1rem;color:#555;line-height:1.5;margin-bottom:30px}.cta-button{display:inline-block;background-color:#007bff;color:#fff;text-decoration:none;padding:16px 24px;border-radius:8px;text-align:center;font-weight:600;font-size:1rem;transition:background-color .2s ease;box-shadow:0 4px 6px #007bff33}.cta-button:hover{background-color:#0056b3}.map-panel{flex:1;background-color:#eef1f5;position:relative}.map-iframe{width:100%;height:100%;border:none}@media(max-width:768px){.page-container{flex-direction:column}.map-panel{height:60vh;flex:none}.details-panel{width:100%;height:40vh;padding:24px;box-sizing:border-box;border-top-left-radius:20px;border-top-right-radius:20px;margin-top:-20px;justify-content:flex-start}.location-title{font-size:1.5rem}}
