/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

:root {
  --eco-bg: #edf4f8;
  --eco-shell: #ffffff;
  --eco-text: #355277;
  --eco-muted: #5d7893;
  --eco-blue: #99b3ff;
  --eco-blue-2: #c7d5ff;
  --eco-gold: #ffd24d;
  --eco-gold-dark: #e6e600;
  --eco-line: rgba(28, 67, 104, 0.08);
  --eco-shadow: 0 14px 34px rgba(33, 77, 115, 0.12);
  --eco-radius-xl: 22px;
  --eco-radius-lg: 16px;
  --eco-radius-md: 14px;
  --eco-container: 1110px;
}

html {
  scroll-behavior: smooth;
}

body.eco-custom-home {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

/* neutralise un peu Astra sur cette home */
body.eco-custom-home .site,
body.eco-custom-home .site-content,
body.eco-custom-home .ast-container,
body.eco-custom-home #primary,
body.eco-custom-home article,
body.eco-custom-home .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto;
  background: transparent;
  box-shadow: none;
}

body.eco-custom-home img {
  max-width: 100%;
  display: block;
}

body.eco-custom-home a {
  text-decoration: none;
}

.eco-page {
  padding: 0;
}

.eco-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  backdrop-filter: none;
}

/* HEADER */
.eco-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(28, 67, 104, 0.08);
  backdrop-filter: blur(14px);
}

.eco-header-inner {
  width: min(100%, 1400px);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  box-sizing: border-box;
}

.eco-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.eco-logo-mark {
  background: url("image/icons/brand-eco-planete.svg") center / cover no-repeat;
  border-radius: 50%;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.eco-logo-mark::before {
  display: none;
}

.eco-logo-text {
  color: #516a93;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1;
}

.eco-logo-text span {
  color: #3f7cd7;
}

.eco-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1;
}

.eco-nav a {
  position: relative;
  color: #294a69;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.eco-nav a:hover,
.eco-nav a.active {
  color: #7893ef;
}

.eco-nav a.active::after,
.eco-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #99b3ff 0%, #4dff4d7a 56%, #ffd24d 100%);
}

.eco-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  transition: all 0.22s ease;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-outline {
  background: rgba(255,255,255,0.92);
  color: #4f6478;
  border-color: rgba(93, 115, 138, 0.26);
}

.btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(33, 77, 115, 0.10);
}

.btn-gold {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 12px 24px rgba(255, 210, 77, 0.16);
}

.btn-gold:hover {
  background: #ffe173;
  transform: translateY(-2px);
}

/* =========================
   HOME FULL MODERN
========================= */

body.eco-custom-home {
  margin: 0;
  background: linear-gradient(180deg, #edf5f9 0%, #f8fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

body.eco-custom-home .site,
body.eco-custom-home .site-content,
body.eco-custom-home .ast-container,
body.eco-custom-home #primary,
body.eco-custom-home article,
body.eco-custom-home .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto;
  background: transparent;
  box-shadow: none;
}

body.eco-custom-home img {
  max-width: 100%;
  display: block;
}

body.eco-custom-home a {
  text-decoration: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.00) 26%),
    linear-gradient(90deg, rgba(248,251,253,0.64) 0%, rgba(248,251,253,0.42) 28%, rgba(248,251,253,0.06) 58%, rgba(248,251,253,0.00) 78%),
    linear-gradient(180deg, rgba(7,45,87,0.24) 0%, rgba(8,62,110,0.26) 36%, rgba(14,79,150,0.34) 100%),
    url("assets/hero-ocean-optimized.jpg") center center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  pointer-events: none;
  height: 170px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 170' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f7f5f0' d='M0,96L60,101.3C120,107,240,117,360,122.7C480,128,600,128,720,117.3C840,107,960,85,1080,85.3C1200,85,1320,107,1380,117.3L1440,128V171H1380C1320,171,1200,171,1080,171C960,171,840,171,720,171C600,171,480,171,360,171C240,171,120,171,60,171H0Z'/%3E%3C/svg%3E") center bottom / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 2 !important;
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 110px 34px 180px;
  box-sizing: border-box;
}

.hero-inner > * {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 82px;
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #16283d;
  font-weight: 800;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero p {
  max-width: 660px;
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  color: #35506c;
  font-weight: 600;
  opacity: 1 !important;
  visibility: visible !important;
}

.hero-cta {
  margin-top: 32px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-outline {
  background: rgba(255,255,255,0.94);
}

.hero-stats {
  margin-top: 56px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  min-width: 0;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #284969;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(33, 77, 115, 0.10);
  backdrop-filter: blur(10px);
}

.hero-stats i {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 12px;
  background: linear-gradient(180deg, #dce7ff 0%, #99b3ff 100%);
  color: #fff;
}

.hero-stat-label {
  display: block;
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal !important;
  word-break: normal;
}

/* top mission shortcuts */
.mission-pills-wrap {
  position: relative;
  z-index: 6;
  margin-top: -72px;
  padding: 0 34px;
}

.mission-pills {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pill-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  box-shadow: 0 20px 42px rgba(52, 93, 128, 0.14);
  border: 1px solid rgba(255,255,255,0.72);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.pill-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(52, 93, 128, 0.18);
}

.pill-card.blue {
  background: linear-gradient(135deg, #f7fcff 0%, #deeffd 100%);
}

.pill-card.green {
  background: linear-gradient(135deg, #fbfff9 0%, #e3f3db 100%);
}

.pill-card.gold {
  background: linear-gradient(135deg, #fffdf8 0%, #f5e7cc 100%);
}

.pill-card.mint {
  background: linear-gradient(135deg, #f8fff9 0%, #dff2e4 100%);
}

.pill-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  flex: 0 0 58px;
  position: relative;
}

.pill-icon::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  inset: 12px;
  position: absolute;
}

.pill-card.blue .pill-icon {
  background: #dff2ff;
}
.pill-card.blue .pill-icon::before {
  background-image: url("image/icons/pill-eco-blue.svg");
}
.pill-card.green .pill-icon {
  background: #e7f5dd;
}
.pill-card.green .pill-icon::before {
  background-image: url("image/icons/pill-eco-green.svg");
}
.pill-card.gold .pill-icon {
  background: #f6e9ce;
}
.pill-card.gold .pill-icon::before {
  background-image: url("image/icons/pill-eco-attitude.svg");
}
.pill-card.mint .pill-icon {
  background: #e5f3e6;
}
.pill-card.mint .pill-icon::before {
  background-image: url("image/icons/pill-eco-projet.svg");
}

.pill-text strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #214c74;
}

.pill-text span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #58748d;
  font-weight: 600;
}

/* content sections */
.section {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 70px 34px 0;
  box-sizing: border-box;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(240px, auto) 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
  color: #124f93;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-head p {
  margin: 0;
  font-size: 18px;
  color: #5e7890;
  font-weight: 600;
  line-height: 1.65;
  padding-left: 26px;
  position: relative;
}

.section-head p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 2px;
  background: rgba(18, 79, 147, 0.2);
  border-radius: 999px;
}

.section-head-simple {
  display: block;
}

/* mission cards */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.feature-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(33, 77, 115, 0.10);
  border: 1px solid rgba(23,50,77,0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(33, 77, 115, 0.16);
}

.feature-card .thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce8f0;
}

.feature-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card .content {
  padding: 18px 18px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.feature-card h3 {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1.25;
  color: #1c446d;
}

.feature-card .meta {
  font-size: 12px;
  color: #8297aa;
  font-weight: 700;
}

.feature-card .arrow {
  font-size: 30px;
  line-height: 1;
  color: #7ea7cc;
}

.section-link {
  margin-top: 18px;
  text-align: right;
}

.section-link a {
  color: #4d79a6;
  font-size: 15px;
  font-weight: 800;
}

/* news */
.news-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 22px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.news-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(33, 77, 115, 0.10);
  border: 1px solid rgba(23,50,77,0.05);
  transition: transform 0.22s ease;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-card .thumb {
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: #dce8f0;
}

.news-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card .content {
  padding: 15px 15px 16px;
}

.news-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.35;
  color: #1b456d;
}

.news-card .meta {
  font-size: 12px;
  color: #8da0b0;
  font-weight: 700;
}

.newsletter-card {
  border-radius: 22px;
  padding: 34px 30px 28px;
  background: linear-gradient(135deg, rgba(231,246,232,0.98) 0%, rgba(215,239,217,0.96) 52%, rgba(201,237,212,0.94) 100%);
  box-shadow: 0 18px 38px rgba(33, 77, 115, 0.10);
  position: relative;
  overflow: hidden;
}

.newsletter-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -34px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0) 72%);
}

.newsletter-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #2f6f4d;
}

.newsletter-card p {
  margin: 0 0 18px;
  font-size: 15px;
  color: #627d6d;
  font-weight: 600;
  line-height: 1.65;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.newsletter-form input {
  flex: 1;
  min-height: 48px;
  border: 1px solid rgba(69, 117, 83, 0.12);
  border-radius: 12px;
  padding: 0 14px;
  background: rgba(255,255,255,0.92);
  color: #305043;
  box-shadow: none;
}

.newsletter-form input::placeholder {
  color: #9aab9f;
}

.newsletter-form button {
  min-width: 124px;
  border: 0;
}

/* partners */
.partners {
  width: min(100%, 1400px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 42px 34px 60px;
  flex-wrap: wrap;
  color: #5f7388;
  font-weight: 800;
  box-sizing: border-box;
}

.partners-label {
  color: #6f8093;
}

.partner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4e8e57;
}

.partner i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  background: #67b95f;
}

.partner i::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 7px;
  height: 10px;
  background: rgba(255,255,255,0.92);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-35deg);
}

@media (max-width: 1100px) {
  .eco-header-inner {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .eco-nav {
    width: 100%;
    order: 3;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 62px;
  }

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

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

  .news-wrap,
  .section-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .eco-header-inner {
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .eco-header-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .eco-nav {
    gap: 14px;
  }

  .eco-nav a.active::after,
  .eco-nav a:hover::after {
    bottom: -8px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner {
    padding: 92px 18px 140px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .mission-pills-wrap {
    padding: 0 18px;
    margin-top: -52px;
  }

  .mission-pills {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 18px 0;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .section-head p {
    padding-left: 0;
    font-size: 16px;
  }

  .section-head p::before {
    display: none;
  }

  .mission-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

  .partners {
    padding: 36px 18px 44px;
  }
}



/* BLOG PAGE */
body.eco-blog-page {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

.eco-blog-shell {
  overflow: hidden;
}

.blog-hero {
  padding: 72px 28px 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(240,247,251,0.94) 100%);
  text-align: center;
  border-bottom: 1px solid var(--eco-line);
}

.blog-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.blog-kicker {
  margin: 0 0 10px;
  color: #5e8f6b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.blog-hero h1 {
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1.05;
  color: var(--eco-blue);
  font-weight: 800;
}

.blog-intro {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--eco-muted);
  font-weight: 600;
}

.blog-list-section {
  padding: 34px 28px 40px;
}

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

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23, 50, 77, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(33, 77, 115, 0.16);
}

.blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.blog-card-thumb {
  aspect-ratio: 16 / 10;
  background: #dce8f0;
  overflow: hidden;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-content {
  padding: 18px 18px 20px;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #8095a8;
  font-weight: 700;
}

.blog-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #173f67;
}

.blog-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #5f788f;
}

.blog-card-more {
  font-size: 14px;
  font-weight: 800;
  color: #4d79a6;
}

.blog-pagination {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  padding: 0 14px;
  border-radius: 10px;
  background: #fff;
  color: #4a6986;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(33, 77, 115, 0.08);
}

.blog-pagination .page-numbers.current {
  background: var(--eco-blue);
  color: #fff;
}

.blog-empty {
  text-align: center;
  padding: 40px 20px;
}

.blog-empty h2 {
  margin: 0 0 10px;
  color: var(--eco-blue);
}

.blog-empty p {
  margin: 0;
  color: var(--eco-muted);
}

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

@media (max-width: 780px) {
  .blog-hero {
    padding: 52px 18px 28px;
  }

  .blog-hero h1 {
    font-size: 34px;
  }

  .blog-intro {
    font-size: 15px;
  }

  .blog-list-section {
    padding: 24px 18px 30px;
  }

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

/* ECO BLUE PAGE */

.eco-blue-page {
  background: #f5f8fb;
  padding: 50px 0 70px;
}

.eco-blue-container {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 20px;
}

.eco-blue-hero-inner {
  text-align: center;
}

.eco-blue-hero h1 {
  font-size: 42px;
  color: #123f73;
  margin-bottom: 20px;
}

.eco-blue-intro {
  max-width: 820px;
  margin: 0 auto 18px;
  color: #4f6478;
  line-height: 1.7;
}

.eco-blue-quote {
  font-style: italic;
  color: #2b6cb0;
  margin: 0 auto 30px;
  max-width: 700px;
}

.eco-blue-main-image {
  margin-top: 26px;
}

.eco-blue-main-image img,
.eco-blue-infographic img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.eco-blue-oceans {
  padding-top: 50px;
}

.eco-blue-ocean-item {
  margin-bottom: 32px;
}

.eco-blue-ocean-item h2 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #123f73;
}

.eco-blue-ocean-text {
  color: #546b7d;
  line-height: 1.8;
}

.eco-blue-infographic {
  padding-top: 30px;
}

.eco-blue-bottom-text {
  padding-top: 36px;
  color: #4f6478;
  line-height: 1.8;
}

.eco-blue-actions {
  padding-top: 38px;
}

.eco-blue-actions-inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.eco-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #dce7ff 0%, #99b3ff 100%);
  color: #3d5d86;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.eco-blue-btn:hover {
  background: linear-gradient(180deg, #cfdcff 0%, #89a5fb 100%);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .eco-blue-page {
    padding-top: 30px;
  }

  .eco-blue-hero h1 {
    font-size: 32px;
  }

  .eco-blue-ocean-item h2 {
    font-size: 22px;
  }

  .eco-blue-actions-inner {
    flex-direction: column;
  }

  .eco-blue-btn {
    width: 100%;
  }
}

/* =========================
   ECO BLUE V2
========================= */

body.eco-blue-body {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

.eco-blue-wrapper .eco-shell {
  overflow: hidden;
}

.eco-blue-page {
  background: transparent;
  padding: 0 0 54px;
}

.eco-blue-container {
  width: min(100%, 1110px);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

/* HERO */
.eco-blue-hero-section {
  padding: 42px 0 18px;
  background:
    radial-gradient(circle at top left, rgba(71, 183, 235, 0.10) 0%, rgba(71, 183, 235, 0) 35%),
    radial-gradient(circle at bottom right, rgba(45, 126, 199, 0.08) 0%, rgba(45, 126, 199, 0) 36%);
}

.eco-blue-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.eco-blue-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6f5ff 0%, #dff0fd 100%);
  color: #2f7fc2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eco-blue-hero-copy h1 {
  margin: 16px 0 16px;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--eco-blue);
  font-weight: 800;
}

.eco-blue-intro {
  max-width: 640px;
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
}

.eco-blue-intro p {
  margin: 0 0 12px;
}

.eco-blue-quote {
  position: relative;
  margin: 24px 0 0;
  padding: 18px 20px 18px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(232,245,255,0.95) 0%, rgba(243,250,255,0.95) 100%);
  border: 1px solid rgba(46, 119, 199, 0.12);
  color: #2d76bf;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(52, 93, 128, 0.08);
}

.eco-blue-quote-mark {
  margin-right: 8px;
  font-size: 28px;
  line-height: 0;
  vertical-align: middle;
}

.eco-blue-hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.eco-blue-main-image-card,
.eco-blue-infographic-card,
.eco-blue-bottom-card,
.eco-blue-final-cta-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
}

.eco-blue-main-image-card {
  padding: 10px;
}

.eco-blue-main-image-card img {
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.eco-blue-placeholder-card {
  min-height: 420px;
  background: linear-gradient(135deg, #e3eef6 0%, #d8e8f3 100%);
}

/* OCEANS */
.eco-blue-oceans-section {
  padding-top: 38px;
}

.eco-blue-oceans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.eco-blue-ocean-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 24px 20px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.eco-blue-ocean-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(33, 77, 115, 0.15);
}

.eco-blue-ocean-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
  color: #154f92;
  font-weight: 800;
}

.eco-blue-ocean-text {
  color: #567086;
  line-height: 1.75;
  font-size: 15px;
}

.eco-blue-ocean-text p:last-child {
  margin-bottom: 0;
}

/* INFOGRAPHIC */
.eco-blue-infographic-section {
  padding-top: 44px;
}

.eco-blue-infographic-card {
  padding: 14px;
}

.eco-blue-infographic-card img {
  width: 100%;
  border-radius: 14px;
  display: block;
}

/* BOTTOM TEXT */
.eco-blue-bottom-section {
  padding-top: 44px;
}

.eco-blue-bottom-card {
  padding: 26px 28px;
  color: #547084;
  line-height: 1.85;
  font-size: 15px;
}

.eco-blue-bottom-card p:first-child {
  margin-top: 0;
}

.eco-blue-bottom-card p:last-child {
  margin-bottom: 0;
}

/* FINAL CTA */
.eco-blue-final-cta {
  padding-top: 44px;
}

.eco-blue-final-cta-card {
  padding: 34px 30px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(231,246,255,0.92) 0%, rgba(247,251,253,0.96) 100%);
}

.eco-blue-final-cta-card h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.1;
  color: #124f93;
  font-weight: 800;
}

.eco-blue-final-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: #59748c;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 600;
}

.eco-blue-actions-inner {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.eco-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.eco-blue-btn-primary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 10px 20px rgba(255, 210, 77, 0.16);
}

.eco-blue-btn-primary:hover {
  background: #ffe173;
  transform: translateY(-1px);
}

.eco-blue-btn-secondary {
  color: #5b6f84;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(93, 115, 138, 0.35);
}

.eco-blue-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: var(--eco-shadow);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .eco-blue-hero-grid {
    grid-template-columns: 1fr;
  }

  .eco-blue-main-image-card img {
    min-height: 320px;
  }

  .eco-blue-oceans-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .eco-blue-container {
    padding: 0 18px;
  }

  .eco-blue-hero-section {
    padding-top: 28px;
  }

  .eco-blue-hero-copy h1 {
    font-size: 38px;
  }

  .eco-blue-intro {
    font-size: 15px;
  }

  .eco-blue-quote {
    font-size: 16px;
  }

  .eco-blue-main-image-card img {
    min-height: 240px;
  }

  .eco-blue-final-cta-card {
    padding: 26px 20px;
  }

  .eco-blue-final-cta-card h2 {
    font-size: 24px;
  }

  .eco-blue-actions-inner {
    flex-direction: column;
  }

  .eco-blue-btn {
    width: 100%;
  }
}

.eco-donation-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
  padding: 26px;
}

.eco-donation-head h3 {
  margin: 0 0 8px;
  color: var(--eco-blue);
  font-size: 24px;
}

.eco-donation-head p {
  margin: 0 0 18px;
  color: var(--eco-muted);
  line-height: 1.6;
  font-weight: 600;
}

.eco-donation-amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.eco-donation-amount {
  min-height: 52px;
  border: 1px solid rgba(93, 115, 138, 0.25);
  background: rgba(255,255,255,0.95);
  color: #24496c;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.2s ease;
}

.eco-donation-amount:hover,
.eco-donation-amount.is-active {
  background: linear-gradient(135deg, #e6f5ff 0%, #dff0fd 100%);
  border-color: rgba(46,119,199,0.35);
  color: var(--eco-blue);
}

.eco-donation-custom {
  margin-bottom: 18px;
}

.eco-donation-custom label {
  display: block;
  margin-bottom: 8px;
  color: #214c74;
  font-weight: 700;
}

.eco-donation-custom input {
  width: 100%;
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(93,115,138,0.25);
  padding: 0 14px;
  box-sizing: border-box;
}

.eco-donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.eco-donation-actions .btn {
  min-height: 50px;
}

.eco-donation-error {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1f1;
  color: #b42318;
  border: 1px solid #f3c7c7;
  font-weight: 600;
}

.eco-embedded-checkout {
  min-height: 420px;
}

.eco-donation-box.has-checkout .eco-donation-amount,
.eco-donation-box.has-checkout .eco-donation-custom input {
  opacity: 0.58;
  cursor: not-allowed;
}

@media (max-width: 780px) {
  .eco-donation-amounts {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* DONATION PAGE */

body.eco-donation-body {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

.eco-donation-page {
  padding-bottom: 54px;
}

.eco-donation-container {
  width: min(100%, 1110px);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.eco-donation-hero {
  padding: 56px 0 24px;
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(71, 183, 235, 0.10) 0%, rgba(71, 183, 235, 0) 35%),
    radial-gradient(circle at bottom right, rgba(45, 126, 199, 0.08) 0%, rgba(45, 126, 199, 0) 36%);
}

.eco-donation-hero-inner {
  max-width: 820px;
}

.eco-donation-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6f5ff 0%, #dff0fd 100%);
  color: #2f7fc2;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eco-donation-hero h1 {
  margin: 16px 0 14px;
  font-size: 52px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--eco-blue);
  font-weight: 800;
}

.eco-donation-hero p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--eco-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.eco-donation-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 28px;
  max-width: 1110px;
  margin: 0 auto;
  box-sizing: border-box;
}

.eco-donation-benefit-card,
.eco-donation-trust-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
}

.eco-donation-benefit-card {
  padding: 24px;
}

.eco-donation-benefit-card h3 {
  margin: 0 0 10px;
  color: #154f92;
  font-size: 20px;
}

.eco-donation-benefit-card p {
  margin: 0;
  color: #58748d;
  line-height: 1.7;
}

.eco-donation-trust-section {
  padding-top: 44px;
}

.eco-donation-trust-card {
  max-width: 1110px;
  margin: 0 auto;
  padding: 30px 28px;
  text-align: center;
  background: linear-gradient(135deg, rgba(231,246,255,0.92) 0%, rgba(247,251,253,0.96) 100%);
}

.eco-donation-trust-card h2 {
  margin: 0 0 10px;
  font-size: 30px;
  color: #124f93;
}

.eco-donation-trust-card p {
  margin: 0 auto;
  max-width: 760px;
  color: #59748c;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 980px) {
  .eco-donation-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .eco-donation-container {
    padding: 0 18px;
  }

  .eco-donation-hero {
    padding: 34px 0 18px;
  }

  .eco-donation-hero h1 {
    font-size: 36px;
  }

  .eco-donation-hero p {
    font-size: 16px;
  }

  .eco-donation-benefits {
    padding: 0 18px;
  }

  .eco-donation-trust-card {
    margin: 0 18px;
    padding: 24px 18px;
  }

  .eco-donation-trust-card h2 {
    font-size: 24px;
  }
}

/* =========================
   ECO GREEN
========================= */

body.eco-green-body {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

.eco-green-page {
  padding: 0 0 54px;
}

.eco-green-container {
  width: min(100%, 1110px);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.eco-green-hero-section {
  padding: 42px 0 18px;
  background:
    radial-gradient(circle at top left, rgba(103, 168, 66, 0.12) 0%, rgba(103, 168, 66, 0) 35%),
    radial-gradient(circle at bottom right, rgba(77, 172, 82, 0.10) 0%, rgba(77, 172, 82, 0) 36%);
}

.eco-green-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.eco-green-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #edf8e6 0%, #e4f4d9 100%);
  color: #5a9c39;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eco-green-hero-copy h1 {
  margin: 16px 0 16px;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #2f7c3f;
  font-weight: 800;
}

.eco-green-intro {
  max-width: 640px;
  color: var(--eco-muted);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
}

.eco-green-quote {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(237,248,230,0.95) 0%, rgba(247,252,242,0.95) 100%);
  border: 1px solid rgba(103, 168, 66, 0.16);
  color: #5f9642;
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(52, 93, 128, 0.08);
}

.eco-green-hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.eco-green-main-image-card,
.eco-green-section-image-card,
.eco-green-bottom-card,
.eco-green-final-cta-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
}

.eco-green-main-image-card {
  padding: 10px;
}

.eco-green-main-image-card img {
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.eco-green-sections-section {
  padding-top: 38px;
}

.eco-green-sections-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.eco-green-section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.eco-green-section-row.is-reverse .eco-green-section-copy {
  order: 2;
}

.eco-green-section-row.is-reverse .eco-green-section-visual {
  order: 1;
}

.eco-green-section-copy {
  background: #fff;
  border-radius: 16px;
  padding: 26px 26px 22px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
}

.eco-green-section-copy h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #2f7c3f;
  font-weight: 800;
}

.eco-green-section-text {
  color: #567086;
  line-height: 1.8;
  font-size: 15px;
}

.eco-green-section-image-card {
  padding: 10px;
}

.eco-green-section-image-card img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.eco-green-bottom-section {
  padding-top: 44px;
}

.eco-green-bottom-card {
  padding: 26px 28px;
  color: #547084;
  line-height: 1.85;
  font-size: 15px;
}

.eco-green-final-cta {
  padding-top: 44px;
}

