/* Luxury Reservation Form Styling - Direct Inline Supported 2-Column Grid */
.aldergate-enquiry-card {
    background: #ffffff;
    border: 1px solid #DECFAF;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 12px 36px rgba(34, 48, 42, 0.08);
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 600px) {
    .aldergate-enquiry-card {
        padding: 1.5rem;
    }
    .aldergate-form-row {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}

.aldergate-enquiry-header {
    margin-bottom: 2rem;
    border-bottom: 1px solid #DECFAF;
    padding-bottom: 1.25rem;
}

.aldergate-enquiry-header .aldergate-tag {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: #B08D57;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
}

.aldergate-enquiry-header h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: #22302A;
    margin-bottom: 0.5rem;
}

.aldergate-enquiry-header p {
    font-size: 0.95rem;
    color: #6E6759;
}

.aldergate-enquiry-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.aldergate-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    text-align: left;
    width: 100%;
}

.aldergate-form-group label {
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #22302A;
}

/* Beautiful Placeholder Typography */
.aldergate-form-group input::placeholder,
.aldergate-form-group textarea::placeholder {
    color: #A09888 !important;
    font-style: italic !important;
    font-size: 0.9rem !important;
    opacity: 0.85 !important;
}

.aldergate-form-group input:focus,
.aldergate-form-group select:focus,
.aldergate-form-group textarea:focus {
    outline: none !important;
    border-color: #B08D57 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(176, 141, 87, 0.18) !important;
}

.aldergate-btn-submit:hover {
    background: #B08D57 !important;
    color: #22302A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(176, 141, 87, 0.35) !important;
}

.aldergate-enquiry-success {
    text-align: center;
    padding: 3rem 2rem;
    background: #FAF6EF;
    border: 1px solid #DECFAF;
    border-radius: 8px;
}

.aldergate-enquiry-success .success-icon {
    width: 60px;
    height: 60px;
    background: #4B6C4B;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 1.25rem auto;
}

.aldergate-enquiry-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: #22302A;
    margin-bottom: 0.5rem;
}

.aldergate-enquiry-success p {
    font-size: 1rem;
    color: #6E6759;
    margin-bottom: 1.5rem;
}

.aldergate-enquiry-success .ref-badge {
    background: #22302A;
    color: #E0C79B;
    display: inline-block;
    padding: 0.6rem 1.6rem;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    border: 1px solid #B08D57;
}