/* ══════════════════════════════════════
   MARGOT SKIN BEAUTY
   Paleta: Gris pastel + Rosa bebé
   Sin marrón — todo suave y femenino
══════════════════════════════════════ */
:root {
  /* ── Rosa bebé / pastel ── */
  --rosa-bebe:   #f2cbc8;   /* Rosa bebé principal (de la imagen) */
  --rosa-pal:    #fae8e6;   /* Rosa muy pálido — fondos claros */
  --rosa-suave:  #fdf3f2;   /* Casi blanco rosado */
  --rosa-med:    #e8b4b0;   /* Rosa medio — bordes, acentos */
  --rosa-osc:    #d69490;   /* Rosa más oscuro — hover */

  /* ── Gris pastel ── */
  --gris-pal:    #f0efed;   /* Gris casi blanco — fondos alternos */
  --gris-med:    #c8c5c2;   /* Gris medio — bordes sutiles */
  --gris-osc:    #8a8785;   /* Gris oscuro — texto secundario */
  --gris-prof:   #5e5c5a;   /* Gris profundo — textos importantes */
  --gris-dark:   #3a3836;   /* Gris casi negro — headings, nav */

  /* ── Base ── */
  --crema:       #faf7f4;
  --blanco:      #ffffff;
  --borde:       #f0dbd8;   /* Borde suave rosa-gris */
  --sombra:      rgba(100,70,70,0.08);

  /* ── Acento oscuro (antes era marrón) ── */
  --acento:      #7a6464;   /* Mauve grisáceo — reemplaza al marrón */
  --acento-med:  #a08080;   /* Mauve claro */

  /* Texto */
  --texto:       var(--gris-dark);
  --texto-sua:   var(--gris-osc);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--crema); color: var(--texto); overflow-x: hidden; }

/* ══ MOBILE NAV ══ */
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--gris-dark); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 20px; opacity: 0; transition: opacity 0.4s; }
.mobile-nav.open { opacity: 1; }
.mobile-nav a { color: var(--rosa-pal); font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; text-decoration: none; letter-spacing: 2px; opacity: 0; transform: translateY(18px); transition: opacity 0.4s, transform 0.4s, color 0.2s; }
.mobile-nav.open a { opacity: 1; transform: translateY(0); }
.mobile-nav.open a:nth-child(1){transition-delay:0.04s}.mobile-nav.open a:nth-child(2){transition-delay:0.08s}.mobile-nav.open a:nth-child(3){transition-delay:0.12s}.mobile-nav.open a:nth-child(4){transition-delay:0.16s}.mobile-nav.open a:nth-child(5){transition-delay:0.20s}.mobile-nav.open a:nth-child(6){transition-delay:0.24s}.mobile-nav.open a:nth-child(7){transition-delay:0.28s}.mobile-nav.open a:nth-child(8){transition-delay:0.32s}.mobile-nav.open a:nth-child(9){transition-delay:0.36s}
.mobile-nav a:hover { color: white; }