.eco-green-final-cta-card {
  padding: 34px 30px;
  text-align: center;
  background: linear-gradient(135deg, rgba(237,248,230,0.92) 0%, rgba(247,251,243,0.96) 100%);
}

.eco-green-final-cta-card h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.1;
  color: #2f7c3f;
  font-weight: 800;
}

.eco-green-final-cta-card p {
  max-width: 760px;
  margin: 0 auto;
  color: #59748c;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 600;
}

.eco-green-actions-inner {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.eco-green-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.eco-green-btn-primary {
  color: #317546;
  background: #4dff4d7a;
  border: 1px solid rgba(77, 255, 77, 0.28);
  box-shadow: 0 10px 20px rgba(77, 255, 77, 0.16);
}

.eco-green-btn-primary:hover {
  background: #7aff7a;
  transform: translateY(-1px);
}

.eco-green-btn-secondary {
  color: #5b6f84;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(93, 115, 138, 0.35);
}

.eco-green-btn-secondary:hover {
  transform: translateY(-1px);
  box-shadow: var(--eco-shadow);
}

@media (max-width: 1100px) {
  .eco-green-hero-grid,
  .eco-green-section-row {
    grid-template-columns: 1fr;
  }

  .eco-green-section-row.is-reverse .eco-green-section-copy,
  .eco-green-section-row.is-reverse .eco-green-section-visual {
    order: initial;
  }

  .eco-green-main-image-card img {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .eco-green-container {
    padding: 0 18px;
  }

  .eco-green-hero-section {
    padding-top: 28px;
  }

  .eco-green-hero-copy h1 {
    font-size: 38px;
  }

  .eco-green-intro {
    font-size: 15px;
  }

  .eco-green-quote {
    font-size: 16px;
  }

  .eco-green-main-image-card img,
  .eco-green-section-image-card img {
    min-height: 220px;
  }

  .eco-green-final-cta-card {
    padding: 26px 20px;
  }

  .eco-green-final-cta-card h2 {
    font-size: 24px;
  }

  .eco-green-actions-inner {
    flex-direction: column;
  }

  .eco-green-btn {
    width: 100%;
  }
}

.eco-green-single-text-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 26px 22px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.05);
  color: #567086;
  line-height: 1.8;
  font-size: 15px;
}

.eco-green-single-text-card p:first-child {
  margin-top: 0;
}

.eco-green-single-text-card p:last-child {
  margin-bottom: 0;
}

/* =========================
   ECO ATTITUDE FINAL
========================= */

body.eco-attitude-body {
  margin: 0;
  background: linear-gradient(180deg, #f4f1e8 0%, #faf8f2 100%);
  color: #273142;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-attitude-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.btn-attitude-solid {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 10px 20px rgba(255, 210, 77, 0.16);
}

.btn-attitude-solid:hover {
  background: #ffe173;
  transform: translateY(-1px);
}

.eco-attitude-page {
  background: #f7f5f0;
  padding: 0 0 54px;
}

.eco-attitude-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background-color: #efe8d8;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.eco-attitude-hero-overlay {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(
      90deg,
      rgba(247,245,240,0.97) 0%,
      rgba(247,245,240,0.90) 26%,
      rgba(247,245,240,0.60) 46%,
      rgba(247,245,240,0.18) 66%,
      rgba(247,245,240,0.00) 100%
    );
}

.eco-attitude-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-attitude-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 40px 0 90px 34px;
}

.eco-attitude-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8a31d 0%, #cc9718 100%);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(201, 148, 24, 0.22);
}

.eco-attitude-hero-copy h1 {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #2c3142;
  font-weight: 800;
}

.eco-attitude-quote {
  max-width: 520px;
  margin: 0 0 24px;
  padding: 18px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(214, 165, 34, 0.88) 0%, rgba(202, 150, 24, 0.82) 100%);
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(205, 155, 27, 0.20);
}

.eco-attitude-intro {
  max-width: 520px;
  color: #495463;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
}

.eco-attitude-intro p {
  margin: 0;
}

.eco-attitude-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eco-attitude-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(33, 77, 115, 0.12);
  transition: 0.2s ease;
}

.eco-attitude-pill:hover {
  transform: translateY(-1px);
}

.eco-attitude-pill-gold {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-attitude-pill-light {
  color: #4b525f;
  background: #fff;
}

.eco-attitude-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  line-height: 0;
  z-index: 3;
}

.eco-attitude-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eco-attitude-content {
  position: relative;
  background: #f7f5f0;
  padding: 30px 0 30px;
}

.eco-attitude-content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.eco-attitude-section-header {
  margin-bottom: 24px;
}

.eco-attitude-section-header h2 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-attitude-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.eco-attitude-single-text-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
  border: 1px solid rgba(23, 50, 77, 0.06);
  color: #3e434c;
  line-height: 1.7;
  font-size: 18px;
  min-height: 100%;
}

.eco-attitude-single-text-card p {
  margin: 0 0 18px;
}

.eco-attitude-single-text-card p:last-child {
  margin-bottom: 0;
}

.eco-attitude-single-text-card strong {
  font-weight: 800;
  color: #222733;
}

.eco-attitude-side-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
}

.eco-attitude-bottom-cta {
  padding: 56px 32px 64px;
  background: #f7f5f0;
}

.eco-attitude-bottom-cta-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.48) 45%, rgba(255,255,255,0.16) 100%),
    url("/wp-content/themes/astra-child/assets/eco-attitude-landscape.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(45, 75, 95, 0.10);
}

.eco-attitude-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.50) 36%, rgba(255,255,255,0.18) 100%);
}

.eco-attitude-bottom-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 24px 40px;
}

.eco-attitude-bottom-content h2 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-attitude-bottom-text {
  max-width: 840px;
  margin: 0 auto;
  color: #465363;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.eco-attitude-bottom-text p {
  margin: 0;
}

.eco-attitude-bottom-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .eco-attitude-hero,
  .eco-attitude-hero-overlay,
  .eco-attitude-hero-inner {
    min-height: 520px;
  }

  .eco-attitude-hero-copy {
    max-width: 100%;
    padding: 34px 18px 70px;
  }

  .eco-attitude-hero-copy h1,
  .eco-attitude-section-header h2,
  .eco-attitude-bottom-content h2 {
    font-size: 52px;
  }

  .eco-attitude-content-grid {
    grid-template-columns: 1fr;
  }

  .eco-attitude-side-image img {
    min-height: 320px;
  }

  .eco-attitude-hero {
    background-position: 70% center;
  }
}

@media (max-width: 780px) {
  .eco-attitude-hero,
  .eco-attitude-hero-overlay,
  .eco-attitude-hero-inner {
    min-height: 460px;
  }

  .eco-attitude-hero-copy h1,
  .eco-attitude-section-header h2,
  .eco-attitude-bottom-content h2 {
    font-size: 38px;
  }

  .eco-attitude-intro,
  .eco-attitude-bottom-text,
  .eco-attitude-single-text-card {
    font-size: 17px;
  }

  .eco-attitude-content-inner {
    padding: 0 18px;
  }

  .eco-attitude-bottom-cta {
    padding: 40px 18px 50px;
  }

  .eco-attitude-bottom-content {
    padding: 42px 18px 28px;
  }

  .eco-attitude-bottom-actions,
  .eco-attitude-hero-actions {
    flex-direction: column;
  }

  .eco-attitude-pill {
    width: 100%;
  }

  .eco-attitude-hero {
    background-position: 75% center;
  }

  .eco-attitude-quote {
    font-size: 16px;
  }
}

/* =========================
   ECO GREEN FINAL MOCKUP
========================= */

body.eco-green-body {
  margin: 0;
  background: linear-gradient(180deg, #eef4ee 0%, #f8f7f2 100%);
  color: #273142;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-green-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.btn-green-solid {
  color: #317546;
  background: #4dff4d7a;
  border: 1px solid rgba(77, 255, 77, 0.28);
  box-shadow: 0 10px 20px rgba(77, 255, 77, 0.16);
}

.btn-green-solid:hover {
  background: #7aff7a;
  transform: translateY(-1px);
}

.eco-green-page {
  background: #f7f5f0;
}

.eco-green-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.72) 22%, rgba(255,255,255,0.12) 46%, rgba(255,255,255,0) 60%),
    linear-gradient(90deg, rgba(248,246,240,0.96) 0%, rgba(248,246,240,0.72) 28%, rgba(248,246,240,0.12) 56%, rgba(248,246,240,0) 78%);
}

.eco-green-hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  min-height: 620px;
}

.eco-green-hero-copy {
  position: relative;
  z-index: 2;
  padding: 68px 30px 84px 66px;
}

.eco-green-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  color: #43a047;
  font-size: 20px;
  font-weight: 800;
}

.eco-green-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: #ccb126;
}

.eco-green-hero-copy h1 {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-intro {
  max-width: 510px;
  color: #495463;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
}

.eco-green-intro p {
  margin: 0;
}

.eco-green-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eco-green-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(33, 77, 115, 0.12);
  transition: 0.2s ease;
}

.eco-green-pill:hover {
  transform: translateY(-1px);
}

.eco-green-pill-gold {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-green-pill-light {
  color: #2c7270;
  background: #fff;
}

.eco-green-hero-visual {
  position: relative;
  min-height: 620px;
}

.eco-green-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.eco-green-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  line-height: 0;
  z-index: 3;
}

.eco-green-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eco-green-content {
  position: relative;
  background: #f7f5f0;
  padding: 30px 0 30px;
}

.eco-green-content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.eco-green-section-header {
  margin-bottom: 24px;
}

.eco-green-section-header h2 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-section-header p {
  max-width: 760px;
  margin: 0;
  color: #4e5868;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}

.eco-green-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.eco-green-single-text-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
  border: 1px solid rgba(23, 50, 77, 0.06);
  color: #65707c;
  line-height: 1.95;
  font-size: 14px;
  min-height: 100%;
}

.eco-green-single-text-card p {
  margin: 0 0 16px;
}

.eco-green-single-text-card p:last-child {
  margin-bottom: 0;
}

.eco-green-side-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
}

.eco-green-bottom-cta {
  padding: 56px 32px 64px;
  background: #f7f5f0;
}

.eco-green-bottom-cta-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.45) 45%, rgba(255,255,255,0.14) 100%),
    url("/wp-content/themes/astra-child/assets/eco-green-landscape.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(45, 75, 95, 0.10);
}

.eco-green-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.48) 36%, rgba(255,255,255,0.18) 100%);
}

.eco-green-bottom-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 24px 40px;
}

.eco-green-bottom-content h2 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-bottom-text {
  max-width: 840px;
  margin: 0 auto;
  color: #465363;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.eco-green-bottom-text p {
  margin: 0;
}

.eco-green-bottom-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .eco-green-hero-inner,
  .eco-green-content-grid {
    grid-template-columns: 1fr;
  }

  .eco-green-hero-copy {
    padding: 44px 24px 24px;
  }

  .eco-green-hero-copy h1,
  .eco-green-section-header h2,
  .eco-green-bottom-content h2 {
    font-size: 52px;
  }

  .eco-green-hero-visual,
  .eco-green-hero-visual img {
    min-height: 420px;
  }

  .eco-green-side-image img {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .eco-green-hero-copy {
    padding: 34px 18px 18px;
  }

  .eco-green-hero-copy h1,
  .eco-green-section-header h2,
  .eco-green-bottom-content h2 {
    font-size: 38px;
  }

  .eco-green-intro,
  .eco-green-section-header p,
  .eco-green-bottom-text {
    font-size: 17px;
  }

  .eco-green-content-inner {
    padding: 0 18px;
  }

  .eco-green-bottom-cta {
    padding: 40px 18px 50px;
  }

  .eco-green-bottom-content {
    padding: 42px 18px 28px;
  }

  .eco-green-bottom-actions,
  .eco-green-hero-actions {
    flex-direction: column;
  }

  .eco-green-pill {
    width: 100%;
  }
}

/* =========================
   ECO GREEN CLEAN FINAL
========================= */

body.eco-green-body {
  margin: 0;
  background: linear-gradient(180deg, #eef4ee 0%, #f8f7f2 100%);
  color: #273142;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-green-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.btn-green-solid {
  color: #317546;
  background: #4dff4d7a;
  border: 1px solid rgba(77, 255, 77, 0.28);
  box-shadow: 0 10px 20px rgba(77, 255, 77, 0.16);
}

.btn-green-solid:hover {
  background: #7aff7a;
  transform: translateY(-1px);
}

.eco-green-page {
  background: #f7f5f0;
  padding: 0 0 54px;
}

.eco-green-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background-color: #eef3e8;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.eco-green-hero-overlay {
  position: relative;
  min-height: 620px;
  background:
    linear-gradient(
      90deg,
      rgba(247,245,240,0.96) 0%,
      rgba(247,245,240,0.88) 26%,
      rgba(247,245,240,0.58) 46%,
      rgba(247,245,240,0.18) 66%,
      rgba(247,245,240,0.00) 100%
    );
}

.eco-green-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-green-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 40px 0 90px 34px;
}

.eco-green-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  color: #43a047;
  font-size: 20px;
  font-weight: 800;
}

.eco-green-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: #ccb126;
}

.eco-green-hero-copy h1 {
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-intro {
  max-width: 510px;
  color: #495463;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
}

.eco-green-intro p {
  margin: 0;
}

.eco-green-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eco-green-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(33, 77, 115, 0.12);
  transition: 0.2s ease;
}

.eco-green-pill:hover {
  transform: translateY(-1px);
}

.eco-green-pill-gold {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-green-pill-light {
  color: #2c7270;
  background: #fff;
}

.eco-green-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  line-height: 0;
  z-index: 3;
}

.eco-green-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eco-green-content {
  position: relative;
  background: #f7f5f0;
  padding: 30px 0 30px;
}

.eco-green-content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.eco-green-section-header {
  margin-bottom: 24px;
}

.eco-green-section-header h2 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-section-header p {
  max-width: 760px;
  margin: 0;
  color: #4e5868;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}

.eco-green-content-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.eco-green-single-text-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
  border: 1px solid rgba(23, 50, 77, 0.06);
  color: #65707c;
  line-height: 1.95;
  font-size: 14px;
  min-height: 100%;
}

.eco-green-single-text-card p {
  margin: 0 0 16px;
}

.eco-green-single-text-card p:last-child {
  margin-bottom: 0;
}

.eco-green-side-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
}

.eco-green-bottom-cta {
  padding: 56px 32px 64px;
  background: #f7f5f0;
}

.eco-green-bottom-cta-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 420px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.45) 45%, rgba(255,255,255,0.14) 100%),
    url("/wp-content/themes/astra-child/assets/eco-green-landscape.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(45, 75, 95, 0.10);
}

.eco-green-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.48) 36%, rgba(255,255,255,0.18) 100%);
}

.eco-green-bottom-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 24px 40px;
}

.eco-green-bottom-content h2 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c3142;
  font-weight: 800;
}

.eco-green-bottom-text {
  max-width: 840px;
  margin: 0 auto;
  color: #465363;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.eco-green-bottom-text p {
  margin: 0;
}

.eco-green-bottom-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .eco-green-hero,
  .eco-green-hero-overlay,
  .eco-green-hero-inner {
    min-height: 520px;
  }

  .eco-green-hero-copy {
    max-width: 100%;
    padding: 34px 18px 70px;
  }

  .eco-green-hero-copy h1,
  .eco-green-section-header h2,
  .eco-green-bottom-content h2 {
    font-size: 52px;
  }

  .eco-green-content-grid {
    grid-template-columns: 1fr;
  }

  .eco-green-side-image img {
    min-height: 320px;
  }

  .eco-green-hero {
    background-position: 70% center;
  }
}

@media (max-width: 780px) {
  .eco-green-hero,
  .eco-green-hero-overlay,
  .eco-green-hero-inner {
    min-height: 460px;
  }

  .eco-green-hero-copy h1,
  .eco-green-section-header h2,
  .eco-green-bottom-content h2 {
    font-size: 38px;
  }

  .eco-green-intro,
  .eco-green-section-header p,
  .eco-green-bottom-text {
    font-size: 17px;
  }

  .eco-green-content-inner {
    padding: 0 18px;
  }

  .eco-green-bottom-cta {
    padding: 40px 18px 50px;
  }

  .eco-green-bottom-content {
    padding: 42px 18px 28px;
  }

  .eco-green-bottom-actions,
  .eco-green-hero-actions {
    flex-direction: column;
  }

  .eco-green-pill {
    width: 100%;
  }

  .eco-green-hero {
    background-position: 75% center;
  }
}

/* =========================
   ECO BLUE FINAL PRO
========================= */

body.eco-blue-body {
  margin: 0;
  background: linear-gradient(180deg, #e9f2f8 0%, #f7fbfd 100%);
  color: #273142;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-blue-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.btn-blue-solid {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.32);
  box-shadow: 0 10px 20px rgba(153, 179, 255, 0.16);
}

.btn-blue-solid:hover {
  background: linear-gradient(180deg, #d7e2ff 0%, #89a5fb 100%);
  transform: translateY(-1px);
}

.eco-blue-page {
  background: #f7f5f0;
  padding: 0 0 54px;
}

/* HERO */
.eco-blue-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background-color: #d8eaf7;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.eco-blue-hero-overlay {
  position: relative;
  min-height: 680px;
  background:
    linear-gradient(
      90deg,
      rgba(10, 58, 112, 0.78) 0%,
      rgba(10, 58, 112, 0.62) 24%,
      rgba(10, 58, 112, 0.38) 44%,
      rgba(10, 58, 112, 0.14) 64%,
      rgba(10, 58, 112, 0.00) 100%
    );
}

.eco-blue-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-blue-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 44px 0 96px 34px;
}

.eco-blue-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.eco-blue-hero-copy h1 {
  max-width: 640px;
  margin: 0 0 22px;
  font-size: 74px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #fff;
  font-weight: 800;
}

.eco-blue-quote {
  max-width: 580px;
  margin: 0 0 24px;
  padding: 18px 24px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(8, 44, 85, 0.16);
  backdrop-filter: blur(10px);
}

.eco-blue-intro {
  max-width: 560px;
  color: rgba(255,255,255,0.96);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.eco-blue-intro p {
  margin: 0;
}

.eco-blue-hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eco-blue-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(33, 77, 115, 0.12);
  transition: 0.2s ease;
}

.eco-blue-pill:hover {
  transform: translateY(-1px);
}

.eco-blue-pill-primary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-blue-pill-light {
  color: #16487b;
  background: #fff;
}

.eco-blue-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  line-height: 0;
  z-index: 3;
}

.eco-blue-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* SECTIONS */
.eco-blue-content,
.eco-blue-oceans-pro,
.eco-blue-infographic-pro,
.eco-blue-bottom-cta {
  background: #f7f5f0;
}

.eco-blue-content {
  padding: 34px 0 24px;
}

.eco-blue-content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 32px;
}

.eco-blue-section-header {
  margin-bottom: 24px;
}

.eco-blue-section-header h2 {
  margin: 0 0 14px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #355277;
  font-weight: 800;
}

.eco-blue-section-header p {
  max-width: 760px;
  margin: 0;
  color: #4e5868;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}

.eco-blue-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 30px;
  align-items: stretch;
}

.eco-blue-single-text-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px 30px 26px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
  border: 1px solid rgba(23, 50, 77, 0.06);
  color: #3e434c;
  line-height: 1.78;
  font-size: 18px;
  min-height: 100%;
}

.eco-blue-single-text-card p {
  margin: 0 0 18px;
}

.eco-blue-single-text-card p:last-child {
  margin-bottom: 0;
}

.eco-blue-side-image {
  display: flex;
  margin: auto;
}

.eco-blue-side-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 460px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
}

/* OCEANS */
.eco-blue-oceans-pro {
  padding: 24px 0 8px;
}

.eco-blue-oceans-grid-pro {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.eco-blue-ocean-card-pro {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(4, 43, 89, 0.88) 0%, rgba(8, 68, 137, 0.82) 100%),
    url("/wp-content/themes/astra-child/assets/eco-blue-ocean-card.jpg") center center / cover no-repeat;
  box-shadow: 0 14px 28px rgba(28, 74, 120, 0.14);
}

.eco-blue-ocean-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.00) 100%);
}

.eco-blue-ocean-card-content {
  position: relative;
  z-index: 2;
  padding: 30px 28px 24px;
  color: #fff;
}

.eco-blue-ocean-card-content h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.eco-blue-ocean-text-pro {
  color: rgba(255,255,255,0.94);
  line-height: 1.7;
  font-size: 15px;
}

.eco-blue-ocean-text-pro p {
  margin: 0 0 12px;
}

.eco-blue-ocean-text-pro p:last-child {
  margin-bottom: 0;
}

/* INFOGRAPHIC */
.eco-blue-infographic-pro {
  padding: 38px 0 8px;
}

.eco-blue-infographic-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
  gap: 28px;
  align-items: center;
}

.eco-blue-infographic-card-pro {
  background: #fff;
  border-radius: 24px;
  padding: 14px;
  box-shadow: 0 14px 28px rgba(28, 74, 120, 0.10);
  border: 1px solid rgba(23, 50, 77, 0.06);
}

.eco-blue-infographic-card-pro img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.eco-blue-infographic-copy h2 {
  margin: 0 0 14px;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #355277;
  font-weight: 800;
}

.eco-blue-infographic-copy p {
  margin: 0;
  color: #4e5868;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

/* CTA FINAL */
.eco-blue-bottom-cta {
  padding: 56px 32px 64px;
}

.eco-blue-bottom-cta-card {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  min-height: 460px;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.48) 45%, rgba(255,255,255,0.16) 100%),
    url("/wp-content/themes/astra-child/assets/eco-blue-landscape.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 36px rgba(45, 75, 95, 0.10);
  transition: transform 0.3s ease;
}

.eco-blue-bottom-cta-card:hover {
  transform: scale(1.01);
}

.eco-blue-bottom-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.82) 0%,
    rgba(255,255,255,0.55) 40%,
    rgba(255,255,255,0.20) 100%
  );
}

.eco-blue-bottom-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 68px 24px 44px;
}

.eco-blue-bottom-content h2 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #355277;
  font-weight: 800;
}

.eco-blue-bottom-text {
  max-width: 840px;
  margin: 0 auto;
  color: #465363;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.eco-blue-bottom-text p {
  margin: 0;
}

.eco-blue-bottom-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .eco-blue-hero,
  .eco-blue-hero-overlay,
  .eco-blue-hero-inner {
    min-height: 560px;
  }

  .eco-blue-hero-copy {
    max-width: 100%;
    padding: 34px 18px 78px;
  }

  .eco-blue-hero-copy h1,
  .eco-blue-section-header h2,
  .eco-blue-infographic-copy h2,
  .eco-blue-bottom-content h2 {
    font-size: 52px;
  }

  .eco-blue-content-grid,
  .eco-blue-infographic-grid,
  .eco-blue-oceans-grid-pro {
    grid-template-columns: 1fr;
  }

  .eco-blue-side-image img {
    min-height: 320px;
    max-height: 420px;
  }

  .eco-blue-hero {
    background-position: 72% center;
  }
}

@media (max-width: 780px) {
  .eco-blue-hero,
  .eco-blue-hero-overlay,
  .eco-blue-hero-inner {
    min-height: 480px;
  }

  .eco-blue-hero-copy h1,
  .eco-blue-section-header h2,
  .eco-blue-infographic-copy h2,
  .eco-blue-bottom-content h2 {
    font-size: 38px;
  }

  .eco-blue-intro,
  .eco-blue-section-header p,
  .eco-blue-infographic-copy p,
  .eco-blue-bottom-text,
  .eco-blue-single-text-card {
    font-size: 17px;
  }

  .eco-blue-content-inner {
    padding: 0 18px;
  }

  .eco-blue-bottom-cta {
    padding: 40px 18px 50px;
  }

  .eco-blue-bottom-content {
    padding: 42px 18px 28px;
  }

  .eco-blue-bottom-actions,
  .eco-blue-hero-actions {
    flex-direction: column;
  }

  .eco-blue-pill {
    width: 100%;
  }

  .eco-blue-hero {
    background-position: 74% center;
  }

  .eco-blue-quote {
    font-size: 16px;
  }

  .eco-blue-ocean-card-pro {
    min-height: 220px;
  }
}

/* =========================
   ECO PROJET FINAL
========================= */

body.eco-projet-body {
  margin: 0;
  background: linear-gradient(180deg, #edf5f9 0%, #f7fbfd 100%);
  color: #273142;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-projet-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.btn-projet-solid {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 10px 20px rgba(255, 210, 77, 0.16);
}

.btn-projet-solid:hover {
  background: #ffe173;
  transform: translateY(-1px);
}

.eco-projet-page {
  background: #f7f5f0;
  padding: 0 0 54px;
}

.eco-projet-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-projet-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background-color: #dcecf7;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.eco-projet-hero-overlay {
  position: relative;
  min-height: 650px;
  background: linear-gradient(90deg, rgba(247,250,252,0.95) 0%, rgba(247,250,252,0.86) 28%, rgba(247,250,252,0.46) 50%, rgba(247,250,252,0.00) 76%);
}

