:root {
  --green: #4a7c59;
  --green-dark: #375f43;
  --cream: #faf6f0;
  --text: #2b2b2b;
  --muted: #6b6b6b;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.5;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 246, 240, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  font-weight: 800;
  font-size: 22px;
  color: var(--green-dark);
  letter-spacing: -0.02em;
}

.btn.btn-small {
  margin-top: 0;
  padding: 12px 24px;
  font-size: 14px;
}

.btn.btn-wa {
  background: #25d366;
}

.btn.btn-wa:hover {
  background: #1da851;
}

.wa-alt {
  color: var(--muted);
  font-size: 15px;
  margin-top: 20px;
}

.tz-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  margin-top: 4px;
}

.tz-note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

#reserva {
  scroll-margin-top: 72px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.narrow {
  max-width: 640px;
}

h1, h2, h3 { line-height: 1.2; margin-top: 0; }

section h2 {
  font-size: clamp(24px, 4vw, 32px);
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: var(--green);
}

.btn {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 24px;
  transition: background 0.2s ease;
}

.btn:hover { background: var(--green-dark); }

.hero {
  padding: 64px 0;
  text-align: center;
  background: linear-gradient(180deg, #eef4ee 0%, var(--cream) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.hero-img {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.eyebrow {
  color: var(--green-dark);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.hero h1 {
  font-size: clamp(28px, 5vw, 44px);
  margin: 0 0 16px;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  margin: 0;
}

.foto-banner {
  margin: 0;
  line-height: 0;
}

.foto-banner img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

@media (min-width: 760px) {
  .hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    text-align: left;
  }

  .hero-text { text-align: left; }
  .lead { margin: 0; }
  .hero-img { margin: 0; max-width: 100%; }
}

section {
  padding: 64px 0;
  text-align: center;
}

.problema { background: #fff; }

.incluye .grid {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  text-align: left;
}

.incluye .grid li {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.incluye .grid li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.incluye .grid .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef4ee;
  color: var(--green-dark);
  margin-bottom: 14px;
}

.incluye .grid .icon svg {
  width: 22px;
  height: 22px;
}

.incluye .grid h3 {
  color: var(--green-dark);
  font-size: 18px;
}

.incluye .grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.proceso { background: #fff; }

.pasos {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pasos li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 17px;
}

.pasos span {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.planes {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan {
  text-align: left;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.plan summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.plan summary::-webkit-details-marker {
  display: none;
}

.plan-nombre {
  font-weight: 600;
}

.plan-precio {
  font-weight: 700;
  color: var(--green-dark);
  flex-shrink: 0;
}

.plan summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--green);
  margin-left: 12px;
  transition: transform 0.2s ease;
}

.plan[open] summary::after {
  transform: rotate(45deg);
}

.plan p {
  color: var(--muted);
  margin: 16px 0 0;
  line-height: 1.6;
}

.testimonios {
  background: #eef4ee;
}

.testimonios-intro {
  color: var(--muted);
  margin: 8px 0 0;
}

.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.testimonio {
  margin: 0;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.quote-mark {
  width: 28px;
  height: 28px;
  color: #cfe0d2;
  margin-bottom: 12px;
}

.testimonio blockquote {
  margin: 0;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

.testimonio figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.testimonio-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.testimonio-nombre {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: var(--green-dark);
}

.testimonio-nombre em {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: var(--muted);
}


.faq {
  background: #fff;
}

.faq details {
  text-align: left;
  background: var(--cream);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
  transition: box-shadow 0.2s ease;
}

.faq details[open] {
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--green);
  margin-left: 12px;
  transition: transform 0.2s ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  color: var(--muted);
  margin-bottom: 0;
  margin-top: 12px;
}

.reserva {
  background: var(--cream);
}

.cal-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  margin: 32px auto 0;
  padding: 8px;
  overflow: hidden;
  max-width: 900px;
}

.cal-embed {
  width: 100%;
  min-height: 600px;
}

/* En el layout ancho (2 columnas), el widget muestra abajo un pequeño
   logo "Cal.com". Recortamos esa franja inferior del iframe para un
   aspecto más limpio y propio. En pantallas estrechas el widget apila
   los horarios y no muestra el logo, así que ahí no recortamos nada. */
@media (min-width: 850px) {
  .cal-card { overflow: hidden; }
  #cal-booking { overflow: hidden; }
  #cal-booking iframe { display: block; margin-bottom: -60px; }
}

footer {
  padding: 40px 0;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
}

.ig-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-dark);
  text-decoration: none;
  font-weight: 600;
}

.ig-link:hover {
  text-decoration: underline;
}