/* ══ HEADER ══ */
.header { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 18px 0; background: transparent; transition: background 0.4s, box-shadow 0.4s, padding 0.3s; }
.header.scrolled { background: rgba(250,247,244,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px var(--sombra); padding: 10px 0; }
.header-inner { max-width: 1200px; margin: auto; display: flex; justify-content: space-between; align-items: center; padding: 0 48px; }
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; letter-spacing: 3px; color: white; transition: color 0.4s; }
.header.scrolled .logo-name { color: var(--gris-dark); }
.logo-sub { font-size: 0.6rem; letter-spacing: 2px; color: rgba(255,255,255,0.65); font-weight: 400; margin-top: 2px; transition: color 0.4s; }
.header.scrolled .logo-sub { color: var(--gris-osc); }
.nav a { color: rgba(255,255,255,0.92); text-decoration: none; margin-left: 20px; font-size: 0.8rem; font-weight: 400; letter-spacing: 0.3px; transition: all 0.2s; text-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.header.scrolled .nav a { color: var(--gris-osc); text-shadow: none; }
.nav a:hover { color: white; }
.header.scrolled .nav a:hover { color: var(--gris-dark); }
.nav-cta { border: 1px solid rgba(255,255,255,0.65) !important; padding: 7px 18px !important; border-radius: 30px !important; }
.header.scrolled .nav-cta { border-color: var(--rosa-bebe) !important; color: var(--acento) !important; }
.nav-cta:hover { background: white !important; color: var(--gris-dark) !important; }
.header.scrolled .nav-cta:hover { background: var(--rosa-bebe) !important; color: var(--gris-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: white; border-radius: 2px; transition: all 0.35s; transform-origin: center; }
.header.scrolled .hamburger span { background: var(--gris-dark); }
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* ══ HERO ══ */
.hero { height: 100vh; min-height: 600px; background: linear-gradient(rgba(50,44,44,0.50), rgba(50,44,44,0.40)), url('Heromargot.jpg') center/cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center bottom, rgba(242,203,200,0.10) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 0 24px; }
.hero-tag { display: inline-block; color: rgba(255,255,255,0.78); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; font-weight: 400; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 6rem); font-weight: 300; color: white; line-height: 1.1; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--rosa-bebe); }
.hero p { color: rgba(255,255,255,0.80); font-size: 1rem; line-height: 1.7; margin-bottom: 36px; font-weight: 300; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.65rem; letter-spacing: 2px; text-transform: uppercase; }
.scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.3); animation: scrollDown 1.5s ease-in-out infinite; }
@keyframes scrollDown{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

/* Hero buttons */
.btn-hero-solid { background: var(--rosa-osc); color: white; padding: 13px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; border: 1px solid var(--rosa-osc); display: inline-block; transition: all 0.3s; }
.btn-hero-solid:hover { background: var(--rosa-med); border-color: var(--rosa-med); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214,148,144,0.4); }
.btn-hero-ghost { background: transparent; color: white; padding: 13px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.5px; border: 1px solid rgba(255,255,255,0.65); display: inline-block; transition: all 0.3s; }
.btn-hero-ghost:hover { border-color: white; background: rgba(255,255,255,0.12); }

/* ══ BOTONES GENERALES ══ */
.btn-primary { background: var(--rosa-osc); color: white; padding: 13px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.5px; border: 1px solid var(--rosa-osc); display: inline-block; transition: all 0.3s; cursor: pointer; font-family: 'Jost', sans-serif; }
.btn-primary:hover { background: var(--rosa-med); border-color: var(--rosa-med); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(214,148,144,0.35); }
.btn-ghost { background: transparent; color: white; padding: 13px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.5px; border: 1px solid rgba(255,255,255,0.5); display: inline-block; transition: all 0.3s; }
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,0.1); }
.btn-outline { background: transparent; color: var(--acento); padding: 13px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.5px; border: 1px solid var(--acento); display: inline-block; transition: all 0.3s; }
.btn-outline:hover { background: var(--acento); color: white; }

/* ══ LABELS ══ */
.tag { display: inline-block; color: var(--acento); font-size: 0.68rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; padding: 4px 14px; background: var(--rosa-pal); border-radius: 20px; border: 1px solid var(--borde); }
.tag.light { color: var(--rosa-bebe); background: rgba(242,203,200,0.18); border-color: rgba(242,203,200,0.25); }
.section-sub { color: var(--texto-sua); font-size: 0.9rem; margin-top: 8px; }
.sub-light { color: rgba(242,220,218,0.8); font-size: 0.9rem; margin-top: 8px; }

