:root {
  --verde-bosque: #1b6b4a;
  --verde-profundo: #14563c;
  --verde-oscuro: #0f4f39;
  --verde-muy-oscuro: #0b3f31;
  --verde-menta: #5eb896;
  --verde-menta-suave: #dff0e9;
  --ambar: #d4920a;
  --ambar-claro: #ecb33a;
  --terracota: #8b2e18;
  --crema: #f5f0e8;
  --crema-claro: #fbf8ef;
  --texto: #2e312f;
  --gris: #666866;
  --blanco: #ffffff;
  --sombra: 0 16px 40px rgba(20, 66, 49, 0.13);
  --sombra-fuerte: 0 24px 58px rgba(20, 66, 49, 0.18);
  --borde: rgba(27, 107, 74, 0.13);
  --radio: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--texto);
  background:
    radial-gradient(circle at 8% 10%, rgba(94, 184, 150, 0.18), transparent 24%),
    radial-gradient(circle at 94% 6%, rgba(212, 146, 10, 0.12), transparent 24%),
    linear-gradient(180deg, var(--crema-claro) 0%, var(--crema) 100%);
  min-height: 100vh;
}

a {
  text-decoration: none;
}

.page {
  width: min(96%, 1500px);
  margin: 24px auto;
  background: var(--crema);
  border-radius: 32px;
  overflow: visible;
  box-shadow: var(--sombra-fuerte);
  border: 1px solid rgba(20, 66, 49, 0.12);
  position: relative;
}

/* NAVBAR */

.logo-navbar {
  width: 48px;
  height: auto;
  display: block;
}

.eco-navbar {
  position: sticky;
  top: 0;
  z-index: 3000;
  min-height: 78px;
  background: rgba(22, 87, 62, 0.96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 4px solid var(--ambar);
}

.eco-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 1.85rem;
  color: var(--ambar-claro);
  letter-spacing: -0.02em;
}

.eco-brand:hover,
.eco-brand:focus {
  color: var(--blanco);
}

.eco-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.eco-nav-link {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.86);
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.eco-nav-link:hover,
.eco-nav-link:focus {
  color: var(--ambar-claro);
}

.eco-toggler {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.92);
}

.eco-btn-small,
.eco-btn-primary,
.eco-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  padding: 12px 24px;
  border: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.eco-btn-small,
.eco-btn-primary {
  background: var(--ambar);
  color: var(--blanco);
  box-shadow: 0 12px 24px rgba(212, 146, 10, 0.28);
}

.eco-btn-secondary {
  color: var(--blanco);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.eco-btn-small:hover,
.eco-btn-small:focus,
.eco-btn-primary:hover,
.eco-btn-primary:focus {
  color: var(--blanco);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(212, 146, 10, 0.34);
}

.eco-btn-secondary:hover,
.eco-btn-secondary:focus {
  color: var(--verde-profundo);
  background: var(--blanco);
  transform: translateY(-2px);
}

/* HERO */

/* Fuente simple y recta para toda la página */
body,
button,
input,
select,
textarea,
.eco-brand,
.eco-nav-link,
.eco-btn-small,
.eco-btn-primary,
.eco-btn-secondary,
.section-title,
.section-heading,
.theme-title,
.activity-card h3,
.talk-card h3,
.workshop-card h3,
.circular-card h3,
.fair-band h3,
.coaniquem-mini-kicker,
.coaniquem-mini-title,
.coaniquem-mini-btn,
.talk-number,
.workshop-number,
.cta-card h2,
.footer-ecofest {
  font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Hero principal */
.home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.10), transparent 20%),
    radial-gradient(circle at 82% 16%, rgba(236, 179, 58, 0.13), transparent 22%),
    radial-gradient(circle at 82% 88%, rgba(94, 184, 150, 0.16), transparent 26%),
    linear-gradient(135deg, #1b6b4a 0%, #14563c 100%);
  color: #ffffff;
  padding: 48px 0 42px;
}

.home-hero__container {
  position: relative;
  z-index: 2;
}

/* Funciona aunque tu row no tenga clase home-hero__row */
.home-hero__row,
.home-hero .row {
  min-height: 470px;
}

.home-hero__content {
  position: relative;
  z-index: 3;
}

.home-hero__eyebrow {
  max-width: 620px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  color: #fff8ea;
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 850;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.home-hero__title span {
  display: block;
  color: #ecb33a;
}

.home-hero__lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.65;
  font-style: normal;
}

