:root {
  --verde: #00a651;
  --verde-oscuro: #007a3d;
  --verde-profundo: #053b24;
  --limon: #ffd200;
  --limon-suave: #fff6bf;
  --texto: #243238;
  --muted: #60747c;
  --fondo: #fffdf5;
  --blanco: #ffffff;
  --shadow: 0 18px 45px rgba(0, 63, 31, .14);
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 210, 0, .18), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(0, 166, 81, .10), transparent 30%),
    var(--fondo);
  color: var(--texto);
}

img {
  max-width: 100%;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 18px rgba(0,0,0,.08);
}

.nav-inner {
  max-width: 1160px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  height: 54px;
  display: block;
}

.links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.links a {
  color: var(--verde-profundo);
  text-decoration: none;
  font-weight: 800;
  font-size: .96rem;
  transition: color .2s ease;
}

.links a:hover {
  color: var(--verde);
}

.nav-whatsapp {
  background: #25D366;
  color: white !important;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(37, 211, 102, .25);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: var(--verde-profundo);
  margin: 6px 0;
  border-radius: 10px;
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
  background:
    linear-gradient(135deg, rgba(5, 59, 36, .88), rgba(0, 97, 49, .55)),
    url('../img/plato1.jpg') center/cover no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -180px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(255,210,0,.32), transparent 65%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.eyebrow {
  display: inline-block;
  color: var(--limon);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  margin-bottom: 12px;
}

.hero-logo {
  max-width: 330px;
  width: 82%;
  margin: 8px auto 20px;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.38));
}

.hero h1 {
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 1.02;
  margin: 10px 0 16px;
}

.hero p {
  font-size: 1.22rem;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 30px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  border: 2px solid transparent;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25D366;
  box-shadow: 0 12px 26px rgba(37, 211, 102, .28);
}

.btn-outline {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.45);
}

.wa-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M19.11 17.2c-.29-.15-1.73-.85-2-.95-.27-.1-.47-.15-.67.15-.2.29-.77.95-.94 1.14-.17.2-.35.22-.64.07-.29-.15-1.23-.45-2.34-1.44-.86-.77-1.45-1.73-1.62-2.02-.17-.29-.02-.45.13-.6.13-.13.29-.35.44-.52.15-.17.2-.29.29-.49.1-.2.05-.37-.02-.52-.07-.15-.67-1.61-.91-2.2-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.79.37-.27.29-1.04 1.02-1.04 2.48s1.07 2.88 1.22 3.08c.15.2 2.1 3.21 5.08 4.5.71.31 1.26.49 1.69.63.71.23 1.36.2 1.87.12.57-.08 1.73-.71 1.98-1.39.24-.68.24-1.27.17-1.39-.07-.12-.27-.2-.56-.35z'/%3E%3Cpath d='M26.71 5.29A14.9 14.9 0 0 0 16.05 1C7.77 1 1.04 7.72 1.04 16c0 2.64.69 5.22 2.01 7.5L1 31l7.68-2.01A14.96 14.96 0 0 0 16.05 31C24.33 31 31.05 24.28 31.05 16c0-4.01-1.56-7.78-4.34-10.71zM16.05 28.45c-2.32 0-4.58-.62-6.56-1.79l-.47-.28-4.56 1.19 1.22-4.45-.3-.48A12.4 12.4 0 0 1 3.6 16c0-6.86 5.59-12.45 12.45-12.45 3.33 0 6.45 1.3 8.8 3.65A12.37 12.37 0 0 1 28.5 16c0 6.86-5.58 12.45-12.45 12.45z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section {
  padding: 82px 20px;
  max-width: 1160px;
  margin: auto;
}

.section-heading {
  text-align: center;
  margin-bottom: 34px;
}

h2 {
  color: var(--verde-profundo);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 12px;
}

.subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.06rem;
}

.stats-section {
  margin-top: -60px;
  position: relative;
  z-index: 5;
  padding-top: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat-card {
  background: white;
  border-radius: 24px;
  padding: 26px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 166, 81, .10);
}

.stat-card strong {
  display: block;
  font-size: 1.8rem;
  color: var(--verde-oscuro);
}

.stat-card span {
  color: var(--muted);
  font-weight: 700;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
  background: #111;
}

.slides {
  display: flex;
  transition: transform .55s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

.slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
}

.slide-caption span {
  display: block;
  color: var(--limon);
  font-weight: 800;
  margin-bottom: 5px;
}

.slide-caption strong {
  font-size: clamp(1.4rem, 3vw, 2.4rem);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--verde-profundo);
  font-size: 34px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.slider-btn.prev { left: 18px; }
.slider-btn.next { right: 18px; }

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 9px;
  z-index: 6;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.55);
  cursor: pointer;
}

.dot.active {
  background: var(--limon);
  transform: scale(1.28);
}

.about-grid,
.locales-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.card {
  background: rgba(255,255,255,.92);
  padding: 28px;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 166, 81, .10);
  line-height: 1.72;
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--limon-suave);
  border-radius: 18px;
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--verde-profundo);
  font-size: 1.45rem;
}

.value {
  text-align: center;
  font-size: 1.24rem;
  font-weight: 900;
  color: var(--verde-profundo);
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,246,191,.72));
}

.local {
  display: flex;
  flex-direction: column;
}

.local-header {
  margin-bottom: 6px;
}

.badge {
  display: inline-block;
  background: rgba(0,166,81,.12);
  color: var(--verde-profundo);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: .8rem;
}

.badge.new {
  background: var(--limon-suave);
}

.local-link {
  display: inline-block;
  margin: 4px 0 18px;
  color: var(--verde-oscuro);
  font-weight: 900;
  text-decoration: none;
}

.local iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 18px;
  margin-top: auto;
}

.cta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(0,166,81,.94), rgba(5,59,36,.96)),
    url('../img/plato5.jpg') center/cover no-repeat;
  color: white;
  border-radius: 34px;
  padding: 58px 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cta h2 {
  color: white;
  margin-top: 0;
}

.cta p {
  max-width: 620px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

footer {
  text-align: center;
  padding: 34px 20px;
  background: var(--verde-profundo);
  color: white;
}

footer img {
  height: 70px;
  margin-bottom: 10px;
}

footer p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  background: #25D366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0,0,0,.30);
  animation: pulse 1.9s infinite;
}

.whatsapp-float .wa-icon {
  width: 31px;
  height: 31px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .45); }
  70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: block;
  }

  .links {
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: white;
    border-radius: 22px;
    padding: 14px;
    box-shadow: var(--shadow);
  }

  .links.open {
    display: flex;
  }

  .links a {
    margin: 0;
    padding: 14px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .slide img {
    height: 390px;
  }

  .slide-caption {
    padding: 24px;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 62px 16px;
  }

  .hero {
    min-height: 88vh;
    padding-top: 50px;
  }

  .hero-logo {
    width: 76%;
  }

  .slider {
    border-radius: 22px;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .slider-btn.prev { left: 10px; }
  .slider-btn.next { right: 10px; }

  .local iframe {
    height: 190px;
  }
}