/* ══ SOBRE MÍ — fondo gris pastel ══ */
.sobre { padding: 120px 48px; background: var(--gris-pal); }
.sobre-inner { max-width: 1100px; margin: auto; display: flex; align-items: center; gap: 80px; flex-wrap: wrap; }
.sobre-img { flex-shrink: 0; position: relative; }
.sobre-img img { width: 400px; height: 520px; object-fit: cover; border-radius: 20px; display: block; box-shadow: 0 20px 60px rgba(100,80,80,0.15); }
.sobre-badge { position: absolute; bottom: 30px; left: -20px; background: var(--rosa-osc); color: white; border-radius: 14px; padding: 14px 20px; text-align: center; min-width: 120px; box-shadow: 0 8px 24px rgba(214,148,144,0.35); }
.badge-num { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; line-height: 1; }
.badge-txt { font-size: 0.68rem; letter-spacing: 0.5px; opacity: 0.85; }
.sobre-texto { flex: 1; min-width: 280px; }
.sobre-texto h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 300; line-height: 1.2; margin-bottom: 20px; color: var(--gris-dark); }
.sobre-texto h2 em { font-style: italic; color: var(--rosa-osc); }
.sobre-texto p { color: var(--texto-sua); line-height: 1.75; margin-bottom: 14px; font-size: 0.95rem; }
.sobre-vals { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 32px; }
.val { background: var(--blanco); border: 1px solid var(--borde); padding: 8px 16px; border-radius: 30px; font-size: 0.8rem; font-weight: 400; color: var(--acento); }

/* ══ TRATAMIENTOS — imagen de fondo visible con overlay rosa muy suave ══ */
.tratamientos { padding: 120px 48px; background: linear-gradient(rgba(253,243,242,0.78), rgba(253,243,242,0.78)), url('tratamiento2.jpg') center/cover no-repeat fixed; }
.tratamientos-inner { max-width: 1000px; margin: auto; }
.section-head { text-align: center; margin-bottom: 60px; }
.section-head h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--gris-dark); }
.section-head h2.white { color: var(--gris-dark); }
/* Tag y subtítulo en tratamientos más visibles */
.tratamientos .tag { color: var(--rosa-osc); background: rgba(214,148,144,0.15); border-color: var(--rosa-osc); font-weight: 600; }
.tratamientos .tag.light { color: var(--rosa-osc); background: rgba(214,148,144,0.15); border-color: var(--rosa-osc); font-weight: 600; }
.tratamientos .section-sub { color: var(--gris-prof); font-weight: 500; }
.trat-acord { border: 1px solid var(--borde); border-radius: 16px; overflow: hidden; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(200,150,150,0.08); }
.acord-btn { width: 100%; background: white; border: none; padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Jost', sans-serif; transition: background 0.2s; }
.acord-btn:hover { background: var(--rosa-suave); }
.acord-btn.open { background: var(--rosa-pal); }
.acord-left { display: flex; align-items: center; gap: 20px; }
.acord-num { font-size: 0.7rem; color: var(--rosa-osc); border: 1px solid var(--borde); padding: 3px 10px; border-radius: 20px; font-weight: 500; flex-shrink: 0; }
.acord-btn.open .acord-num { border-color: var(--rosa-med); color: var(--acento); }
.acord-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; color: var(--gris-dark); letter-spacing: 0.5px; }
.acord-icon { font-size: 1.5rem; font-weight: 300; color: var(--rosa-osc); transition: transform 0.3s; flex-shrink: 0; }
.acord-btn.open .acord-icon { transform: rotate(45deg); color: var(--acento); }
.acord-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.3s; padding: 0 28px; background: white; }
.acord-body.open { max-height: 1200px; padding: 28px; }
.trat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; margin-bottom: 20px; }
.trat-card { background: var(--rosa-suave); border-radius: 14px; padding: 22px 18px; border: 1px solid var(--borde); transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; display: flex; flex-direction: column; }
.trat-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px var(--sombra); border-color: var(--rosa-med); }
.trat-card h4 { font-size: 0.88rem; font-weight: 500; color: var(--gris-dark); margin-bottom: 8px; }
.trat-card p { font-size: 0.78rem; color: var(--texto-sua); line-height: 1.6; flex: 1; }
.trat-link { display: inline-block; margin-top: 14px; color: var(--acento); font-size: 0.75rem; font-weight: 500; text-decoration: none; transition: letter-spacing 0.2s; }
.trat-link:hover { letter-spacing: 1px; }
.cat-link { display: inline-block; color: var(--acento); font-size: 0.82rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--rosa-bebe); padding-bottom: 2px; transition: color 0.2s; }
.cat-link:hover { color: var(--gris-dark); }