.home-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.eco-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.eco-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ecb33a;
  box-shadow: 0 0 0 5px rgba(236, 179, 58, 0.14);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn-eco-primary,
.btn-eco-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn-eco-primary {
  background: #ecb33a;
  color: #14563c;
  box-shadow: 0 14px 28px rgba(212, 146, 10, 0.25);
}

.btn-eco-primary:hover,
.btn-eco-primary:focus {
  color: #14563c;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(212, 146, 10, 0.34);
}

.btn-eco-outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.btn-eco-outline:hover,
.btn-eco-outline:focus {
  color: #14563c;
  background: #fbf8ef;
  border-color: #fbf8ef;
  transform: translateY(-2px);
}

/* Imagen del hero: sin card, sin rectángulo, sin fondo distinto */
.home-hero__media {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Por si quedó un wrapper en el HTML, se deja transparente */
.home-hero__image-wrap,
.home-hero__image-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.home-hero__image-wrap::before,
.home-hero__image-card::before {
  display: none !important;
  content: none !important;
}

.home-hero__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 620px;
  max-width: 115%;
  height: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(0 24px 36px rgba(5, 39, 27, 0.26));
}

/* Burbujas suaves de decoloración */
.hero-soft-bubble {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.bubble-1 {
  width: 130px;
  height: 130px;
  top: 42px;
  left: -36px;
  background: rgba(255, 255, 255, 0.10);
}

.bubble-2 {
  width: 72px;
  height: 72px;
  top: 90px;
  right: 14%;
  background: rgba(236, 179, 58, 0.14);
}

.bubble-3 {
  width: 180px;
  height: 180px;
  right: -64px;
  bottom: -58px;
  background: rgba(223, 240, 233, 0.14);
}

/* Si tienes órbitas en el HTML, se ven suaves. Si no existen, no afecta */
.hero-orbit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 235, 0.28);
  pointer-events: none;
}

.orbit-1 {
  width: 300px;
  height: 300px;
  top: 7%;
  right: 8%;
}

.orbit-2 {
  width: 120px;
  height: 120px;
  left: 8%;
  bottom: 12%;
}

.planet-card {
  position: relative;
  width: min(100%, 440px);
  margin: 0 auto;
  border-radius: 36px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 22px 50px rgba(0,0,0,0.12);
}

.planet-main {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 36%, rgba(245, 240, 232, 0.94), transparent 17%),
    radial-gradient(circle at 64% 48%, rgba(245, 240, 232, 0.94), transparent 19%),
    radial-gradient(circle at 50% 72%, rgba(245, 240, 232, 0.86), transparent 15%),
    linear-gradient(135deg, var(--verde-menta), #8bcaae);
  border: 8px solid rgba(245, 240, 232, 0.18);
}

.planet-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}

.leaf {
  position: absolute;
  font-size: 2rem;
}

.leaf-a { left: 2%; top: 18%; }
.leaf-b { right: 2%; top: 22%; }
.leaf-c { left: 16%; bottom: 6%; }

.planet-card p {
  text-align: center;
  margin: 0;
  color: rgba(255,255,255,0.84);
  font-weight: 800;
  letter-spacing: 0.05em;
}

.intro-strip {
  background: var(--verde-muy-oscuro);
  color: rgba(255, 255, 255, 0.9);
  padding: 22px 0;
  text-align: center;
  font-size: 1.08rem;
}

.intro-strip strong {
  color: var(--ambar-claro);
}

/* GENERAL SECTIONS */

.section-header {
  margin-bottom: 32px;
}

.section-header-line {
  border-bottom: 3px solid var(--ambar);
  padding-bottom: 14px;
}

.section-header-red {
  border-bottom-color: var(--terracota);
}

.section-kicker {
  color: var(--verde-bosque);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.section-title,
.section-heading {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--verde-bosque);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 0;
}

.section-lead {
  color: var(--gris);
  font-size: 1.08rem;
  max-width: 920px;
  margin: 14px 0 0;
}

/* THEME */

.theme-section {
  background: var(--crema);
}

.theme-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 94% 78%, rgba(94, 184, 150, 0.22), transparent 20%),
    var(--verde-bosque);
  color: var(--blanco);
  border-radius: 18px;
  padding: 34px;
  box-shadow: var(--sombra);
}

.theme-card .section-kicker {
  color: rgba(255,255,255,0.65);
}

.theme-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: var(--ambar);
  color: var(--blanco);
  font-size: 2rem;
}

