/* ============================================
   CONTACT PAGE STYLES
   ============================================ */

/* Contact Summary Card Styling aligned with Image */
.summary-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    height: 100%;
}

/* Fix Layout Height Matching (Override reservacion.css) */
.reservation-layout {
    align-items: stretch !important;
}

.reservation-forms-column {
    height: auto;
    display: flex;
    flex-direction: column;
}

.reservation-form-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header "Azul Cristal" / Slate Blue */
.summary-header-contact {
    background-color: #5d728e;
    padding: 1.25rem;
    text-align: center;
}

.summary-title-contact {
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.summary-content {
    padding: 1.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

/* Information Groups */
.info-group {
    background-color: #f7fafc;
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid #edf2f7;
}

.info-group-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.75rem 0;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    color: #718096;
    font-weight: 500;
}

.info-value {
    color: #2d3748;
    font-weight: 600;
    text-align: right;
}

.info-value a {
    color: #5d728e;
    text-decoration: none;
}

.info-value a:hover {
    text-decoration: underline;
}

.btn-send-message {
    background-color: #4a0d0d;
    color: white;
    border: none;
    padding: 1rem 2rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 1rem;
    font-family: inherit;
}

.btn-send-message:hover {
    background-color: #6a1d1d;
}

/* ============================================
   SEO & MAP SECTIONS
   ============================================ */

.contact-seo-section {
    padding: 5rem 0;
    background-color: #ffffff;
    border-top: 1px solid #edf2f7;
}

.seo-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.seo-title {
    font-size: 2rem;
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}

.seo-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #d4af37;
    margin-top: 0.5rem;
    border-radius: 2px;
}

.seo-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.seo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.seo-list li {
    font-size: 0.95rem;
    color: #2d3748;
    background: #f7fafc;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    border-left: 3px solid #5d728e;
}

.seo-note {
    font-size: 0.9rem;
    color: #718096;
    font-style: italic;
    border-left: 2px solid #e2e8f0;
    padding-left: 1rem;
}

.seo-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.seo-image:hover {
    transform: translateY(-5px);
}

.contact-map-section {
    padding: 4rem 0 0 0;
    background-color: #f7fafc;
}

.map-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    padding: 0 20px;
}

.map-title {
    font-size: 2rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.map-subtitle {
    font-size: 1.1rem;
    color: #718096;
}

.map-container {
    width: 100%;
    height: 450px;
    filter: grayscale(20%);
    transition: filter 0.3s;
}

.map-container:hover {
    filter: grayscale(0%);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 968px) {
    .seo-content-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .seo-list {
        grid-template-columns: 1fr;
    }

    .seo-image-column {
        order: -1;
    }
}

/* Phone Number Group - Premium Unified Field (Native Match) */
.reservation-form .phone-input-group {
    display: flex !important;
    align-items: stretch !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    height: 54px !important;
    /* Unified height */
    transition: all 0.3s ease !important;
}

.reservation-form .phone-input-group:focus-within {
    border-color: #6F4E37 !important;
    box-shadow: 0 0 0 3px rgba(111, 78, 55, 0.1) !important;
}

/* Selector Nativo - Estilo Integrado y Limpio */
.reservation-form .country-code-select {
    flex: 0 0 140px !important;
    width: 140px !important;
    border: none !important;
    border-right: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    color: #4a5568 !important;
    font-size: 0.95rem !important;
    padding: 0 10px !important;
    cursor: pointer !important;
    height: 100% !important;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Custom Drop Arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* El input de teléfono ocupa el resto */
.reservation-form .phone-input {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    padding: 0 18px !important;
    font-size: 1.05rem !important;
    height: 100% !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}