/* ESTÉTICA SOFT GLAM & GLASS - BRENDA GARCÍA (MAQUILLAJE Y ESTÉTICA) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
    --glam-blush: #FFE5E5;       /* Rosa Colorete suave */
    --glam-nude: #FFF0F0;        /* Nude muy claro / Fondo */
    --glam-rosegold: #B76E79;    /* Oro Rosa / Detalles y botones */
    --glam-charcoal: #333333;    /* Gris Carbón / Texto principal */
    --glam-pearl: #FFFFFF;       /* Blanco Perla */
    --glass-bg: rgba(255, 255, 255, 0.7); /* Cristal translúcido */
    --glass-border: 1px solid rgba(255, 255, 255, 0.5);
    --shadow-soft: 0 8px 32px 0 rgba(183, 110, 121, 0.1);
    --radius-soft: 20px;
    --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: linear-gradient(135deg, var(--glam-nude) 0%, var(--glam-pearl) 100%); color: var(--glam-charcoal); line-height: 1.7; font-weight: 300; min-height: 100vh; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--glam-charcoal); }

/* TOP BAR (FLOTANTE Y ELEGANTE) */
.top-bar-container { padding: 15px 5% 0; display: flex; justify-content: center; }
.top-bar { background: transparent; color: var(--glam-charcoal); display: flex; gap: 30px; font-size: 0.85rem; font-weight: 500; letter-spacing: 1px; }
.top-bar span i { color: var(--glam-rosegold); font-style: normal; margin-right: 5px; }

/* CABECERA GLASSMORPHISM (NAVEGACIÓN FLOTANTE) */
.header-container { padding: 15px 5%; position: sticky; top: 0; z-index: 1000; }
header { background: var(--glass-bg); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: var(--glass-border); border-radius: 40px; padding: 15px 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: var(--shadow-soft); max-width: 1200px; margin: 0 auto; }
.brand h1 { font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; line-height: 1; }
.brand h1 span { color: var(--glam-rosegold); font-style: italic; font-weight: 400; }
.brand p { font-size: 0.7rem; color: var(--glam-rosegold); text-transform: uppercase; letter-spacing: 3px; margin-top: 4px; font-weight: 600; }
nav { display: flex; align-items: center; gap: 30px; }
.nav-links { display: flex; list-style: none; gap: 25px; }
.nav-links a { text-decoration: none; color: var(--glam-charcoal); font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; transition: var(--transition); position: relative; }
.nav-links a::after { content: '•'; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); color: var(--glam-rosegold); opacity: 0; transition: var(--transition); font-size: 1.2rem; line-height: 1; }
.nav-links a:hover { color: var(--glam-rosegold); }
.nav-links a:hover::after { opacity: 1; bottom: -8px; }
.lang-selector { border: 1px solid var(--glam-rosegold); background: transparent; color: var(--glam-rosegold); padding: 5px 15px; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; text-transform: uppercase; cursor: pointer; border-radius: 20px; transition: var(--transition); outline: none; }
.lang-selector:hover { background: var(--glam-rosegold); color: var(--glam-pearl); }

/* HERO SECTION (VIDEO FULL WIDTH - SOFT GLAM) */
.hero { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 80vh; overflow: hidden; margin: 0; padding: 0; max-width: 100%; }
.hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(85%) contrast(1.1); }
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 50px; background: var(--glass-bg); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: var(--glass-border); border-radius: 30px; box-shadow: var(--shadow-soft); margin: 0 5%; }
.hero-content h2 { font-size: 3.8rem; line-height: 1.1; margin-bottom: 20px; }
.hero-content h2 i { color: var(--glam-rosegold); }
.hero-content p { font-size: 1.15rem; color: var(--glam-charcoal); margin-bottom: 0; font-weight: 500; }

/* CONTENEDORES Y TÍTULOS */
.content-block { padding: 80px 5%; max-width: 1200px; margin: 0 auto; }
.section-title { font-size: 3rem; margin-bottom: 50px; text-align: center; position: relative; }
.section-title::after { content: ''; display: block; width: 60px; height: 2px; background: var(--glam-rosegold); margin: 20px auto 0; }

/* SERVICIOS (REGLA: SOLO TÍTULOS - DISEÑO POLAROID GLAM) */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }
.service-card { background: var(--glass-bg); backdrop-filter: blur(10px); border: var(--glass-border); border-radius: var(--radius-soft); padding: 15px; box-shadow: var(--shadow-soft); transition: var(--transition); text-align: center; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(183, 110, 121, 0.2); }
.service-card img { width: 100%; height: 350px; object-fit: cover; border-radius: 12px; margin-bottom: 20px; }
.service-card h3 { font-size: 1.4rem; color: var(--glam-charcoal); margin: 0; padding-bottom: 10px; font-family: 'Cormorant Garamond', serif; letter-spacing: 1px; text-transform: uppercase; }

/* TESTIMONIOS (REGLA: 100% ANÓNIMOS) */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.testimonial-card { background: var(--glam-pearl); padding: 40px; border-radius: var(--radius-soft); box-shadow: var(--shadow-soft); position: relative; border-bottom: 4px solid var(--glam-rosegold); }
.testimonial-card p { font-size: 1.1rem; color: #555; font-style: italic; line-height: 1.8; position: relative; z-index: 1; }
.testimonial-card::before { content: '“'; position: absolute; top: 10px; left: 20px; font-family: 'Cormorant Garamond', serif; font-size: 6rem; color: var(--glam-blush); line-height: 1; z-index: 0; }

/* DUDAS (REGLA: EXACTAMENTE 2, H3 + P) */
.faq-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.faq-box { background: var(--glass-bg); backdrop-filter: blur(10px); border: var(--glass-border); padding: 40px; border-radius: var(--radius-soft); box-shadow: var(--shadow-soft); }
.faq-box h3 { font-size: 1.6rem; margin-bottom: 15px; color: var(--glam-rosegold); }
.faq-box p { font-size: 1.05rem; color: #555; }

/* FOOTER ELEGANTE */
footer { background-color: var(--glam-pearl); padding: 80px 5% 40px; border-top: 1px solid var(--glam-blush); margin-top: 60px; box-shadow: 0 -10px 30px rgba(0,0,0,0.02); }
.footer-columns { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 50px; max-width: 1200px; margin: 0 auto 50px; }
.footer-columns > div { flex: 1; min-width: 220px; }
.footer-columns h4 { color: var(--glam-charcoal); font-size: 1.2rem; margin-bottom: 25px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.footer-columns p { margin-bottom: 12px; font-size: 0.95rem; color: #666; }
.footer-menu-links { list-style: none; }
.footer-menu-links li { margin-bottom: 12px; }
.footer-menu-links a { color: #666; text-decoration: none; font-size: 0.95rem; transition: var(--transition); }
.footer-menu-links a:hover { color: var(--glam-rosegold); padding-left: 5px; }

/* REGLA ESTRICTA LOGO KIT DIGITAL: BLANCO, PADDING, SIN FILTROS */
.logo-kit-local { display: block; margin: 0 auto 40px; max-width: 280px; width: 100%; height: auto; background-color: #FFFFFF; padding: 15px; border-radius: 8px; border: 1px solid var(--glam-blush); }
.footer-legal-text { text-align: center; font-size: 0.85rem; border-top: 1px solid var(--glam-blush); padding-top: 30px; color: #999; }