.theme-title {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ambar-claro);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  margin-bottom: 8px;
}

.theme-text {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 16px;
  font-size: 1.08rem;
}

.theme-tags span,
.workshop-tags span {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 800;
  color: var(--blanco);
}

/* SUMMARY */

.summary-section {
  background: var(--crema);
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.summary-tile {
  display: grid;
  place-items: center;
  min-height: 112px;
  background: var(--blanco);
  color: var(--texto);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(27, 107, 74, 0.08);
  border-top: 4px solid var(--verde-menta);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
}

.summary-tile:nth-child(odd) {
  border-top-color: var(--ambar);
}

.summary-tile:hover,
.summary-tile:focus {
  color: var(--verde-bosque);
  transform: translateY(-2px);
}

.summary-tile span {
  font-size: 1.75rem;
}

/* ACTIVITIES */

.activities-section,
.program-section,
.workshops-section,
.location-section {
  background: var(--crema);
}

.activity-card,
.talk-card,
.workshop-card,
.circular-card {
  background: var(--blanco);
  border: 1px solid rgba(27, 107, 74, 0.09);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(27, 107, 74, 0.08);
}

.activity-card {
  padding: 28px;
  border-top: 4px solid var(--verde-bosque);
}

.top-green { border-top-color: var(--verde-bosque); }
.top-amber { border-top-color: var(--ambar); }
.top-mint { border-top-color: var(--verde-menta); }
.top-red { border-top-color: var(--terracota); }

.activity-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.activity-card h3,
.talk-card h3,
.workshop-card h3,
.circular-card h3,
.fair-band h3 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #232323;
  font-size: 1.26rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.activity-card p,
.talk-card p,
.workshop-card p,
.circular-card p,
.fair-band p,
.location-text {
  color: var(--gris);
  line-height: 1.62;
  margin-bottom: 0;
}

/* COANIQUEM MINI HOME - SECCIÓN MANTENIDA */

.coaniquem-mini-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 209, 0, 0.18), transparent 24%),
    radial-gradient(circle at 90% 80%, rgba(182, 222, 219, 0.26), transparent 25%),
    linear-gradient(180deg, #f6fbef 0%, #fffdf3 100%);
}

