:root {
  --ink: #24281f;
  --muted: #62685b;
  --olive: #596442;
  --olive-dark: #3f4930;
  --olive-soft: #dfe4d4;
  --cream: #f7f5ef;
  --paper: #fffefb;
  --line: #d8dccf;
  --gold: #b39a62;
  --shadow: 0 22px 60px rgba(47, 54, 38, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 999; background: white; padding: 12px; }
.skip-link:focus { left: 8px; }

.location-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 6px 20px;
  background: var(--olive-dark);
  color: white;
  font-size: 12px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.location-bar span:not(:last-child)::after { content: "•"; margin-left: 22px; color: #aeba94; }
.location-bar .soon { color: #d7dec9; }

.site-header { background: rgba(255, 254, 251, .94); border-bottom: 1px solid rgba(89, 100, 66, .12); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; color: var(--ink); text-decoration: none; }
.brand-lockup img { width: 190px; height: 50px; object-fit: contain; object-position: left center; }
.brand-lockup span { padding-left: 3px; font-size: 11px; font-weight: 760; letter-spacing: .22em; text-transform: uppercase; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); max-width: 780px; margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); margin-bottom: 26px; }
h3 { line-height: 1.25; }
.eyebrow { margin-bottom: 18px; color: var(--olive); font-size: 13px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.section { padding: 108px 0; }
.section-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(179, 154, 98, .5); outline-offset: 3px; }
.button-primary { color: white; background: var(--olive); box-shadow: 0 12px 28px rgba(63, 73, 48, .25); }
.button-primary:hover { background: var(--olive-dark); }
.button-outline { border-color: var(--olive); color: var(--olive-dark); background: transparent; }
.button-small { min-height: 46px; padding: 10px 20px; font-size: 14px; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #edeae2; }
.hero-image { position: absolute; inset: 0 0 0 42%; background: url("procedimiento-laser.webp") center / cover no-repeat; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #edeae2 0%, rgba(237,234,226,.87) 10%, transparent 48%); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 54% 46%; align-items: center; }
.hero-copy { padding: 74px 0 62px; }
.hero-lead { max-width: 660px; font-size: 20px; color: #4e5449; }
.offer-card {
  width: fit-content;
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin: 34px 0;
  padding: 20px 24px;
  border: 1px solid rgba(89, 100, 66, .2);
  border-radius: 18px;
  background: rgba(255, 254, 251, .83);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.offer-card div { display: flex; flex-direction: column; justify-content: center; }
.offer-card span, .offer-card small { color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.offer-card strong { display: block; color: var(--olive-dark); font-family: Georgia, serif; font-size: 30px; line-height: 1.15; }
.offer-divider { width: 1px; background: var(--line); }
.microcopy { max-width: 520px; margin: 16px 0 0; color: var(--muted); font-size: 13px; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 18px; padding: 30px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.trust-grid strong { color: var(--ink); }
.trust-icon { color: var(--gold); font-family: Georgia, serif; font-size: 25px; }

.value-section { background: var(--paper); }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.two-col > div:first-child > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.benefit-list { padding: 12px 0; }
.benefit-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.benefit-list article:first-child { border-top: 1px solid var(--line); }
.benefit-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--olive); font-weight: 800; }
.benefit-list h3 { margin-bottom: 8px; font-size: 19px; }
.benefit-list p { margin: 0; color: var(--muted); }

.process-section { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { min-height: 265px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.steps span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 50px; border: 1px solid var(--gold); border-radius: 50%; color: var(--olive-dark); font-family: Georgia, serif; font-size: 21px; }
.steps h3 { margin-bottom: 12px; font-size: 19px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.results-section { background: var(--paper); }
.results-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: end; margin-bottom: 42px; }
.results-intro h2 { margin-bottom: 0; }
.results-intro > div:last-child > p { margin-bottom: 10px; color: var(--muted); font-size: 17px; }
.results-intro .results-note { padding-left: 14px; border-left: 2px solid var(--gold); font-size: 12px; }
.results-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 280px 280px; gap: 16px; }
.result-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--cream); box-shadow: 0 12px 34px rgba(47,54,38,.1); }
.result-card.result-featured { grid-row: 1 / 3; }
.result-card:nth-child(4) { grid-column: 2 / 4; }
.result-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.result-card:hover img { transform: scale(1.025); }
.result-card figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 46px 18px 16px; color: white; background: linear-gradient(transparent, rgba(29,32,25,.8)); }
.result-card figcaption strong { font-size: 15px; }
.result-card figcaption span { font-size: 11px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }
.results-cta { margin-top: 34px; text-align: center; }

.reviews-section { padding: 78px 0; color: white; background: var(--olive-dark); }
.reviews-wrap { display: grid; gap: 30px; }
.reviews-heading { display: grid; grid-template-columns: 58px 1fr; gap: 22px; align-items: start; }
.reviews-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.reviews-heading .eyebrow { color: #cbd4bb; }
.google-mark { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fbbc04; font: 700 24px Arial, sans-serif; }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-cards article { padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.stars { color: #fbbc04; letter-spacing: .1em; }
.review-cards blockquote { min-height: 96px; margin: 18px 0; color: #f4f3ed; font-family: Georgia, serif; font-size: 18px; line-height: 1.48; }
.review-cards p { margin: 0; color: #cbd4bb; font-size: 13px; font-weight: 720; }
.review-source { margin: -8px 0 0; color: #aeb99c; font-size: 11px; }

.locations-section { background: var(--olive-dark); color: white; }
.section-heading.light .eyebrow { color: #bec9ab; }
.location-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.location-cards article { padding: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.06); }
.location-cards span { color: #cbd4bb; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.location-cards h3 { margin: 36px 0 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.location-cards .coming { border-style: dashed; background: transparent; opacity: .75; }

.form-section { background: #e9e9df; }
.form-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.form-copy { position: sticky; top: 40px; }
.form-copy > p:not(.eyebrow):not(.terms) { color: var(--muted); font-size: 18px; }
.form-assurance { display: flex; flex-direction: column; gap: 4px; margin-top: 38px; padding: 24px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.46); }
.form-assurance strong { color: var(--olive-dark); font-family: Georgia, serif; font-size: 28px; }
.booking-price { display: flex; flex-direction: column; width: fit-content; margin: 28px 0; padding: 18px 22px; border: 1px solid rgba(89,100,66,.18); border-radius: 16px; background: rgba(255,255,255,.55); }
.booking-price span, .booking-price small { color: var(--muted); font-size: 11px; font-weight: 720; letter-spacing: .07em; text-transform: uppercase; }
.booking-price strong { color: var(--olive-dark); font-family: Georgia, serif; font-size: 34px; line-height: 1.25; }
.terms { margin-top: 14px; color: var(--muted); font-size: 12px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 38px; border: 1px solid rgba(89,100,66,.16); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.field { display: flex; flex-direction: column; gap: 7px; }
.full { grid-column: 1 / -1; }
label { color: var(--ink); font-size: 14px; font-weight: 700; }
input, select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cfd4c7; border-radius: 10px; color: var(--ink); background: white; font: inherit; }
input::placeholder { color: #969b91; }
.checkbox-field { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; }
.checkbox-field input { width: 20px; min-height: 20px; margin-top: 3px; accent-color: var(--olive); }
.checkbox-field label { font-weight: 500; color: var(--muted); }
.payment-preview { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 14px 16px; border-radius: 12px; color: var(--muted); background: var(--cream); font-size: 13px; }
.payment-preview span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--olive); font-weight: 800; }
.payment-preview p { margin: 0; line-height: 1.45; }
.payment-preview strong { color: var(--ink); }
.lead-form button { border: 0; font: inherit; }
.lead-form button[disabled] { cursor: wait; opacity: .7; transform: none; }
.privacy-note { grid-column: 1 / -1; margin: -12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; }
.faqs details { border-top: 1px solid var(--line); }
.faqs details:last-child { border-bottom: 1px solid var(--line); }
.faqs summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-weight: 720; list-style: none; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--olive); font-family: Georgia, serif; font-size: 26px; }
.faqs details[open] summary::after { content: "–"; }
.faqs details p { max-width: 680px; padding: 0 44px 22px 0; color: var(--muted); }

.site-footer { padding: 62px 0 24px; border-top: 1px solid var(--line); background: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; align-items: start; }
.footer-brand img { width: 180px; height: 48px; }
.footer-grid p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.footer-grid a { display: block; margin-bottom: 6px; color: var(--olive-dark); font-size: 14px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.mobile-cta { display: none; }

@media (max-width: 920px) {
  .section { padding: 82px 0; }
  .hero { min-height: auto; }
  .hero-image { position: relative; inset: auto; height: 420px; background-position: 61% center; }
  .hero-image::after { background: linear-gradient(0deg, #edeae2 0%, transparent 40%); }
  .hero-grid { min-height: auto; display: block; }
  .hero-copy { margin-top: -88px; padding: 0 0 66px; }
  .hero-copy > * { position: relative; z-index: 2; }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .two-col, .form-grid, .faq-grid, .results-intro { grid-template-columns: 1fr; gap: 52px; }
  .results-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 260px 260px; }
  .result-card.result-featured { grid-column: 1 / 3; grid-row: auto; }
  .result-card:nth-child(4) { grid-column: 1 / 3; }
  .review-cards { grid-template-columns: 1fr; }
  .review-cards blockquote { min-height: auto; }
  .form-copy { position: static; }
  .steps, .location-cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid img { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 28px, 1160px); }
  .location-bar { gap: 6px 14px; flex-wrap: wrap; padding: 8px 12px; font-size: 10px; }
  .location-bar span:not(:last-child)::after { margin-left: 14px; }
  .location-bar .soon { width: 100%; text-align: center; }
  .location-bar .soon::after { display: none; }
  .nav-wrap { height: 72px; }
  .brand-lockup img { width: 150px; height: 40px; }
  .brand-lockup span { font-size: 9px; }
  .nav-wrap .button { display: none; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .hero-image { height: 330px; background-position: 67% center; }
  .hero-copy { margin-top: -58px; }
  .hero-lead { font-size: 17px; }
  .offer-card { width: 100%; gap: 15px; padding: 18px; }
  .offer-card strong { font-size: 25px; }
  .hero-copy > .button { width: 100%; }
  .section { padding: 68px 0; }
  .section-heading { text-align: left; }
  .steps, .location-cards { grid-template-columns: 1fr; }
  .steps article { min-height: auto; }
  .steps span { margin-bottom: 32px; }
  .lead-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field, .full { grid-column: 1; }
  .results-intro { gap: 22px; }
  .results-gallery { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 2px 16px; }
  .result-card, .result-card.result-featured { flex: 0 0 86%; height: 420px; scroll-snap-align: start; }
  .reviews-heading { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid img { grid-column: auto; }
  .footer-bottom { flex-direction: column; margin-top: 36px; }
  .mobile-cta { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; height: 64px; color: white; background: var(--olive-dark); font-weight: 780; text-decoration: none; box-shadow: 0 -8px 28px rgba(36,40,31,.18); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
