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

:root {
  --eco-bg: #edf4f8;
  --eco-shell: #ffffff;
  --eco-text: #17324d;
  --eco-muted: #5d7893;
  --eco-blue: #0e4f96;
  --eco-blue-2: #2a7ec7;
  --eco-gold: #d39b24;
  --eco-gold-dark: #bb871d;
  --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 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #4cc4ec 0%, #2c97d6 46%, #4dac52 100%);
  position: relative;
}

.eco-logo-mark::before {
  content: "";
  position: absolute;
  inset: 8px 10px 8px 10px;
  border-radius: 50% 40% 50% 40%;
  background: rgba(255,255,255,0.92);
  transform: rotate(-28deg);
}

.eco-logo-text {
  font-size: 14px;
  font-weight: 800;
  color: #329d58;
  line-height: 1;
}

.eco-logo-text span {
  color: #39a2d9;
}

.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: #0f57a1;
}

.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, #2a7ec7 0%, #4cc4ec 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: #fff;
  background: linear-gradient(180deg, #dca328 0%, #cf951f 100%);
  box-shadow: 0 12px 24px rgba(208, 148, 29, 0.26);
}

.btn-gold:hover {
  background: linear-gradient(180deg, #cf951f 0%, #bf861a 100%);
  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;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    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.jpg") center center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.00) 26%),
    linear-gradient(90deg, rgba(248,251,253,0.90) 0%, rgba(248,251,253,0.74) 28%, rgba(248,251,253,0.18) 58%, rgba(248,251,253,0.00) 78%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  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;
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 110px 34px 180px;
  box-sizing: border-box;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 82px;
  line-height: 0.94;
  letter-spacing: -0.05em;
  color: #1d2d40;
  font-weight: 800;
}

.hero p {
  max-width: 660px;
  margin: 0;
  font-size: 22px;
  line-height: 1.55;
  color: #4a6883;
  font-weight: 600;
}

.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;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #284969;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(33, 77, 115, 0.10);
  backdrop-filter: blur(10px);
}

.hero-stats i {
  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, #39a2d9 0%, #2e77c7 100%);
  color: #fff;
}

/* 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-card.blue .pill-icon {
  background: #dff2ff;
}
.pill-card.green .pill-icon {
  background: #e7f5dd;
}
.pill-card.gold .pill-icon {
  background: #f6e9ce;
}
.pill-card.mint .pill-icon {
  background: #e5f3e6;
}

.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;
}

/* pseudo icons plus propres que les emojis */
.icon-wave::before,
.icon-leaf::before,
.icon-heart::before,
.icon-tree::before {
  content: "";
  position: absolute;
}

.icon-wave::before {
  left: 12px;
  top: 18px;
  width: 32px;
  height: 14px;
  border-radius: 0 0 16px 16px;
  background: #2e9de0;
  box-shadow: 0 -7px 0 -3px #6dc7f0, 0 -1px 0 0 #2e9de0;
}

.icon-leaf::before {
  left: 17px;
  top: 11px;
  width: 22px;
  height: 31px;
  background: #67a842;
  border-radius: 50% 0 50% 50%;
  transform: rotate(-40deg);
}

.icon-heart::before {
  left: 17px;
  top: 17px;
  width: 22px;
  height: 22px;
  background: #c98b2d;
  transform: rotate(45deg);
  border-radius: 4px;
}
.icon-heart::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 22px;
  height: 22px;
  background: #c98b2d;
  border-radius: 50%;
  transform: translate(-8px, 0);
  box-shadow: 8px -8px 0 #c98b2d;
}

.icon-tree::before {
  left: 14px;
  top: 10px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #63a63e;
}
.icon-tree::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 33px;
  width: 6px;
  height: 12px;
  border-radius: 4px;
  background: #6c4d2d;
}

/* 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: #0f51b8;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.eco-blue-btn:hover {
  background: #0b459d;
  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: #fff;
  background: linear-gradient(180deg, #dca328 0%, #cf951f 100%);
  box-shadow: 0 10px 20px rgba(208, 148, 29, 0.24);
}

.eco-blue-btn-primary:hover {
  background: linear-gradient(180deg, #cf951f 0%, #bf861a 100%);
  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 {
  margin-bottom: 18px;
}

.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;
}

@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: #fff;
  background: linear-gradient(180deg, #67a842 0%, #5a9738 100%);
  box-shadow: 0 10px 20px rgba(90, 151, 56, 0.24);
}

.eco-green-btn-primary:hover {
  background: linear-gradient(180deg, #5a9738 0%, #4c832f 100%);
  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: #fff;
  background: linear-gradient(180deg, #d4a321 0%, #c89217 100%);
  box-shadow: 0 10px 20px rgba(200, 146, 23, 0.22);
}

.btn-attitude-solid:hover {
  background: linear-gradient(180deg, #c89217 0%, #b38110 100%);
  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: #fff;
  background: linear-gradient(180deg, #d4a321 0%, #c89217 100%);
}

.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: #fff;
  background: linear-gradient(180deg, #238943 0%, #1f7a3c 100%);
  box-shadow: 0 10px 20px rgba(31, 122, 60, 0.22);
}

.btn-green-solid:hover {
  background: linear-gradient(180deg, #1f7a3c 0%, #196731 100%);
  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: #fff;
  background: linear-gradient(180deg, #d4b624 0%, #caaa1f 100%);
}

.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: #fff;
  background: linear-gradient(180deg, #238943 0%, #1f7a3c 100%);
  box-shadow: 0 10px 20px rgba(31, 122, 60, 0.22);
}

.btn-green-solid:hover {
  background: linear-gradient(180deg, #1f7a3c 0%, #196731 100%);
  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: #fff;
  background: linear-gradient(180deg, #d4b624 0%, #caaa1f 100%);
}

.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: #fff;
  background: linear-gradient(180deg, #1463b8 0%, #0f57a1 100%);
  box-shadow: 0 10px 20px rgba(15, 87, 161, 0.22);
}

.btn-blue-solid:hover {
  background: linear-gradient(180deg, #0f57a1 0%, #0c4784 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: #fff;
  background: linear-gradient(180deg, #d4a321 0%, #c89217 100%);
}

.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: #183a66;
  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;
}

.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: #183a66;
  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: #183a66;
  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: #fff;
  background: linear-gradient(180deg, #dca328 0%, #cf951f 100%);
  box-shadow: 0 10px 20px rgba(208, 148, 29, 0.26);
}

.btn-projet-solid:hover {
  background: linear-gradient(180deg, #cf951f 0%, #bf861a 100%);
  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: #1262b4;
  font-size: 18px;
  font-weight: 800;
}

.eco-projet-kicker::after {
  content: "";
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2a7ec7 0%, #60a85a 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: #fff;
  background: linear-gradient(180deg, #1262b4 0%, #0f57a1 100%);
  box-shadow: 0 12px 24px rgba(15, 87, 161, 0.20);
}

.eco-projet-pill-gold {
  background: linear-gradient(180deg, #dca328 0%, #cf951f 100%);
  box-shadow: 0 12px 24px rgba(208, 148, 29, 0.24);
}

.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 {
  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);
  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-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: linear-gradient(180deg, #55a63d 0%, #4a9135 100%); }
.eco-projet-card-badge.is-done { background: linear-gradient(180deg, #1262b4 0%, #0f57a1 100%); }
.eco-projet-card-badge.is-future { background: linear-gradient(180deg, #e0a11c 0%, #cb8f12 100%); }

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

.eco-projet-card-content h3 {
  margin: 0 0 10px;
  color: #183a66;
  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: #1262b4;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.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%;
  }
}