.eco-projet-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-projet-hero-copy {
  max-width: 620px;
  padding: 40px 0 104px 30px;
  position: relative;
  z-index: 2;
}

.eco-projet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #7893ef;
  font-size: 18px;
  font-weight: 800;
}

.eco-projet-kicker::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #99b3ff 0%, #4dff4d7a 100%);
}

.eco-projet-hero-copy h1 {
  margin: 0 0 22px;
  font-size: 76px;
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #133768;
  font-weight: 800;
  max-width: 640px;
}

.eco-projet-hero-copy h1 .accent,
.eco-projet-hero-copy h1 em {
  color: #5da844;
  font-style: normal;
}

.eco-projet-intro {
  max-width: 590px;
  color: #4a6177;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
}

.eco-projet-intro p { margin: 0; }

.eco-projet-hero-actions,
.eco-projet-bottom-actions {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.eco-projet-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.eco-projet-pill:hover { transform: translateY(-2px); }

.eco-projet-pill-primary,
.eco-projet-pill-gold {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.32);
  box-shadow: 0 12px 24px rgba(153, 179, 255, 0.16);
}

.eco-projet-pill-gold {
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 12px 24px rgba(255, 210, 77, 0.16);
}

.eco-projet-pill-light {
  color: #28526a;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(40, 82, 106, 0.22);
}

.eco-projet-pill-outline {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
}

.eco-projet-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  line-height: 0;
  z-index: 3;
}

.eco-projet-wave svg { width: 100%; height: 100%; display: block; }

.eco-projet-section {
  padding: 28px 0 0;
  background: #f7f5f0;
}

.eco-projet-section-alt { padding-top: 24px; }

.eco-projet-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.eco-projet-section-head h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #173f67;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eco-projet-head-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(135deg, #e6f5ff 0%, #dff0fd 100%);
}

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

.eco-projet-card {
  display: block;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(33, 77, 115, 0.10);
  border: 1px solid rgba(23, 50, 77, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.eco-projet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(33, 77, 115, 0.16);
}

.eco-projet-card-clickable {
  cursor: pointer;
}

.eco-projet-card-clickable:hover .eco-projet-card-link,
.eco-projet-card-clickable:focus-visible .eco-projet-card-link {
  color: #3d5d86;
}

.eco-projet-card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dce8f0;
}

.eco-projet-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-projet-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

