html,body,#root{margin:0;padding:0;height:100%;overflow:hidden}.menu{background-color:#2c3e50;color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.menu h1{margin:0;font-size:1.8rem;display:flex;align-items:center;gap:.5rem}.menu .logo{height:40px;border-radius:4px}.menu ul{list-style:none;padding:0;display:flex;gap:2rem;margin:0}.menu li{cursor:pointer;transition:color .2s ease-in-out}.menu li:hover{color:#f1c40f}main{padding:0}section{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative}section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://source.unsplash.com/1600x900/?chile,landscape);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.25;z-index:1}section>.relative{position:relative;z-index:10;width:100%;max-width:1024px;padding:2rem}section .bg-white{background-color:#fffffff2;border-radius:1rem;box-shadow:0 10px 30px #0003;padding:2.5rem}h2{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#1f2937}p{text-align:center;color:#4b5563;margin-bottom:2.5rem;line-height:1.5}input,textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none;font-size:1rem}input:focus,textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f14d}button{width:100%;background-color:#6366f1;color:#fff;padding:.75rem;font-size:1.125rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#4f46e5;box-shadow:0 5px 15px #0003}@media (min-width: 768px){form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.md\:col-span-2{grid-column:span 2 / span 2}}