.coaniquem-mini-card {
  background: linear-gradient(105deg, #f4ad9d 0%, #f4ad9d 52%, #f7f3ed 52%, #f7f3ed 100%);
  border: 4px solid #081923;
  border-radius: 30px;
  padding: 36px;
  box-shadow: 16px 16px 0 rgba(8, 25, 35, 0.12);
  overflow: hidden;
}

.coaniquem-mini-kicker {
  display: inline-block;
  background: #ffd100;
  color: #081923;
  border-radius: 10px;
  padding: 8px 14px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.coaniquem-mini-logo {
  width: min(100%, 300px);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
  padding: 14px 18px;
  display: block;
}

.coaniquem-mini-title {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #081923;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.coaniquem-mini-title span {
  display: inline-block;
  background: #ffd100;
  border-radius: 12px;
  padding: 0 10px 4px;
  box-shadow: 6px 6px 0 #e30613;
}

.coaniquem-mini-text {
  color: #081923;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 700;
  max-width: 640px;
  margin-bottom: 24px;
}

.coaniquem-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #081923;
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 24px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  box-shadow: 7px 7px 0 #b6dedb;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coaniquem-mini-btn:hover,
.coaniquem-mini-btn:focus {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 10px 10px 0 #b6dedb;
}

.coaniquem-mini-img {
  width: min(100%, 330px);
  max-height: 420px;
  object-fit: contain;
  background: #ffffff;
  border: 4px solid #081923;
  border-radius: 22px;
  padding: 10px;
  box-shadow: 12px 12px 0 #ffd100, 19px 19px 0 #e30613;
}

/* PROGRAM */

.schedule-card {
  background: var(--crema-claro);
  border-radius: 18px;
  padding: 26px;
  box-shadow: var(--sombra);
  border: 1px solid var(--borde);
  overflow-x: auto;
}

.schedule-times,
.schedule-row {
  display: grid;
  grid-template-columns: 120px repeat(6, minmax(110px, 1fr));
  gap: 0;
  min-width: 900px;
}

.schedule-times {
  color: var(--verde-bosque);
  font-weight: 900;
  font-size: 0.86rem;
  margin-bottom: 10px;
}

.schedule-times span:first-child {
  grid-column: 2;
}

.schedule-row {
  align-items: center;
  min-height: 56px;
  position: relative;
}

.schedule-label {
  color: var(--gris);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: right;
  padding-right: 18px;
}

.bar,
.talk {
  color: var(--blanco);
  font-weight: 900;
  border-radius: 8px;
  text-align: center;
  padding: 9px 12px;
  z-index: 1;
}

.bar-full {
  grid-column: 2 / 8;
  background: var(--verde-bosque);
}

.bar-workshops {
  grid-column: 2 / 6;
  background: var(--verde-menta);
}

.bar-note {
  grid-column: 6 / 8;
  text-align: center;
  color: var(--gris);
  font-style: italic;
  font-size: 0.9rem;
}

.talk {
  background: var(--ambar);
  min-height: 52px;
  display: grid;
  place-items: center;
  line-height: 1.1;
}

.talk small {
  font-size: 0.72rem;
}

.talk-1 { grid-column: 3 / 4; }
.talk-2 { grid-column: 4 / 5; }
.talk-3 { grid-column: 5 / 6; }
.talk-4 { grid-column: 6 / 7; }

.closing-note {
  grid-column: 7 / 8;
  color: var(--verde-bosque);
  font-weight: 900;
  text-align: right;
}

.legend {
  margin-top: 26px;
  color: var(--gris);
}

.legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend i {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
}

.legend-full { background: var(--verde-bosque); }
.legend-workshops { background: var(--verde-menta); }
.legend-talks { background: var(--ambar); }

/* TALKS */

.talks-section,
.circular-section {
  background: var(--crema);
}

.talk-card {
  position: relative;
  padding: 34px 30px 28px;
  border-top: 5px solid var(--ambar);
  overflow: hidden;
}

.talk-number,
.workshop-number {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: rgba(212, 146, 10, 0.18);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
}

.talk-card .talk-number {
  position: absolute;
  top: 22px;
  left: 28px;
}

.talk-time {
  color: var(--ambar);
  font-size: 0.76rem;
  margin: 42px 0 6px;
}

.talk-card h4 {
  color: var(--verde-bosque);
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.audience {
  display: inline-flex;
  margin-top: 16px;
  color: var(--gris);
  font-size: 0.94rem;
}

/* WORKSHOPS */

.workshop-list,
.circular-list {
  display: grid;
  gap: 18px;
}

.workshop-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px;
  border-left: 7px solid var(--verde-menta);
}

.workshop-time {
  color: var(--verde-menta);
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.workshop-tags span {
  background: var(--verde-menta-suave);
  color: var(--verde-bosque);
  border: 0;
  padding: 6px 14px;
  font-size: 0.9rem;
}

/* CIRCULAR */

.circular-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
}

.circular-icon {
  position: relative;
  width: 100px;
  min-height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #232323;
  font-size: 2rem;
  line-height: 64px;
}

.circular-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: rgba(139, 46, 24, 0.12);
  z-index: 0;
}

.circular-icon span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--terracota);
  color: var(--blanco);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.circular-icon.mint::before {
  background: rgba(94, 184, 150, 0.16);
}

.circular-icon.mint span {
  background: var(--verde-bosque);
}

.circular-icon.amber::before {
  background: rgba(212, 146, 10, 0.12);
}

.circular-icon.amber span {
  background: var(--ambar);
}

.fair-band {
  display: flex;
  gap: 20px;
  align-items: center;
  background:
    radial-gradient(circle at 94% 70%, rgba(255,255,255,0.08), transparent 18%),
    var(--verde-bosque);
  color: var(--blanco);
  border-radius: 18px;
  padding: 28px;
}

.fair-band h3,
.fair-band p {
  color: var(--blanco);
}

.fair-band p:first-child {
  color: rgba(255,255,255,0.64);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 900;
}

.fair-icon {
  font-size: 2.2rem;
}

/* LOCATION + CTA + FOOTER */

.map-wrapper {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--sombra);
  border: 1px solid var(--borde);
  background: var(--blanco);
}

.map-wrapper iframe,
.google-map {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.cta-section {
  background: var(--crema);
}

.cta-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 10%, rgba(255,255,255,0.07), transparent 18%),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,0.08), transparent 15%),
    var(--verde-bosque);
  color: var(--blanco);
  border-radius: 24px;
  padding: 62px 28px;
}

.cta-card .section-kicker {
  color: rgba(255,255,255,0.5);
}

.cta-card h2 {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ambar);
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 900;
  margin-bottom: 14px;
}

