.explore {
  padding: 4rem 0 4.75rem;
  background: #f8f0c8;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.62), transparent 24rem),
    linear-gradient(180deg, #fbf7dd 0%, #f6edc0 100%);
}

.explore__container {
  max-width: 95rem;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 1.5vw, 1.25rem);
}

.explore__header {
  text-align: center;
  margin-bottom: 2rem;
  display: grid;
  gap: 0.55rem;
}

.explore__title {
  font-size: clamp(2.65rem, 4.4vw, 4.05rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  color: #25351f;
  margin: 0;
  line-height: 0.95;
}

.explore__subtitle {
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.5;
  color: rgba(37, 53, 31, 0.62);
  max-width: 46rem;
  margin: 0 auto;
}

.explore__identify-card {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(25rem, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  padding: 1.5rem;
  border: 1px solid rgba(37, 53, 31, 0.08);
  border-radius: 1.55rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1.6rem 3.6rem rgba(72, 63, 23, 0.14);
}

.explore__selector-column {
  min-width: 0;
  display: grid;
}

.explore__guide {
  display: grid;
  align-content: start;
  gap: 1.15rem;
  padding: 0.2rem 0 0;
  border-radius: 0;
  background: transparent;
  color: #25351f;
}

.explore__guide-section {
  display: grid;
  gap: 0.65rem;
}

.explore__guide-section--steps {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(37, 53, 31, 0.12);
}

.explore__guide-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: #25351f;
  line-height: 1.05;
}

.explore__guide-text {
  margin: -0.35rem 0 0;
  color: rgba(37, 53, 31, 0.58);
  line-height: 1.4;
  font-size: 1rem;
}

.explore__tips-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.explore__tip-card {
  /* Se fija la altura de la tarjeta para conservar el tamaño visual anterior. */
  position: relative;
  display: block;
  min-height: 8.25rem;
  overflow: hidden;
  border: 1px solid rgba(37, 53, 31, 0.1);
  border-radius: 0.85rem;
  /* Se elimina el fondo blanco para que el contenido visualice el fondo de la sección. */
  background: transparent;
  box-shadow: 0 0.45rem 1rem rgba(37, 53, 31, 0.06);
}

.explore__tip-example {
  /* Se expande la imagen dentro de la tarjeta para servir de fondo del contenido. */
  position: absolute;
  inset: 0;
  min-height: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  background-color: #edf1dc;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(96, 108, 56, 0.06) 0,
    rgba(96, 108, 56, 0.06) 0.65rem,
    transparent 0.65rem,
    transparent 1.3rem
  );
  color: rgba(37, 53, 31, 0.45);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.explore__tip-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.explore__tip-card:hover .explore__tip-image {
  transform: scale(1.06);
}

.explore__tip-zoom {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(37, 53, 31, 0.72);
  color: #fffdf1;
  box-shadow: 0 0.2rem 0.5rem rgba(37, 53, 31, 0.35);
}

.explore__tip-content {
  /* Se superpone el texto en la parte inferior con un blanco translúcido. */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 0.1rem;
  padding: 0.65rem 0.8rem 0.75rem;
  background: rgba(255, 255, 255, 0.72);
}

.explore__tip-title {
  /* Se reduce la opacidad del título para darle más protagonismo a la fotografía. */
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  color: #25351f;
  line-height: 1.1;
}

.explore__tip-description {
  margin: 0;
  color: rgba(37, 53, 31, 0.58);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}

.explore__steps {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.explore__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: center;
  color: rgba(37, 53, 31, 0.82);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.explore__step-number {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 999px;
  background: #5f6f3f;
  color: #fffdf1;
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow: inset 0 -0.12rem 0 rgba(0, 0, 0, 0.14);
}

.explore__plantnet-credit {
  margin: -0.25rem 0 0;
  padding-top: 0;
  border-top: 0;
  color: rgba(37, 53, 31, 0.4);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.explore__plantnet-credit strong {
  color: rgba(37, 53, 31, 0.58);
}

.explore__preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(17, 24, 12, 0.82);
  backdrop-filter: blur(4px);
  animation: explore-fade-up 0.25s ease-out both;
}

.explore__preview-dialog {
  position: relative;
  display: grid;
  gap: 0.6rem;
  max-width: min(58rem, 94vw);
  width: 100%;
  border-radius: 1.1rem;
  background: #fffef7;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.explore__preview-image {
  width: 100%;
  max-height: 82vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background: #11180c;
}

.explore__preview-caption {
  margin: 0;
  padding: 0 1.1rem 1.05rem;
  color: rgba(37, 53, 31, 0.68);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.explore__preview-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.explore__preview-close:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.06);
}

.explore__identify-card .identify-species-photo-selector--home {
  height: 100%;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
}

.explore__identify-card .identify-species-photo-selector__preview {
  min-height: 27rem;
  height: 100%;
  border-radius: 1rem;
  border-color: rgba(37, 53, 31, 0.2);
  background: #f8f9f0;
}

.explore__identify-card .identify-species-photo-selector__actions {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

.explore__identify-card .identify-species-photo-selector__button--secondary {
  min-height: 3.35rem;
  border-radius: 0.85rem;
  border-color: #5f6f3f;
  background: #5f6f3f;
  color: #fffdf1;
  font-size: 1.02rem;
  font-weight: 800;
}

.explore__identify-card .identify-species-photo-selector__button--secondary:hover:not(:disabled) {
  background: #4d5d31;
  border-color: #4d5d31;
}

@keyframes explore-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.explore__fade {
  animation: explore-fade-up 0.9s ease-out both;
}

@media (max-width: 980px) {
  .explore {
    padding: 4rem 0;
  }

  .explore__identify-card {
    grid-template-columns: 1fr;
    position: static;
  }

  .explore__guide {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .explore {
    padding: 3.25rem 0;
  }

  .explore__container {
    padding: 0 clamp(0.75rem, 3vw, 1rem);
  }

  .explore__header {
    margin-bottom: 2rem;
  }

  .explore__identify-card {
    padding: 0.9rem;
    border-radius: 1.3rem;
    gap: 1.35rem;
  }

  .explore__guide {
    padding: 0;
  }

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

  .explore__identify-card .identify-species-photo-selector__preview {
    min-height: 20rem;
  }

  .explore__identify-card .identify-species-photo-selector__actions {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.sectors {
  padding: 5rem 0;
  background: #283618;
  color: #ffffff;
}

.sectors__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.sectors__header {
  text-align: center;
  margin-bottom: 3rem;
  display: grid;
  gap: 0.75rem;
}

.sectors__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0;
}

.sectors__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 36rem;
  margin: 0 auto;
}

.sectors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.sectors__link {
  text-decoration: none;
  color: inherit;
}

.sectors__card {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: background 0.25s ease, transform 0.25s ease;
}

.sectors__card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.sectors__icon {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.sectors__name {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}

.sectors__desc {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.sectors__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.sectors__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  background: #717d4e;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.sectors__button:hover {
  background: #5f6f3f;
}

.sectors__button-icon {
  width: 1rem;
  height: 1rem;
}

@keyframes sectors-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sectors__fade {
  animation: sectors-fade-up 0.9s ease-out both;
}

@media (min-width: 768px) {
  .sectors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .sectors__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.featured {
  padding: 5rem 0;
  background: #fefae0;
  background-image: radial-gradient(
    circle at bottom,
    rgba(188, 108, 37, 0.08),
    transparent 60%
  );
}

.featured__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 1.5vw, 1.25rem);
}

.featured__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.featured__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #283618;
  margin: 0 0 0.5rem;
}

.featured__subtitle {
  font-size: 1.125rem;
  color: rgba(40, 54, 24, 0.7);
  margin: 0;
}

.featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #606c38;
  color: #606c38;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.featured__cta:hover {
  background: #606c38;
  color: #ffffff;
}

.featured__cta-icon {
  width: 1rem;
  height: 1rem;
}

.featured__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.featured__link {
  text-decoration: none;
  color: inherit;
}

.featured__card {
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(40, 54, 24, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(40, 54, 24, 0.12);
}

.featured__image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 119, 182, 0.1), rgba(2, 62, 138, 0.1));
}