/* ══ ANTES Y DESPUÉS — imagen visible, fondo rosa pastel ══ */
.antes-despues { background: linear-gradient(rgba(250,232,230,0.78), rgba(250,232,230,0.78)), url('tratamiento.jpg') center/cover no-repeat fixed; padding: 120px 48px; }
.ad-inner { max-width: 900px; margin: auto; }
.antes-despues .section-head h2.white { color: var(--gris-dark); }
.antes-despues .tag.light { color: var(--acento); background: rgba(242,203,200,0.35); border-color: var(--borde); }
.antes-despues .sub-light { color: var(--texto-sua); opacity: 1; }
.carrusel-wrap { position: relative; display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.carrusel-viewport { flex: 1; overflow: hidden; border-radius: 20px; }
.carrusel-track { display: flex; transition: transform 0.5s cubic-bezier(0.65,0,0.35,1); }
.carr-slide { min-width: 100%; box-sizing: border-box; padding: 20px; background: rgba(255,255,255,0.7); border: 1px solid var(--borde); border-radius: 20px; box-shadow: 0 4px 20px rgba(200,150,150,0.1); }
.carr-slide p { color: var(--gris-prof); font-size: 0.88rem; text-align: center; margin-top: 14px; font-style: italic; font-weight: 500; }
.carr-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.carr-img-wrap { position: relative; }
.carr-img-wrap img { width: 100%; height: 260px; object-fit: cover; border-radius: 12px; display: block; }
.carr-label { position: absolute; bottom: 8px; left: 8px; background: rgba(58,56,54,0.82); color: white; font-size: 0.65rem; font-weight: 700; letter-spacing: 1px; padding: 4px 10px; border-radius: 6px; }
.carr-label.after { background: rgba(242,203,200,0.95); color: var(--gris-dark); }
.carr-btn { background: white; border: 1px solid var(--borde); color: var(--acento); width: 46px; height: 46px; border-radius: 50%; font-size: 1.4rem; cursor: pointer; transition: all 0.2s; flex-shrink: 0; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(200,150,150,0.15); }
.carr-btn:hover { background: var(--rosa-bebe); color: var(--gris-dark); }
.carr-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.carr-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gris-med); cursor: pointer; transition: background 0.3s, transform 0.3s; }
.carr-dot.active { background: var(--rosa-osc); transform: scale(1.3); }

/* ══ TURNOS — fondo rosa pálido ══ */
.turnos { background: var(--rosa-suave); padding: 100px 48px; }
.turnos-inner { max-width: 900px; margin: auto; }
.turnos .section-head { text-align: center; }
.turnos .tag.light { color: var(--acento); background: var(--rosa-pal); border-color: var(--borde); }
.turnos h2.white { color: var(--gris-dark) !important; }
.turnos .sub-light { color: var(--texto-sua) !important; opacity: 1; }
.calendly-wrap { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 40px rgba(100,80,80,0.1); margin-top: 40px; border: 1px solid var(--borde); }
.consulta-extra { max-width: 700px; margin: 50px auto 0; background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 36px rgba(100,80,80,0.09); border: 1px solid var(--borde); }
.consulta-head { text-align: center; margin-bottom: 28px; }
.consulta-head h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--gris-dark); margin-bottom: 8px; font-weight: 300; }
.consulta-head p { font-size: 0.88rem; color: var(--texto-sua); }
.beauty-form { display: flex; flex-direction: column; gap: 14px; }
.form-group { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.beauty-form input, .beauty-form select, .beauty-form textarea { width: 100%; padding: 12px 18px; border: 1px solid var(--gris-med); border-radius: 12px; font-family: 'Jost', sans-serif; font-size: 0.88rem; background: var(--gris-pal); color: var(--texto); outline: none; transition: border-color 0.3s; }
.beauty-form input:focus, .beauty-form select:focus, .beauty-form textarea:focus { border-color: var(--rosa-med); background: white; }
.beauty-form button { cursor: pointer; width: 100%; margin-top: 6px; }

/* ══ PRODUCTOS — fondo blanco ══ */
.productos { padding: 120px 48px; background: var(--blanco); }
.productos-inner { max-width: 1100px; margin: auto; }
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.prod-card { background: var(--rosa-suave); border-radius: 18px; overflow: hidden; border: 1px solid var(--borde); transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(100,80,80,0.11); }
.prod-img-wrap { width: 100%; padding-top: 100%; position: relative; background: var(--blanco); overflow: hidden; border-bottom: 1px solid var(--borde); }
.prod-img-wrap img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 80%; max-height: 80%; object-fit: contain; display: block; transition: transform 0.4s; }
.prod-card:hover .prod-img-wrap img { transform: translate(-50%,-50%) scale(1.06); }
.prod-info { padding: 20px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.prod-cat { font-size: 0.65rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gris-osc); font-weight: 500; }
.prod-info h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; color: var(--gris-dark); margin: 6px 0 8px; }
.prod-info p { font-size: 0.78rem; color: var(--texto-sua); line-height: 1.5; margin-bottom: 16px; min-height: 40px; }
.prod-btn { display: inline-block; color: var(--acento); font-size: 0.78rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--rosa-bebe); padding-bottom: 2px; transition: color 0.2s; }
.prod-btn:hover { color: var(--gris-dark); }
.prod-catalogo { text-align: center; margin-top: 50px; }
.prod-catalogo p { color: var(--texto-sua); font-size: 0.9rem; margin-bottom: 16px; }
.btn-catalogo { display: inline-block; background: var(--acento); color: white; padding: 14px 32px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.5px; transition: all 0.3s; }
.btn-catalogo:hover { background: var(--acento-med); transform: translateY(-2px); box-shadow: 0 8px 24px var(--sombra); }

