html,
body {
  background: #f6fbf7;
  color: #0b1220;
  color-scheme: light;
}

body {
  overflow-x: hidden;
}

body:not(.eco-dark) .eco-page h3,
body:not(.eco-dark) .eco-page h4,
body:not(.eco-dark) .eco-proof-card h4,
body:not(.eco-dark) .eco-proof-video-caption h3,
body:not(.eco-dark) .eco-problem-card h3,
body:not(.eco-dark) .eco-feature-card h3,
body:not(.eco-dark) .eco-app-modal h3 {
  color: #0b1220;
}

/* body:not(.eco-dark) .eco-page p:not(.eco-eyebrow),
body:not(.eco-dark) .eco-page li,
body:not(.eco-dark) .eco-section-lead,
body:not(.eco-dark) .eco-lead,
body:not(.eco-dark) .eco-proof-card p,
body:not(.eco-dark) .eco-feature-card p,
body:not(.eco-dark) .eco-flow-step p,
body:not(.eco-dark) .eco-metric span,
body:not(.eco-dark) .eco-problem-card p,
body:not(.eco-dark) .eco-problem-copy > p:not(.eco-eyebrow) {
  color: #344258;
} */
a:hover {
  color: #f2b476;
}
body:not(.eco-dark) .eco-lead {
  color: #3f4f66;
}

body:not(.eco-dark) p {
  color: #425066;
}

body:not(.eco-dark) .eco-stat-card p,
body:not(.eco-dark) .eco-stat-card span {
  color: #53647a;
}

.eco-page {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(46, 169, 79, 0.18),
      transparent 34%
    ),
    radial-gradient(
      circle at 18% 34%,
      rgba(47, 226, 192, 0.18),
      transparent 38%
    ),
    linear-gradient(180deg, #f6fbf7 0%, #eef8f1 100%);
}

.eco-shell {
  width: min(1500px, calc(100% - 2.5rem));
  margin: 0 auto;
}

/* NAVBAR */
.navbar-zindex {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(246, 251, 247, 0.68) !important;
  box-shadow: none !important;
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}

.navbar-zindex .container-fluid {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.navbar-logo {
  display: block;
  width: auto;
  height: 42px;
  max-width: 180px;
}

.navbar-zindex .navbar-nav {
  align-items: center;
}

.navbar-zindex .nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.35rem 0.15rem;
  color: rgba(11, 18, 32, 0.62) !important;
  font-weight: 700;
}

.navbar-zindex .nav-link:hover,
.navbar-zindex .nav-link.active {
  color: #2ea94f !important;
}

.eco-navbar-actions {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.eco-navbar-actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(46, 169, 79, 0.18);
}

.eco-theme-toggle {
  order: 2;
  margin-left: auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(11, 18, 32, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: #2ea94f;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.08);
  cursor: pointer;
}

.eco-theme-light {
  display: inline-flex;
}

.eco-theme-dark {
  display: none;
}

body.eco-dark .eco-theme-light {
  display: none;
}

body.eco-dark .eco-theme-dark {
  display: inline-flex;
}

.navbar-toggler {
  order: 3;
  width: 46px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(11, 18, 32, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.navbar-toggler-icon {
  position: relative;
  width: 22px;
  height: 14px;
  display: block;
  background-image: none !important;
  border-top: 2px solid #0b1220;
  border-bottom: 2px solid #0b1220;
}

.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0b1220;
  transform: translateY(-50%);
}

/* COMMON */
.eco-eyebrow {
  margin: 0 0 1rem;
  color: #2ea94f;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body:not(.eco-dark) .eco-eyebrow,
body.eco-dark .eco-eyebrow {
  color: #2ea94f;
}

.eco-section {
  padding: 5rem 0;
}

.eco-section-header {
  max-width: 860px;
  margin-bottom: 2rem;
}

.eco-section h2,
.eco-hero h1,
.eco-cta h2 {
  color: #0b1220;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.eco-section h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
}

.eco-section-lead {
  max-width: 760px;
  color: #425066;
  line-height: 1.8;
}

/* HERO */
.eco-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 1rem 0 5rem;
  overflow: hidden;
}

.eco-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(246, 251, 247, 0.96),
    rgba(246, 251, 247, 0.5)
  );
  pointer-events: none;
}