.eco-projet-card-badge.is-ongoing { background: #4dff4d7a; color: #317546; }
.eco-projet-card-badge.is-done { background: #99b3ff; color: #3d5d86; }
.eco-projet-card-badge.is-future { background: #ffd24d; color: #6d5a18; }

.eco-projet-card-content {
  padding: 18px 18px 16px;
}

.eco-projet-card-content h3 {
  margin: 0 0 10px;
  color: #355277;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eco-projet-card-text {
  color: #556d81;
  font-size: 15px;
  line-height: 1.7;
}

.eco-projet-card-text p { margin: 0 0 12px; }
.eco-projet-card-text p:last-child { margin-bottom: 0; }

.eco-projet-card-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.eco-projet-card-meta {
  color: #6a8095;
  font-size: 13px;
  font-weight: 700;
}

.eco-projet-card-link {
  color: #7893ef;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.eco-project-detail-image {
  width: min(100%, 760px);
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 22px;
  background: #dce8f0;
  box-shadow: 0 18px 38px rgba(33, 77, 115, 0.10);
}

.eco-project-detail-image img {
  display: block;
  width: 100%;
  max-height: 360px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 780px) {
  .eco-project-detail-image {
    width: 100%;
    border-radius: 18px;
  }

  .eco-project-detail-image img {
    max-height: 260px;
  }
}

.eco-projet-impact {
  padding: 34px 0 0;
  background: #f7f5f0;
}

.eco-projet-impact-card {
  background: linear-gradient(135deg, #eef5fb 0%, #f7fbfd 100%);
  border: 1px solid rgba(23,50,77,0.06);
  box-shadow: 0 16px 34px rgba(33, 77, 115, 0.08);
  border-radius: 24px;
  padding: 30px 28px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 2fr;
  gap: 26px;
  align-items: center;
}

.eco-projet-impact-copy h2 {
  margin: 0 0 12px;
  color: #173f67;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eco-projet-impact-intro {
  color: #577085;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

.eco-projet-impact-intro p { margin: 0; }

.eco-projet-impact-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eco-projet-stat {
  text-align: center;
  padding: 8px 10px;
}

.eco-projet-stat strong {
  display: block;
  margin-bottom: 6px;
  color: #173f67;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.eco-projet-stat span {
  display: block;
  color: #5d7893;
  font-size: 14px;
  font-weight: 700;
}

.eco-projet-bottom-cta {
  padding: 34px 0 0;
  background: #f7f5f0;
}

.eco-projet-bottom-card {
  min-height: 330px;
  border-radius: 26px;
  overflow: hidden;
  background-color: #134d87;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 20px 38px rgba(33, 77, 115, 0.14);
}

.eco-projet-bottom-content {
  text-align: left;
  color: #fff;
  padding: 48px 42px;
}

.eco-projet-bottom-content h2 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eco-projet-bottom-text {
  max-width: 760px;
  color: rgba(255,255,255,0.94);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.eco-projet-bottom-text p { margin: 0; }

@media (max-width: 1180px) {
  .eco-projet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-projet-impact-card {
    grid-template-columns: 1fr;
  }

  .eco-projet-impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-projet-hero,
  .eco-projet-hero-overlay,
  .eco-projet-hero-inner {
    min-height: 560px;
  }

  .eco-projet-hero-copy h1,
  .eco-projet-bottom-content h2 {
    font-size: 58px;
  }
}

@media (max-width: 780px) {
  .eco-projet-container,
  .eco-projet-hero-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eco-projet-hero,
  .eco-projet-hero-overlay,
  .eco-projet-hero-inner {
    min-height: 480px;
  }

  .eco-projet-hero-copy {
    padding: 28px 0 82px;
    max-width: 100%;
  }

  .eco-projet-hero-copy h1,
  .eco-projet-section-head h2,
  .eco-projet-impact-copy h2,
  .eco-projet-bottom-content h2 {
    font-size: 38px;
  }

  .eco-projet-intro,
  .eco-projet-bottom-text {
    font-size: 16px;
  }

  .eco-projet-grid,
  .eco-projet-impact-stats {
    grid-template-columns: 1fr;
  }

  .eco-projet-bottom-content {
    padding: 34px 22px;
  }

  .eco-projet-hero-actions,
  .eco-projet-bottom-actions {
    flex-direction: column;
  }

  .eco-projet-pill {
    width: 100%;
  }
}

/* =========================================
   HERO GRAND ÉCRAN / FAUX FULL WIDTH
========================================= */

/* Largeur visuelle max des heroes */
:root {
  --eco-hero-max: 1720px;
}

/* Fond global des pages */
.eco-blue-page,
.eco-green-page,
.eco-attitude-page,
.eco-projet-page {
  position: relative;
  overflow: hidden;
}

/* On garde la page full width, mais le hero est visuellement borné */
.eco-blue-hero,
.eco-green-hero,
.eco-attitude-hero,
.eco-projet-hero {
  width: min(100%, var(--eco-hero-max));
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
}

/* Même logique pour l’overlay */
.eco-blue-hero-overlay,
.eco-green-hero-overlay,
.eco-attitude-hero-overlay,
.eco-projet-hero-overlay {
  width: 100%;
}

/* Le contenu reste confortable même sur écran très large */
.eco-blue-hero-inner,
.eco-green-hero-inner,
.eco-attitude-hero-inner,
.eco-projet-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
}

/* Texte : on évite qu’il s’étale trop */
.eco-blue-hero-copy,
.eco-green-hero-copy,
.eco-attitude-hero-copy,
.eco-projet-hero-copy {
  max-width: 620px;
}

/* Optionnel : un léger fond autour pour ne pas voir une coupure brutale */
.eco-blue-page::before,
.eco-green-page::before,
.eco-attitude-page::before,
.eco-projet-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 760px;
  z-index: 0;
  pointer-events: none;
}

.eco-blue-page::before {
  background: linear-gradient(180deg, #e9f2f8 0%, #f7f5f0 100%);
}

.eco-green-page::before {
  background: linear-gradient(180deg, #eef4ee 0%, #f7f5f0 100%);
}

.eco-attitude-page::before {
  background: linear-gradient(180deg, #f4f1e8 0%, #f7f5f0 100%);
}

.eco-projet-page::before {
  background: linear-gradient(180deg, #edf5f9 0%, #f7f5f0 100%);
}

/* On repasse le contenu au-dessus */
.eco-blue-page > *,
.eco-green-page > *,
.eco-attitude-page > *,
.eco-projet-page > * {
  position: relative;
  z-index: 1;
}

/* =========================================
   CADRAGE HERO PAR PAGE
========================================= */

/* Eco Blue : sujet plutôt à droite */
.eco-blue-hero {
  background-position: 72% center;
}

/* Eco Green : sujet un peu plus à droite */
.eco-green-hero {
  background-position: 74% center;
}

/* Eco Attitude : pareil */
.eco-attitude-hero {
  background-position: 74% center;
}

/* Eco Projet : sujet à droite, espace texte à gauche */
.eco-projet-hero {
  background-position: 76% center;
}

@media (min-width: 1900px) {
  :root {
    --eco-hero-max: 1820px;
  }

  .eco-blue-hero,
  .eco-green-hero,
  .eco-attitude-hero,
  .eco-projet-hero {
    min-height: 720px;
  }

  .eco-blue-hero-overlay,
  .eco-green-hero-overlay,
  .eco-attitude-hero-overlay,
  .eco-projet-hero-overlay,
  .eco-blue-hero-inner,
  .eco-green-hero-inner,
  .eco-attitude-hero-inner,
  .eco-projet-hero-inner {
    min-height: 720px;
  }
}

@media (max-width: 1100px) {
  .eco-blue-hero,
  .eco-green-hero,
  .eco-attitude-hero,
  .eco-projet-hero {
    width: 100%;
    border-radius: 0;
  }
}

/* =========================
   ECO ARTICLE SINGLE PAGE
========================= */

body.single-post .site,
body.single-post .site-content,
body.single-post .ast-container,
body.single-post #primary,
body.single-post article,
body.single-post .entry-content {
  max-width: none;
}

body.single-post {
  background: linear-gradient(180deg, #edf5f9 0%, #f7fbfd 100%);
}

.eco-article-page {
  background: #f7f5f0;
  color: #243549;
}

.eco-article-container {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.eco-article-hero {
  position: relative;
  min-height: 620px;
  background-color: #dbe8ff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.eco-article-hero-overlay {
  min-height: 620px;
  background: linear-gradient(90deg, rgba(95, 121, 160, 0.76) 0%, rgba(95, 121, 160, 0.64) 28%, rgba(95, 121, 160, 0.2) 58%, rgba(255, 255, 255, 0.08) 100%);
}

.eco-article-hero-inner {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.eco-article-breadcrumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.eco-article-breadcrumbs a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.eco-article-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #f2c94c;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.eco-article-title {
  max-width: 760px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 68px;
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.eco-article-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  font-weight: 700;
}

.eco-article-main {
  padding: 48px 0 64px;
  background: #f7f5f0;
}

.eco-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 32px;
  align-items: start;
}

.eco-article-content {
  min-width: 0;
}

.eco-article-featured-visual {
  margin-bottom: 28px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(33, 77, 115, 0.10);
}

.eco-article-featured-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.eco-article-intro {
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 1.7;
  color: #243549;
  font-weight: 700;
}

.eco-article-editor,
.eco-article-richtext {
  color: #556d81;
  font-size: 17px;
  line-height: 1.9;
}

.eco-article-editor p,
.eco-article-richtext p {
  margin: 0 0 16px;
}

.eco-article-section {
  margin-top: 34px;
}

.eco-article-section h2 {
  margin: 0 0 16px;
  color: #173f67;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.eco-article-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.eco-article-stat {
  background: #fff;
  border: 1px solid rgba(23,50,77,0.06);
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 12px 24px rgba(45, 75, 95, 0.08);
  text-align: center;
}

.eco-article-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #173f67;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.eco-article-stat span {
  display: block;
  color: #5d7893;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.eco-article-quote {
  margin: 32px 0 0;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(234,242,234,0.96) 0%, rgba(247,250,244,0.96) 100%);
  border: 1px solid rgba(103, 168, 66, 0.12);
}

.eco-article-quote p {
  margin: 0 0 8px;
  color: #3c5f3c;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.eco-article-quote cite {
  color: #6b8167;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.eco-article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.eco-article-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 28px rgba(33, 77, 115, 0.08);
  border: 1px solid rgba(23,50,77,0.06);
}

.eco-article-card h3 {
  margin: 0 0 18px;
  color: #173f67;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eco-article-author-image {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.eco-article-author-card h4 {
  margin: 0 0 6px;
  color: #173f67;
  font-size: 22px;
  font-weight: 800;
}

.eco-article-author-role {
  margin-bottom: 12px;
  color: #6f8aa2;
  font-size: 14px;
  font-weight: 700;
}

.eco-article-author-card p,
.eco-article-sidebar-cta p {
  margin: 0;
  color: #5d7893;
  font-size: 16px;
  line-height: 1.75;
}

.eco-article-recent-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.eco-article-recent-item {
  display: grid;
  gap: 14px;
  align-items: flex-start;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbfd 0%, #f3f7fb 100%);
  border: 1px solid rgba(23, 50, 77, 0.08);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.eco-article-recent-item.has-thumb {
  grid-template-columns: 92px minmax(0, 1fr);
}

.eco-article-recent-item.no-thumb {
  grid-template-columns: minmax(0, 1fr);
}

.eco-article-recent-item:hover {
  background: #ffffff;
  border-color: rgba(23, 63, 103, 0.12);
  box-shadow: 0 14px 28px rgba(33, 77, 115, 0.08);
  transform: translateY(-1px);
}

.eco-article-recent-thumb {
  display: block;
  width: 92px;
}

.eco-article-recent-thumb img {
  width: 100%;
  height: 74px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.eco-article-recent-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding-top: 2px;
}

.eco-article-recent-copy strong {
  display: block;
  color: #173f67;
  font-size: 15px;
  line-height: 1.48;
  margin-bottom: 0;
}

.eco-article-recent-copy small {
  display: block;
  color: #7c91a4;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.eco-article-more-link {
  display: inline-block;
  margin-top: 16px;
  color: #7893ef;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.eco-article-sidebar-cta {
  background: linear-gradient(180deg, rgba(242, 246, 255, 0.98) 0%, rgba(255, 250, 229, 0.98) 100%);
  color: #3d5d86;
}

.eco-article-sidebar-cta h3,
.eco-article-sidebar-cta p {
  color: #fff;
}

.eco-article-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
  border: 1px solid transparent;
}

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

.eco-article-btn-light {
  margin-top: 18px;
  background: #fff;
  color: #173f67;
}

.eco-article-bottom-cta {
  padding-top: 42px;
}

.eco-article-bottom-cta-card {
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background-color: #123f73;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 20px 40px rgba(33, 77, 115, 0.12);
}

.eco-article-bottom-cta-content {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px;
  text-align: center;
}

.eco-article-bottom-cta-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 48px;
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.eco-article-bottom-cta-content p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.94);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

.eco-article-bottom-cta-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eco-article-btn-gold {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 12px 24px rgba(255, 210, 77, 0.16);
}

.eco-article-btn-outline {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
}

@media (max-width: 1180px) {
  .eco-article-layout {
    grid-template-columns: 1fr;
  }

  .eco-article-title {
    font-size: 56px;
  }
}

@media (max-width: 780px) {
  .eco-article-container {
    padding: 0 18px;
  }

  .eco-article-hero,
  .eco-article-hero-overlay,
  .eco-article-hero-inner {
    min-height: 500px;
  }

  .eco-article-title {
    font-size: 38px;
  }

  .eco-article-meta {
    gap: 12px;
    font-size: 14px;
  }

  .eco-article-intro,
  .eco-article-editor,
  .eco-article-richtext,
  .eco-article-sidebar-cta p,
  .eco-article-author-card p {
    font-size: 16px;
  }

  .eco-article-section h2,
  .eco-article-card h3,
  .eco-article-bottom-cta-content h2 {
    font-size: 30px;
  }

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

  .eco-article-bottom-cta-content {
    padding: 34px 20px;
  }

  .eco-article-bottom-cta-actions {
    flex-direction: column;
  }

  .eco-article-recent-item.has-thumb {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  .eco-article-recent-thumb {
    width: 78px;
  }

  .eco-article-recent-thumb img {
    height: 64px;
  }

  .eco-article-btn {
    width: 100%;
  }
}


/* =========================
   V1 CLIENT POLISH OVERRIDES
========================= */

body.eco-blue-body .site,
body.eco-blue-body .site-content,
body.eco-blue-body .ast-container,
body.eco-blue-body #primary,
body.eco-blue-body article,
body.eco-blue-body .entry-content,
body.eco-green-body .site,
body.eco-green-body .site-content,
body.eco-green-body .ast-container,
body.eco-green-body #primary,
body.eco-green-body article,
body.eco-green-body .entry-content,
body.eco-attitude-body .site,
body.eco-attitude-body .site-content,
body.eco-attitude-body .ast-container,
body.eco-attitude-body #primary,
body.eco-attitude-body article,
body.eco-attitude-body .entry-content,
body.eco-projet-body .site,
body.eco-projet-body .site-content,
body.eco-projet-body .ast-container,
body.eco-projet-body #primary,
body.eco-projet-body article,
body.eco-projet-body .entry-content,
body.eco-donation-body .site,
body.eco-donation-body .site-content,
body.eco-donation-body .ast-container,
body.eco-donation-body #primary,
body.eco-donation-body article,
body.eco-donation-body .entry-content,
body.eco-blog-page .site,
body.eco-blog-page .site-content,
body.eco-blog-page .ast-container,
body.eco-blog-page #primary,
body.eco-blog-page article,
body.eco-blog-page .entry-content,
body.eco-article-body .site,
body.eco-article-body .site-content,
body.eco-article-body .ast-container,
body.eco-article-body #primary,
body.eco-article-body article,
body.eco-article-body .entry-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto;
  background: transparent;
  box-shadow: none;
}

body.eco-blue-body img,
body.eco-green-body img,
body.eco-attitude-body img,
body.eco-projet-body img,
body.eco-donation-body img,
body.eco-blog-page img,
body.eco-article-body img {
  max-width: 100%;
  display: block;
}

body.eco-blue-body a,
body.eco-green-body a,
body.eco-attitude-body a,
body.eco-projet-body a,
body.eco-donation-body a,
body.eco-blog-page a,
body.eco-article-body a {
  text-decoration: none;
}

.eco-logo-text {
  font-size: 15px;
}

.eco-nav a {
  font-size: 14px;
}

.blog-hero {
  padding: 90px 28px 46px;
}

.blog-hero h1 {
  font-size: 56px;
  letter-spacing: -0.03em;
}

.blog-list-section {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 36px 34px 54px;
  box-sizing: border-box;
}

.blog-card h2 {
  font-size: 22px;
}

.blog-card p {
  font-size: 15px;
  line-height: 1.7;
}

body.eco-article-body {
  margin: 0;
  background: linear-gradient(180deg, #edf5f9 0%, #f7fbfd 100%);
  color: #243549;
  font-family: Arial, Helvetica, sans-serif;
}

.eco-article-page-wrap .eco-shell {
  background: #fff;
  overflow: hidden;
}

.eco-article-page {
  background: #f7f5f0;
  padding: 0 0 60px;
}

.eco-article-container {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 34px;
  box-sizing: border-box;
}

.eco-article-hero {
  width: min(100%, var(--eco-hero-max));
  margin: 0 auto;
  min-height: 680px;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #dbe8ff;
}

.eco-article-hero-overlay {
  min-height: 680px;
  background: linear-gradient(90deg, rgba(95, 121, 160, 0.78) 0%, rgba(95, 121, 160, 0.66) 28%, rgba(95, 121, 160, 0.24) 56%, rgba(255, 255, 255, 0.08) 100%);
}

.eco-article-hero-inner {
  max-width: 1320px;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 88px;
}

.eco-article-title {
  max-width: 860px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.eco-article-main {
  padding: 54px 0 70px;
}

.eco-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 360px;
  gap: 34px;
  align-items: start;
}

.eco-article-featured-visual {
  border-radius: 28px;
}

.eco-article-intro {
  font-size: 22px;
  line-height: 1.7;
}

.eco-article-editor,
.eco-article-richtext {
  font-size: 18px;
  line-height: 1.95;
}

.eco-article-section h2 {
  font-size: 36px;
}

.eco-article-card h3 {
  font-size: 28px;
}

.eco-article-bottom-cta {
  padding-top: 46px;
}

.eco-article-bottom-cta-card {
  width: 100%;
  min-height: 320px;
  border-radius: 30px;
}

.eco-article-bottom-cta-content {
  min-height: 320px;
  padding: 44px 42px;
}

.eco-article-bottom-cta-content h2 {
  font-size: 52px;
}

.eco-article-bottom-cta-content p {
  font-size: 19px;
}

@media (max-width: 1180px) {
  .eco-article-layout {
    grid-template-columns: 1fr;
  }

  .eco-article-title {
    font-size: 58px;
  }
}

@media (max-width: 780px) {
  .blog-hero {
    padding: 62px 18px 30px;
  }

  .blog-hero h1 {
    font-size: 38px;
  }

  .blog-list-section {
    padding: 26px 18px 40px;
  }

  .eco-article-container {
    padding: 0 18px;
  }

  .eco-article-hero,
  .eco-article-hero-overlay,
  .eco-article-hero-inner {
    min-height: 520px;
    border-radius: 0;
  }

  .eco-article-title {
    font-size: 40px;
  }

  .eco-article-intro,
  .eco-article-editor,
  .eco-article-richtext {
    font-size: 16px;
  }

  .eco-article-section h2,
  .eco-article-card h3,
  .eco-article-bottom-cta-content h2 {
    font-size: 30px;
  }

  .eco-article-bottom-cta-content {
    padding: 36px 20px;
  }
}

/* =========================
   OCEAN ARTICLE SUBPAGE
========================= */
body.eco-ocean-article-body {
  margin: 0;
  background: linear-gradient(180deg, #eaf2f7 0%, #f7fbfd 100%);
  color: var(--eco-text);
  font-family: Arial, Helvetica, sans-serif;
}

.eco-ocean-article-page {
  padding-bottom: 56px;
  background: transparent;
}

.eco-ocean-container {
  width: min(100%, 1140px);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.eco-ocean-hero {
  position: relative;
  padding: 36px 0 0;
  min-height: 560px;
  background:
    linear-gradient(180deg, rgba(8,48,88,0.78) 0%, rgba(8,48,88,0.48) 100%),
    linear-gradient(135deg, #0d4d8a 0%, #2f86c9 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.eco-ocean-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 26%),
    radial-gradient(circle at 85% 25%, rgba(136,223,255,0.14) 0%, rgba(136,223,255,0) 28%);
  pointer-events: none;
}

.eco-ocean-hero-inner {
  position: relative;
  z-index: 1;
}

.eco-ocean-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
}

.eco-ocean-breadcrumbs a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}

.eco-ocean-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.55fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 120px;
}

.eco-ocean-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eco-ocean-hero-copy h1 {
  margin: 18px 0 14px;
  max-width: 760px;
  color: #fff;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.eco-ocean-hero-intro {
  max-width: 700px;
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
}

.eco-ocean-hero-intro p {
  margin: 0 0 12px;
}

.eco-ocean-hero-actions,
.eco-ocean-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.eco-ocean-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.eco-ocean-btn:hover {
  transform: translateY(-1px);
}

.eco-ocean-btn-primary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 10px 22px rgba(255, 210, 77, 0.16);
}

.eco-ocean-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
}

.eco-ocean-hero-card {
  align-self: center;
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 40px rgba(6, 34, 64, 0.18);
  color: #fff;
  backdrop-filter: blur(10px);
}

.eco-ocean-hero-card p {
  margin: 0 0 10px;
  line-height: 1.75;
}

.eco-ocean-hero-card p:last-child {
  margin-bottom: 0;
}

.eco-ocean-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
}

.eco-ocean-overview,
.eco-ocean-story,
.eco-ocean-impacts,
.eco-ocean-cta {
  padding-top: 42px;
}

.eco-ocean-overview-grid,
.eco-ocean-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.eco-ocean-overview-copy,
.eco-ocean-panel,
.eco-ocean-map-card,
.eco-ocean-impact-card,
.eco-ocean-cta-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: var(--eco-shadow);
  border: 1px solid rgba(23,50,77,0.06);
}

.eco-ocean-overview-copy,
.eco-ocean-panel {
  padding: 30px 30px 28px;
}

.eco-ocean-overview-copy h2,
.eco-ocean-panel h2,
.eco-ocean-section-head h2,
.eco-ocean-cta-content h2 {
  margin: 0 0 14px;
  color: #124f93;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.eco-ocean-richtext,
.eco-ocean-cta-text {
  color: #597289;
  font-size: 15px;
  line-height: 1.85;
}

.eco-ocean-richtext p,
.eco-ocean-cta-text p {
  margin: 0 0 14px;
}

.eco-ocean-richtext p:last-child,
.eco-ocean-cta-text p:last-child {
  margin-bottom: 0;
}

.eco-ocean-overview-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--eco-shadow);
  min-height: 100%;
}

.eco-ocean-overview-image img,
.eco-ocean-map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco-ocean-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.eco-ocean-stat-card {
  padding: 26px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f4f9fc 100%);
  border: 1px solid rgba(42, 126, 199, 0.10);
  box-shadow: var(--eco-shadow);
}

.eco-ocean-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0d5ca7;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.eco-ocean-stat-card span {
  display: block;
  color: #597289;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.eco-ocean-story-main {
  display: grid;
  gap: 22px;
}

.eco-ocean-story-side {
  position: sticky;
  top: 110px;
}

.eco-ocean-map-card {
  padding: 12px;
  overflow: hidden;
}

.eco-ocean-quote {
  margin: 0;
  padding: 28px 30px;
  border-radius: 22px;
  background: linear-gradient(135deg, #edf8ff 0%, #f8fbfe 100%);
  border: 1px solid rgba(44, 129, 199, 0.14);
  color: #155695;
  box-shadow: var(--eco-shadow);
}

.eco-ocean-quote p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 700;
}

.eco-ocean-quote cite {
  display: inline-block;
  margin-top: 14px;
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
  color: #547084;
}

.eco-ocean-section-head {
  margin-bottom: 18px;
}

.eco-ocean-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.eco-ocean-impact-card {
  padding: 24px 24px 22px;
}

.eco-ocean-impact-card h3 {
  margin: 0 0 12px;
  color: #154f92;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 800;
}

.eco-ocean-cta-card {
  padding: 44px 40px;
  background:
    linear-gradient(180deg, rgba(7,50,89,0.76) 0%, rgba(7,50,89,0.56) 100%),
    linear-gradient(135deg, #0d4d8a 0%, #2f86c9 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.eco-ocean-cta-content {
  max-width: 760px;
}

.eco-ocean-cta-content h2 {
  color: #fff;
  font-size: 40px;
}

.eco-ocean-cta-text {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
}

@media (max-width: 1120px) {
  .eco-ocean-hero-grid,
  .eco-ocean-overview-grid,
  .eco-ocean-story-grid,
  .eco-ocean-impact-grid {
    grid-template-columns: 1fr;
  }

  .eco-ocean-story-side {
    position: static;
  }

  .eco-ocean-hero-copy h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .eco-ocean-container {
    padding: 0 18px;
  }

  .eco-ocean-hero {
    min-height: auto;
    padding-top: 26px;
  }

  .eco-ocean-hero-grid {
    padding-bottom: 90px;
  }

  .eco-ocean-hero-copy h1 {
    font-size: 36px;
  }

  .eco-ocean-hero-intro {
    font-size: 15px;
  }

  .eco-ocean-overview-copy,
  .eco-ocean-panel,
  .eco-ocean-impact-card,
  .eco-ocean-cta-card {
    padding: 24px 20px;
  }

  .eco-ocean-overview-copy h2,
  .eco-ocean-panel h2,
  .eco-ocean-section-head h2 {
    font-size: 26px;
  }

  .eco-ocean-cta-content h2 {
    font-size: 30px;
  }

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

  .eco-ocean-quote p {
    font-size: 20px;
  }

  .eco-ocean-hero-actions,
  .eco-ocean-cta-actions {
    flex-direction: column;
  }

  .eco-ocean-btn {
    width: 100%;
  }
}


/* Shared dropdown header */
.eco-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.eco-submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  min-width: 290px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(28, 67, 104, 0.1);
  box-shadow: 0 18px 38px rgba(16, 54, 89, 0.12);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 120;
}

.eco-nav-item:hover .eco-submenu,
.eco-nav-item:focus-within .eco-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.eco-submenu a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: #294a69;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.eco-submenu a:hover,
.eco-submenu a.active {
  color: #7893ef;
  background: rgba(153, 179, 255, 0.14);
}

.eco-submenu a::after {
  display: none !important;
}

@media (max-width: 1100px) {
  .eco-nav-item {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .eco-submenu {
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    width: min(100%, 420px);
    margin-top: 8px;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
    box-shadow: none;
  }

  .eco-nav-item:hover .eco-submenu,
  .eco-nav-item:focus-within .eco-submenu,
  .eco-nav-item.is-active .eco-submenu {
    display: block;
    transform: none;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-right .language-switcher {
  display: flex;
  gap: 8px;
}

.header-right img {
  width: 20px;
  height: auto;
}


/* ========================================
   RESPONSIVE HEADER + GLOBAL MOBILE FIXES
======================================== */
html {
  overflow-x: clip;
}

body {
  max-width: 100%;
}

@supports not (overflow: clip) {
  html {
    overflow-x: hidden;
  }
}

body.eco-menu-open {
  overflow: hidden;
}

.eco-header-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.eco-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(28, 67, 104, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(33, 77, 115, 0.08);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.eco-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #214c74;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.eco-header.is-menu-open .eco-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.eco-header.is-menu-open .eco-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.eco-header.is-menu-open .eco-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.eco-mobile-panel {
  display: contents;
}

.eco-header-top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.eco-nav-link-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.eco-submenu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(76, 196, 236, 0.14);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.eco-submenu-toggle span {
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #7893ef;
  border-bottom: 2px solid #7893ef;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.eco-nav-item.is-open .eco-submenu-toggle span,
.eco-nav-item.is-active .eco-submenu-toggle span {
  transform: rotate(225deg) translateY(-1px);
}


@media (max-width: 1100px) {
  .eco-header {
    backdrop-filter: blur(16px);
  }

  .eco-header-inner {
    width: 100%;
    min-height: 78px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px 12px;
  }

  .eco-logo {
    min-width: 0;
    align-self: center;
  }

  .eco-logo-text {
    font-size: 13px;
  }

  .eco-menu-toggle {
    display: inline-flex;
  }

  .eco-header-top-actions {
    align-self: start;
    justify-self: end;
    gap: 10px;
  }


  .eco-mobile-panel {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    padding: 0 12px;
    overflow: hidden;
    border: 1px solid rgba(28, 67, 104, 0);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 34px rgba(16, 54, 89, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.985);
    transform-origin: top center;
    transition: max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.34s ease, padding 0.34s ease, opacity 0.26s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease, visibility 0s linear 0.42s;
  }

  .eco-header.is-menu-open .eco-mobile-panel {
    max-height: min(80vh, 720px);
    margin-top: 6px;
    padding: 12px;
    border-color: rgba(28, 67, 104, 0.08);
    box-shadow: 0 18px 34px rgba(16, 54, 89, 0.12);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .eco-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin: 0 0 16px;
  }

  .eco-nav-item,
  .eco-nav-link-row {
    width: 100%;
  }

  .eco-nav-item {
    align-items: stretch;
  }

  .eco-nav-link-row {
    justify-content: space-between;
  }

  .eco-nav a {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f6f9fc;
    font-size: 15px;
    line-height: 1.3;
  }

  .eco-nav a::after,
  .eco-nav a.active::after,
  .eco-nav a:hover::after {
    display: none !important;
  }

  .eco-nav a.active,
  .eco-nav a:hover {
    background: rgba(42, 126, 199, 0.12);
  }

  .eco-submenu-toggle {
    display: inline-flex;
    margin-left: 6px;
  }

  .eco-submenu {
    width: 100%;
    display: block;
    max-height: 0;
    margin-top: 0;
    padding: 0 8px;
    overflow: hidden;
    border-radius: 16px;
    background: #fbfdff;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.24s ease, padding 0.24s ease, opacity 0.2s ease, transform 0.3s ease;
  }

  .eco-nav-item.is-open .eco-submenu,
  .eco-nav-item.is-active .eco-submenu {
    max-height: 220px;
    margin-top: 8px;
    padding: 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .eco-submenu a {
    font-size: 13px;
    padding: 12px 12px;
  }

  .eco-header-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

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

@media (max-width: 780px) {
  .eco-header-inner {
    padding: 12px 14px;
  }

  .eco-logo-mark {
    width: 32px;
    height: 32px;
  }

  .eco-logo-text {
    font-size: 12px;
  }

  .eco-header-top-actions {
    align-items: flex-start;
  }


  .eco-mobile-panel {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 18px;
  }

  .hero,
  .blog-hero,
  .eco-blue-hero,
  .eco-green-hero,
  .eco-attitude-hero,
  .eco-projet-hero,
  .eco-ocean-hero,
  .article-hero {
    min-height: auto !important;
  }

  .hero-inner,
  .blog-hero-inner,
  .eco-blue-hero-inner,
  .eco-green-hero-inner,
  .eco-attitude-hero-inner,
  .eco-projet-hero-inner,
  .eco-ocean-hero-inner,
  .article-hero-inner,
  .eco-blue-hero-copy,
  .eco-green-hero-copy,
  .eco-attitude-hero-copy,
  .eco-projet-hero-copy,
  .eco-ocean-hero-copy,
  .article-hero-copy,
  .section-head,
  .section-copy,
  .blog-hero-inner,
  .eco-ocean-intro-copy,
  .eco-ocean-quote,
  .article-sidebar-card,
  .article-content,
  .article-main {
    text-align: center !important;
  }

  .hero-inner,
  .section,
  .blog-hero,
  .blog-list-section,
  .eco-blue-container,
  .eco-green-container,
  .eco-attitude-container,
  .eco-projet-container,
  .eco-ocean-container,
  .article-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero h1,
  .blog-hero h1,
  .eco-blue-hero h1,
  .eco-green-hero h1,
  .eco-attitude-hero h1,
  .eco-projet-hero h1,
  .eco-ocean-hero h1,
  .article-hero h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.02 !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero p,
  .blog-intro,
  .eco-blue-intro,
  .eco-green-intro,
  .eco-attitude-intro,
  .eco-projet-intro,
  .eco-ocean-hero-intro,
  .article-intro {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta,
  .hero-stats,
  .eco-blue-hero-actions,
  .eco-green-hero-actions,
  .eco-attitude-hero-actions,
  .eco-projet-hero-actions,
  .eco-ocean-hero-actions,
  .eco-ocean-cta-actions,
  .eco-blue-actions-inner,
  .eco-green-actions,
  .eco-attitude-actions,
  .eco-projet-actions,
  .article-bottom-cta-actions {
    justify-content: center !important;
    align-items: stretch;
  }

  .hero-cta .btn,
  .eco-blue-hero-actions .btn,
  .eco-green-hero-actions .btn,
  .eco-attitude-hero-actions .btn,
  .eco-projet-hero-actions .btn,
  .eco-ocean-hero-actions .eco-ocean-btn,
  .eco-ocean-cta-actions .eco-ocean-btn,
  .article-bottom-cta-actions .btn {
    width: 100%;
  }

  .mission-pills,
  .impact-grid,
  .blog-grid,
  .eco-blue-tiles,
  .eco-blue-stats,
  .eco-green-grid,
  .eco-green-pillars,
  .eco-attitude-grid,
  .eco-attitude-practices,
  .eco-projet-grid,
  .eco-projet-stats,
  .eco-ocean-stats,
  .eco-ocean-impacts-grid,
  .article-stats,
  .article-related-grid,
  .article-layout,
  .article-bottom-cta-content,
  [class*='-grid'],
  [class*='-layout'],
  [class*='-content-grid'] {
    grid-template-columns: 1fr !important;
  }

  .mission-pills-wrap,
  .section,
  .eco-blue-section,
  .eco-green-section,
  .eco-attitude-section,
  .eco-projet-section,
  .eco-ocean-section,
  .article-section {
    padding-top: 32px !important;
  }

  .mission-pills-wrap {
    margin-top: -36px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pill-card,
  .impact-card,
  .blog-card,
  .eco-ocean-impact-card,
  .article-sidebar-card,
  .article-related-card {
    text-align: center;
  }

  .eco-blue-main-image img,
  .eco-blue-infographic img,
  .eco-green-main-image img,
  .eco-attitude-main-image img,
  .eco-projet-main-image img,
  .eco-ocean-media img,
  .eco-ocean-map img,
  .article-featured-image img,
  .article-media img,
  .article-sidebar-card img,
  figure img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ========================================
   PRESENTATION STABILIZATION OVERRIDES
======================================== */

:root {
  --eco-header-glass: rgba(255, 255, 255, 0.9);
  --eco-header-strong: rgba(255, 255, 255, 0.97);
  --eco-menu-overlay: rgba(9, 28, 49, 0.28);
  --eco-menu-shadow: 0 20px 48px rgba(19, 58, 94, 0.16);
  --eco-focus-ring: 0 0 0 3px rgba(42, 126, 199, 0.18);
}

.eco-header {
  isolation: isolate;
  background: linear-gradient(180deg, var(--eco-header-glass) 0%, rgba(255, 255, 255, 0.84) 100%);
  transition: background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.eco-header::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(42, 126, 199, 0) 0%, rgba(42, 126, 199, 0.24) 20%, rgba(76, 196, 236, 0.38) 50%, rgba(42, 126, 199, 0.24) 80%, rgba(42, 126, 199, 0) 100%);
  pointer-events: none;
}

.eco-header.is-scrolled,
.eco-header.is-menu-open {
  background: linear-gradient(180deg, var(--eco-header-strong) 0%, rgba(255, 255, 255, 0.94) 100%);
  border-color: rgba(28, 67, 104, 0.12);
  box-shadow: 0 16px 36px rgba(18, 55, 90, 0.1);
}

.eco-header-inner {
  position: relative;
}

.eco-logo {
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.eco-logo:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.eco-nav {
  gap: 18px;
}

.eco-nav-link-row {
  align-items: center;
}

.eco-nav-link-row > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.eco-nav-link-row > a::after,
.eco-nav-link-row > a.active::after,
.eco-nav-link-row > a:hover::after {
  display: none !important;
}

.eco-nav-link-row > a:hover,
.eco-nav-link-row > a.active {
  color: #7893ef;
  background: rgba(153, 179, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(153, 179, 255, 0.14);
}

.eco-nav-item:hover > .eco-nav-link-row > a,
.eco-nav-item:focus-within > .eco-nav-link-row > a {
  transform: translateY(-1px);
}

.eco-submenu {
  top: calc(100% + 14px);
  border-radius: 20px;
  padding: 12px;
  box-shadow: var(--eco-menu-shadow);
}

.eco-submenu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(28, 67, 104, 0.08);
  border-left: 1px solid rgba(28, 67, 104, 0.08);
  transform: rotate(45deg);
}

.eco-submenu a {
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.eco-submenu a:hover,
.eco-submenu a.active {
  transform: translateX(4px);
}

.btn,
.eco-header a,
.eco-header button,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

.btn:focus-visible,
.eco-header a:focus-visible,
.eco-header button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: var(--eco-focus-ring), 0 0 0 1px rgba(42, 126, 199, 0.18);
}

.hero-inner,
.blog-hero-inner,
.eco-donation-hero-inner {
  position: relative;
  z-index: 1;
}

.hero-inner {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
}

.feature-card,
.news-card,
.blog-card,
.eco-donation-benefit-card,
.eco-donation-trust-card {
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.feature-card:hover,
.news-card:hover,
.blog-card:hover,
.eco-donation-benefit-card:hover,
.eco-donation-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(16, 54, 89, 0.12);
}

@media (min-width: 1101px) {
  .eco-nav-item.is-active .eco-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(8px);
  }

  .eco-nav-item.is-active:hover .eco-submenu,
  .eco-nav-item.is-active:focus-within .eco-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 1100px) {
  .gtranslate_wrapper,
  .gtranslate_wrapper .gt_switcher_wrapper,
  [id^="gt-wrapper-"],
  #gt_float_wrapper,
  #ast-scroll-top {
    display: none !important;
  }

  body.eco-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: var(--eco-menu-overlay);
    backdrop-filter: blur(4px);
    z-index: 99;
  }

  .eco-header {
    z-index: 110;
  }

  .eco-header-top-actions {
    position: relative;
    z-index: 2;
  }

  .eco-mobile-panel {
    position: relative;
    z-index: 2;
  }

  .eco-header.is-menu-open .eco-mobile-panel {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    overscroll-behavior: contain;
    box-shadow: var(--eco-menu-shadow);
  }

  .eco-nav-link-row > a {
    justify-content: flex-start;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .eco-nav-link-row > a:hover,
  .eco-nav-link-row > a.active {
    transform: none;
  }

  .eco-submenu {
    box-shadow: none;
  }

  .eco-submenu::before {
    display: none;
  }
}

@media (max-width: 780px) {
  .hero-inner {
    padding: 22px 18px;
    border-radius: 24px;
  }
}

/* ========================================
   ECO BLUE - SOLUTIONS PAGE
======================================== */

.eco-solutions-body {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0%, transparent 22%),
    radial-gradient(circle at 18% 12%, rgba(153, 179, 255, 0.12) 0%, transparent 20%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 52%, #fbfff1 100%);
}

.eco-solutions-page {
  color: #355277;
}

.eco-solutions-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 28px;
  box-sizing: border-box;
}

.eco-solutions-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 58px;
  border-bottom: 1px solid rgba(153, 179, 255, 0.16);
}

.eco-solutions-hero::before,
.eco-solutions-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eco-solutions-hero::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-solutions-hero::after {
  width: 320px;
  height: 320px;
  bottom: -150px;
  left: -90px;
  background: radial-gradient(circle, rgba(153, 179, 255, 0.18) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-solutions-hero-inner {
  position: relative;
  z-index: 1;
}

.eco-solutions-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: start;
}

.eco-solutions-hero-copy {
  padding: 0;
}

.eco-solutions-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(84, 109, 144, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eco-solutions-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(153, 179, 255, 0.42);
}

.eco-solutions-hero h1 {
  margin: 0;
  color: #355277;
  font-size: clamp(2.45rem, 4vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.eco-solutions-intro {
  max-width: 720px;
  margin-top: 24px;
  color: #6b84a0;
  font-size: 1.04rem;
  line-height: 1.78;
}

.eco-solutions-intro p {
  margin: 0 0 14px;
}

.eco-solutions-hero-actions,
.eco-solutions-mission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.eco-solutions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

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

.eco-solutions-btn-primary {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.34);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-solutions-btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: #6b84a0;
  border: 1px solid rgba(153, 179, 255, 0.22);
  box-shadow: 0 10px 22px rgba(153, 179, 255, 0.08);
}

.eco-solutions-hero-side {
  display: grid;
  gap: 18px;
}

.eco-solutions-quote-card {
  margin: 0;
  padding: 32px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(153, 179, 255, 0.18);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 46px rgba(153, 179, 255, 0.12);
}

.eco-solutions-quote-mark {
  color: rgba(153, 179, 255, 0.44);
  display: block;
  margin-bottom: 14px;
  font-size: 3rem;
  line-height: 1;
}

.eco-solutions-quote-card p {
  margin: 0;
  color: #355277;
  font-size: 1rem;
  line-height: 1.7;
}

.eco-solutions-energies,
.eco-solutions-innovations,
.eco-solutions-mission {
  padding: 42px 0;
}

.eco-solutions-section-head {
  max-width: 760px;
  margin-bottom: 24px;
  padding-bottom: 10px;
}

.eco-solutions-section-head span,
.eco-solutions-mission-copy > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7893ef;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eco-solutions-section-head h2,
.eco-solutions-mission-copy h2 {
  margin: 0;
  color: #355277;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.04;
}

.eco-solutions-energy-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.eco-solutions-energy-card {
  grid-column: span 4;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(153, 179, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(153, 179, 255, 0.1);
}

.eco-solutions-energy-card:last-child {
  grid-column: span 8;
}

.eco-solutions-energy-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.eco-solutions-energy-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eco-solutions-energy-card h3 {
  margin: 0;
  color: #355277;
  font-size: 22px;
  line-height: 1.2;
}

.eco-solutions-richtext {
  color: #6b84a0;
  font-size: 15px;
  line-height: 1.78;
}

.eco-solutions-richtext p {
  margin: 0 0 12px;
}

.eco-solutions-energy-card.accent-aqua .eco-solutions-energy-index {
  background: rgba(153, 179, 255, 0.16);
  color: #5f7fe5;
}

.eco-solutions-energy-card.accent-sky .eco-solutions-energy-index {
  background: rgba(153, 179, 255, 0.18);
  color: #7893ef;
}

.eco-solutions-energy-card.accent-mint .eco-solutions-energy-index {
  background: rgba(77, 255, 77, 0.16);
  color: #317546;
}

.eco-solutions-energy-card.accent-gold .eco-solutions-energy-index {
  background: rgba(255, 210, 77, 0.18);
  color: #6d5a18;
}

.eco-solutions-energy-card.accent-deep .eco-solutions-energy-index {
  background: rgba(230, 230, 0, 0.16);
  color: #355277;
}

.eco-solutions-innovation-list {
  display: grid;
  gap: 20px;
}

.eco-solutions-innovation-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 22px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(153, 179, 255, 0.18);
  box-shadow: 0 20px 42px rgba(153, 179, 255, 0.1);
}

.eco-solutions-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(77, 255, 77, 0.12);
  color: #317546;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eco-solutions-innovation-copy h3 {
  margin: 14px 0 16px;
  color: #355277;
  font-size: 28px;
  line-height: 1.08;
}

.eco-solutions-video-shell {
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(160deg, #eef3ff 0%, #f2fff2 100%);
  box-shadow: inset 0 0 0 1px rgba(153, 179, 255, 0.14);
}

.eco-solutions-video-shell iframe,
.eco-solutions-video-shell embed,
.eco-solutions-video-shell object {
  display: block;
  width: 100%;
  min-height: 320px;
}

.eco-solutions-video-shell p {
  margin: 0;
  padding: 22px;
}

.eco-solutions-mission-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 26px;
  align-items: center;
  padding: 32px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.84) 0%, transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef3ff 52%, #fff8df 100%);
  border: 1px solid rgba(153, 179, 255, 0.18);
  box-shadow: 0 26px 56px rgba(153, 179, 255, 0.12);
}

.eco-solutions-mission-copy h2,
.eco-solutions-mission-copy .eco-solutions-richtext,
.eco-solutions-mission-copy > span {
  color: #355277;
}

.eco-solutions-mission-copy .eco-solutions-richtext {
  color: #6b84a0;
}

@media (max-width: 1100px) {
  .eco-solutions-hero-grid,
  .eco-solutions-innovation-card,
  .eco-solutions-mission-card {
    grid-template-columns: 1fr;
  }

  .eco-solutions-energy-card,
  .eco-solutions-energy-card:last-child {
    grid-column: span 6;
  }
}

@media (max-width: 780px) {
  .eco-solutions-container {
    padding: 0 18px;
  }

  .eco-solutions-hero {
    padding: 34px 0 22px;
  }

  .eco-solutions-hero-copy,
  .eco-solutions-quote-card,
  .eco-solutions-energy-card,
  .eco-solutions-innovation-card,
  .eco-solutions-mission-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .eco-solutions-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .eco-solutions-energy-grid {
    grid-template-columns: 1fr;
  }

  .eco-solutions-energy-card,
  .eco-solutions-energy-card:last-child {
    grid-column: auto;
  }

  .eco-solutions-hero-actions,
  .eco-solutions-mission-actions {
    flex-direction: column;
  }

  .eco-solutions-btn {
    width: 100%;
  }

  .eco-solutions-video-shell iframe,
  .eco-solutions-video-shell embed,
  .eco-solutions-video-shell object {
    min-height: 220px;
  }
}

/*
   ECO BLUE - STORY PAGES
   ========================================================================== */
.eco-blue-story-wrap {
  --story-bg: #eef3ff;
  --story-ink: #355277;
  --story-muted: #6b84a0;
  --story-surface: rgba(255, 255, 255, 0.97);
  --story-line: rgba(153, 179, 255, 0.18);
  --story-shadow: 0 24px 56px rgba(153, 179, 255, 0.12);
  --story-radius: 32px;
  --story-accent: #99b3ff;
  --story-accent-soft: rgba(153, 179, 255, 0.18);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 56%, #f3fff2 100%);
}

.eco-blue-story-wrap.theme-destroyers {
  --story-accent: #99b3ff;
  --story-accent-soft: rgba(153, 179, 255, 0.18);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 50%, #fff8df 100%);
}

.eco-blue-story-wrap.theme-pollution {
  --story-accent: #ffd24d;
  --story-accent-soft: rgba(255, 210, 77, 0.2);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #f1f5ff 48%, #fff8df 100%);
}

.eco-blue-story-wrap.theme-scrupules {
  --story-accent: #e6e600;
  --story-accent-soft: rgba(230, 230, 0, 0.18);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #f5f8ff 46%, #fffde3 100%);
}

.eco-blue-story-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08) 0, transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.06) 0, transparent 22%),
    linear-gradient(180deg, #f2f8fb 0%, #f7fbfd 100%);
}

.eco-blue-story-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.eco-blue-story-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 56px;
  color: #f7fbff;
  background: var(--story-hero);
}

.eco-blue-story-hero::before,
.eco-blue-story-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eco-blue-story-hero::before {
  width: 420px;
  height: 420px;
  top: -150px;
  right: -80px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-blue-story-hero::after {
  width: 320px;
  height: 320px;
  bottom: -140px;
  left: -90px;
  background: radial-gradient(circle, var(--story-accent-soft) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-blue-story-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.eco-blue-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.74);
}

.eco-blue-story-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(247, 251, 255, 0.5);
}

.eco-blue-story-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.eco-blue-story-intro {
  max-width: 730px;
  margin-top: 24px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(247, 251, 255, 0.84);
}

.eco-blue-story-intro p {
  margin: 0 0 1em;
}

.eco-blue-story-actions,
.eco-blue-story-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.eco-blue-story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

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

.eco-blue-story-btn-primary {
  color: #072036;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(5, 15, 24, 0.18);
}

.eco-blue-story-btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.eco-blue-story-hero-side {
  display: grid;
  gap: 18px;
}

.eco-blue-story-quote-card,
.eco-blue-story-note-card {
  margin: 0;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(5, 14, 22, 0.14);
}

.eco-blue-story-hero-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 46px rgba(5, 14, 22, 0.18);
}

.eco-blue-story-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.eco-blue-story-quote-mark {
  display: block;
  margin-bottom: 14px;
  font-size: 3rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.46);
}

