/* Registro - Apariencia consistente con check-reservation */
form.p-4.bg-light.rounded.shadow {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    font-family: 'Open Sans', sans-serif;
}

form.p-4 .form-label {
    font-weight: 600;
    color: rgb(123, 61, 23);
    font-size: 14px;
    margin-bottom: 5px;
}

form.p-4 .form-control {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 15px;
    box-sizing: border-box;
}

form.p-4 .form-control:focus {
    border-color: rgb(123, 61, 23);
    box-shadow: 0 0 0 0.2rem rgba(123, 61, 23, 0.25);
}

form.p-4 button.btn {
    background-color: rgb(123, 61, 23);
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

form.p-4 button.btn:hover {
    background-color: #5a2d12;
}

form.p-4 small.text-danger {
    font-size: 13px;
    color: #d9534f;
}

/* Hero title and subtitle */
.reservation-hero {
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.reservation-hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.reservation-hero-content p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.reservation-hero {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}

.reservation-hero-content {
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
}

.reservation-hero-content h1 {
    font-size: 2.8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reservation-hero-content p {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
}