.eco-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 0.85fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.eco-hero h1 {
  max-width: 680px;
  font-size: clamp(2.65rem, 4.6vw, 4.15rem);
  line-height: 1.03;
}

.eco-lead {
  max-width: 620px;
  margin: 1.6rem 0 0;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.8;
}

.eco-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.eco-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.25rem;
  border-radius: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.eco-btn-primary {
  background: linear-gradient(135deg, #22c7a8 0%, #2ea94f 100%);
  box-shadow: 0 12px 28px rgba(34, 199, 168, 0.16);
}

.eco-btn-ghost {
  border: 1px solid rgba(11, 18, 32, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #0b1220;
}

.eco-hero-card {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 2rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 34px 90px rgba(52, 192, 89, 0.237);
  backdrop-filter: blur(24px) saturate(1.12);
}

.eco-device-photo {
  width: min(520px, 88%);
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.14);
}

.eco-device-photo img,
.eco-floating-app img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eco-floating-app {
  position: absolute;
  right: -1.1rem;
  top: 2.4rem;
  width: 162px;
  aspect-ratio: 9 / 19.5;
  padding: 8px;
  border-radius: 28px;
  background: linear-gradient(145deg, #121826, #050812);
  z-index: 5;
}

.eco-floating-app img {
  border-radius: 21px;
  object-position: top center;
}

.eco-stat-card {
  position: absolute;
  left: 2.1rem;
  bottom: 2rem;
  width: min(360px, calc(100% - 4rem));
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.99);
  backdrop-filter: blur(5px);
  z-index: 4;
}

.eco-stat-card span,
.eco-stat-card p {
  margin: 0;
}

.eco-stat-card strong {
  display: block;
  color: #0b1220;
  font-size: 2.25rem;
}

/* PROBLEM */
.eco-problem-section {
  position: relative;
  overflow: hidden;
}

.eco-problem-section::before {
  content: "";
  position: absolute;
  inset: -36px;
  background: url("../img/ecoguardians/bg_prob.webp") center 58% / cover
    no-repeat;
  pointer-events: none;
}

.eco-problem-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 251, 247, 0.707);
  pointer-events: none;
}

.eco-problem-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.eco-problem-copy > p:not(.eco-eyebrow) {
  max-width: 640px;
  margin: 1.4rem 0 0;
  font-size: 1.05rem;
  line-height: 1.8;
}

.eco-problem-stack {
  display: grid;
  gap: 1rem;
}

.eco-problem-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.45rem 1.55rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
}

.eco-problem-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #2ea94f;
  background: rgba(46, 169, 79, 0.13);
}
.eco-problem-icon i {
  font-size: 1.5rem;
}

/* PRUEBA REAL */
.eco-proof-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(46, 169, 79, 0.1), transparent 30%),
    radial-gradient(
      circle at 8% 54%,
      rgba(47, 226, 192, 0.12),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.66);
  padding-top: 3.5rem;
}

.eco-proof-header-centered {
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: 2.1rem;
  text-align: center;
}

.eco-proof-header-centered h2 {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(2.55rem, 4.6vw, 4.15rem);
  line-height: 0.98;
}

.eco-proof-header-centered .eco-section-lead {
  max-width: 620px;
  margin: 0.85rem auto 0;
  font-size: 1.02rem;
  line-height: 1.65;
}

.eco-proof-layout {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: clamp(1.3rem, 3vw, 2.1rem);
  align-items: start;
  max-width: 1280px;
  margin-inline: auto;
}

.eco-proof-phone-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.eco-phone-mockup {
  width: min(285px, 100%);
  justify-self: end;
  border-radius: 34px;
  box-shadow:
    0 26px 68px rgba(11, 18, 32, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.55);
}

.eco-phone-mockup img,
.eco-phone-mockup iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 30px;
}

.eco-phone-mockup img {
  height: auto;
}

.eco-phone-video-mockup {
  overflow: hidden;
}

.eco-phone-video-mockup iframe {
  aspect-ratio: 9 / 16;
  height: auto;
  background: #020811;
}