.eco-blue-story-quote-card p,
.eco-blue-story-note-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.eco-blue-story-note-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.eco-blue-story-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.eco-blue-story-stat-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.eco-blue-story-stat-card strong {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  line-height: 1.08;
  color: #ffffff;
}

.eco-blue-story-stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(247, 251, 255, 0.72);
}

.eco-blue-story-content {
  padding: 42px 0 0;
}

.eco-blue-story-section,
.eco-blue-story-gallery-section,
.eco-blue-story-video-section,
.eco-blue-story-list-card,
.eco-blue-story-cta-card {
  box-shadow: var(--story-shadow);
}

.eco-blue-story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 34px;
  border: 1px solid var(--story-line);
  border-radius: var(--story-radius);
  background: var(--story-surface);
}

.eco-blue-story-section.is-reversed .eco-blue-story-section-copy {
  order: 2;
}

.eco-blue-story-section.is-reversed .eco-blue-story-media {
  order: 1;
}

.eco-blue-story-section.is-text-only {
  grid-template-columns: minmax(0, 1fr);
}

.eco-blue-story-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--story-accent-soft);
  color: var(--story-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eco-blue-story-section-copy h2,
.eco-blue-story-section-head h2,
.eco-blue-story-list-card h2,
.eco-blue-story-cta-copy h2 {
  margin: 0;
  color: var(--story-ink);
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.eco-blue-story-richtext {
  margin-top: 18px;
  color: var(--story-muted);
  line-height: 1.8;
}

.eco-blue-story-richtext p,
.eco-blue-story-richtext ol,
.eco-blue-story-richtext ul {
  margin: 0 0 1em;
}

.eco-blue-story-richtext strong {
  color: var(--story-ink);
}

.eco-blue-story-media,
.eco-blue-story-gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #dce8ee;
}

.eco-blue-story-media img,
.eco-blue-story-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-blue-story-media {
  min-height: 320px;
  box-shadow: 0 18px 42px rgba(8, 24, 38, 0.12);
}

.eco-blue-story-gallery-section,
.eco-blue-story-video-section,
.eco-blue-story-list-card {
  margin-bottom: 30px;
  padding: 34px;
  border: 1px solid var(--story-line);
  border-radius: var(--story-radius);
  background: var(--story-surface);
}

.eco-blue-story-video-card {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 28px;
  background: #04111a;
  box-shadow: 0 18px 42px rgba(8, 24, 38, 0.14);
}

.eco-blue-story-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
}

.eco-blue-story-video-embed iframe,
.eco-blue-story-video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.eco-blue-story-section-head {
  max-width: 760px;
}

.eco-blue-story-section-head p {
  margin: 14px 0 0;
  color: var(--story-muted);
  line-height: 1.75;
}

.eco-blue-story-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.eco-blue-story-gallery-card {
  min-height: 260px;
}

.eco-blue-story-list-richtext ol {
  margin: 20px 0 0;
  padding-left: 1.25rem;
  column-count: 2;
  column-gap: 32px;
}

.eco-blue-story-list-richtext li {
  break-inside: avoid;
  margin-bottom: 0.85rem;
  color: var(--story-muted);
}

.eco-blue-story-cta {
  padding: 0 0 70px;
}

.eco-blue-story-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: var(--story-radius);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0, transparent 28%),
    linear-gradient(135deg, #072036 0%, #0d4368 60%, #1c7ba0 100%);
  color: #f7fbff;
}

.theme-scrupules .eco-blue-story-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1) 0, transparent 28%),
    linear-gradient(135deg, #13191f 0%, #33210f 100%);
}

.eco-blue-story-cta-copy span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.66);
}

.eco-blue-story-cta-copy h2,
.eco-blue-story-cta-copy p {
  color: #ffffff;
}

.eco-blue-story-cta-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  line-height: 1.75;
  color: rgba(247, 251, 255, 0.78);
}

.eco-blue-story-cta-actions {
  margin-top: 0;
}

.eco-blue-story-cta .eco-blue-story-btn-primary {
  background: #ffffff;
  color: #0b2841;
}

.eco-blue-story-cta .eco-blue-story-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
  .eco-blue-story-hero-grid,
  .eco-blue-story-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .eco-blue-story-section.is-reversed .eco-blue-story-section-copy,
  .eco-blue-story-section.is-reversed .eco-blue-story-media {
    order: initial;
  }

  .eco-blue-story-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-blue-story-list-richtext ol {
    column-count: 1;
  }

  .eco-blue-story-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .eco-blue-story-container {
    width: min(100% - 28px, 1180px);
  }

  .eco-blue-story-hero {
    padding: 26px 0 42px;
  }

  .eco-blue-story-stats,
  .eco-blue-story-gallery-grid {
    grid-template-columns: 1fr;
  }

  .eco-blue-story-stat-card {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .eco-blue-story-stat-card strong {
    font-size: 1.08rem;
  }

  .eco-blue-story-stat-card span {
    font-size: 0.88rem;
  }

  .eco-blue-story-section,
  .eco-blue-story-gallery-section,
  .eco-blue-story-video-section,
  .eco-blue-story-list-card,
  .eco-blue-story-cta-card {
    padding: 24px;
    border-radius: 24px;
  }

  .eco-blue-story-media,
  .eco-blue-story-gallery-card {
    min-height: 220px;
  }

  .eco-blue-story-actions,
  .eco-blue-story-cta-actions {
    flex-direction: column;
  }

  .eco-blue-story-btn {
    width: 100%;
  }
}

/* ==========================================================================
   Eco Feature Story Pages
   ========================================================================== */
.eco-feature-story-wrap {
  --feature-ink: #355277;
  --feature-muted: #6b84a0;
  --feature-line: rgba(153, 179, 255, 0.18);
  --feature-surface: rgba(255, 255, 255, 0.97);
  --feature-shadow: 0 24px 56px rgba(153, 179, 255, 0.12);
  --feature-radius: 32px;
  --feature-accent: #99b3ff;
  --feature-accent-soft: rgba(153, 179, 255, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 50%, #f3fff2 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f4f7ff 54%, #fff8df 100%);
}

.eco-feature-story-wrap.section-eco-attitude {
  --feature-accent: #ffd24d;
  --feature-accent-soft: rgba(255, 210, 77, 0.2);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f7f8ff 46%, #fff8df 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #fbfbff 48%, #fffde4 100%);
}

.eco-feature-story-wrap.theme-pollution {
  --feature-accent: #ffd24d;
  --feature-accent-soft: rgba(255, 210, 77, 0.2);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f3f7ff 48%, #fff7dc 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f8fbff 54%, #fffbe6 100%);
}

.eco-feature-story-wrap.theme-climate {
  --feature-accent: #99b3ff;
  --feature-accent-soft: rgba(153, 179, 255, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 50%, #f7fbff 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f3f7ff 54%, #f8fcff 100%);
}

.eco-feature-story-wrap.theme-recycle {
  --feature-accent: #4dff4d7a;
  --feature-accent-soft: rgba(77, 255, 77, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f4f9ff 46%, #f2fff2 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f6fbff 50%, #f3fff2 100%);
}

.eco-feature-story-wrap.theme-ecology {
  --feature-accent: #e6e600;
  --feature-accent-soft: rgba(230, 230, 0, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #fbfbff 44%, #fffde2 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #fcfcff 50%, #fffde8 100%);
}

.eco-feature-story-wrap.theme-energy {
  --feature-accent: #ffd24d;
  --feature-accent-soft: rgba(255, 210, 77, 0.2);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 46%, #fff8df 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f5f8ff 50%, #fffbe4 100%);
}

.eco-feature-story-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08) 0, transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.06) 0, transparent 20%),
    linear-gradient(180deg, #f4f7f4 0%, #f6f2ea 100%);
}

.eco-feature-story-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.eco-feature-story-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 58px;
  color: #f6fbff;
  background: var(--feature-hero);
}

.eco-feature-story-hero::before,
.eco-feature-story-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eco-feature-story-hero::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-feature-story-hero::after {
  width: 320px;
  height: 320px;
  bottom: -150px;
  left: -90px;
  background: radial-gradient(circle, var(--feature-accent-soft) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-feature-story-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.95fr);
  gap: 30px;
  align-items: start;
}

.eco-feature-story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246, 251, 255, 0.76);
}

.eco-feature-story-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(246, 251, 255, 0.5);
}

.eco-feature-story-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.45rem, 4vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.eco-feature-story-intro {
  max-width: 720px;
  margin-top: 24px;
  font-size: 1.04rem;
  line-height: 1.78;
  color: rgba(246, 251, 255, 0.84);
}

.eco-feature-story-intro p {
  margin: 0 0 1em;
}

.eco-feature-story-actions,
.eco-feature-story-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.eco-feature-story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

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

.eco-feature-story-btn-primary {
  color: #0c273b;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(5, 15, 24, 0.18);
}

.eco-feature-story-btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.eco-feature-story-hero-side {
  display: grid;
  gap: 18px;
}

.eco-feature-story-hero-visual,
.eco-feature-story-quote-card,
.eco-feature-story-note-card,
.eco-feature-story-media-card,
.eco-feature-story-cta-card,
.eco-feature-story-stat-card {
  box-shadow: var(--feature-shadow);
}

.eco-feature-story-hero-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 280px;
}

.eco-feature-story-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-feature-story-hero-panels {
  display: grid;
  gap: 18px;
}

.eco-feature-story-quote-card,
.eco-feature-story-note-card {
  margin: 0;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.eco-feature-story-quote-mark {
  display: block;
  margin-bottom: 14px;
  font-size: 3rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.46);
}

.eco-feature-story-quote-card p,
.eco-feature-story-note-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.88);
}

.eco-feature-story-note-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.eco-feature-story-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.eco-feature-story-stat-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.eco-feature-story-stat-card strong {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
  line-height: 1.08;
  color: #ffffff;
}

.eco-feature-story-stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 0.92rem;
  line-height: 1.46;
  color: rgba(246, 251, 255, 0.74);
}

.eco-feature-story-content {
  padding: 42px 0 0;
}

.eco-feature-story-section,
.eco-feature-story-cta-card {
  border: 1px solid var(--feature-line);
  border-radius: var(--feature-radius);
}

.eco-feature-story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.95fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 34px;
  background: var(--feature-surface);
  backdrop-filter: blur(6px);
}

.eco-feature-story-section.is-reversed .eco-feature-story-section-copy {
  order: 2;
}

.eco-feature-story-section.is-reversed .eco-feature-story-media-shell {
  order: 1;
}

.eco-feature-story-section.is-text-only {
  grid-template-columns: minmax(0, 1fr);
}

.eco-feature-story-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--feature-accent-soft);
  color: var(--feature-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eco-feature-story-section-copy h2,
.eco-feature-story-cta-copy h2 {
  margin: 0;
  color: var(--feature-ink);
  font-size: clamp(1.8rem, 2.2vw, 2.65rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.eco-feature-story-richtext {
  margin-top: 18px;
  color: var(--feature-muted);
  line-height: 1.82;
}

.eco-feature-story-richtext p,
.eco-feature-story-richtext ul,
.eco-feature-story-richtext ol {
  margin: 0 0 1em;
}

.eco-feature-story-richtext strong {
  color: var(--feature-ink);
}

.eco-feature-story-richtext ul,
.eco-feature-story-richtext ol {
  padding-left: 1.2rem;
}

.eco-feature-story-media-shell {
  display: grid;
  gap: 18px;
}

.eco-feature-story-media-grid {
  display: grid;
  gap: 16px;
}

.eco-feature-story-media-grid.media-count-1 {
  grid-template-columns: 1fr;
}

.eco-feature-story-media-grid.media-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eco-feature-story-media-grid.media-count-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card:first-child {
  grid-column: 1 / -1;
  min-height: 280px;
}

.eco-feature-story-media-card {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #dce7df;
  min-height: 210px;
}

.eco-feature-story-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-feature-story-video-shell {
  overflow: hidden;
  border-radius: 24px;
  background: #0f1d27;
  box-shadow: 0 18px 42px rgba(8, 24, 38, 0.12);
}

.eco-feature-story-video-shell iframe,
.eco-feature-story-video-shell embed,
.eco-feature-story-video-shell object {
  display: block;
  width: 100%;
  min-height: 320px;
}

.eco-feature-story-video-shell p {
  margin: 0;
  padding: 24px;
  color: #ffffff;
}

.eco-feature-story-closing-media {
  min-height: 320px;
}

.eco-feature-story-cta {
  padding: 0 0 70px;
}

.eco-feature-story-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12) 0, transparent 28%),
    var(--feature-cta);
  color: #f6fbff;
}

.eco-feature-story-cta-copy span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(246, 251, 255, 0.68);
}

.eco-feature-story-cta-copy h2,
.eco-feature-story-cta-copy p {
  color: #ffffff;
}

.eco-feature-story-cta-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  line-height: 1.76;
  color: rgba(246, 251, 255, 0.8);
}

.eco-feature-story-cta-actions {
  margin-top: 0;
}

.eco-feature-story-cta .eco-feature-story-btn-primary {
  color: #0b273b;
  background: #ffffff;
}

.eco-feature-story-cta .eco-feature-story-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
  .eco-feature-story-hero-grid,
  .eco-feature-story-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .eco-feature-story-section.is-reversed .eco-feature-story-section-copy,
  .eco-feature-story-section.is-reversed .eco-feature-story-media-shell {
    order: initial;
  }

  .eco-feature-story-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .eco-feature-story-container {
    width: min(100% - 28px, 1180px);
  }

  .eco-feature-story-hero {
    padding: 28px 0 42px;
  }

  .eco-feature-story-stats,
  .eco-feature-story-media-grid.media-count-2,
  .eco-feature-story-media-grid.media-count-3 {
    grid-template-columns: 1fr;
  }

  .eco-feature-story-stat-card {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .eco-feature-story-stat-card strong {
    font-size: 1.08rem;
  }

  .eco-feature-story-stat-card span {
    font-size: 0.88rem;
  }

  .eco-feature-story-section,
  .eco-feature-story-cta-card {
    padding: 24px;
    border-radius: 24px;
  }

  .eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card:first-child {
    min-height: 220px;
  }

  .eco-feature-story-media-card,
  .eco-feature-story-closing-media,
  .eco-feature-story-video-shell iframe,
  .eco-feature-story-video-shell embed,
  .eco-feature-story-video-shell object {
    min-height: 220px;
  }

  .eco-feature-story-actions,
  .eco-feature-story-cta-actions {
    flex-direction: column;
  }

  .eco-feature-story-btn {
    width: 100%;
  }
}

/* ==========================================================================
   Shared Footer + Utility Pages
   ========================================================================== */
.eco-site-footer {
  position: relative;
  margin-top: 0;
  color: #edf4f6;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08) 0, transparent 22%),
    linear-gradient(135deg, #071b28 0%, #0d2e38 55%, #133f47 100%);
}

.eco-site-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 22px;
}

.eco-site-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
  gap: 36px;
  padding: 18px 0 30px;
}

.eco-site-footer-brand {
  display: grid;
  align-content: start;
  gap: 22px;
}

.eco-site-footer-brand-copy {
  display: grid;
  gap: 0;
}

.eco-site-footer-brand h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.eco-site-footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237, 244, 246, 0.7);
}

.eco-site-footer-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(237, 244, 246, 0.35);
}

.eco-site-footer-brand p {
  max-width: 420px;
  margin: 16px 0 0;
  line-height: 1.8;
  color: rgba(237, 244, 246, 0.74);
}

.eco-site-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eco-site-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.eco-site-footer-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.eco-site-footer-socials svg {
  width: 22px;
  height: 22px;
}

.eco-site-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.eco-site-footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.eco-site-footer-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.eco-site-footer-column h3 {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

.eco-site-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.eco-site-footer-links li,
.eco-site-footer-details li {
  margin: 0;
}

.eco-site-footer-link,
.eco-site-footer-detail-item {
  display: flex;
  align-items: flex-start;
  min-height: 22px;
}

.eco-site-footer-column a,
.eco-site-footer-column li {
  color: rgba(237, 244, 246, 0.74);
  text-decoration: none;
  line-height: 1.7;
}

.eco-site-footer-link {
  gap: 10px;
  position: relative;
}

.eco-site-footer-link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  margin-left: auto;
  border-top: 2px solid rgba(237, 244, 246, 0.4);
  border-right: 2px solid rgba(237, 244, 246, 0.4);
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.eco-site-footer-column a:hover {
  color: #ffffff;
}

.eco-site-footer-column a:hover::after {
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateX(3px) rotate(45deg);
}

.eco-site-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
  color: rgba(237, 244, 246, 0.62);
}

.eco-site-footer-bottom p {
  margin: 0;
}

.eco-utility-page {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08) 0, transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #eef4f5 100%);
}

.eco-utility-container {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.eco-utility-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 54px;
  color: #f8fbff;
  background: linear-gradient(135deg, #0a2131 0%, #13495a 52%, #2d7b6e 100%);
}

.eco-utility-hero::before,
.eco-utility-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eco-utility-hero::before {
  width: 360px;
  height: 360px;
  top: -170px;
  right: -90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-utility-hero::after {
  width: 280px;
  height: 280px;
  bottom: -130px;
  left: -70px;
  background: radial-gradient(circle, rgba(255, 224, 160, 0.18) 0%, rgba(255, 255, 255, 0) 74%);
}

.eco-utility-breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.92rem;
  color: rgba(248, 251, 255, 0.72);
}

.eco-utility-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.eco-utility-breadcrumbs a:hover {
  color: #ffffff;
}

.eco-utility-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.eco-utility-hero-grid.is-simple {
  grid-template-columns: minmax(0, 1fr);
}

.eco-utility-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(248, 251, 255, 0.74);
}

.eco-utility-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(248, 251, 255, 0.45);
}

.eco-utility-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.eco-utility-hero-copy p,
.eco-utility-intro {
  max-width: 720px;
  margin-top: 22px;
  font-size: 1.02rem;
  line-height: 1.78;
  color: rgba(248, 251, 255, 0.84);
}

.eco-utility-intro p {
  margin: 0 0 1em;
}

.eco-utility-side-card,
.eco-utility-card {
  border: 1px solid rgba(18, 45, 61, 0.1);
  box-shadow: 0 22px 60px rgba(11, 24, 32, 0.12);
}

.eco-utility-side-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.eco-utility-side-card span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 251, 255, 0.68);
}

.eco-utility-side-card a,
.eco-utility-side-card p {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.72;
}

.eco-utility-section {
  padding: 42px 0 70px;
}

.eco-utility-card {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
}

.eco-utility-richtext {
  color: #526c7f;
  line-height: 1.86;
}

.eco-utility-richtext > *:first-child {
  margin-top: 0;
}

.eco-utility-richtext > *:last-child {
  margin-bottom: 0;
}

.eco-utility-richtext h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.12;
  color: #355277;
}

.eco-utility-richtext p {
  margin: 0 0 1em;
}

.eco-contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 26px;
  align-items: start;
}

.eco-contact-info {
  display: grid;
  gap: 22px;
}

.eco-contact-card h2,
.eco-contact-form-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.08;
  color: #355277;
}

.eco-contact-card p,
.eco-contact-form-head p,
.eco-contact-note p {
  margin: 14px 0 0;
  color: #6b84a0;
  line-height: 1.76;
}

.eco-contact-link,
.eco-contact-social-links a {
  display: inline-flex;
  margin-top: 16px;
  color: #7893ef;
  font-weight: 700;
  text-decoration: none;
}

.eco-contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.eco-contact-form-head span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7893ef;
}

.eco-form-alert {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 20px;
  line-height: 1.65;
}

.eco-form-alert ul {
  margin: 0;
  padding-left: 1.2rem;
}

.eco-form-alert.is-success {
  color: #184436;
  background: rgba(104, 194, 143, 0.16);
  border: 1px solid rgba(79, 163, 118, 0.24);
}

.eco-form-alert.is-error {
  color: #7d2b28;
  background: rgba(233, 117, 100, 0.12);
  border: 1px solid rgba(214, 91, 75, 0.22);
}

.eco-contact-form {
  margin-top: 26px;
}

.eco-contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.eco-contact-form-grid + .eco-contact-form-grid,
.eco-contact-form-grid + .eco-contact-field,
.eco-contact-field + .eco-contact-form-grid,
.eco-contact-field + .eco-contact-field,
.eco-contact-field + .eco-contact-submit {
  margin-top: 18px;
}

.eco-contact-field {
  display: grid;
  gap: 8px;
}

.eco-contact-field label {
  font-weight: 700;
  color: #355277;
}

.eco-contact-field input,
.eco-contact-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(153, 179, 255, 0.2);
  border-radius: 16px;
  background: #ffffff;
  color: #355277;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.eco-contact-field input:focus,
.eco-contact-field textarea:focus {
  outline: none;
  border-color: rgba(153, 179, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(153, 179, 255, 0.14);
}

.eco-contact-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.eco-contact-captcha-row {
  align-items: end;
}

.eco-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 24px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d4e58 0%, #15806f 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(10, 74, 81, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eco-contact-submit:hover {
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .eco-site-footer-top,
  .eco-contact-grid,
  .eco-utility-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .eco-site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .eco-site-footer-inner,
  .eco-utility-container {
    width: min(100% - 28px, 1180px);
  }

  .eco-site-footer-nav,
  .eco-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .eco-site-footer-top {
    gap: 28px;
  }

  .eco-site-footer-bottom {
    flex-direction: column;
  }

  .eco-utility-hero {
    padding: 28px 0 42px;
  }

  .eco-utility-card,
  .eco-utility-side-card {
    padding: 24px;
    border-radius: 24px;
  }

  .eco-contact-submit {
    width: 100%;
  }
}

.feature-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.section-intro-grid {
  padding-top: 0;
}

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

.intro-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 246, 0.94));
  border: 1px solid rgba(16, 84, 64, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(10, 37, 52, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.7rem;
}

.intro-card h3 {
  color: #113a2f;
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0;
}

.intro-card p {
  color: #52605c;
  margin: 0;
}

.intro-card a {
  color: #7893ef;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none;
}

.intro-card a:hover {
  color: #5f7fe5;
}

.intro-card-kicker,
.newsletter-kicker {
  color: #b59b23;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.intro-card-accent {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.2), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 255, 242, 0.96));
  color: #355277;
}

.intro-card-accent h3,
.intro-card-accent p,
.intro-card-accent a,
.intro-card-accent .intro-card-kicker {
  color: inherit;
}

.intro-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.intro-card-actions a {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.72rem 1rem;
}

.newsletter-card-social {
  align-items: flex-start;
}

.social-mini-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.6rem 0 1rem;
  width: 100%;
}

.social-mini-grid a {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.social-mini-grid img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
  width: 100%;
}

.social-mini-grid a:hover img {
  transform: scale(1.04);
}

.partners-links {
  gap: 0.8rem;
}

.partners-links .partner {
  align-items: center;
  color: #476685;
  display: inline-flex;
  text-decoration: none;
}

.partners-links .partner:hover {
  color: #7893ef;
}

.eco-utility-richtext ul,
.eco-utility-richtext ol {
  color: #44524f;
  margin: 1rem 0 1.25rem 1.2rem;
}

.eco-utility-richtext li {
  margin-bottom: 0.55rem;
}

.eco-utility-richtext table {
  border-collapse: collapse;
  margin: 1.2rem 0;
  width: 100%;
}

.eco-utility-richtext td,
.eco-utility-richtext th {
  border: 1px solid rgba(17, 58, 47, 0.12);
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.eco-utility-richtext th {
  background: rgba(255, 210, 77, 0.12);
  color: #355277;
}

.eco-simple-content-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 248, 245, 0.96));
}

