
/* Vivessence - editable HTML version (blanco y negro minimalista) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
:root{--bg:#ffffff;--muted:#f7f7f7;--text:#111827;--accent:#000000}
*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial;margin:0;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,0.88);backdrop-filter:blur(8px);z-index:60;box-shadow:0 1px 8px rgba(0,0,0,0.04)}
.nav-container{max-width:1200px;margin:0 auto;padding:0.9rem 1rem;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:0.75rem}
.logo-img{width:48px;height:48px;border-radius:9999px;border:1px solid rgba(0,0,0,0.06);object-fit:cover}
.logo-text{font-weight:600;font-size:1.05rem}
.menu{display:none}
.menu a{margin-left:1.25rem;color:var(--text);text-decoration:none;font-weight:500}
.parallax{height:100vh;background-size:cover;background-position:center;background-attachment:fixed;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:white}
.parallax::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.45)}
.hero-content{position:relative;z-index:10;padding:1rem}
.hero-content h1{font-size:2.4rem;margin:0 0 0.6rem;font-weight:700}
.hero-content p{margin:0 0 1rem;color:rgba(255,255,255,0.95)}
.btn{background:white;color:black;padding:0.6rem 1.25rem;border-radius:9999px;text-decoration:none;font-weight:600}
.productos{padding:5.5rem 1rem;background:var(--muted)}
.titulo-seccion{text-align:center;font-size:1.6rem;margin-bottom:2.25rem;font-weight:600;max-width:900px;margin-left:auto;margin-right:auto}
.producto{padding:2.25rem 0}
.producto .producto-contenido{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}
.producto:nth-child(even){background:#fff}
@media(min-width:768px){.menu{display:block}.hero-content h1{font-size:3.6rem}.producto .producto-contenido{flex-direction:row;align-items:center;gap:2.5rem}.producto:nth-child(even) .producto-contenido{flex-direction:row-reverse}}
.producto-texto{flex:1;text-align:center}
.producto-texto h3{font-size:1.5rem;margin:0 0 0.5rem}
.producto-texto p{margin:0 0 0.75rem;color:#6b7280}
.precio{font-weight:700;font-size:1.1rem;margin-bottom:0.75rem}
.comprar{display:inline-block;background:var(--accent);color:white;padding:0.5rem 1rem;border-radius:8px;text-decoration:none}
.carousel{width:100%;max-width:560px;border-radius:12px;overflow:hidden}
.carousel-images{display:flex;transition:transform 0.55s ease}
.carousel img{width:100%;height:auto;display:block;flex-shrink:0}
.carousel-controls{display:flex;justify-content:space-between;margin-top:0.6rem}
.carousel-controls button{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#374151}
.contacto{padding:4rem 1rem;text-align:center;background:var(--bg)}
.contacto h2{margin:0 0 0.75rem;font-size:1.4rem}
.contacto p{color:#6b7280;margin:0 0 1rem}
.info-contacto p{margin:0.35rem 0;font-weight:600}
.redes a{margin:0 0.6rem;font-size:1.4rem;color:#374151;text-decoration:none}
.footer{padding:2rem;text-align:center;border-top:1px solid #e6e6e6;color:#6b7280}
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