.eco-reel-cta {
  position: relative;
  width: min(320px, 100%);
  justify-self: center;
  display: grid;
  grid-template-columns: 62px 1fr auto;
  column-gap: 0.9rem;
  row-gap: 0.15rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 26px;
  color: #0b1220;
  text-decoration: none;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.62)
  );
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 22px 54px rgba(11, 18, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px) saturate(1.14);
  -webkit-backdrop-filter: blur(20px) saturate(1.14);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.eco-proof-content-column {
  display: grid;
  min-width: 0;
}

.eco-proof-summary-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.56fr);
  gap: 1.6rem;
  align-items: stretch;
  min-height: 500px;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at 14% 10%, rgba(46, 169, 79, 0.1), transparent 30%),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(11, 18, 32, 0.1);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.eco-proof-summary-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eco-proof-summary-card h3 {
  max-width: 560px;
  margin: 0;
  color: #0b1220;
  font-size: clamp(1.45rem, 4.1vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.eco-proof-summary-copy > p:not(.eco-eyebrow) {
  max-width: 620px;
  margin: 1.05rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}

.eco-proof-device-shot {
  margin: 0;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(46, 169, 79, 0.06);
  box-shadow: 0 18px 46px rgba(11, 18, 32, 0.12);
}

.eco-proof-device-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.eco-proof-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.eco-proof-mini-grid div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(46, 169, 79, 0.08);
  border: 1px solid rgba(46, 169, 79, 0.16);
}

.eco-proof-mini-grid i {
  color: #2ea94f;
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.eco-proof-mini-grid strong,
.eco-proof-mini-grid span {
  display: block;
}

.eco-proof-mini-grid strong {
  color: #0b1220;
  font-weight: 850;
  margin-bottom: 0.3rem;
}

.eco-system-preview {
  max-width: 1280px;
  margin: 3rem auto 0;
}

.eco-system-preview-head {
  max-width: 760px;
  margin: 0 auto 1.35rem;
  text-align: center;
}

.eco-system-preview-head h3 {
  margin: 0;
  color: #0b1220;
  font-weight: 850;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
}

.eco-system-preview-head p {
  margin: 0.35rem 0 0;
}

.eco-system-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.eco-system-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  min-height: 390px;
  padding: 1.25rem;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 20px 54px rgba(11, 18, 32, 0.085);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.eco-system-card > div:first-child {
  min-height: 165px;
}

.eco-system-card-game > div:first-child {
  min-height: 150px;
}

.eco-system-card-app {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.eco-system-card img {
  width: 100%;
  height: 170px;
  margin-top: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(11, 18, 32, 0.08);
}

.eco-system-card-game img {
  height: 250px;
  object-fit: contain;
  object-position: center bottom;
  padding: 0.65rem 0.75rem 0;
  /* background:
    radial-gradient(
      circle at 50% 100%,
      rgba(46, 169, 79, 0.08),
      transparent 62%
    ),
    rgba(255, 255, 255, 0.62); */
}

.eco-system-card-app img {
  width: min(170px, 72%);
  height: 265px;
  min-height: 0;
  max-height: none;
  justify-self: center;
  margin-top: auto;
  border-radius: 24px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 18px 42px rgba(11, 18, 32, 0.12);
}

.eco-system-number {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  color: #ffffff;
  background: #2ea94f;
  font-weight: 900;
}

.eco-system-number-blue {
  background: #1687d9;
}

.eco-system-number-orange {
  background: #f97316;
}

.eco-system-card h4 {
  margin: 0 0 0.55rem;
  color: #0b1220;
  font-weight: 850;
  font-size: 1.15rem;
}

.eco-system-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.eco-proof-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: #2ea94f;
  font-weight: 850;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.eco-proof-link:hover {
  color: #1c7f3b;
}

.eco-proof-list {
  display: grid;
  gap: 0.35rem;
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  color: #425066;
}

.eco-proof-list li {
  line-height: 1.45;
}

.eco-proof-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1280px;
  margin: 2rem auto 0;
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(11, 18, 32, 0.07);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.eco-proof-values div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgba(11, 18, 32, 0.08);
}

.eco-proof-values div:last-child {
  border-right: 0;
}

.eco-proof-values i {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #2ea94f;
  background: rgba(46, 169, 79, 0.1);
}

.eco-proof-values strong,
.eco-proof-values span {
  display: block;
}

.eco-proof-values strong {
  /* color: #0b1220; */
  font-weight: 850;
}

.eco-proof-values span {
  font-size: 0.92rem;
  line-height: 1.4;
}

/* MODAL */
.eco-app-modal {
  width: min(1040px, calc(100vw - 2rem));
  border: 0;
  padding: 0;
  border-radius: 34px;
  background: transparent;
  color: #0b1220;
  overflow: visible;
}

.eco-app-modal::backdrop {
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(46, 169, 79, 0.18),
      transparent 34%
    ),
    rgba(8, 16, 28, 0.48);
  backdrop-filter: blur(16px) saturate(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.eco-app-modal-content {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 34px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.64)
    ),
    radial-gradient(circle at 12% 0%, rgba(46, 169, 79, 0.18), transparent 36%),
    radial-gradient(
      circle at 88% 100%,
      rgba(47, 226, 192, 0.14),
      transparent 38%
    );
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow:
    0 34px 90px rgba(2, 8, 17, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(28px) saturate(1.2);
  -webkit-backdrop-filter: blur(28px) saturate(1.2);
}

.eco-app-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 34%),
    radial-gradient(
      circle at 18% 14%,
      rgba(255, 255, 255, 0.72),
      transparent 24%
    );
  opacity: 0.62;
}