@media (max-width: 921px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------------------------------- */
/* V1 polish: mobile menu, association block, instagram live feed, transitions */
/* -------------------------------------------------------------------------- */

:root {
  --eco-header-surface: rgba(255, 255, 255, 0.9);
  --eco-header-border: rgba(153, 179, 255, 0.16);
  --eco-header-shadow: 0 22px 60px rgba(153, 179, 255, 0.12);
  --eco-drawer-surface: #fffdf4;
  --eco-drawer-text: #355277;
}

.eco-header {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, var(--eco-header-surface) 0%, rgba(255, 255, 255, 0.82) 100%);
  border: 1px solid var(--eco-header-border);
  box-shadow: var(--eco-header-shadow);
}

.eco-header.is-scrolled,
.eco-header.is-menu-open {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(250, 248, 242, 0.94) 100%);
}

.eco-header-inner {
  align-items: center;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  min-height: 86px;
}

.eco-logo {
  gap: 0.8rem;
}

.eco-logo-text {
  color: #355277;
  font-size: 1.06rem;
  letter-spacing: 0.015em;
}

.eco-logo-mark {
  box-shadow: 0 10px 26px rgba(153, 179, 255, 0.18);
}

.eco-nav.eco-nav-desktop {
  align-items: center;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.eco-nav-desktop .eco-nav-item {
  align-items: center;
  display: flex;
  min-height: 88px;
  position: relative;
}

.eco-nav-desktop .eco-nav-link-row {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.eco-nav-desktop .eco-nav-link-row > a {
  border-radius: 999px;
  color: #355277;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.78rem 1rem;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.eco-nav-desktop .eco-nav-link-row > a::after,
.eco-nav-desktop .eco-nav-link-row > a:hover::after,
.eco-nav-desktop .eco-nav-link-row > a.active::after {
  display: none;
}

.eco-nav-desktop .eco-nav-link-row > a:hover,
.eco-nav-desktop .eco-nav-link-row > a.active,
.eco-nav-desktop .eco-nav-item:hover > .eco-nav-link-row > a {
  background: rgba(153, 179, 255, 0.12);
  color: #7893ef;
  transform: translateY(-1px);
}

.eco-nav-caret {
  border-bottom: 2px solid #7d96b4;
  border-right: 2px solid #7d96b4;
  display: inline-block;
  height: 8px;
  margin-right: 0.35rem;
  transform: rotate(45deg);
  width: 8px;
}

.eco-nav-desktop .eco-submenu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(153, 179, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(153, 179, 255, 0.14);
  min-width: 280px;
  padding: 0.7rem;
  top: calc(100% + 0.35rem);
}

.eco-nav-desktop .eco-submenu::before {
  display: none;
}

.eco-nav-desktop .eco-submenu a {
  border-radius: 16px;
  color: #476685;
  font-size: 0.93rem;
  padding: 0.88rem 0.95rem;
}

.eco-nav-desktop .eco-submenu a:hover,
.eco-nav-desktop .eco-submenu a.active {
  background: rgba(153, 179, 255, 0.12);
  color: #7893ef;
}

.eco-header-actions-desktop {
  display: flex;
  gap: 0.75rem;
}

.eco-header-actions-desktop .btn {
  min-width: 0;
  white-space: nowrap;
}

.eco-header-top-actions {
  display: none;
}

.eco-menu-toggle {
  align-items: center;
  background: #99b3ff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(153, 179, 255, 0.22);
  color: #476685;
  display: inline-flex;
  gap: 0.7rem;
  padding: 0.86rem 1rem;
}

.eco-menu-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 18px;
}

.eco-menu-toggle-icon span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.24s ease, opacity 0.24s ease;
  width: 100%;
}

.eco-menu-toggle-label {
  display: none;
}

.eco-header.is-menu-open .eco-menu-toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.eco-header.is-menu-open .eco-menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.eco-header.is-menu-open .eco-menu-toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.eco-mobile-menu {
  display: none;
}

.eco-mobile-menu.mm-spn,
.eco-mobile-menu.is-open {
  display: block;
}

.eco-header > .eco-mobile-menu.mm-spn {
  display: none;
}

.eco-mobile-menu.is-open {
  background: linear-gradient(180deg, #fbf8f1 0%, var(--eco-drawer-surface) 100%);
  inset: 0 0 0 auto;
  max-width: 420px;
  overflow-y: auto;
  padding-top: 88px;
  position: fixed;
  width: min(86vw, 420px);
  z-index: 10990;
}

.mm-ocd {
  --mm-ocd-width: min(86vw, 420px);
  --mm-ocd-max-width: 420px;
  --mm-ocd-min-width: 280px;
  background: rgba(71, 102, 133, 0.18);
}

.mm-ocd:not(.mm-ocd--open) {
  display: none;
  pointer-events: none;
  visibility: hidden;
}

.mm-ocd.mm-ocd--open {
  display: block;
  pointer-events: auto;
  visibility: visible;
}

.mm-ocd__content {
  z-index: 4;
  border-left: 1px solid rgba(153, 179, 255, 0.18);
  box-shadow: -18px 0 40px rgba(153, 179, 255, 0.12);
}

.mm-ocd__backdrop {
  z-index: 3;
}

.mm-ocd #eco-mobile-menu.mm-spn ul {
  position: fixed;
}

.mm-ocd #eco-mobile-menu.mm-spn.mm-spn--navbar ul::before {
  position: fixed;
}

#eco-mobile-menu.mm-spn {
  --mm-spn-item-height: 58px;
  --mm-spn-item-indent: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, var(--eco-drawer-surface) 100%);
  color: var(--eco-drawer-text);
  position: relative;
}

#eco-mobile-menu.mm-spn.mm-spn--navbar::after {
  color: #355277;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#eco-mobile-menu.mm-spn a,
#eco-mobile-menu.mm-spn span {
  color: inherit;
  font-size: 0.98rem;
  font-weight: 700;
}

#eco-mobile-menu.mm-spn li::before,
#eco-mobile-menu.mm-spn.mm-spn--navbar::before {
  opacity: 0.55;
}

#eco-mobile-menu.mm-spn a.is-current,
#eco-mobile-menu.mm-spn li.is-current > a,
#eco-mobile-menu.mm-spn a:hover {
  color: #7893ef;
}

#eco-mobile-menu.mm-spn .eco-mobile-action-link > a {
  color: #7893ef;
  font-weight: 800;
}

#eco-mobile-menu.mm-spn .eco-mobile-overview-link > a {
  color: #7893ef;
  font-weight: 800;
}

.eco-mobile-menu-close {
  appearance: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(153, 179, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(153, 179, 255, 0.12);
  color: #14372f;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 14px;
  top: calc(10px + env(safe-area-inset-top));
  width: 40px;
  z-index: 6;
}

.eco-mobile-menu-close::before,
.eco-mobile-menu-close::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center;
  width: 16px;
}

.eco-mobile-menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.eco-mobile-menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.mm-ocd-opened {
  overflow: hidden;
}

.section-association-home {
  padding-top: 0.8rem;
}

.association-topline {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.association-topline a {
  color: #7893ef;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: none;
}

.association-showcase {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(242, 247, 254, 0.96));
  border: 1px solid rgba(214, 226, 245, 0.72);
  border-radius: 34px;
  box-shadow: 0 26px 60px rgba(42, 79, 131, 0.08);
  display: grid;
  gap: 1.15rem;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.98fr);
  overflow: hidden;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  position: relative;
}

.association-showcase::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.association-stage,
.association-panels {
  position: relative;
  z-index: 1;
}

.association-stage {
  background:
    radial-gradient(circle at top right, rgba(223, 243, 224, 0.92), rgba(223, 243, 224, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  border: 1px solid rgba(222, 230, 244, 0.92);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  display: flex;
  flex-direction: column;
  gap: 1.55rem;
  min-height: 520px;
  padding: clamp(1.8rem, 2.4vw, 2.55rem);
}

.association-stage-ornament {
  background:
    radial-gradient(circle at 72% 18%, rgba(213, 240, 214, 0.9) 0%, rgba(213, 240, 214, 0.35) 22%, rgba(213, 240, 214, 0) 56%),
    radial-gradient(circle at 80% 10%, rgba(171, 213, 157, 0.55) 0%, rgba(171, 213, 157, 0) 30%);
  height: 190px;
  pointer-events: none;
  position: absolute;
  right: -18px;
  top: -6px;
  width: 260px;
}

.association-badge {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
}

.association-badge-icon {
  border-radius: 50%;
  display: inline-flex;
  height: 46px;
  position: relative;
  width: 46px;
}

.association-badge-icon::before,
.association-chip-icon::before,
.association-action::before,
.association-panel-actions a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.association-badge-icon-blue {
  background: rgba(87, 134, 218, 0.12);
}

.association-badge-icon-green {
  background: rgba(111, 178, 126, 0.14);
}

.association-badge-icon::before {
  inset: 11px;
}

.association-badge-icon-leaf::before {
  background-image: url("image/icons/association-leaf.svg");
}

.association-badge-icon-shield::before {
  background-image: url("image/icons/association-shield.svg");
}

.association-badge-icon-sprout::before {
  background-image: url("image/icons/association-sprout.svg");
}

.association-kicker,
.association-panel-kicker {
  color: #4c79cf;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.association-stage-copy h2 {
  color: #355277;
  font-size: clamp(2.45rem, 3.2vw, 4rem);
  line-height: 1.02;
  margin: 1rem 0 1rem;
  max-width: 25ch;
  font-size: 42px;
}

.association-stage-copy p {
  color: #6b84a0;
  font-size: 1.04rem;
  line-height: 1.7;
  margin: 0;
  max-width: 57ch;
}

.association-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.association-chip {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(217, 228, 244, 0.95);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(67, 104, 163, 0.08);
  display: inline-flex;
  color: #5f7fe5;
  gap: 0.7rem;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.92rem 1.15rem;
}

.association-chip-icon {
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  position: relative;
  width: 24px;
}

.association-chip-icon-blue {
  background: rgba(87, 134, 218, 0.12);
}

.association-chip-icon::before {
  inset: 5px;
}

.association-chip-icon-document::before {
  background-image: url("image/icons/chip-document.svg");
}

.association-chip-icon-book::before {
  background-image: url("image/icons/chip-book.svg");
}

.association-chip-icon-users::before {
  background-image: url("image/icons/chip-users.svg");
}

.association-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.association-action {
  align-items: center;
  border-radius: 16px;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  gap: 0.7rem;
  justify-content: center;
  min-height: 52px;
  min-width: 0;
  padding: 0.95rem 1.45rem;
  text-decoration: none;
}

.association-action::before {
  content: "";
  display: inline-flex;
  height: 18px;
  position: relative;
  width: 18px;
}

.association-action-primary {
  background: linear-gradient(180deg, #e4ecff, #99b3ff);
  box-shadow: 0 16px 30px rgba(153, 179, 255, 0.22);
  color: #3d5d86;
}

.association-action-primary::before {
  background-image: url("image/icons/action-discover.svg");
}

.association-action-secondary {
  background: #ffffff;
  border: 1px solid rgba(217, 228, 244, 0.95);
  color: #5f7fe5;
}

.association-action-secondary::before {
  background-image: url("image/icons/action-contact.svg");
}

.association-panels {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 254, 0.98));
  border: 1px solid rgba(222, 230, 244, 0.92);
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(58, 91, 142, 0.06);
  display: grid;
  gap: 0;
  padding: 1.6rem 1.8rem;
}

.association-panel {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #355277;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
  padding: 0.25rem 0;
}

.association-panel + .association-panel {
  border-top: 1px solid rgba(217, 228, 244, 0.95);
  margin-top: 1.5rem;
  padding-top: 1.65rem;
}

.association-panel h3 {
  color: #355277;
  font-size: 1.18rem;
  line-height: 1.35;
  margin: 0;
}

.association-panel p {
  color: #6b84a0;
  line-height: 1.75;
  margin: 0;
}

.association-panel a {
  color: #7893ef;
  font-weight: 700;
  margin-top: auto;
  text-decoration: none;
}

.association-panel-accent {
  color: #355277;
}

.association-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.association-panel-actions a {
  align-items: center;
  background: #f8fcf8;
  border: 1px solid rgba(134, 194, 146, 0.58);
  border-radius: 999px;
  color: #5f9a6b;
  display: inline-flex;
  gap: 0.65rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.1rem;
}

.association-panel-actions a::before {
  content: "";
  display: inline-flex;
  height: 18px;
  position: relative;
  width: 18px;
}

.association-panel-actions a:first-child::before {
  background-image: url("image/icons/action-volunteer.svg");
}

.association-panel-actions a:last-child::before {
  background-image: url("image/icons/action-sponsor.svg");
}

.eco-instagram-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
}

.instagram-home-grid {
  margin: 0 auto;
  max-width: 980px;
}

.section-instagram-home .section-head {
  margin-bottom: 1.8rem;
}

.section-instagram-home .eco-instagram-panel {
  margin: 0 auto;
  max-width: 980px;
  padding: 1.5rem;
}

