/* ============================================
   PÁGINA DE CONTACTO - ESTILOS
   ============================================ */

/* ========== HERO CONTACTO ========== */
.contact-hero {
    position: relative;
    padding: 10rem 0 5rem;
    background: linear-gradient(135deg, #FAF8F5 0%, #F5F1EB 100%);
    text-align: center;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(201, 168, 124, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
}

.contact-hero .hero-ornament {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C9A87C, transparent);
    margin: 0 auto 2rem;
    opacity: 0.5;
}

.contact-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
}

.contact-hero h1 em {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    color: #8B7355;
    display: block;
    line-height: 1.3;
    margin-top: 0.3rem;
}

.contact-hero p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #6B6B6B;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== INFORMACIÓN DE CONTACTO DIRECTO (PRIMERO) ========== */
.contact-info-section {
    padding: 5rem 0;
    background: #FAF8F5;
}

.contact-info-header {
    text-align: center;
    margin-bottom: 4rem;
}

.contact-info-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.contact-info-header p {
    font-size: 1.05rem;
    font-weight: 300;
    color: #6B6B6B;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-method {
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 12px;
    border: 1px solid rgba(201, 168, 124, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.contact-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    border-color: #C9A87C;
}

.method-icon {
    width: 60px;
    height: 60px;
    background: #FAF8F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-method:hover .method-icon {
    transform: scale(1.1);
}

.method-icon svg {
    width: 28px;
    height: 28px;
}

.method-content {
    flex: 1;
}

.method-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.method-value {
    font-size: 1.05rem;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

.method-value a {
    color: #1A1A1A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.method-value a:hover {
    color: #C9A87C;
}

.method-description {
    font-size: 0.9rem;
    font-weight: 300;
    color: #6B6B6B;
    line-height: 1.6;
}

/* ========== SECCIÓN REDES SOCIALES (SEGUNDO) ========== */
.social-section {
    padding: 5rem 0;
    background: #FFFFFF;
}

.social-header {
    text-align: center;
    margin-bottom: 4rem;
}

.social-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.social-header h2 em {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-style: normal;
    color: #8B7355;
}

/* ========== PREVIEWS DE REDES SOCIALES ========== */
.social-previews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.preview-container {
    background: #FAF8F5;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.preview-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.preview-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.preview-icon {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-icon svg {
    width: 22px;
    height: 22px;
}

.preview-info h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 0.2rem;
}

.preview-info p {
    font-size: 0.8rem;
    color: #C9A87C;
}

.preview-content {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.preview-content iframe,
.preview-content blockquote {
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0;
}

.preview-content .tiktok-embed {
    background: transparent;
    margin: 0 auto;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .contact-methods {
        grid-template-columns: 1fr;
    }
    
    .social-previews {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 7rem 0 4rem;
    }
    
    .contact-hero h1 {
        font-size: 3rem;
    }
    
    .contact-hero h1 em {
        font-size: 3.5rem;
    }
    
    .contact-hero p {
        font-size: 1rem;
    }
    
    .contact-info-section {
        padding: 4rem 0;
    }
    
    .contact-info-header h2 {
        font-size: 2.2rem;
    }
    
    .contact-method {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2.5rem 2rem;
    }
    
    .social-section {
        padding: 4rem 0;
    }
    
    .social-header h2 {
        font-size: 2.5rem;
    }
    
    .preview-container {
        padding: 2rem 1.5rem;
    }
    
    .preview-content {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .contact-hero h1 {
        font-size: 2.5rem;
    }
    
    .contact-hero h1 em {
        font-size: 3rem;
    }
    
    .contact-info-header h2 {
        font-size: 1.9rem;
    }
    
    .method-content h3 {
        font-size: 1.4rem;
    }
    
    .social-header h2 {
        font-size: 2rem;
    }
}