.cta-card p {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
}

.cta-actions {
  justify-content: center;
  margin-top: 26px;
}

.footer-ecofest {
  background: var(--verde-bosque);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  border-top: 4px solid var(--ambar);
}

.footer-title {
  color: var(--ambar);
  font-weight: 900;
}

.footer-ecofest a {
  color: var(--blanco);
  font-weight: 800;
}

.footer-ecofest a:hover,
.footer-ecofest a:focus {
  color: var(--ambar-claro);
}

.footer-actions a {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  margin-left: 8px;
}

.footer-actions a:first-child {
  background: var(--ambar);
}

/* RESPONSIVE */

@media (max-width: 1199.98px) {
  .summary-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .page {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .eco-navbar {
    min-height: 0;
  }
  .planet-card {
    margin-top: 10px;
  }

  .theme-card {
    grid-template-columns: 1fr;
  }

  .schedule-card {
    padding: 20px;
  }

  .circular-card {
    grid-template-columns: 90px 1fr;
  }

  /* RESPONSIVE COANIQUEM MINI */
  .coaniquem-mini-card {
    background: linear-gradient(180deg, #f4ad9d 0%, #f4ad9d 55%, #f7f3ed 55%, #f7f3ed 100%);
    padding: 30px 24px 40px;
  }

  .coaniquem-mini-img {
    margin-top: 16px;
    width: min(100%, 280px);
  }
}

@media (max-width: 767.98px) {
  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-card,
  .circular-card {
    grid-template-columns: 1fr;
  }
  .fair-band {
    align-items: start;
  }

  .footer-actions a {
    margin: 4px;
  }
}

@media (max-width: 575.98px) {
  .eco-brand {
    font-size: 1.45rem;
  }

  .eco-brand img {
    width: 44px;
    height: 44px;
  }

  .cta-actions a {
    width: 100%;
  }

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

  .theme-card,
  .activity-card,
  .talk-card,
  .workshop-card,
  .circular-card,
  .fair-band,
  .cta-card {
    padding: 24px;
  }

  .map-wrapper iframe,
  .google-map {
    height: 320px;
  }

  .coaniquem-mini-card {
    border-width: 3px;
    border-radius: 24px;
    box-shadow: 10px 10px 0 rgba(8, 25, 35, 0.12);
  }

  .coaniquem-mini-logo {
    width: 100%;
  }

  .coaniquem-mini-title {
    font-size: 2rem;
  }

  .coaniquem-mini-img {
    width: 100%;
    max-height: 360px;
    box-shadow: 8px 8px 0 #ffd100, 14px 14px 0 #e30613;
  }


  
}


/* RESPONSIVE HERO Y CIRCULAR CORREGIDOS */
@media (max-width: 991.98px) {
  .home-hero {
    padding: 42px 0 36px;
  }

  .home-hero__row,
  .home-hero .row {
    min-height: 0;
  }

  .home-hero__content {
    text-align: center;
  }

  .home-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero__pills,
  .home-hero__actions {
    justify-content: center;
  }

  .home-hero__media {
    margin-bottom: 8px;
  }

  .home-hero__image {
    width: 430px;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .circular-card {
    grid-template-columns: 1fr;
  }

  .circular-icon {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .circular-icon::before {
    left: 32px;
  }

  .circular-icon span {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .home-hero {
    padding: 34px 0 30px;
  }

  .home-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .home-hero__title {
    font-size: 3rem;
  }

  .home-hero__lead {
    font-size: 1rem;
  }

  .home-hero__image {
    width: 310px;
    max-width: 100%;
  }

  .home-hero__pills span,
  .home-hero__actions a {
    width: 100%;
  }

/* BURBUJAS EN CONTACTO / INSCRIPCIÓN */

.cta-card {
  position: relative;
  overflow: hidden;
}

.cta-card > *:not(.cta-bubble) {
  position: relative;
  z-index: 2;
}

.cta-bubble {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(2px);
}

.cta-bubble-1 {
  width: 130px;
  height: 130px;
  top: 22px;
  left: -36px;
  background: rgba(255, 255, 255, 0.10);
}

.cta-bubble-2 {
  width: 76px;
  height: 76px;
  top: 38px;
  right: 12%;
  background: rgba(236, 179, 58, 0.16);
}

.cta-bubble-3 {
  width: 180px;
  height: 180px;
  right: -60px;
  bottom: -70px;
  background: rgba(223, 240, 233, 0.14);
}





}