/* ══ PROMOS — fondo gris pastel con imagen ══ */
.promos { padding: 120px 48px; background: linear-gradient(rgba(240,239,237,0.88), rgba(240,239,237,0.88)), url('contacto.png') center/cover no-repeat fixed; }
.promos-inner { max-width: 1100px; margin: auto; }
.promos .section-head h2 { color: var(--gris-dark); }
.promos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 70px; }
.promo-card { background: white; border-radius: 20px; padding: 40px 32px; border: 1px solid var(--borde); position: relative; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.promo-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(100,80,80,0.11); }
.promo-card.featured-promo { border-color: var(--rosa-bebe); box-shadow: 0 12px 40px rgba(242,203,200,0.3); transform: translateY(-4px); background: linear-gradient(160deg, white 70%, var(--rosa-pal)); }
.promo-tag-top { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--rosa-bebe); color: var(--gris-dark); font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; padding: 4px 16px; border-radius: 20px; white-space: nowrap; }
.promo-tag-top.destacado { background: var(--acento); color: white; }
.promo-icon { font-size: 2.4rem; margin-bottom: 16px; }
.promo-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--gris-dark); margin-bottom: 12px; }
.promo-desc { font-size: 0.85rem; color: var(--texto-sua); line-height: 1.65; margin-bottom: 24px; }
.promo-precio { margin-bottom: 24px; }
.precio-tachado { color: var(--gris-osc); text-decoration: line-through; font-size: 0.9rem; margin-right: 8px; }
.precio-final { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--gris-dark); }
.btn-promo { display: inline-block; background: var(--rosa-pal); color: var(--acento); padding: 12px 24px; border-radius: 30px; text-decoration: none; font-size: 0.82rem; font-weight: 500; border: 1px solid var(--borde); transition: all 0.3s; }
.btn-promo:hover { background: var(--acento); color: white; border-color: var(--acento); }
.promo-card.featured-promo .btn-promo { background: var(--acento); color: white; border-color: var(--acento); }

