*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --blush:#F5EDE8; --rose:#E8C4B8; --dusty:#C9957A; --deep:#8B5E52; --dark:#2C1810; --white:#FDFAF8; --muted:#A08070; --border:rgba(139,94,82,0.12); --gold:#C9A96E; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--white); color: var(--dark); overflow-x: hidden; }

/* BADGE TOP */
.top-badge { background: var(--deep); color: var(--white); text-align: center; padding: 0.6rem; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.top-badge span { color: var(--rose); }

/* NAV SIMPLE */
nav { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 2rem; border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 400; color: var(--dark); text-decoration: none; }
.nav-logo span { color: var(--dusty); font-style: italic; }
.nav-cta { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: var(--deep); padding: 0.7rem 1.8rem; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--dusty); }

/* HERO LANDING */
#hero { background: var(--blush); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.hero-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Playfair Display', serif; font-size: 20rem; color: rgba(201,149,122,0.06); font-style: italic; user-select: none; white-space: nowrap; }
.hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--dusty); margin-bottom: 1.5rem; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 400; line-height: 1.1; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.hero-title em { font-style: italic; color: var(--dusty); }
.hero-desc { font-size: 1rem; font-weight: 300; color: var(--muted); max-width: 480px; margin: 0 auto 2.5rem; line-height: 1.8; position: relative; z-index: 1; }
.hero-cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-primary { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); background: var(--deep); padding: 1rem 2.8rem; text-decoration: none; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--dusty); }
.btn-ghost { font-size: 0.82rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--deep); border: 1px solid var(--deep); padding: 1rem 2.2rem; text-decoration: none; transition: all 0.2s; display: inline-block; }
.btn-ghost:hover { background: var(--deep); color: var(--white); }

/* SERVICIOS SIMPLE */
#servicios { padding: 5rem 2rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; text-align: center; margin-bottom: 3rem; }
.section-title em { font-style: italic; color: var(--dusty); }
.servicios-simple { display: grid; grid-template-columns: 1fr; gap: 1rem; max-width: 700px; margin: 0 auto; }
.servicio-row { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 2rem; border: 1px solid var(--border); transition: background 0.2s, border-color 0.2s; }
.servicio-row:hover { background: var(--blush); border-color: var(--dusty); }
.servicio-row-left { display: flex; align-items: center; gap: 1rem; }
.servicio-row-icon { font-size: 1.4rem; }
.servicio-row-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 400; }
.servicio-row-dur { font-size: 0.72rem; color: var(--muted); margin-top: 0.1rem; }
.servicio-row-price { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--deep); font-weight: 400; white-space: nowrap; }

/* CTA SECTION */
#cta { background: var(--deep); padding: 5rem 2rem; text-align: center; }
#cta h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 400; color: var(--white); margin-bottom: 1rem; }
#cta h2 em { font-style: italic; color: var(--rose); }
#cta p { font-size: 0.95rem; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; font-weight: 300; }
.btn-light { font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--deep); background: var(--white); padding: 1rem 2.8rem; text-decoration: none; transition: background 0.2s; display: inline-block; }
.btn-light:hover { background: var(--rose); }

/* CONTACTO SIMPLE */
#contacto { padding: 5rem 2rem; background: var(--blush); }
.contacto-simple { max-width: 560px; margin: 0 auto; text-align: center; }
.contacto-simple h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 400; margin-bottom: 0.8rem; }
.contacto-simple h2 em { font-style: italic; color: var(--dusty); }
.contacto-simple p { font-size: 0.88rem; color: var(--muted); margin-bottom: 2rem; font-weight: 300; }
.form-simple { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.form-simple input, .form-simple select, .form-simple textarea { font-family: 'Jost', sans-serif; font-size: 0.88rem; font-weight: 300; background: var(--white); border: 1px solid var(--border); padding: 0.9rem 1rem; color: var(--dark); outline: none; transition: border-color 0.2s; resize: none; appearance: none; border-radius: 0; width: 100%; }
.form-simple input:focus, .form-simple select:focus, .form-simple textarea:focus { border-color: var(--dusty); }
.form-simple textarea { min-height: 80px; }
.form-simple select option { background: var(--white); }
.btn-submit { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: var(--deep); border: none; cursor: pointer; padding: 1rem 2.5rem; transition: background 0.2s; width: 100%; margin-top: 0.5rem; }
.btn-submit:hover { background: var(--dusty); }
#form-status { font-size: 0.82rem; text-align: center; min-height: 1.2rem; margin-top: 0.5rem; }

/* FOOTER */
footer { background: var(--dark); padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); }
.footer-logo span { color: var(--rose); font-style: italic; }
footer p { font-size: 0.7rem; color: rgba(255,255,255,0.35); }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 0.7rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--rose); }

/* WHATSAPP */
#wa-float { position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform 0.2s; text-decoration: none; }
#wa-float:hover { transform: scale(1.1); }
#wa-float::before { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(37,211,102,0.3); animation: wa-pulse 2s ease-out infinite; }
@keyframes wa-pulse { 0%{transform:scale(1);opacity:0.8} 100%{transform:scale(1.5);opacity:0} }

@media (min-width: 768px) {
  nav, #hero, #servicios, #cta, #contacto, footer { padding-left: 4rem; padding-right: 4rem; }
  .servicios-simple { max-width: 800px; }
}