.eco-app-modal-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  z-index: 5;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #2ea94f;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 18, 32, 0.08);
  box-shadow: 0 14px 34px rgba(11, 18, 32, 0.1);
  cursor: pointer;
}

.eco-app-modal-header,
.eco-app-modal-grid {
  position: relative;
  z-index: 2;
}

.eco-app-modal-header {
  max-width: 720px;
  margin-bottom: 1.6rem;
}

.eco-app-modal-badge {
  display: inline-flex;
  margin-bottom: 0.9rem;
  padding: 0.45rem 0.7rem;
  border-radius: 10px;
  color: #2ea94f;
  background: rgba(46, 169, 79, 0.1);
  border: 1px solid rgba(46, 169, 79, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eco-app-modal-header h3 {
  margin: 0;
  color: #0b1220;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.eco-app-modal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 2.8rem);
  align-items: center;
}

.eco-app-modal-phone {
  margin: 0;
  justify-self: center;
  width: min(270px, 100%);
  padding: 8px;
  border-radius: 38px;
  background: linear-gradient(145deg, #111827, #050812);
  box-shadow:
    0 26px 70px rgba(11, 18, 32, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.24);
}

.eco-app-modal-phone img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.eco-app-modal-body > p {
  max-width: 680px;
  margin: 0;
  color: #344258;
  line-height: 1.75;
}

.eco-app-modal-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.eco-app-modal-stats div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 135px;
  padding: 0.7rem 0.9rem;
  border-radius: 18px;
  background: rgba(46, 169, 79, 0.08);
  border: 1px solid rgba(46, 169, 79, 0.16);
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.eco-app-modal-stats strong,
.eco-app-modal-stats span,
.eco-app-modal-features strong,
.eco-app-modal-features span {
  display: block;
}

.eco-app-modal-stats strong {
  margin-bottom: 0.35rem;
  color: #2ea94f;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.eco-app-modal-stats span {
  color: #3f4f66;
  font-size: 0.76rem;
  line-height: 1.35;
}

.eco-app-modal-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.eco-app-modal-features div {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 14px 34px rgba(11, 18, 32, 0.06);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.eco-app-modal-features i {
  color: #2ea94f;
}

.eco-app-modal-features strong {
  margin: 0.55rem 0 0.3rem;
  color: #0b1220;
  font-weight: 850;
}

.eco-app-modal-features span {
  color: #53647a;
  line-height: 1.45;
  font-size: 0.92rem;
}

/* DARK MODE */
body.eco-dark {
  background: #020811;
  color: #e0e0e0;
  color-scheme: dark;
}

body.eco-dark .navbar-zindex {
  background: rgba(2, 8, 17, 0.72) !important;
}

body.eco-dark .navbar-zindex .nav-link {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.eco-dark .navbar-zindex .nav-link:hover,
body.eco-dark .navbar-zindex .nav-link.active {
  color: #2fe2c0 !important;
}

body.eco-dark .eco-theme-toggle,
body.eco-dark .navbar-toggler {
  background: rgba(255, 255, 255, 0.08);
  color: #2fe2c0;
  border-color: rgba(255, 255, 255, 0.2);
}

body.eco-dark .navbar-toggler-icon {
  border-top-color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.78);
}

body.eco-dark .navbar-toggler-icon::before {
  background: rgba(255, 255, 255, 0.78);
}

body.eco-dark .eco-page {
  background: #020811;
}

body.eco-dark .eco-hero::before,
body.eco-dark .eco-problem-section::after {
  background: rgba(2, 8, 17, 0.78);
}

body.eco-dark .eco-section h2,
body.eco-dark .eco-hero h1,
body.eco-dark .eco-cta h2,
body.eco-dark h3,
body.eco-dark h4,
body.eco-dark .eco-metric strong,
body.eco-dark .eco-stat-card strong {
  color: #fff;
}

body.eco-dark .eco-page p:not(.eco-eyebrow),
body.eco-dark .eco-page li,
body.eco-dark .eco-lead,
body.eco-dark .eco-section-lead,
body.eco-dark .eco-proof-list,
body.eco-dark .eco-metric span {
  color: #b9c2d0;
}

body.eco-dark p {
  color: #b9c2d0;
}

body.eco-dark .eco-hero-card,
body.eco-dark .eco-stat-card,
body.eco-dark .eco-card,
body.eco-dark .eco-feature-card,
body.eco-dark .eco-tech-card,
body.eco-dark .eco-cta-card,
body.eco-dark .eco-metric,
body.eco-dark .eco-flow-step,
body.eco-dark .eco-problem-card,
body.eco-dark .eco-app-modal,
body.eco-dark .eco-proof-summary-card,
body.eco-dark .eco-system-card,
body.eco-dark .eco-reel-cta,
body.eco-dark .eco-proof-values {
  background: rgba(6, 16, 31, 0.4);
  border-color: rgba(47, 226, 192, 0.14);
  /* box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22); */
}

body.eco-dark .eco-proof-section {
  background:
    radial-gradient(
      circle at 84% 12%,
      rgba(47, 226, 192, 0.09),
      transparent 30%
    ),
    rgba(4, 14, 25, 0.42);
}

body.eco-dark .eco-proof-link {
  color: #2fe2c0;
}

body.eco-dark .eco-proof-card-img {
  background: rgba(47, 226, 192, 0.08);
}

body.eco-dark .eco-proof-summary-card h3,
body.eco-dark .eco-proof-mini-grid strong,
body.eco-dark .eco-system-preview-head h3,
body.eco-dark .eco-system-card h4 {
  color: #fff;
}

body.eco-dark .eco-proof-action-ghost {
  color: #2fe2c0;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(47, 226, 192, 0.18);
}

body.eco-dark .eco-proof-mini-grid div {
  background: rgba(47, 226, 192, 0.06);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-system-number {
  background: #2fe2c0;
  color: #020811;
}

body.eco-dark .eco-reel-cta {
  color: #ffffff;
}

body.eco-dark .eco-reel-cta small,
body.eco-dark .eco-proof-values span {
  color: #b9c2d0;
}

body.eco-dark .eco-proof-values div {
  border-right-color: rgba(47, 226, 192, 0.12);
}
body.eco-dark .eco-app-modal::backdrop {
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(47, 226, 192, 0.14),
      transparent 34%
    ),
    rgba(0, 0, 0, 0.64);
}

body.eco-dark .eco-app-modal-content {
  background:
    linear-gradient(135deg, rgba(10, 17, 30, 0.9), rgba(6, 16, 31, 0.74)),
    radial-gradient(
      circle at 12% 0%,
      rgba(47, 226, 192, 0.12),
      transparent 36%
    ),
    radial-gradient(circle at 88% 100%, rgba(46, 169, 79, 0.1), transparent 38%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.eco-dark .eco-app-modal-content::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 34%),
    radial-gradient(circle at 18% 14%, rgba(47, 226, 192, 0.1), transparent 24%);
  opacity: 0.8;
}

body.eco-dark .eco-app-modal-close {
  color: #2fe2c0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

body.eco-dark .eco-app-modal-badge {
  color: #2fe2c0;
  background: rgba(47, 226, 192, 0.08);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-app-modal-header h3,
body.eco-dark .eco-app-modal-features strong {
  color: #fff;
}

body.eco-dark .eco-app-modal-body > p,
body.eco-dark .eco-app-modal-stats span,
body.eco-dark .eco-app-modal-features span {
  color: #b9c2d0;
}

body.eco-dark .eco-app-modal-stats div,
body.eco-dark .eco-app-modal-features div {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.1);
}
/* RESPONSIVE */
@media (max-width: 991.98px) {
  .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    margin-top: 0.85rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(11, 18, 32, 0.08);
    backdrop-filter: blur(22px);
  }

  .navbar-collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .navbar-zindex .navbar-nav {
    align-items: stretch;
  }

  .navbar-zindex .nav-link {
    width: 100%;
  }

  .eco-navbar-actions {
    margin-left: 0;
    margin-top: 0.85rem;
    width: 100%;
  }

  .eco-navbar-actions .btn {
    width: 100%;
  }

  body.eco-dark .navbar-collapse {
    background: rgba(2, 8, 17, 0.94);
    border-color: rgba(47, 226, 192, 0.12);
  }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }

  .eco-theme-toggle {
    order: 4;
    margin-left: 0.35rem;
  }
}

@media (max-width: 1200px) {
  .eco-hero-grid,
  .eco-problem-grid,
  .eco-tech-card {
    grid-template-columns: 1fr;
  }

  .eco-proof-layout,
  .eco-proof-summary-card {
    grid-template-columns: 1fr;
  }

  .eco-system-cards {
    grid-template-columns: 1fr;
  }

  .eco-proof-values {
    grid-template-columns: repeat(2, 1fr);
  }

  .eco-feature-grid,
  .eco-metrics-grid,
  .eco-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eco-phone-mockup {
    justify-self: center;
  }

  .eco-proof-summary-card {
    min-height: auto;
  }

  .eco-system-preview {
    margin-top: 2.4rem;
  }
}

@media (max-width: 768px) {
  .eco-shell {
    width: min(100% - 2rem, 1500px);
  }

  .eco-hero {
    min-height: auto;
    padding: 3rem 0;
  }

  .eco-hero h1 {
    font-size: 2.65rem;
  }

  .eco-actions,
  .eco-cta-card {
    flex-direction: column;
    align-items: stretch;
  }

  .eco-btn {
    width: 100%;
  }

  .eco-hero-card {
    min-height: 430px;
    overflow: hidden;
  }

  .eco-floating-app {
    display: none;
  }

  .eco-stat-card {
    left: 1rem;
    width: calc(100% - 2rem);
    bottom: 1rem;
  }

  .eco-proof-header-centered {
    text-align: left;
  }

  .eco-phone-mockup,
  .eco-reel-cta {
    width: min(330px, 100%);
  }

  .eco-proof-header-centered h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .eco-proof-summary-card {
    padding: 1.25rem;
    min-height: auto;
  }

  .eco-proof-summary-card h3 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .eco-system-card {
    min-height: auto;
  }

  .eco-system-card-app {
    grid-template-columns: 1fr;
  }

  .eco-system-card-app img {
    width: min(170px, 72%);
    height: 250px;
    min-height: 0;
    max-height: none;
  }

  .eco-system-card-game img {
    height: 180px;
  }

  .eco-system-preview {
    margin-top: 2rem;
  }

  .eco-system-preview-head {
    text-align: left;
  }

  .eco-proof-mini-grid,
  .eco-proof-values {
    grid-template-columns: 1fr;
  }

  .eco-proof-values div,
  .eco-proof-values div:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 18, 32, 0.08);
  }

  .eco-proof-values div:last-child {
    border-bottom: 0;
  }

  .eco-proof-device-shot {
    min-height: 220px;
  }

  .eco-problem-card,
  .eco-proof-card {
    grid-template-columns: 1fr;
  }

  .eco-proof-card-img {
    width: 100%;
    height: 170px;
  }

  .eco-feature-grid,
  .eco-metrics-grid,
  .eco-flow-grid {
    grid-template-columns: 1fr;
  }

  .eco-app-modal {
    width: min(94vw, 520px);
    margin: auto;
  }

  .eco-app-modal-content {
    max-height: 86vh;
    overflow-y: auto;
    padding: 1.15rem;
    border-radius: 26px;
  }

  .eco-app-modal-close {
    right: 0.8rem;
    top: 0.8rem;
    width: 38px;
    height: 38px;
  }

  .eco-app-modal-header {
    max-width: calc(100% - 3rem);
    margin-bottom: 1rem;
  }

  .eco-app-modal-badge {
    margin-bottom: 0.75rem;
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .eco-app-modal-header h3 {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
    line-height: 1;
  }

  .eco-app-modal-grid,
  /* .eco-app-modal-stats, */
  .eco-app-modal-features {
    grid-template-columns: 1fr;
  }

  .eco-app-modal-grid {
    gap: 1.1rem;
  }

  .eco-app-modal-phone {
    order: 2;
    width: min(210px, 68%);
    padding: 6px;
    border-radius: 31px;
  }

  .eco-app-modal-phone img {
    border-radius: 25px;
  }

  .eco-app-modal-body {
    order: 1;
  }

  .eco-app-modal-body > p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .eco-app-modal-stats {
    gap: 0.65rem;
    margin-top: 1rem;
  }

  .eco-app-modal-stats div,
  .eco-app-modal-features div {
    padding: 0.85rem;
    border-radius: 16px;
  }

  .eco-app-modal-features {
    gap: 0.65rem;
    margin-top: 0.65rem;
  }

  .eco-app-modal-features i {
    margin-bottom: 0.45rem;
  }

  .eco-app-modal-features strong {
    margin-top: 0.35rem;
  }

  .eco-app-modal-stats span,
  .eco-app-modal-features span {
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  .eco-app-modal {
    width: min(96vw, 420px);
  }

  .eco-app-modal-content {
    max-height: 88vh;
    padding: 1rem;
    border-radius: 22px;
  }

  .eco-app-modal-header h3 {
    font-size: 1.75rem;
  }

  .eco-app-modal-phone {
    width: min(190px, 72%);
  }

  .eco-app-modal-stats div,
  .eco-app-modal-features div {
    padding: 0.78rem;
  }
}
.eco-app-modal-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.eco-app-modal-stats div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 135px;
  padding: 0.7rem 0.9rem;
  border-radius: 18px;
  background: rgba(46, 169, 79, 0.08);
  border: 1px solid rgba(46, 169, 79, 0.16);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.eco-app-modal-stats strong {
  color: #2ea94f;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.eco-app-modal-stats span {
  color: #3f4f66;
  font-size: 0.76rem;
  line-height: 1.35;
}

/* DARK MODE */
body.eco-dark .eco-app-modal-stats div {
  background: rgba(47, 226, 192, 0.08);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-app-modal-stats strong {
  color: #2fe2c0;
}

body.eco-dark .eco-app-modal-stats span {
  color: #afefd5;
}
/* RESULTS */
.eco-results {
  position: relative;
  overflow: hidden;
}

.eco-results-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;

  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: 34px;

  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(46, 169, 79, 0.12),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.82);

  border: 1px solid rgba(255, 255, 255, 0.78);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(11, 18, 32, 0.09);

  backdrop-filter: blur(22px) saturate(1.12);
}

.eco-results-copy h2 {
  margin: 0;

  color: #0b1220;

  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
}

.eco-results-copy p:not(.eco-eyebrow) {
  margin: 1rem 0 0;

  color: #425066;
  line-height: 1.75;
}

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

.eco-result-metric {
  min-height: 190px;

  padding: 1.2rem;
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.62);

  border: 1px solid rgba(255, 255, 255, 0.76);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 16px 38px rgba(11, 18, 32, 0.06);

  backdrop-filter: blur(16px);
}

.eco-result-main {
  background:
    linear-gradient(135deg, rgba(34, 199, 168, 0.16), rgba(46, 169, 79, 0.12)),
    rgba(255, 255, 255, 0.72);

  border-color: rgba(46, 169, 79, 0.18);
}

.eco-result-metric span {
  display: inline-flex;

  margin-bottom: 0.7rem;

  color: #2ea94f;

  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eco-result-metric strong {
  display: block;

  color: #0b1220;

  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.eco-result-metric p {
  margin: 0.9rem 0 0;

  color: #53647a;
  line-height: 1.55;
}

.eco-results-recognition {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.35rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(232, 245, 233, 0.7);
  border: 1px solid rgba(46, 125, 50, 0.14);
}

.eco-results-recognition-copy {
  min-width: 0;
}

.eco-results-recognition-copy span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  color: #1f9f4b;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eco-results-recognition-copy p {
  margin: 0;
  max-width: 780px;
  color: var(--eco-text, #425066);
  font-size: 0.95rem;
  line-height: 1.55;
}

.eco-results-recognition-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
  flex: 0 0 auto;
}

.eco-results-recognition-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 40px;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #24c878, #1f9f4b);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(31, 159, 75, 0.16);
}

.eco-results-recognition-links a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.eco-results-recognition-links a:last-child {
  color: #0b1220;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(46, 125, 50, 0.14);
  box-shadow: none;
}

.eco-results-recognition-links a:last-child:hover {
  color: #0b1220;
}
/* MINI CTA */
.eco-mini-cta {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;

  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(47, 226, 192, 0.12),
      transparent 28%
    ),
    rgba(255, 255, 255, 0.8);

  border: 1px solid rgba(255, 255, 255, 0.78);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 22px 58px rgba(11, 18, 32, 0.08);

  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
}