/* Gift Card */
.giftcard-wrap { display: flex; align-items: center; gap: 60px; background: white; border-radius: 24px; padding: 50px 60px; border: 1px solid var(--borde); flex-wrap: wrap; box-shadow: 0 8px 32px var(--sombra); }
.giftcard-texto { flex: 1; min-width: 280px; }
.giftcard-texto h3 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300; color: var(--gris-dark); margin-bottom: 14px; line-height: 1.2; }
.giftcard-texto p { color: var(--texto-sua); font-size: 0.92rem; line-height: 1.7; margin-bottom: 20px; }
.giftcard-lista { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.giftcard-lista li { font-size: 0.85rem; color: var(--texto-sua); }
.giftcard-visual { flex-shrink: 0; }
.giftcard-img-wrap { width: 300px; }
.giftcard-real-img { width: 100%; border-radius: 16px; box-shadow: 0 16px 44px rgba(100,80,80,0.2); display: block; }

/* ══ TESTIMONIOS — fondo rosa pálido ══ */
.testimonios { padding: 120px 48px; background: var(--rosa-pal); }
.testimonios-inner { max-width: 1100px; margin: auto; }
.testi-track-wrap { overflow: hidden; margin-top: 40px; }
.testi-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(0.65,0,0.35,1); }
.testi-card { flex: 0 0 calc((100% - 48px) / 3); background: white; border-radius: 18px; padding: 32px 28px; border: 1px solid var(--borde); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 4px 20px var(--sombra); transition: transform 0.3s, box-shadow 0.3s; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(100,80,80,0.1); }
.testi-stars { color: var(--rosa-osc); font-size: 1.1rem; letter-spacing: 2px; }
.testi-texto { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 300; color: var(--texto); line-height: 1.65; font-style: italic; flex: 1; }
.testi-autor { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--rosa-bebe); color: var(--gris-dark); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-autor strong { display: block; font-size: 0.85rem; font-weight: 500; color: var(--gris-dark); }
.testi-autor span { font-size: 0.72rem; color: var(--gris-osc); }
.testi-link { color: var(--acento); font-size: 0.75rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--rosa-bebe); padding-bottom: 1px; align-self: flex-start; transition: color 0.2s; }
.testi-link:hover { color: var(--gris-dark); }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.testi-btn { background: white; border: 1px solid var(--borde); color: var(--acento); width: 42px; height: 42px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; transition: background 0.2s; display: flex; align-items: center; justify-content: center; }
.testi-btn:hover { background: var(--rosa-pal); }
.testi-dots { display: flex; gap: 8px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gris-med); cursor: pointer; transition: background 0.3s, transform 0.3s; }
.testi-dot.active { background: var(--rosa-osc); transform: scale(1.3); }
.testi-footer { text-align: center; margin-top: 36px; }
.btn-google { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--acento); padding: 12px 28px; border-radius: 30px; text-decoration: none; font-size: 0.85rem; font-weight: 500; border: 1px solid var(--borde); transition: all 0.3s; box-shadow: 0 4px 12px var(--sombra); }
.btn-google:hover { background: var(--acento); color: white; transform: translateY(-2px); }

/* ══ UBICACIÓN — fondo gris pastel ══ */
.ubicacion { padding: 100px 48px; background: var(--gris-pal); }
.ubicacion-inner { max-width: 1100px; margin: auto; display: flex; gap: 70px; align-items: center; flex-wrap: wrap; }
.ubicacion-texto { flex: 1; min-width: 260px; }
.ubicacion-texto h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--gris-dark); margin-bottom: 16px; line-height: 1.2; }
.ubicacion-texto p { color: var(--texto-sua); font-size: 0.92rem; line-height: 1.7; margin-bottom: 24px; }
.ubi-datos { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.ubi-dato { font-size: 0.88rem; color: var(--texto-sua); }
.contacto-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.ubicacion-mapa { flex: 1.4; min-width: 300px; }
.ubicacion-mapa iframe { border-radius: 16px; box-shadow: 0 12px 36px rgba(100,80,80,0.1); }

/* ══ FAQ — fondo crema rosado pastel ══ */
.faq { padding: 120px 48px; background: linear-gradient(rgba(253,243,242,0.92), rgba(250,235,232,0.92)), url('preguntasmargot.avif') center/cover no-repeat fixed; }
.faq-inner { max-width: 760px; margin: auto; }
.faq .section-head h2.white { color: var(--gris-dark); }
.faq .tag.light { color: var(--acento); background: var(--rosa-pal); border-color: var(--borde); }
.faq .sub-light { color: var(--texto-sua); opacity: 1; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: white; border: 1px solid var(--borde); border-radius: 14px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; box-shadow: 0 2px 10px rgba(200,150,150,0.07); }
.faq-item:hover { border-color: var(--rosa-med); box-shadow: 0 4px 16px rgba(200,150,150,0.12); }
.faq-btn { width: 100%; background: none; border: none; color: var(--gris-dark); padding: 20px 24px; font-size: 0.88rem; font-weight: 500; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: 'Jost', sans-serif; }
.faq-icon { font-size: 1.3rem; font-weight: 300; color: var(--rosa-osc); transition: transform 0.3s; flex-shrink: 0; }
.faq-btn.open .faq-icon { transform: rotate(45deg); color: var(--acento); }
.faq-resp { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; padding: 0 24px; background: var(--rosa-suave); }
.faq-resp.open { max-height: 200px; padding: 0 24px 20px; }
.faq-resp p { color: var(--texto-sua); font-size: 0.85rem; line-height: 1.7; padding-top: 14px; }

/* ══ FOOTER — gris oscuro compacto ══ */
.footer { background: var(--gris-dark); color: white; text-align: center; padding: 26px 40px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; max-width: 600px; margin: auto; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; letter-spacing: 4px; color: var(--rosa-bebe); }
.footer-logo small { font-size: 0.6em; letter-spacing: 2px; opacity: 0.6; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: rgba(242,203,200,0.6); text-decoration: none; font-size: 0.75rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--rosa-bebe); }
.footer-copy { color: rgba(255,255,255,0.28); font-size: 0.68rem; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 10px; width: 100%; }

