/* ── ECO-FRIENDLY PAGE OVERRIDES ── */

/* ── HERO ── */
.eco-hero {
  background: #0d1f12;
  color: #fff;
  padding: 100px 40px 80px;
  position: relative;
  overflow: hidden;
}

.eco-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 80% 20%, rgba(74, 176, 107, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 20% 90%, rgba(74, 176, 107, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.eco-hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.eco-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(74, 176, 107, 0.12);
  border: 1px solid rgba(74, 176, 107, 0.25);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6fcf97;
  margin-bottom: 28px;
}

.eco-badge svg {
  flex-shrink: 0;
}

.eco-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(42px, 6.5vw, 88px);
  font-weight: 300;
  line-height: 1.05;
  color: #fff;
  max-width: 680px;
  margin-bottom: 28px;
}

.eco-headline em {
  font-style: italic;
  color: #6fcf97;
}

.eco-lede {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 540px;
  line-height: 1.7;
  margin-bottom: 48px;
}

.eco-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.eco-cta-primary {
  display: inline-block;
  background: #6fcf97;
  color: #0d1f12;
  padding: 14px 32px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, box-shadow 0.15s;
}

.eco-cta-primary:hover {
  background: #5fbf85;
  box-shadow: 0 4px 20px rgba(111, 207, 151, 0.25);
}

.eco-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}

.eco-cta-secondary:hover {
  color: rgba(255, 255, 255, 0.8);
}

.eco-cta-secondary svg {
  transition: transform 0.2s;
}

.eco-cta-secondary:hover svg {
  transform: translateX(3px);
}

/* ── STATS STRIP ── */
.eco-stats-strip {
  background: #0a1a0d;
  padding: 48px 40px;
}

.eco-stats-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.eco-stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.eco-stat-icon {
  color: #6fcf97;
  opacity: 0.8;
  margin-bottom: 4px;
}

.eco-stat-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.eco-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}

/* ── VALUE PROP ── */
.eco-value-prop {
  padding: var(--section-pad) 40px;
  background: var(--cream);
}

.eco-value-prop-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.eco-value-header {
  margin-bottom: 64px;
}

.eco-value-header .section-eyebrow {
  color: #3d8b4e;
}

.eco-value-header .section-headline {
  max-width: 600px;
}

.eco-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--cream-mid);
  border: 1px solid var(--cream-mid);
}

.eco-pillar {
  background: var(--cream);
  padding: 48px 40px;
  transition: background 0.2s;
}

.eco-pillar:hover {
  background: #fff;
}

.eco-pillar-icon {
  width: 48px;
  height: 48px;
  background: rgba(74, 176, 107, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d8b4e;
  margin-bottom: 24px;
}

.eco-pillar h3 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--midnight);
  margin-bottom: 12px;
}

.eco-pillar p {
  font-size: 14px;
  color: var(--warm-gray);
  line-height: 1.7;
}

/* ── DIFFERENTIATORS (dark section) ── */
.eco-diff {
  padding: var(--section-pad) 40px;
  background: #0d1f12;
}

.eco-diff-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.eco-diff-copy .section-eyebrow {
  color: #6fcf97;
}

.eco-diff-copy .section-headline {
  color: #fff;
  margin-bottom: 24px;
}

.eco-diff-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  margin-bottom: 32px;
}

.eco-diff-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eco-diff-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
}

.eco-diff-list li svg {
  flex-shrink: 0;
  color: #6fcf97;
  margin-top: 2px;
}

.eco-diff-visual {
  background: rgba(74, 176, 107, 0.04);
  border: 1px solid rgba(74, 176, 107, 0.15);
  border-radius: 8px;
  padding: 40px;
}

.eco-diff-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 28px;
  margin-bottom: 16px;
}

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

.eco-diff-card-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(111, 207, 151, 0.6);
  margin-bottom: 6px;
}

.eco-diff-card-value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.eco-diff-card-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

/* ── TESTIMONIAL ── */
.eco-testimonial {
  padding: var(--section-pad) 40px;
  background: var(--cream);
  border-top: 1px solid var(--cream-mid);
}

.eco-testimonial-inner {
  max-width: var(--container);
  margin: 0 auto;
  max-width: 760px;
}

.eco-testimonial-quote {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: var(--midnight);
  line-height: 1.4;
  margin-bottom: 28px;
}

.eco-testimonial-quote::before {
  content: '\u201C';
  color: #6fcf97;
  display: block;
  font-size: 64px;
  line-height: 0.8;
  margin-bottom: 16px;
}

.eco-testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eco-testimonial-avatar {
  width: 48px;
  height: 48px;
  background: var(--midnight);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6fcf97;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
}

.eco-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.eco-testimonial-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--charcoal);
}

.eco-testimonial-detail {
  font-size: 13px;
  color: var(--warm-gray);
}

/* ── SOCIAL PROOF ── */
.eco-social-proof {
  padding: var(--section-pad) 40px;
  background: var(--cream);
  border-top: 1px solid var(--cream-mid);
}

.eco-social-proof-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.eco-social-proof-header {
  margin-bottom: 48px;
}

.eco-social-proof-header .section-eyebrow {
  color: #3d8b4e;
}

.eco-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.eco-social-card {
  background: #fff;
  border: 1px solid var(--cream-mid);
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  transition: box-shadow 0.2s;
}

.eco-social-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}

.eco-social-stars {
  display: flex;
  gap: 3px;
}

.eco-social-quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--charcoal);
  font-style: normal;
  flex: 1;
}

.eco-social-quote::before {
  content: '\u201C';
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  color: #6fcf97;
  line-height: 0.8;
  margin-bottom: 12px;
  opacity: 0.5;
}

.eco-social-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid var(--cream-mid);
  padding-top: 20px;
}

.eco-social-avatar {
  width: 40px;
  height: 40px;
  background: #0d1f12;
  color: #6fcf97;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.eco-social-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.eco-social-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}

.eco-social-detail {
  font-size: 12px;
  color: var(--warm-gray);
  line-height: 1.4;
}

/* ── SEO SECTION ── */
.eco-seo-section {
  padding: 72px 40px;
  background: #0a1a0d;
}

.eco-seo-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.eco-seo-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.eco-seo-icon {
  color: #6fcf97;
  opacity: 0.7;
  flex-shrink: 0;
  margin-top: 2px;
}

.eco-seo-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.eco-seo-item p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

/* ── CLOSING CTA ── */
.eco-closing {
  background: var(--midnight);
  padding: 100px 40px;
  text-align: center;
}

.eco-closing-inner {
  max-width: 620px;
  margin: 0 auto;
}

.eco-closing-icon {
  color: #6fcf97;
  margin-bottom: 36px;
}

.eco-closing-headline {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.eco-closing-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .eco-stats-inner { grid-template-columns: 1fr 1fr; }
  .eco-pillars { grid-template-columns: 1fr; }
  .eco-diff-inner { grid-template-columns: 1fr; }
  .eco-seo-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .eco-hero { padding: 72px 24px 56px; }
  .eco-headline { font-size: 40px; }
  .eco-hero-actions { flex-direction: column; align-items: flex-start; }
  .eco-stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .eco-value-prop { padding: 64px 24px; }
  .eco-diff { padding: 64px 24px; }
  .eco-testimonial { padding: 64px 24px; }
  .eco-social-grid { grid-template-columns: 1fr; }
  .eco-seo-inner { grid-template-columns: 1fr; }
  .eco-closing { padding: 80px 24px; }
  .eco-closing-headline { font-size: 32px; }
}

@media (max-width: 480px) {
  .eco-stats-inner { grid-template-columns: 1fr; }
}