.instagram-panel-head {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.instagram-profile-meta {
  align-items: center;
  display: flex;
  gap: 0.9rem;
}

.instagram-profile-avatar {
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(15, 37, 45, 0.14);
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.instagram-profile-link {
  color: #7893ef;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.instagram-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.instagram-stats span {
  background: rgba(153, 179, 255, 0.12);
  border-radius: 999px;
  color: #476685;
  display: inline-flex;
  font-size: 0.86rem;
  gap: 0.35rem;
  padding: 0.6rem 0.9rem;
}

.social-mini-grid.social-mini-grid-live {
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eco-instagram-panel .social-mini-grid a {
  border-radius: 22px;
  position: relative;
}

.section-instagram-home .social-mini-grid a {
  aspect-ratio: 1 / 1;
}

.social-card-overlay {
  background: linear-gradient(180deg, rgba(9, 17, 21, 0.02), rgba(7, 17, 22, 0.82));
  color: #fffaf1;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  inset: 0;
  justify-content: flex-end;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  transition: opacity 0.25s ease;
}

.social-card-overlay strong {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.social-card-overlay span {
  font-size: 0.8rem;
  line-height: 1.45;
}

.eco-instagram-panel .social-mini-grid a:hover .social-card-overlay {
  opacity: 1;
}

.instagram-fallback-note {
  background: rgba(15, 108, 85, 0.06);
  border-radius: 18px;
  padding: 0.9rem 1rem;
}

.instagram-fallback-note p {
  margin: 0;
}

@media (max-width: 1180px) {
  .eco-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .eco-nav.eco-nav-desktop,
  .eco-header-actions-desktop {
    display: none;
  }

  .eco-header-top-actions {
    display: flex;
    justify-content: flex-end;
  }

  .eco-mobile-menu {
    display: none;
  }

  .eco-mobile-menu.mm-spn,
  .eco-mobile-menu.is-open {
    display: block;
  }

  .association-showcase {
    grid-template-columns: 1fr;
  }

  .association-panels {
    padding: 1.45rem;
  }
}

@media (max-width: 921px) {
  .eco-header-inner {
    gap: 0.85rem;
    min-height: 76px;
  }

  .eco-logo-text {
    font-size: 1rem;
  }

  .eco-menu-toggle {
    padding: 0.82rem 0.95rem;
  }

  .association-showcase {
    border-radius: 28px;
    padding: 1.35rem;
  }

  .association-topline {
    justify-content: flex-start;
  }

  .association-stage {
    border-radius: 24px;
    min-height: 0;
    padding: 1.25rem;
  }

  .association-stage-ornament {
    height: 120px;
    right: -30px;
    top: -10px;
    width: 160px;
  }

  .association-stage-copy h2 {
    font-size: clamp(2rem, 7vw, 2.9rem);
    max-width: none;
  }

  .association-stage-actions,
  .association-panel-actions,
  .instagram-panel-head,
  .instagram-profile-meta {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 640px) {
  .association-topline a {
    font-size: 0.92rem;
  }

  .association-chip-row,
  .instagram-stats {
    gap: 0.55rem;
  }

  .association-chip,
  .instagram-stats span {
    font-size: 0.8rem;
  }

  .association-chip {
    width: 100%;
  }

  .association-action,
  .association-panel-actions a {
    width: 100%;
  }

  .association-panels {
    padding: 1.15rem;
  }

  .social-mini-grid.social-mini-grid-live {
    grid-template-columns: 1fr 1fr;
  }

  .social-card-overlay {
    opacity: 1;
    padding: 0.8rem;
  }

  .social-card-overlay span {
    font-size: 0.74rem;
  }
}

/* -------------------------------------------------------------------------- */
/* Mobile UX refresh                                                           */
/* -------------------------------------------------------------------------- */

html {
  -webkit-text-size-adjust: 100%;
}

.btn,
.eco-menu-toggle,
.association-action,
.association-panel-actions a,
.eco-feature-story-btn,
.eco-blue-pill,
.eco-green-pill,
.eco-attitude-pill,
.eco-projet-pill,
.eco-article-btn,
.eco-contact-submit {
  touch-action: manipulation;
}

@media (max-width: 1024px) {
  [id] {
    scroll-margin-top: 90px;
  }

  .eco-header {
    top: 0;
  }

  .eco-header::after {
    inset: auto 12px 0;
  }

  .eco-header-inner {
    min-height: 74px;
    padding: 10px 16px;
    padding-top: max(10px, env(safe-area-inset-top));
    gap: 0.75rem;
  }

  .eco-logo {
    gap: 0.65rem;
    min-width: 0;
  }

  .eco-logo-mark {
    flex: 0 0 38px;
    height: 38px;
    width: 38px;
  }

  .eco-logo-text {
    font-size: 1rem;
    line-height: 1.05;
  }

  .eco-menu-toggle {
    min-height: 48px;
    min-width: 48px;
    padding: 0.82rem;
  }

  .mm-ocd__content {
    max-width: var(--mm-ocd-max-width);
    width: var(--mm-ocd-width);
  }

  .eco-mobile-menu.is-open {
    width: min(92vw, 390px);
    padding-top: calc(82px + env(safe-area-inset-top));
  }

  .mm-ocd {
    --mm-ocd-width: min(92vw, 390px);
    --mm-ocd-max-width: 390px;
    --mm-ocd-min-width: 260px;
  }

  #eco-mobile-menu.mm-spn {
    --mm-spn-item-height: 60px;
    --mm-spn-item-indent: 18px;
  }

  #eco-mobile-menu.mm-spn a,
  #eco-mobile-menu.mm-spn span {
    font-size: 1rem;
  }

  .hero-inner,
  .blog-hero-inner,
  .eco-blue-hero-copy,
  .eco-green-hero-copy,
  .eco-attitude-hero-copy,
  .eco-projet-hero-copy,
  .eco-feature-story-hero-copy,
  .eco-utility-hero-copy,
  .eco-article-hero-inner,
  .section-head,
  .eco-blue-section-header,
  .eco-green-section-header,
  .eco-attitude-section-header,
  .eco-projet-section-head,
  .eco-utility-breadcrumbs,
  .eco-article-breadcrumbs {
    text-align: left !important;
  }

  .hero-cta,
  .hero-stats,
  .eco-blue-hero-actions,
  .eco-green-hero-actions,
  .eco-attitude-hero-actions,
  .eco-projet-hero-actions,
  .eco-feature-story-actions,
  .eco-feature-story-cta-actions,
  .eco-blue-bottom-actions,
  .eco-green-bottom-actions,
  .eco-attitude-bottom-actions,
  .eco-projet-bottom-actions,
  .eco-article-bottom-cta-actions {
    align-items: stretch;
    justify-content: flex-start !important;
  }

  .hero,
  .blog-hero,
  .eco-feature-story-hero,
  .eco-utility-hero,
  .eco-article-hero {
    overflow: hidden;
  }

  .hero::before {
    background:
      radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 28%),
      linear-gradient(180deg, rgba(248, 251, 253, 0.92) 0%, rgba(248, 251, 253, 0.88) 32%, rgba(248, 251, 253, 0.52) 68%, rgba(248, 251, 253, 0.12) 100%);
  }

  .hero::after {
    height: 96px;
  }

  .hero-inner {
    border-radius: 26px;
    padding: 26px 22px 118px !important;
    width: min(100%, 760px);
  }

  .hero h1 {
    font-size: clamp(2.3rem, 8vw, 3.6rem) !important;
    letter-spacing: -0.05em;
    line-height: 0.98 !important;
    max-width: 12ch;
  }

  .hero p {
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
    max-width: 34ch;
  }

  .hero-stats {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .hero-stats > span {
    align-items: flex-start;
    font-size: 0.88rem;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0.75rem 0.95rem;
    width: 100%;
  }

  .mission-pills-wrap {
    margin-top: -30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .mission-pills,
  .mission-grid,
  .news-grid,
  .blog-grid,
  .eco-blue-oceans-grid-pro,
  .eco-blue-infographic-grid,
  .eco-projet-grid,
  .eco-projet-impact-stats,
  .eco-feature-story-stats {
    gap: 12px;
  }

  .pill-card,
  .feature-card,
  .news-card,
  .blog-card,
  .eco-projet-card,
  .eco-projet-impact-card,
  .eco-feature-story-section,
  .eco-feature-story-cta-card,
  .eco-utility-card,
  .eco-utility-side-card,
  .eco-article-card,
  .eco-contact-form-card {
    border-radius: 22px;
  }

  .pill-card {
    gap: 12px;
    min-height: 0;
    padding: 14px 16px;
  }

  .pill-icon {
    flex: 0 0 46px;
    height: 46px;
    width: 46px;
  }

  .pill-icon::before {
    inset: 10px;
  }

  .pill-text strong {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .pill-text span {
    font-size: 0.86rem;
  }

  .section {
    padding: 40px 16px 0;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 18px;
  }

  .section-head h2,
  .eco-blue-section-header h2,
  .eco-green-section-header h2,
  .eco-attitude-section-header h2,
  .eco-projet-section-head h2 {
    font-size: clamp(1.95rem, 7vw, 2.7rem) !important;
    line-height: 1.06 !important;
  }

  .section-head p,
  .eco-blue-section-header p,
  .eco-green-section-header p,
  .eco-blue-single-text-card,
  .eco-green-single-text-card,
  .eco-attitude-single-text-card,
  .eco-projet-impact-intro,
  .eco-projet-card-text,
  .eco-feature-story-richtext,
  .eco-utility-richtext,
  .eco-article-editor,
  .eco-article-richtext,
  .eco-contact-card p,
  .eco-contact-form-head p {
    font-size: 0.98rem !important;
    line-height: 1.72 !important;
  }

  .feature-card .content,
  .news-card .content,
  .blog-card-content,
  .eco-projet-card-content {
    padding: 16px;
  }

  .feature-card h3,
  .news-card h3,
  .blog-card h2,
  .eco-projet-card-content h3 {
    font-size: 1.12rem;
    line-height: 1.3;
  }

  .feature-card .content,
  .news-card .content,
  .eco-projet-card-footer {
    align-items: flex-start;
  }

  .feature-card .arrow {
    font-size: 1.55rem;
    margin-left: auto;
  }

  .section-link {
    margin-top: 14px;
    text-align: left;
  }

  .association-topline {
    justify-content: flex-start;
    margin-bottom: 0.75rem;
  }

  .association-topline a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }

  .association-showcase {
    border-radius: 26px;
    gap: 0.85rem;
    padding: 1rem;
  }

  .association-stage {
    gap: 1.1rem;
    padding: 1.2rem;
  }

  .association-stage-copy h2 {
    font-size: clamp(1.95rem, 7vw, 2.75rem);
    line-height: 1.05;
    margin: 0.7rem 0 0.8rem;
    max-width: 13ch;
  }

  .association-stage-copy p {
    font-size: 1rem;
    line-height: 1.66;
    max-width: none;
  }

  .association-badge {
    gap: 0.65rem;
  }

  .association-badge-icon {
    height: 42px;
    width: 42px;
  }

  .association-badge-icon::before {
    inset: 10px;
  }

  .association-panel {
    gap: 0.8rem;
  }

  .association-panel h3 {
    font-size: 1.12rem;
    line-height: 1.3;
  }

  .association-panel p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .association-stage-actions,
  .association-panel-actions {
    gap: 0.75rem;
  }

  .association-action,
  .association-panel-actions a,
  .eco-feature-story-btn,
  .eco-blue-pill,
  .eco-green-pill,
  .eco-attitude-pill,
  .eco-projet-pill,
  .eco-article-btn,
  .eco-contact-submit {
    min-height: 50px;
  }

  .eco-instagram-panel,
  .section-instagram-home .eco-instagram-panel {
    border-radius: 24px;
    max-width: 100%;
    padding: 1.1rem;
  }

  .instagram-panel-head {
    gap: 0.85rem;
  }

  .instagram-profile-meta {
    gap: 0.75rem;
  }

  .instagram-profile-avatar {
    height: 42px;
    width: 42px;
  }

  .instagram-stats {
    gap: 0.55rem;
  }

  .instagram-stats span {
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
  }

  .social-mini-grid.social-mini-grid-live {
    gap: 0.6rem;
  }

  .social-card-overlay {
    padding: 0.75rem;
  }

  .social-card-overlay strong {
    font-size: 0.68rem;
  }

  .social-card-overlay span {
    font-size: 0.74rem;
  }

  .partners {
    gap: 12px 16px;
    justify-content: flex-start;
    padding: 32px 16px 40px;
  }

  .eco-blue-content-inner,
  .eco-green-content-inner,
  .eco-attitude-content-inner,
  .eco-projet-container,
  .eco-feature-story-container,
  .eco-utility-container,
  .eco-site-footer-inner,
  .eco-article-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: min(100% - 24px, 1180px);
  }

  .eco-blue-content,
  .eco-green-content,
  .eco-attitude-bottom-cta,
  .eco-green-bottom-cta,
  .eco-blue-bottom-cta,
  .eco-projet-page,
  .eco-feature-story-cta,
  .eco-utility-section,
  .eco-article-main {
    padding-top: 26px;
  }

  .eco-blue-content-grid,
  .eco-green-content-grid,
  .eco-attitude-content-grid,
  .eco-blue-infographic-grid,
  .eco-projet-impact-card,
  .eco-feature-story-hero-grid,
  .eco-feature-story-section,
  .eco-utility-hero-grid,
  .eco-contact-grid,
  .eco-contact-form-grid,
  .eco-article-layout {
    gap: 18px;
  }

  .eco-blue-single-text-card,
  .eco-green-single-text-card,
  .eco-attitude-single-text-card,
  .eco-feature-story-hero-visual,
  .eco-feature-story-quote-card,
  .eco-feature-story-note-card,
  .eco-feature-story-stat-card,
  .eco-feature-story-section,
  .eco-feature-story-cta-card,
  .eco-utility-card,
  .eco-utility-side-card,
  .eco-article-card,
  .eco-article-quote {
    border-radius: 20px;
    padding: 20px;
  }

  .eco-blue-side-image img,
  .eco-green-side-image img,
  .eco-attitude-side-image img,
  .eco-feature-story-media-card,
  .eco-feature-story-video-shell,
  .eco-feature-story-closing-media,
  .eco-article-featured-visual,
  .eco-article-bottom-cta-card,
  .eco-projet-bottom-card {
    border-radius: 20px;
  }

  .eco-blue-side-image img,
  .eco-green-side-image img,
  .eco-attitude-side-image img {
    max-height: 340px;
    min-height: 280px;
  }

  .eco-blue-bottom-cta-card,
  .eco-green-bottom-cta-card,
  .eco-attitude-bottom-cta-card,
  .eco-projet-bottom-card,
  .eco-article-bottom-cta-card {
    min-height: 0;
  }

  .eco-blue-bottom-content,
  .eco-green-bottom-content,
  .eco-attitude-bottom-content,
  .eco-projet-bottom-content,
  .eco-article-bottom-cta-content {
    padding: 28px 20px;
  }

  .eco-blue-bottom-content h2,
  .eco-green-bottom-content h2,
  .eco-attitude-bottom-content h2,
  .eco-projet-bottom-content h2,
  .eco-feature-story-cta-copy h2,
  .eco-article-bottom-cta-content h2 {
    font-size: clamp(1.9rem, 7vw, 2.75rem);
    line-height: 1.06;
  }

  .eco-feature-story-hero,
  .eco-utility-hero {
    padding: 22px 0 34px;
  }

  .eco-utility-breadcrumbs,
  .eco-article-breadcrumbs {
    font-size: 0.82rem;
    gap: 6px;
    margin-bottom: 18px;
  }

  .eco-feature-story-hero-copy h1,
  .eco-utility-hero-copy h1,
  .eco-article-title {
    font-size: clamp(2.1rem, 8vw, 3rem) !important;
    line-height: 1.02 !important;
  }

  .eco-feature-story-intro,
  .eco-utility-intro,
  .eco-utility-hero-copy p,
  .eco-article-intro {
    font-size: 1rem !important;
    line-height: 1.72 !important;
  }

  .eco-feature-story-media-card,
  .eco-feature-story-closing-media,
  .eco-feature-story-video-shell iframe,
  .eco-feature-story-video-shell embed,
  .eco-feature-story-video-shell object,
  .eco-article-featured-visual img {
    min-height: 220px;
  }

  .eco-contact-card h2,
  .eco-contact-form-head h2 {
    font-size: clamp(1.45rem, 5vw, 2rem);
  }

  .eco-contact-field input,
  .eco-contact-field textarea {
    border-radius: 14px;
    font-size: 16px;
  }

  .eco-contact-field input {
    min-height: 52px;
  }

  .eco-contact-field textarea {
    min-height: 160px;
  }

  .eco-site-footer-inner {
    padding: 26px 0 20px;
  }

  .eco-site-footer-top {
    gap: 18px;
    padding: 8px 0 22px;
  }

  .eco-site-footer-brand {
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .eco-site-footer-brand-copy {
    gap: 10px;
  }

  .eco-site-footer-brand p {
    margin-top: 0;
    max-width: none;
  }

  .eco-site-footer-socials {
    margin-top: 0;
  }

  .eco-site-footer-nav {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .eco-site-footer-column {
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
  }

  .eco-site-footer-column-contact {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  }

  .eco-site-footer-links,
  .eco-site-footer-details {
    gap: 0;
  }

  .eco-site-footer-links li + li,
  .eco-site-footer-details li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .eco-site-footer-link,
  .eco-site-footer-detail-item {
    align-items: center;
    min-height: 46px;
    padding: 12px 0;
  }

  .eco-site-footer-link::after {
    margin-top: 0;
  }

  .eco-site-footer-bottom {
    gap: 8px;
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .eco-header-inner {
    min-height: 70px;
    padding: 8px 14px;
    padding-top: max(8px, env(safe-area-inset-top));
  }

  .eco-logo-text {
    font-size: 0.96rem;
    max-width: 11ch;
  }

  .eco-menu-toggle {
    border-radius: 15px;
    min-height: 46px;
    min-width: 46px;
  }

  .mm-ocd__content {
    max-width: var(--mm-ocd-max-width);
    width: var(--mm-ocd-width);
  }

  .eco-mobile-menu.is-open {
    max-width: 380px;
    width: min(100vw, 380px);
  }

  .mm-ocd {
    --mm-ocd-width: min(100vw, 380px);
    --mm-ocd-max-width: 380px;
    --mm-ocd-min-width: 240px;
  }

  #eco-mobile-menu.mm-spn a,
  #eco-mobile-menu.mm-spn span {
    font-size: 0.96rem;
  }

  .hero-inner {
    border-radius: 22px;
    padding: 22px 18px 108px !important;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 10vw, 2.9rem) !important;
    max-width: 11ch;
  }

  .hero p {
    font-size: 1rem !important;
    max-width: none;
  }

  .hero-cta .btn,
  .association-action,
  .association-panel-actions a,
  .eco-feature-story-btn,
  .eco-blue-pill,
  .eco-green-pill,
  .eco-attitude-pill,
  .eco-projet-pill,
  .eco-article-btn,
  .eco-contact-submit {
    width: 100%;
  }

  .mission-pills-wrap,
  .section,
  .eco-blue-bottom-cta,
  .eco-green-bottom-cta,
  .eco-attitude-bottom-cta,
  .partners {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .pill-card,
  .feature-card,
  .news-card,
  .blog-card,
  .eco-projet-card,
  .association-stage,
  .association-panels,
  .eco-instagram-panel,
  .eco-feature-story-section,
  .eco-feature-story-cta-card,
  .eco-utility-card,
  .eco-utility-side-card,
  .eco-article-card {
    border-radius: 20px;
  }

  .association-showcase {
    padding: 0.9rem;
  }

  .association-stage-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
    max-width: none;
  }

  .association-stage-actions,
  .association-panel-actions,
  .eco-feature-story-actions,
  .eco-feature-story-cta-actions,
  .eco-blue-bottom-actions,
  .eco-green-bottom-actions,
  .eco-attitude-bottom-actions,
  .eco-projet-bottom-actions,
  .eco-article-bottom-cta-actions {
    flex-direction: column;
  }

  .instagram-panel-head,
  .instagram-profile-meta {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .eco-projet-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .eco-projet-card-footer,
  .eco-site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .eco-site-footer-nav {
    grid-template-columns: 1fr;
  }

  .eco-site-footer-inner {
    width: min(100% - 20px, 1180px);
    padding: 22px 0 18px;
  }

  .eco-site-footer-brand {
    padding: 18px;
    border-radius: 20px;
  }

  .eco-site-footer-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    margin-bottom: 12px;
  }

  .eco-site-footer-kicker::before {
    width: 28px;
  }

  .eco-site-footer-brand h2 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    line-height: 1.02;
  }

  .eco-site-footer-brand p,
  .eco-site-footer-column a,
  .eco-site-footer-column li {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .eco-site-footer-socials {
    gap: 10px;
  }

  .eco-site-footer-socials a {
    width: 46px;
    height: 46px;
  }

  .eco-site-footer-column {
    padding: 16px;
    border-radius: 18px;
  }

  .eco-site-footer-column h3 {
    font-size: 0.96rem;
  }

  .eco-site-footer-link,
  .eco-site-footer-detail-item {
    min-height: 44px;
    padding: 10px 0;
  }

  .eco-site-footer-link::after {
    width: 7px;
    height: 7px;
  }

  .eco-blue-hero-copy,
  .eco-green-hero-copy,
  .eco-attitude-hero-copy,
  .eco-projet-hero-copy {
    padding: 22px 0 72px !important;
  }

  .eco-article-hero,
  .eco-article-hero-overlay,
  .eco-article-hero-inner {
    min-height: 420px;
  }

  .eco-article-meta {
    font-size: 0.86rem;
    gap: 10px 14px;
  }

  .eco-article-stat strong,
  .eco-projet-stat strong {
    font-size: 2rem;
  }
}

@media (max-width: 560px) {
  .hero::after {
    height: 74px;
  }

  .hero-inner {
    padding-bottom: 94px !important;
  }

  .hero-stats > span {
    font-size: 0.82rem;
  }

  .pill-card {
    padding: 13px 14px;
  }

  .eco-blue-bottom-content,
  .eco-green-bottom-content,
  .eco-attitude-bottom-content,
  .eco-projet-bottom-content,
  .eco-article-bottom-cta-content {
    padding: 24px 16px;
  }

  .social-mini-grid.social-mini-grid-live {
    gap: 0.5rem;
  }

  .social-card-overlay {
    padding: 0.6rem;
  }

  .eco-feature-story-btn,
  .eco-blue-pill,
  .eco-green-pill,
  .eco-attitude-pill,
  .eco-projet-pill,
  .eco-article-btn,
  .eco-contact-submit {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-menu-toggle-icon span,
  .social-mini-grid img,
  .social-card-overlay,
  .eco-nav-desktop .eco-nav-link-row > a,
  .eco-nav-desktop .eco-submenu a {
    transition: none !important;
  }
}

/* ==========================================================================
   Client Palette Refresh
   ========================================================================== */
:root {
  --eco-bg: #f9fbff;
  --eco-shell: #ffffff;
  --eco-text: #355277;
  --eco-muted: #6d84a1;
  --eco-blue: #99b3ff;
  --eco-blue-2: #c7d5ff;
  --eco-gold: #ffd24d;
  --eco-gold-dark: #e6e600;
  --eco-line: rgba(153, 179, 255, 0.24);
  --eco-shadow: 0 18px 44px rgba(153, 179, 255, 0.16);
}

body.eco-custom-home,
.eco-utility-page {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0, transparent 24%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 48%, #fbfff0 100%);
  color: var(--eco-text);
}

.eco-header,
.eco-header.is-scrolled,
.eco-header.is-menu-open {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(153, 179, 255, 0.22);
  box-shadow: 0 16px 36px rgba(153, 179, 255, 0.08);
}

.eco-header::after {
  background: linear-gradient(90deg, rgba(153, 179, 255, 0) 0%, rgba(153, 179, 255, 0.4) 25%, rgba(77, 255, 77, 0.28) 50%, rgba(255, 210, 77, 0.32) 75%, rgba(153, 179, 255, 0) 100%);
}

.eco-logo-text {
  color: #516a93;
}

.eco-logo-text span {
  color: #88a4f7;
}

.eco-nav a,
.eco-nav-desktop .eco-nav-link-row > a,
.eco-nav-desktop .eco-submenu a,
.eco-header a,
.eco-header button {
  color: #4f6887;
}

.eco-nav a:hover,
.eco-nav a.active,
.eco-nav-desktop .eco-nav-link-row > a:hover,
.eco-nav-desktop .eco-nav-link-row > a.active {
  color: #7893ef;
}

.eco-nav a.active::after,
.eco-nav a:hover::after,
.eco-nav-desktop .eco-nav-link-row > a.active::after,
.eco-nav-desktop .eco-nav-link-row > a:hover::after {
  background: linear-gradient(90deg, #99b3ff 0%, #4dff4d7a 55%, #ffd24d 100%);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.98);
  color: #5b7190;
  border-color: rgba(153, 179, 255, 0.28);
}

.btn-gold {
  color: #6d5a18;
  background: #ffd24d;
  border-color: rgba(230, 230, 0, 0.28);
  box-shadow: 0 12px 24px rgba(255, 210, 77, 0.16);
}

.btn-gold:hover {
  background: #ffe173;
}

.eco-blue-pill,
.eco-article-btn,
.eco-blue-story-btn-primary,
.eco-feature-story-btn-primary {
  background: #99b3ff;
  color: #3d5d86;
  border-color: rgba(153, 179, 255, 0.32);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-green-pill,
.eco-attitude-pill,
.eco-contact-submit {
  background: #4dff4d7a;
  color: #32704c;
  border-color: rgba(77, 255, 77, 0.28);
  box-shadow: 0 14px 28px rgba(77, 255, 77, 0.16);
}

.eco-projet-pill,
.btn-gold,
.eco-blue-story-btn-secondary,
.eco-feature-story-btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: #6d7f9a;
  border-color: rgba(153, 179, 255, 0.22);
}

.eco-blue-story-video-card,
.eco-feature-story-video-shell {
  background: linear-gradient(180deg, #f3f6ff 0%, #eefbf1 100%);
  box-shadow: 0 18px 42px rgba(153, 179, 255, 0.16);
}

.eco-feature-story-video-shell p {
  color: #58708d;
}

.eco-blue-story-cta-card,
.theme-scrupules .eco-blue-story-cta-card,
.eco-feature-story-cta-card,
.eco-utility-hero,
.eco-site-footer {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.74) 0, transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f7ff 50%, #fbffe8 100%);
  color: var(--eco-text);
  box-shadow: 0 22px 46px rgba(153, 179, 255, 0.14);
}

.eco-blue-story-cta-card,
.eco-feature-story-cta-card,
.eco-utility-hero,
.eco-site-footer {
  border: 1px solid rgba(153, 179, 255, 0.18);
}

.eco-blue-story-cta-copy span,
.eco-feature-story-cta-copy span,
.eco-site-footer-kicker,
.eco-utility-breadcrumbs {
  color: rgba(82, 110, 146, 0.72);
}

.eco-blue-story-cta-copy h2,
.eco-blue-story-cta-copy p,
.eco-feature-story-cta-copy h2,
.eco-feature-story-cta-copy p,
.eco-utility-hero-copy h1,
.eco-utility-hero-copy p,
.eco-site-footer-brand h2,
.eco-site-footer-brand p,
.eco-site-footer-column h3,
.eco-site-footer-column a,
.eco-site-footer-column li,
.eco-site-footer-bottom {
  color: var(--eco-text);
}

.eco-site-footer-kicker::before,
.eco-site-footer-bottom {
  border-color: rgba(153, 179, 255, 0.22);
}

.eco-site-footer-socials a {
  color: #5b74a0;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(153, 179, 255, 0.22);
}

.eco-site-footer-socials a:hover {
  background: #ffffff;
}

.eco-site-footer-link::after {
  border-top-color: rgba(121, 145, 198, 0.68);
  border-right-color: rgba(121, 145, 198, 0.68);
}

.eco-site-footer-column a:hover {
  color: #7893ef;
}

.eco-site-footer-column a:hover::after {
  border-color: rgba(120, 147, 239, 0.92);
}

.eco-contact-field input:focus,
.eco-contact-field textarea:focus {
  border-color: rgba(153, 179, 255, 0.56);
  box-shadow: 0 0 0 4px rgba(153, 179, 255, 0.14);
}

/* ==========================================================================
   Eco Blue Story Light Refresh
   ========================================================================== */
.eco-blue-story-wrap {
  --story-bg: #f8fbff;
  --story-ink: #3c5a80;
  --story-muted: #6d86a4;
  --story-surface: rgba(255, 255, 255, 0.97);
  --story-line: rgba(153, 179, 255, 0.2);
  --story-shadow: 0 24px 54px rgba(153, 179, 255, 0.12);
  --story-accent: #99b3ff;
  --story-accent-soft: rgba(153, 179, 255, 0.18);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #f2f6ff 54%, #fbffe9 100%);
}

.eco-blue-story-wrap.theme-destroyers {
  --story-accent: #ffd24d;
  --story-accent-soft: rgba(255, 210, 77, 0.22);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #f5f8ff 50%, #fff7d8 100%);
}

.eco-blue-story-wrap.theme-pollution {
  --story-accent: #4dff4d7a;
  --story-accent-soft: rgba(77, 255, 77, 0.18);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #eef5ff 48%, #f3fff1 100%);
}

.eco-blue-story-wrap.theme-scrupules {
  --story-accent: #ffd24d;
  --story-accent-soft: rgba(255, 210, 77, 0.22);
  --story-hero: linear-gradient(135deg, #ffffff 0%, #f6f8ff 48%, #fff8dc 100%);
}

.eco-blue-story-page {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0, transparent 22%),
    radial-gradient(circle at 16% 10%, rgba(153, 179, 255, 0.12) 0, transparent 20%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 52%, #fbfff1 100%);
}

.eco-blue-story-hero {
  color: var(--story-ink);
  border-bottom: 1px solid rgba(153, 179, 255, 0.16);
}

.eco-blue-story-hero::before {
  background: radial-gradient(circle, rgba(153, 179, 255, 0.26) 0%, rgba(255, 255, 255, 0) 72%);
}

.eco-blue-story-kicker {
  color: rgba(84, 109, 144, 0.78);
}

.eco-blue-story-kicker::before {
  background: rgba(153, 179, 255, 0.42);
}

.eco-blue-story-hero-copy h1,
.eco-blue-story-intro,
.eco-blue-story-quote-card p,
.eco-blue-story-note-card p,
.eco-blue-story-stat-card strong,
.eco-blue-story-stat-card span {
  color: var(--story-ink);
}

.eco-blue-story-intro,
.eco-blue-story-stat-card span,
.eco-blue-story-note-card span {
  color: var(--story-muted);
}

.eco-blue-story-btn-primary,
.eco-blue-story-cta .eco-blue-story-btn-primary {
  color: #3d5d86;
  background: linear-gradient(135deg, #edf2ff 0%, #99b3ff 100%);
  border: 1px solid rgba(153, 179, 255, 0.36);
  box-shadow: 0 16px 32px rgba(153, 179, 255, 0.22);
}

.eco-blue-story-btn-secondary,
.eco-blue-story-cta .eco-blue-story-btn-secondary {
  color: #657f9f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(153, 179, 255, 0.24);
}

.eco-blue-story-quote-card,
.eco-blue-story-note-card,
.eco-blue-story-hero-visual,
.eco-blue-story-stat-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(153, 179, 255, 0.18);
  box-shadow: 0 18px 38px rgba(153, 179, 255, 0.12);
  backdrop-filter: blur(12px);
}

.eco-blue-story-quote-mark {
  color: rgba(153, 179, 255, 0.44);
}

.eco-blue-story-hero-visual {
  background: linear-gradient(160deg, #f3f7ff 0%, #f5ffec 100%);
}

.eco-blue-story-media,
.eco-blue-story-gallery-card {
  background: linear-gradient(160deg, #edf3ff 0%, #f5ffec 100%);
}

.eco-blue-story-media,
.eco-blue-story-video-card,
.eco-blue-story-gallery-section,
.eco-blue-story-video-section,
.eco-blue-story-list-card,
.eco-blue-story-section,
.eco-blue-story-cta-card {
  box-shadow: var(--story-shadow);
}

.eco-blue-story-video-card {
  background: linear-gradient(180deg, #f2f6ff 0%, #eefbf1 100%);
}

.eco-blue-story-cta-card,
.theme-scrupules .eco-blue-story-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.84) 0, transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f2f6ff 54%, #fbffe9 100%);
  border: 1px solid rgba(153, 179, 255, 0.18);
  color: var(--story-ink);
}

.eco-blue-story-cta-copy span {
  color: rgba(84, 109, 144, 0.78);
}

.eco-blue-story-cta-copy h2,
.eco-blue-story-cta-copy p {
  color: var(--story-ink);
}

.eco-blue-story-cta-copy p {
  color: var(--story-muted);
}

/* ==========================================================================
   Client Palette Enforcement
   ========================================================================== */
:root {
  --eco-client-blue: #99b3ff;
  --eco-client-green: #4dff4d7a;
  --eco-client-brown: #ffd24d;
  --eco-client-yellow: #e6e600;
}

body.eco-green-body,
body.eco-attitude-body,
body.eco-projet-body,
.eco-solutions-body,
.eco-feature-story-page,
.eco-green-page,
.eco-attitude-page,
.eco-projet-page {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0, transparent 24%),
    radial-gradient(circle at top left, rgba(153, 179, 255, 0.1) 0, transparent 22%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 52%, #fbfff1 100%);
  color: #355277;
}

.btn-blue-solid,
.eco-blue-btn,
.eco-projet-pill-primary,
.association-action-primary {
  color: #3d5d86;
  background: var(--eco-client-blue);
  border: 1px solid rgba(153, 179, 255, 0.3);
  box-shadow: 0 12px 24px rgba(153, 179, 255, 0.16);
}

.btn-blue-solid:hover,
.eco-blue-btn:hover,
.eco-projet-pill-primary:hover,
.association-action-primary:hover {
  background: #aec3ff;
}

.btn-green-solid,
.eco-green-btn-primary,
.eco-contact-submit {
  color: #317546;
  background: var(--eco-client-green);
  border: 1px solid rgba(77, 255, 77, 0.28);
  box-shadow: 0 12px 24px rgba(77, 255, 77, 0.16);
}

.btn-green-solid:hover,
.eco-green-btn-primary:hover,
.eco-contact-submit:hover {
  background: #7aff7a;
}

.btn-gold,
.btn-attitude-solid,
.btn-projet-solid,
.eco-attitude-pill-gold,
.eco-green-pill-gold,
.eco-projet-pill-gold,
.eco-article-btn-gold,
.eco-ocean-btn-primary,
.eco-blue-btn-primary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
  box-shadow: 0 12px 24px rgba(255, 210, 77, 0.16);
}

.btn-gold:hover,
.btn-attitude-solid:hover,
.btn-projet-solid:hover,
.eco-attitude-pill-gold:hover,
.eco-green-pill-gold:hover,
.eco-projet-pill-gold:hover,
.eco-blue-btn-primary:hover,
.eco-ocean-btn-primary:hover,
.eco-article-btn-gold:hover {
  background: #ffe173;
  box-shadow: 0 14px 28px rgba(255, 210, 77, 0.2);
}

.eco-blue-btn-secondary,
.eco-green-btn-secondary,
.eco-attitude-pill-light,
.eco-green-pill-light,
.eco-ocean-btn-secondary,
.eco-article-btn-outline,
.eco-blue-story-btn-secondary,
.eco-blue-story-cta .eco-blue-story-btn-secondary,
.eco-feature-story-btn-secondary,
.eco-feature-story-cta .eco-feature-story-btn-secondary {
  color: #667f9e;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(153, 179, 255, 0.22);
  box-shadow: 0 10px 22px rgba(153, 179, 255, 0.08);
}

.eco-article-sidebar-cta h3,
.eco-article-sidebar-cta p {
  color: #355277;
}

.eco-feature-story-wrap {
  --feature-ink: #355277;
  --feature-muted: #6d86a4;
  --feature-line: rgba(153, 179, 255, 0.18);
  --feature-surface: rgba(255, 255, 255, 0.97);
  --feature-shadow: 0 24px 56px rgba(153, 179, 255, 0.12);
  --feature-accent: var(--eco-client-blue);
  --feature-accent-soft: rgba(153, 179, 255, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f2f6ff 50%, #fbfff0 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f3f7ff 54%, #fbfff0 100%);
}

.eco-feature-story-wrap.section-eco-green {
  --feature-accent: var(--eco-client-green);
  --feature-accent-soft: rgba(77, 255, 77, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f2f6ff 46%, #f2fff2 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f5f9ff 50%, #f3fff1 100%);
}

.eco-feature-story-wrap.section-eco-attitude {
  --feature-accent: var(--eco-client-brown);
  --feature-accent-soft: rgba(255, 210, 77, 0.22);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f7f8ff 46%, #fff7d8 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #fbfbff 48%, #fff9df 100%);
}

.eco-feature-story-wrap.theme-pollution {
  --feature-accent: var(--eco-client-brown);
  --feature-accent-soft: rgba(255, 210, 77, 0.22);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f5f8ff 48%, #fff7d8 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f9fbff 52%, #fff9df 100%);
}

.eco-feature-story-wrap.theme-climate {
  --feature-accent: var(--eco-client-blue);
  --feature-accent-soft: rgba(153, 179, 255, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #eef3ff 50%, #f7fbff 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f3f7ff 52%, #f8fcff 100%);
}

.eco-feature-story-wrap.theme-recycle {
  --feature-accent: var(--eco-client-green);
  --feature-accent-soft: rgba(77, 255, 77, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f4f9ff 46%, #f2fff2 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f6fbff 50%, #f3fff2 100%);
}

.eco-feature-story-wrap.theme-ecology {
  --feature-accent: var(--eco-client-yellow);
  --feature-accent-soft: rgba(230, 230, 0, 0.18);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #fbfbff 44%, #fffde0 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #fcfcff 50%, #fffde8 100%);
}

.eco-feature-story-wrap.theme-energy {
  --feature-accent: var(--eco-client-brown);
  --feature-accent-soft: rgba(255, 210, 77, 0.22);
  --feature-hero: linear-gradient(135deg, #ffffff 0%, #f2f6ff 44%, #fff7d8 100%);
  --feature-cta: linear-gradient(135deg, #ffffff 0%, #f5f8ff 50%, #fff9df 100%);
}

.eco-feature-story-page {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0, transparent 22%),
    radial-gradient(circle at 18% 12%, rgba(153, 179, 255, 0.12) 0, transparent 20%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 52%, #fbfff1 100%);
}

.eco-feature-story-hero {
  color: var(--feature-ink);
  border-bottom: 1px solid rgba(153, 179, 255, 0.16);
  background: #ffd24d5c;
}

.eco-feature-story-kicker {
  color: rgba(84, 109, 144, 0.78);
}

.eco-feature-story-kicker::before {
  background: rgba(153, 179, 255, 0.42);
}

.eco-feature-story-hero-copy h1,
.eco-feature-story-intro,
.eco-feature-story-quote-card p,
.eco-feature-story-note-card p,
.eco-feature-story-stat-card strong,
.eco-feature-story-stat-card span,
.eco-feature-story-video-shell p {
  color: var(--feature-ink);
}

.eco-feature-story-intro,
.eco-feature-story-note-card span,
.eco-feature-story-stat-card span,
.eco-feature-story-cta-copy p,
.eco-feature-story-richtext {
  color: var(--feature-muted);
}

.eco-feature-story-btn-primary,
.eco-feature-story-cta .eco-feature-story-btn-primary {
  color: #3d5d86;
  background: linear-gradient(135deg, #edf2ff 0%, var(--eco-client-blue) 100%);
  border: 1px solid rgba(153, 179, 255, 0.32);
  box-shadow: 0 16px 32px rgba(153, 179, 255, 0.22);
}

.eco-feature-story-hero-visual,
.eco-feature-story-quote-card,
.eco-feature-story-note-card,
.eco-feature-story-stat-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(153, 179, 255, 0.18);
  backdrop-filter: blur(12px);
}

.eco-feature-story-quote-mark {
  color: rgba(153, 179, 255, 0.44);
}

.eco-feature-story-media-card,
.eco-feature-story-hero-visual {
  background: linear-gradient(160deg, #edf3ff 0%, #f5ffec 100%);
}

.eco-feature-story-video-shell {
  background: linear-gradient(180deg, #f2f6ff 0%, #eefbf1 100%);
  box-shadow: 0 18px 42px rgba(153, 179, 255, 0.14);
}

.eco-feature-story-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.84) 0, transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f2f6ff 54%, #fbffe9 100%);
  color: var(--feature-ink);
}

.eco-feature-story-cta-copy span {
  color: rgba(84, 109, 144, 0.78);
}

.eco-feature-story-cta-copy h2 {
  color: var(--feature-ink);
}

.eco-blue-story-hero-copy h1,
.eco-blue-story-section-copy h2,
.eco-blue-story-section-head h2,
.eco-blue-story-list-card h2,
.eco-blue-story-cta-copy h2,
.eco-feature-story-hero-copy h1,
.eco-feature-story-section-copy h2,
.eco-feature-story-cta-copy h2,
.eco-solutions-hero h1,
.eco-utility-hero-copy h1,
.eco-site-footer-brand h2,
.eco-site-footer-column h3,
.eco-article-card h3,
.association-stage-copy h2,
.association-panel h3 {
  color: #355277;
}

.eco-article-card h3 a,
.association-topline a,
.association-panel a {
  color: #7893ef;
}

/* ==========================================================================
   Premium Palette Lock
   ========================================================================== */
:root {
  --eco-client-blue: #99b3ff;
  --eco-client-green: #4dff4d7a;
  --eco-client-brown: #ffd24d;
  --eco-client-yellow: #e6e600;
  --eco-premium-ink: #355277;
  --eco-premium-ink-soft: #476685;
  --eco-premium-muted: #6b84a0;
  --eco-premium-muted-soft: #88a0ba;
  --eco-premium-blue-wash: #eef3ff;
  --eco-premium-green-wash: #f2fff2;
  --eco-premium-brown-wash: #fff8df;
  --eco-premium-yellow-wash: #fffde3;
  --eco-premium-line: rgba(153, 179, 255, 0.18);
  --eco-premium-line-strong: rgba(153, 179, 255, 0.3);
  --eco-premium-shadow: 0 20px 46px rgba(153, 179, 255, 0.12);
}

.eco-header,
.eco-shell,
.eco-feature-story-section,
.eco-feature-story-media-card,
.eco-feature-story-quote-card,
.eco-feature-story-note-card,
.eco-feature-story-stat-card,
.eco-blue-story-section,
.eco-blue-story-gallery-section,
.eco-blue-story-video-section,
.eco-blue-story-list-card,
.eco-blue-story-quote-card,
.eco-blue-story-note-card,
.eco-blue-story-stat-card,
.eco-blue-story-hero-visual,
.eco-projet-card,
.eco-article-card,
.eco-utility-card,
.eco-contact-card,
.eco-contact-form-card,
.eco-contact-note {
  box-shadow: var(--eco-premium-shadow);
}

.eco-logo-text,
.eco-nav a,
.btn-outline,
.eco-article-page,
.eco-article-body,
.eco-article-card h3,
.eco-projet-card-content h3,
.eco-utility-richtext h2,
.eco-contact-card h2,
.eco-contact-form-head h2,
.eco-contact-card p,
.eco-contact-form-head p,
.eco-contact-note p {
  color: var(--eco-premium-ink);
}

.eco-logo-text span,
.eco-nav a:hover,
.eco-nav a.active,
.eco-utility-richtext a,
.eco-contact-card a,
.eco-contact-form a,
.eco-site-footer a:hover {
  color: #7893ef;
}

.btn-outline,
.eco-blue-btn-secondary,
.eco-green-btn-secondary,
.eco-attitude-pill-light,
.eco-green-pill-light,
.eco-ocean-btn-secondary,
.eco-article-btn-outline,
.eco-blue-story-btn-secondary,
.eco-feature-story-btn-secondary {
  background: rgba(255, 255, 255, 0.94);
  color: var(--eco-premium-muted);
  border: 1px solid var(--eco-premium-line);
  box-shadow: 0 10px 24px rgba(153, 179, 255, 0.08);
}

.btn-blue-solid,
.eco-blue-btn,
.eco-projet-pill-primary,
.association-action-primary,
.eco-feature-story-btn-primary,
.eco-feature-story-cta .eco-feature-story-btn-primary,
.eco-blue-story-btn-primary,
.eco-blue-story-cta .eco-blue-story-btn-primary {
  color: var(--eco-premium-ink-soft);
  background: var(--eco-client-blue);
  border: 1px solid rgba(153, 179, 255, 0.34);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.btn-blue-solid:hover,
.eco-blue-btn:hover,
.eco-projet-pill-primary:hover,
.association-action-primary:hover,
.eco-feature-story-btn-primary:hover,
.eco-feature-story-cta .eco-feature-story-btn-primary:hover,
.eco-blue-story-btn-primary:hover,
.eco-blue-story-cta .eco-blue-story-btn-primary:hover {
  background: #aec3ff;
}

.eco-feature-story-wrap.section-eco-green .eco-feature-story-hero .eco-feature-story-btn-primary {
  color: #317546;
  background: #ffffff;
  border: 1px solid rgba(77, 255, 77, 0.26);
  box-shadow: 0 14px 28px rgba(77, 255, 77, 0.12);
}

.eco-feature-story-wrap.section-eco-green .eco-feature-story-hero .eco-feature-story-btn-primary:hover {
  background: #f7fff7;
}

.eco-blue-story-cta .eco-blue-story-btn-primary {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.34);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-blue-story-cta .eco-blue-story-btn-primary:hover {
  background: #aec3ff;
}

.eco-feature-story-wrap.section-eco-green .eco-feature-story-cta .eco-feature-story-btn-primary,
.eco-solutions-mission-actions .eco-solutions-btn-primary {
  color: #317546;
  background: #4dff4d7a;
  border: 1px solid rgba(77, 255, 77, 0.24);
  box-shadow: 0 14px 28px rgba(77, 255, 77, 0.14);
}

.eco-feature-story-wrap.section-eco-green .eco-feature-story-cta .eco-feature-story-btn-primary:hover,
.eco-solutions-mission-actions .eco-solutions-btn-primary:hover {
  background: #7dff7da3;
}

.eco-feature-story-wrap.section-eco-green .eco-feature-story-section-tag {
  background: rgba(77, 255, 77, 0.12);
  color: #317546;
}

.eco-blue-story-section-tag {
  background: rgba(153, 179, 255, 0.12);
  color: #5f7fe5;
}

.eco-feature-story-wrap.section-eco-attitude .eco-feature-story-section-tag {
  background: rgba(255, 210, 77, 0.18);
  color: #6d5a18;
}

.eco-feature-story-wrap.section-eco-attitude .eco-feature-story-cta .eco-feature-story-btn-primary {
  color: #6d5a18;
  background: #ffd24d5c;
  border: 1px solid rgba(255, 210, 77, 0.24);
  box-shadow: 0 14px 28px rgba(255, 210, 77, 0.14);
}

.eco-feature-story-wrap.section-eco-attitude .eco-feature-story-cta .eco-feature-story-btn-primary:hover {
  background: #ffd24d88;
}

.btn-green-solid,
.eco-green-btn-primary,
.eco-contact-submit {
  color: #317546;
  background: var(--eco-client-green);
  border: 1px solid rgba(77, 255, 77, 0.3);
  box-shadow: 0 14px 28px rgba(77, 255, 77, 0.16);
}

.btn-green-solid:hover,
.eco-green-btn-primary:hover,
.eco-contact-submit:hover {
  background: #7aff7a;
}

.btn-gold,
.btn-attitude-solid,
.btn-projet-solid,
.eco-attitude-pill-gold,
.eco-green-pill-gold,
.eco-projet-pill-gold,
.eco-article-btn-gold,
.eco-ocean-btn-primary {
  color: #6d5a18;
  background: var(--eco-client-brown);
  border: 1px solid rgba(255, 210, 77, 0.3);
  box-shadow: 0 14px 28px rgba(255, 210, 77, 0.16);
}

.btn-gold:hover,
.btn-attitude-solid:hover,
.btn-projet-solid:hover,
.eco-attitude-pill-gold:hover,
.eco-green-pill-gold:hover,
.eco-projet-pill-gold:hover,
.eco-article-btn-gold:hover,
.eco-ocean-btn-primary:hover {
  background: #ffe173;
}

.eco-menu-toggle span {
  background: var(--eco-premium-ink-soft);
}

.eco-feature-story-wrap,
.eco-blue-story-wrap {
  --feature-ink: var(--eco-premium-ink);
  --feature-muted: var(--eco-premium-muted);
}

.eco-feature-story-page,
.eco-green-page,
.eco-attitude-page,
.eco-projet-page {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08) 0, transparent 22%),
    radial-gradient(circle at 18% 12%, rgba(153, 179, 255, 0.12) 0, transparent 20%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 52%, #fffef4 100%);
  color: var(--eco-premium-ink);
}

.eco-feature-story-hero {
  color: var(--eco-premium-ink);
  border-bottom: 1px solid var(--eco-premium-line);
}

.eco-feature-story-kicker,
.eco-feature-story-cta-copy span,
.eco-blue-story-kicker,
.eco-blue-story-cta-copy span {
  color: rgba(84, 109, 144, 0.78);
}

.eco-feature-story-kicker::before,
.eco-blue-story-kicker::before {
  background: rgba(153, 179, 255, 0.42);
}

.eco-feature-story-hero-copy h1,
.eco-feature-story-intro,
.eco-feature-story-quote-card p,
.eco-feature-story-note-card p,
.eco-feature-story-stat-card strong,
.eco-feature-story-stat-card span,
.eco-feature-story-video-shell p,
.eco-blue-story-hero-copy h1,
.eco-blue-story-intro,
.eco-blue-story-quote-card p,
.eco-blue-story-note-card p,
.eco-blue-story-stat-card strong,
.eco-blue-story-stat-card span,
.eco-blue-story-cta-copy h2,
.eco-blue-story-cta-copy p {
  color: var(--eco-premium-ink);
}

.eco-feature-story-intro,
.eco-feature-story-note-card span,
.eco-feature-story-stat-card span,
.eco-feature-story-cta-copy p,
.eco-feature-story-richtext,
.eco-blue-story-intro,
.eco-blue-story-note-card span,
.eco-blue-story-stat-card span,
.eco-blue-story-richtext,
.eco-blue-story-section-head p,
.eco-blue-story-list-richtext li,
.eco-blue-story-cta-copy p {
  color: var(--eco-premium-muted);
}

.eco-feature-story-hero-visual,
.eco-feature-story-quote-card,
.eco-feature-story-note-card,
.eco-feature-story-stat-card,
.eco-blue-story-quote-card,
.eco-blue-story-note-card,
.eco-blue-story-stat-card,
.eco-blue-story-hero-visual {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--eco-premium-line);
  backdrop-filter: blur(12px);
}

.eco-feature-story-media-card,
.eco-feature-story-hero-visual,
.eco-blue-story-media,
.eco-blue-story-gallery-card {
  background: linear-gradient(160deg, var(--eco-premium-blue-wash) 0%, var(--eco-premium-green-wash) 100%);
}

.eco-feature-story-video-shell,
.eco-blue-story-video-card {
  background: linear-gradient(180deg, var(--eco-premium-blue-wash) 0%, var(--eco-premium-green-wash) 100%);
  box-shadow: 0 18px 42px rgba(153, 179, 255, 0.14);
}

.eco-blue-story-hero {
  color: var(--eco-premium-ink);
  border-bottom: 1px solid var(--eco-premium-line);
}

.eco-subpage-hero--eco-green {
  background: #4dff4d7a;
}

.eco-subpage-hero--eco-attitude {
  background: #ffd24d5c;
}

.eco-blue-story-cta-card,
.eco-feature-story-cta-card {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.82) 0, transparent 28%),
    linear-gradient(135deg, #ffffff 0%, var(--eco-premium-blue-wash) 52%, var(--eco-premium-brown-wash) 100%);
  color: var(--eco-premium-ink);
}

.eco-article-page,
.eco-utility-page,
.eco-contact-page,
.eco-site-footer {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.08) 0, transparent 24%),
    radial-gradient(circle at bottom left, rgba(153, 179, 255, 0.08) 0, transparent 26%),
    linear-gradient(180deg, #fcfdff 0%, #f8fbff 50%, #fffef6 100%);
}

.eco-utility-richtext,
.eco-contact-card p,
.eco-contact-form-head p,
.eco-contact-note p,
.eco-article-meta,
.eco-article-card time,
.eco-article-card p {
  color: var(--eco-premium-muted);
}

.eco-site-footer,
.eco-site-footer-bottom,
.eco-site-footer-brand p,
.eco-site-footer-column a,
.eco-site-footer-contact a {
  color: var(--eco-premium-muted);
}

/* Utility pages use a light hero, so the old white side-card text must be reset. */
.eco-utility-hero {
  color: var(--eco-premium-ink);
}

.eco-utility-kicker {
  color: rgba(53, 82, 119, 0.72);
}

.eco-utility-kicker::before {
  background: rgba(153, 179, 255, 0.46);
}

.eco-utility-hero-copy p,
.eco-utility-intro {
  color: var(--eco-premium-muted);
}

.eco-utility-side-card {
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--eco-premium-line);
  box-shadow: 0 20px 46px rgba(153, 179, 255, 0.14);
}

.eco-utility-side-card span {
  color: rgba(53, 82, 119, 0.72);
}

.eco-utility-side-card p {
  color: var(--eco-premium-muted);
}

.eco-utility-side-card a {
  color: #5f7fe5;
  font-weight: 800;
}

.eco-utility-side-card a:hover {
  color: #3d5d86;
}

/* Ajustement des galeries 3 medias sur la page Eco Attitude / Energies */
.eco-feature-story-wrap.theme-energy .eco-feature-story-media-grid.media-count-3 {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-auto-rows: clamp(126px, 14vw, 158px);
  align-items: stretch;
}

.eco-feature-story-wrap.theme-energy .eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card {
  min-height: auto;
}

.eco-feature-story-wrap.theme-energy .eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.eco-feature-story-wrap.theme-energy .eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.eco-feature-story-wrap.theme-energy .eco-feature-story-media-grid.media-count-3 .eco-feature-story-media-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Eco Boutique product page polish */
.eco-boutique-body .eco-boutique-product-page {
  padding: 28px 0 72px;
}

.eco-boutique-body .eco-boutique-product-page .eco-boutique-shell {
  width: min(calc(100% - 40px), 1240px);
}

.eco-boutique-body .eco-boutique-backlink {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(153, 179, 255, 0.2);
  border-radius: 999px;
  color: #476685;
  display: inline-flex;
  font-size: 0.95rem;
  gap: 8px;
  margin-bottom: 18px;
  min-height: 42px;
  padding: 0 16px;
  box-shadow: 0 10px 24px rgba(153, 179, 255, 0.1);
}

.eco-boutique-body .eco-boutique-backlink::before {
  content: "<";
  color: #7893ef;
  font-weight: 900;
}

.eco-boutique-body .eco-boutique-single-card {
  align-items: start;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.12) 0, transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 58%, rgba(255, 253, 234, 0.82) 100%);
  border: 1px solid rgba(153, 179, 255, 0.18);
  border-radius: 30px;
  gap: 34px;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  padding: 28px;
  box-shadow: 0 24px 58px rgba(153, 179, 255, 0.13);
}

.eco-boutique-body .eco-boutique-single-card::before {
  opacity: 0.72;
}

.eco-boutique-body .eco-boutique-single-media {
  align-self: start;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(33, 77, 115, 0.14);
  min-height: 0;
  max-height: 560px;
  width: 100%;
}

.eco-boutique-body .eco-boutique-single-media img {
  object-position: center;
}

.eco-boutique-body .eco-boutique-single-media.is-fallback {
  background: linear-gradient(160deg, #eef3ff 0%, #f2fff2 100%);
}

.eco-boutique-body .eco-boutique-single-media.is-fallback img {
  background: transparent;
  object-fit: contain;
  padding: 18px;
}

.eco-boutique-body .eco-boutique-single-copy {
  gap: 16px;
  padding-top: 4px;
}

.eco-boutique-body .eco-boutique-single-copy > .eco-boutique-kicker {
  order: 1;
}

.eco-boutique-body .eco-boutique-single-copy h1 {
  font-size: 56px;
  line-height: 1;
  margin: 8px 0 12px;
  order: 2;
}

.eco-boutique-body .eco-boutique-single-meta {
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
  order: 3;
}

.eco-boutique-body .eco-boutique-single-price {
  font-size: 1.7rem;
}

.eco-boutique-body .eco-boutique-single-trust {
  gap: 10px;
  order: 8;
}

.eco-boutique-body .eco-boutique-trust-item {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(153, 179, 255, 0.18);
  border-radius: 16px;
  padding: 15px;
}

.eco-boutique-body .eco-boutique-trust-item strong {
  color: #355277;
}

.eco-boutique-body .eco-boutique-single-excerpt,
.eco-boutique-body .eco-boutique-richtext {
  max-width: 68ch;
}

.eco-boutique-body .eco-boutique-alert {
  order: 5;
}

.eco-boutique-body .eco-boutique-single-excerpt {
  order: 6;
}

.eco-boutique-body .eco-boutique-richtext {
  order: 7;
}

.eco-boutique-body .eco-boutique-buybox {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(153, 179, 255, 0.22);
  border-radius: 26px;
  gap: 18px;
  margin-top: 4px;
  order: 4;
  padding: 24px 26px;
  box-shadow: 0 18px 46px rgba(153, 179, 255, 0.12);
}

.eco-boutique-body .eco-boutique-buybox-copy {
  padding-bottom: 12px;
}

.eco-boutique-body .eco-boutique-qty input {
  max-width: 160px;
}

.eco-boutique-body .eco-boutique-button-primary {
  background: #355277;
  border-color: #355277;
  color: #ffffff;
  min-height: 54px;
  box-shadow: 0 16px 30px rgba(53, 82, 119, 0.2);
}

.eco-boutique-body .eco-boutique-button-primary:hover {
  background: #284462;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .eco-boutique-body .eco-boutique-single-card {
    grid-template-columns: 1fr;
  }

  .eco-boutique-body .eco-boutique-single-media {
    aspect-ratio: 16 / 10;
    max-height: 460px;
  }

  .eco-boutique-body .eco-boutique-single-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .eco-boutique-body .eco-boutique-product-page .eco-boutique-shell {
    width: min(calc(100% - 28px), 1240px);
  }

  .eco-boutique-body .eco-boutique-single-card {
    border-radius: 24px;
    gap: 22px;
    padding: 18px;
  }

  .eco-boutique-body .eco-boutique-single-media {
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    max-height: none;
  }

  .eco-boutique-body .eco-boutique-single-copy h1 {
    font-size: 42px;
  }

  .eco-boutique-body .eco-boutique-single-trust {
    grid-template-columns: 1fr;
  }

  .eco-boutique-body .eco-boutique-buybox {
    border-radius: 22px;
    padding: 18px;
  }

  .eco-boutique-body .eco-boutique-qty input {
    max-width: none;
  }
}

/* Lightweight YouTube embeds */
.eco-lite-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: inherit;
  background: #071721;
}

.eco-lite-youtube iframe,
.eco-lite-youtube-button,
.eco-lite-youtube-poster {
  display: block;
  width: 100%;
  height: 100%;
}

.eco-lite-youtube iframe {
  border: 0;
}

.eco-lite-youtube-button {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #071721;
}

.eco-lite-youtube-poster {
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
  transition: transform 220ms ease, filter 220ms ease;
}

.eco-lite-youtube-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 15, 25, 0.1), rgba(3, 15, 25, 0.38));
}

.eco-lite-youtube-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 68px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, background 180ms ease;
}

.eco-lite-youtube-play::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 14px;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #0f3a47;
  border-top: 10px solid transparent;
}

.eco-lite-youtube-button:hover .eco-lite-youtube-poster,
.eco-lite-youtube-button:focus-visible .eco-lite-youtube-poster {
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.045);
}