/* ══ WHATSAPP ══ */
.wa-float { position: fixed; bottom: 26px; right: 26px; width: 54px; height: 54px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(37,211,102,0.4); z-index: 9000; text-decoration: none; transition: transform 0.3s; animation: waPulse 2.5s ease-in-out infinite; }
.wa-float:hover { transform: scale(1.1); animation: none; }
.wa-float svg { width: 28px; height: 28px; fill: white; }
@keyframes waPulse{0%,100%{box-shadow:0 6px 20px rgba(37,211,102,0.4)}50%{box-shadow:0 6px 36px rgba(37,211,102,0.65)}}

/* ══ ANIMACIONES ══ */
.fade-in { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in-right { opacity: 0; transform: translateX(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible, .fade-in-left.visible, .fade-in-right.visible { opacity: 1; transform: translate(0); }

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .prod-grid { grid-template-columns: repeat(2,1fr); }
  .promos-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto 60px; }
  .testi-card { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 900px) {
  .nav { display: none; } .hamburger { display: flex; } .header-inner { padding: 0 24px; }
  .hero h1 { font-size: 3rem; }
  .band { flex-direction: column; } .band span { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); text-align: center; }
  .sobre { padding: 80px 24px; } .sobre-inner { flex-direction: column; gap: 40px; } .sobre-img img { width: 100%; height: 360px; } .sobre-badge { left: 10px; }
  .tratamientos, .antes-despues, .faq, .turnos, .contacto, .productos, .promos, .testimonios, .ubicacion { padding: 80px 24px; }
  .trat-grid { grid-template-columns: 1fr 1fr; }
  .carr-imgs { grid-template-columns: 1fr 1fr; } .carr-img-wrap img { height: 180px; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .giftcard-wrap { flex-direction: row; padding: 36px 28px; gap: 28px; }
  .giftcard-img-wrap { width: 200px; }
  .ubicacion-inner { flex-direction: column; }
  .contacto-inner { flex-direction: column; gap: 40px; } .contacto-deco { width: 100%; }
  .form-group { grid-template-columns: 1fr; }
  .testi-card { flex: 0 0 calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
  .trat-grid { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
  .carr-btn { display: none; }
  .prod-grid { grid-template-columns: 1fr; }
  .promos-grid { grid-template-columns: 1fr; }
  .testi-card { flex: 0 0 100%; }
  .giftcard-wrap { flex-direction: column; align-items: center; }
  .giftcard-img-wrap { width: 100%; max-width: 280px; }

  /* ══ FIX ACORDEÓN MOBILE ══ */
  .acord-btn {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
  }
  .acord-left {
    flex: 1;
    min-width: 0;
  }
  .acord-num {
    flex-shrink: 0;
  }
  .acord-title {
    font-size: 1.05rem;
    white-space: normal;
    word-break: break-word;
  }
  .acord-icon {
    flex-shrink: 0;
    margin-left: auto;
  }
}

