/* ESTÉTICA SALUD Y ACUPUNTURA - PATRICIA MIRANDA */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;600&display=swap');

:root {
    --zen-primary: #5A7668; /* Verde salvia oscuro */
    --zen-light: #E8EBE9;   /* Fondo salvia muy claro */
    --zen-bg: #F9F8F6;      /* Fondo hueso/arena */
    --zen-accent: #C5A880;  /* Dorado apagado / Tierra */
    --zen-text: #2D3732;    /* Gris verdoso muy oscuro */
    --white: #FFFFFF;
    --radius: 12px;
    --transition: all 0.4s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: var(--zen-bg); color: var(--zen-text); line-height: 1.8; font-weight: 300; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--zen-primary); font-weight: 600; }

/* CABECERA ELEGANTE */
header { background: rgba(249, 248, 246, 0.95); backdrop-filter: blur(10px); padding: 20px 5%; display: flex; justify-content: space-between; align-items: center; position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 1px solid rgba(90, 118, 104, 0.1); }
.brand h1 { font-size: 2.2rem; letter-spacing: 1px; color: var(--zen-primary); }
.brand h1 span { color: var(--zen-accent); font-style: italic; }
.brand p { font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; color: var(--zen-accent); margin-top: -5px; }
nav { display: flex; gap: 30px; align-items: center; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { text-decoration: none; color: var(--zen-text); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; transition: var(--transition); }
.nav-links a:hover { color: var(--zen-accent); }
.lang-selector { border: 1px solid var(--zen-accent); background: transparent; color: var(--zen-primary); padding: 5px 15px; border-radius: 20px; font-family: 'Inter'; font-size: 0.8rem; text-transform: uppercase; cursor: pointer; transition: var(--transition); }
.lang-selector:hover { background: var(--zen-accent); color: var(--white); }

/* HERO SPLIT-SCREEN (NUEVO DISEÑO) */
.hero-split { display: flex; min-height: 100vh; padding-top: 80px; align-items: center; background: var(--zen-light); }
.hero-text { flex: 1; padding: 5%; }
.hero-text h2 { font-size: 4rem; line-height: 1.1; margin-bottom: 30px; color: var(--zen-primary); }
.hero-text p { font-size: 1.2rem; margin-bottom: 40px; color: var(--zen-text); max-width: 500px; }
.hero-image { flex: 1; height: calc(100vh - 80px); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; border-top-left-radius: 50vh; border-bottom-left-radius: 50vh; box-shadow: -10px 0 30px rgba(0,0,0,0.05); }

/* CONTENEDORES */
.content-block { padding: 100px 5%; max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 3rem; margin-bottom: 60px; position: relative; }
.section-title::after { content: '✧'; display: block; font-size: 1.5rem; color: var(--zen-accent); margin-top: 10px; }

/* SERVICIOS (SOLO TÍTULOS E IMÁGENES) */
.services-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; }
.service-item { position: relative; border-radius: var(--radius); overflow: hidden; height: 350px; cursor: pointer; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.service-item img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); filter: brightness(70%) sepia(20%); }
.service-item:hover img { transform: scale(1.05); filter: brightness(50%) sepia(0%); }
.service-item h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--white); text-align: center; font-size: 1.8rem; width: 90%; z-index: 2; text-shadow: 0 2px 10px rgba(0,0,0,0.3); }

/* TESTIMONIOS (ANÓNIMOS) */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.testimonial-card { background: var(--white); padding: 40px; border-radius: var(--radius); border-top: 3px solid var(--zen-accent); text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }
.testimonial-card p { font-style: italic; font-size: 1.1rem; color: var(--zen-text); }
.testimonial-icon { color: var(--zen-light); font-size: 3rem; margin-bottom: 15px; font-family: serif; line-height: 0; }

/* DUDAS (EXACTAMENTE 2 PREGUNTAS H3 + P) */
.faq-wrapper { max-width: 800px; margin: 0 auto; }
.faq-box { background: var(--white); padding: 40px; border-radius: var(--radius); margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); border-left: 5px solid var(--zen-primary); }
.faq-box h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--zen-primary); }
.faq-box p { font-size: 1.1rem; color: var(--zen-text); }

/* FOOTER */
footer { background-color: var(--zen-primary); color: var(--zen-light); padding: 80px 5% 30px; margin-top: 80px; font-family: 'Inter', sans-serif; }
.footer-columns { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; max-width: 1200px; margin: 0 auto 50px; }
.footer-columns > div { flex: 1; min-width: 220px; }
.footer-columns h4 { color: var(--zen-accent); font-size: 1.3rem; margin-bottom: 25px; font-family: 'Cormorant Garamond', serif; letter-spacing: 1px; }
.footer-columns p { margin-bottom: 10px; font-size: 0.9rem; color: #D1D8D4; }
.footer-menu-links { list-style: none; }
.footer-menu-links li { margin-bottom: 12px; }
.footer-menu-links a { color: #D1D8D4; text-decoration: none; font-size: 0.9rem; transition: var(--transition); }
.footer-menu-links a:hover { color: var(--white); letter-spacing: 0.5px; }

/* LOGO KIT DIGITAL MEJORADO */

.footer-legal-text { text-align: center; font-size: 0.8rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 25px; color: #9CA3AF; letter-spacing: 1px; }

.footer-columns img {

    background-color: #5A7668;
    height: 15em;
    width: 25em;

}