.eco-lite-youtube-button:hover .eco-lite-youtube-play,
.eco-lite-youtube-button:focus-visible .eco-lite-youtube-play {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.04);
}

.eco-lite-youtube-button:focus-visible {
  outline: 3px solid rgba(73, 188, 171, 0.78);
  outline-offset: -6px;
}

/* Home hero: compact desktop layout for short laptop screens */
@media (min-width: 1101px) and (max-height: 840px) {
  .hero {
    min-height: 640px;
  }

  .hero-inner {
    padding-top: 56px;
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: 76px;
    line-height: 0.96;
    max-width: 820px;
  }

  .hero p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 640px;
  }

  .hero-cta {
    margin-top: 24px;
  }

  .hero-stats {
    gap: 12px;
    margin-top: 30px;
  }

  .hero-stats > span {
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
  }

  .mission-pills-wrap {
    margin-top: -42px;
  }

  .pill-card {
    min-height: 104px;
    padding: 18px 20px;
  }
}

/* Desktop menu positioning hardening */
@media (min-width: 1101px) {
  .eco-header .eco-nav.eco-nav-desktop {
    align-self: stretch;
  }

  .eco-header .eco-nav.eco-nav-desktop > .eco-nav-item {
    align-items: center !important;
    align-self: stretch !important;
    display: flex !important;
    min-height: 88px !important;
  }

  .eco-header .eco-nav.eco-nav-desktop > .eco-nav-item > .eco-submenu {
    opacity: 0 !important;
    top: calc(100% + 8px) !important;
    transform: translateX(-50%) translateY(8px) !important;
    visibility: hidden !important;
  }

  .eco-header .eco-nav.eco-nav-desktop > .eco-nav-item:hover > .eco-submenu,
  .eco-header .eco-nav.eco-nav-desktop > .eco-nav-item:focus-within > .eco-submenu {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
    visibility: visible !important;
  }
}