.featured__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.featured__card:hover .featured__image {
  transform: scale(1.05);
}

.featured__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.featured__image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}

.featured__name {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.featured__family {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.25rem 0 0;
}

@keyframes featured-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.featured__fade {
  animation: featured-fade-up 0.9s ease-out both;
}

@media (min-width: 768px) {
  .featured__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .featured__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about {
  padding: 5rem 0;
  background: linear-gradient(135deg, #606c38, #283618);
  color: #ffffff;
}

.about__container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 clamp(0.75rem, 1.5vw, 1.25rem);
}

.about__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.about__content {
  display: grid;
  gap: 1.5rem;
  align-self: stretch;
  align-content: space-between;
}

.about__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0;
}

.about__text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.7;
}

.about__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.about__highlight {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.about__icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.about__value {
  margin: 0;
  font-weight: 600;
}

.about__label {
  margin: 0.15rem 0 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.about__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #283618;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s ease;
}

.about__button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.about__button-icon {
  width: 1rem;
  height: 1rem;
}

.about__media {
  position: relative;
}

.about__image-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
}

.about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: #ffffff;
  color: #283618;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

.about__badge-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #606c38;
  margin: 0;
}

.about__badge-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0.25rem 0 0;
}

@keyframes about-fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about__fade {
  animation: about-fade-up 0.9s ease-out both;
}

.about__fade-delay {
  animation: about-fade-up 1.1s ease-out both;
  animation-delay: 0.2s;
}

@media (min-width: 1024px) {
  .about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.scroll-indicator {
  pointer-events: none;
  position: fixed;
  left: 50%;
  bottom: clamp(1.25rem, 4vh, 2.5rem);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  transform: translate(-50%, 0.5rem);
  color: #fffef6;
  opacity: 0;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.36));
  transition: opacity 420ms ease, transform 420ms ease;
}

.scroll-indicator.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.scroll-indicator__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 254, 246, 0.45);
  border-radius: 999px;
  background: rgba(20, 24, 14, 0.26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  animation: scroll-indicator-float 1.65s ease-in-out infinite;
}

.scroll-indicator__button::before {
  content: "";
  position: absolute;
  inset: -0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 254, 246, 0.26);
  animation: scroll-indicator-pulse 1.9s ease-out infinite;
}

.scroll-indicator__chevron {
  display: block;
  width: 0.78rem;
  height: 0.78rem;
  border-right: 2px solid rgba(255, 254, 246, 0.94);
  border-bottom: 2px solid rgba(255, 254, 246, 0.94);
  transform: translateY(-0.12rem) rotate(45deg);
}

@keyframes scroll-indicator-float {
  0%,
  100% {
    transform: translateY(-0.16rem);
  }
  50% {
    transform: translateY(0.32rem);
  }
}

@keyframes scroll-indicator-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.82);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-indicator,
  .scroll-indicator__button,
  .scroll-indicator__button::before {
    animation: none;
    transition: none;
  }
}