.eco-mini-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #0b1220;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.eco-mini-cta a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border-radius: 14px;

  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;

  background: linear-gradient(135deg, #22c7a8 0%, #2ea94f 100%);

  box-shadow: 0 12px 28px rgba(34, 199, 168, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.eco-mini-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(34, 199, 168, 0.24);
  color: #ffffff;
}

/* DARK */
body.eco-dark .eco-results-card,
body.eco-dark .eco-result-metric {
  background: rgba(6, 16, 31, 0.42);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-result-main {
  background:
    linear-gradient(135deg, rgba(47, 226, 192, 0.1), rgba(46, 169, 79, 0.08)),
    rgba(6, 16, 31, 0.48);
}

body.eco-dark .eco-results-copy h2,
body.eco-dark .eco-result-metric strong {
  color: #fff;
}

body.eco-dark .eco-result-metric span {
  color: #2fe2c0;
}

body.eco-dark .eco-results-recognition {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-results-recognition-copy span {
  color: #2fe2c0;
}

body.eco-dark .eco-results-recognition-copy p {
  color: #b9c2d0;
}

body.eco-dark .eco-results-recognition-links a:last-child {
  color: #e8fff8;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-results-recognition-links a:last-child:hover {
  color: #e8fff8;
}

body.eco-dark .eco-results-copy p,
body.eco-dark .eco-result-metric p {
  color: #b9c2d0;
}

body.eco-dark .eco-mini-cta {
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(47, 226, 192, 0.1),
      transparent 28%
    ),
    rgba(6, 16, 31, 0.44);

  border-color: rgba(47, 226, 192, 0.14);
}

body.eco-dark .eco-mini-cta h2 {
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .eco-results-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .eco-results-grid {
    grid-template-columns: 1fr;
  }

  .eco-result-metric {
    min-height: auto;
  }

  .eco-results-recognition {
    align-items: stretch;
    flex-direction: column;
    padding: 1rem;
  }

  .eco-results-recognition-links {
    justify-content: stretch;
  }

  .eco-results-recognition-links a {
    flex: 1 1 100%;
    width: 100%;
  }

  .eco-mini-cta {
    width: min(100% - 2rem, 1280px);
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 4rem;
  }

  .eco-mini-cta a {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .eco-results-card {
    padding: 1.1rem;
    border-radius: 24px;
  }

  .eco-result-metric {
    padding: 1rem;
    border-radius: 20px;
  }
}
/* FOOTER */

.eco-footer {
  padding-bottom: 2.5rem;
}
.eco-footer-inner {
  width: min(1280px, 100% - 2.5rem);
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(6, 16, 31, 0.96), rgba(10, 20, 38, 0.92)),
    radial-gradient(
      circle at 20% 20%,
      rgba(47, 226, 192, 0.08),
      transparent 35%
    );
  border: 1px solid rgba(47, 226, 192, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 48px rgba(0, 0, 0, 0.22);
  text-align: center;
}
.eco-footer p {
  margin: 0;
  color: rgba(185, 194, 208, 0.78);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.eco-footer strong {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 768px) {
  .eco-footer {
    padding-bottom: 2rem;
  }
  .eco-footer-inner {
    width: min(1280px, 100% - 2rem);
    padding: 1rem 1.1rem;
    border-radius: 20px;
  }
}
