@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#0000;background-image:linear-gradient(#04142ce6,#04142cf2),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;min-height:100vh;font-family:Montserrat,sans-serif;display:flex}header{justify-content:space-between;align-items:center;width:100%;padding:2rem 5%;animation:1s fadeInDown;display:flex}.logo-container{text-align:left;background:0 0;border:2px solid #08c;padding:.5rem .8rem;line-height:1.1;display:inline-block}.logo-container .logo-text{text-transform:uppercase;letter-spacing:1px;font-size:1.2rem;font-weight:700}.nav-mockup{letter-spacing:1px;color:#a0aec0;align-items:center;gap:1rem;font-size:.85rem;font-weight:600;display:flex}.nav-mockup span{cursor:pointer;transition:color .3s}.nav-mockup span:hover{color:#fff}.active-lang{font-weight:700;color:#08c!important}main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;animation:1.2s fadeInUp;display:flex}.hero-title{letter-spacing:1px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:300}.hero-title span{color:#08c;font-weight:600}.message{color:#cbd5e1;max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:300;line-height:1.6}.location-info{flex-direction:column;align-items:center;margin-bottom:3.5rem;animation:1.4s fadeInUp;display:flex}.location-icon{color:#08c;width:32px;height:32px;margin-bottom:.8rem}.location-title{letter-spacing:2px;color:#08c;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.location-address{color:#cbd5e1;white-space:pre-line;font-size:.95rem;line-height:1.7}.contact-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;background:0 0;border:1px solid #08c;padding:.8rem 2.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.contact-btn:hover{color:#fff;background:#08c}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=768px){header{padding:1.5rem 1rem}.logo-container .logo-text{font-size:1rem}.hero-title{font-size:2.2rem}.message{padding:0 1rem;font-size:1rem}}@media screen and (width<=480px){.hero-title{flex-direction:column;gap:.2rem;font-size:1.8rem;display:flex}.hero-title span{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:2.2rem}main{padding:1.5rem 1rem}.location-address{font-size:.85rem}}
