:root {
  --eco-ink: #081526;
  --eco-blue: #0d47a1;
  --eco-cyan: #00a8c8;
  --eco-teal: #0f6f78;
  --eco-soft: #eef7fb;
  --eco-line: #d8e7f0;
  --eco-muted: #5d6d7e;
}

.eco-page {
  background: #f5f9fc;
}

.eco-hero {
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 118px 48px 56px;
  background: linear-gradient(135deg, #07162a 0%, #0d47a1 55%, #0f6f78 100%);
  color: #fff;
  overflow: hidden;
}

.eco-hero-inner,
.eco-section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.eco-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 48px;
  align-items: center;
}

.eco-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a8f2ff;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eco-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #a8f2ff;
}

.eco-hero h1 {
  max-width: 760px;
  margin: 20px 0;
  font-family: Sora, sans-serif;
  font-size: clamp(44px, 6vw, 82px);
  line-height: .98;
  letter-spacing: 0;
}

.eco-hero p {
  max-width: 690px;
  color: rgba(255,255,255,.78);
  font-size: 20px;
  line-height: 1.65;
}

.eco-launch {
  display: inline-flex;
  margin: 28px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: 800;
}

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

.eco-hero-media {
  display: grid;
  gap: 18px;
}

.eco-title-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.eco-title-card img,
.eco-shot img {
  width: 100%;
  display: block;
}

.eco-shot-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.eco-shot {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.eco-section {
  padding: clamp(58px, 7vw, 92px) 48px;
}

.eco-section.alt {
  background: #fff;
}

.eco-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.eco-section-head h2 {
  color: var(--eco-ink);
  font-family: Sora, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
  margin: 10px 0 14px;
}

.eco-section-head p {
  color: var(--eco-muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.eco-card {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--eco-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8,21,38,.06);
}

.eco-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e7f7fb;
  color: var(--eco-teal);
  font-family: Sora, sans-serif;
  font-weight: 900;
}

.eco-card h3 {
  color: var(--eco-ink);
  font-family: Sora, sans-serif;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.eco-card p {
  color: var(--eco-muted);
  line-height: 1.65;
}

.eco-video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 360px;
  gap: 20px;
  align-items: stretch;
}

.eco-video {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--eco-line);
  background: #07162a;
  box-shadow: 0 24px 70px rgba(8,21,38,.14);
}

.eco-video video {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
}

.eco-video.vertical video {
  aspect-ratio: 9 / 16;
  min-height: 520px;
}

.eco-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.eco-copy {
  color: var(--eco-muted);
  font-size: 18px;
  line-height: 1.75;
}

.eco-copy p + p {
  margin-top: 16px;
}

.eco-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.eco-list li {
  list-style: none;
  padding: 16px 18px;
  border: 1px solid var(--eco-line);
  border-radius: 8px;
  background: #fff;
  color: var(--eco-ink);
  font-weight: 700;
}

.eco-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.eco-article-link {
  display: block;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--eco-line);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.eco-article-link:hover {
  transform: translateY(-4px);
  border-color: rgba(13,71,161,.32);
  box-shadow: 0 18px 46px rgba(13,71,161,.1);
}

.eco-article-link strong {
  display: block;
  color: var(--eco-blue);
  font-family: Sora, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.eco-article-link small {
  color: var(--eco-muted);
  line-height: 1.5;
}

.eco-cta {
  color: #fff;
  background: linear-gradient(135deg, #081526, #0d47a1);
}

.eco-cta h2 {
  color: #fff;
}

.eco-cta p {
  color: rgba(255,255,255,.78);
}

@media (max-width: 980px) {
  .eco-hero,
  .eco-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .eco-hero-inner,
  .eco-split,
  .eco-video-grid {
    grid-template-columns: 1fr;
  }

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

  .eco-video.vertical video {
    min-height: 420px;
    object-fit: contain;
  }
}

/* Ajustes 2026-07: pagina compacta, hero com video e artigos navegaveis */
.eco-hero { min-height: auto; padding: 104px 48px 46px; }
.eco-hero-inner { grid-template-columns: minmax(0, .95fr) minmax(300px, 420px); gap: 42px; }
.eco-hero h1 { max-width: 650px; margin: 16px 0; font-size: clamp(38px, 4.7vw, 64px); line-height: 1.06; }
.eco-hero p { max-width: 660px; font-size: 18px; line-height: 1.55; }
.eco-hero-points { display: grid; gap: 9px; max-width: 660px; margin: 18px 0 0; padding: 0; }
.eco-hero-points li { list-style: none; position: relative; padding-left: 24px; color: rgba(255,255,255,.86); font-weight: 700; line-height: 1.45; }
.eco-hero-points li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border-radius: 999px; background: #a8f2ff; box-shadow: 0 0 0 5px rgba(168,242,255,.14); }
.eco-launch { margin-top: 22px; }
.eco-actions { margin-top: 24px; }
.eco-hero-media { align-self: center; }
.eco-hero-video-card { max-width: 360px; margin-left: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #07162a; box-shadow: 0 26px 70px rgba(0,0,0,.32); }
.eco-hero-video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #07162a; }
.eco-shot-row { display: none; }
.eco-section { padding: clamp(38px, 4.8vw, 64px) 48px; }
.eco-section-head { margin-bottom: 24px; }
.eco-section-head h2 { font-size: clamp(26px, 3.2vw, 42px); line-height: 1.12; }
.eco-card { min-height: 220px; padding: 22px; }
.eco-guideline-matrix { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.eco-guideline-matrix article { min-height: 170px; padding: 22px; border: 1px solid var(--eco-line); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(8,21,38,.05); }
.eco-guideline-matrix strong { display: block; color: var(--eco-blue); font-family: Sora, sans-serif; font-size: 18px; margin-bottom: 10px; }
.eco-guideline-matrix span { display: block; color: var(--eco-muted); line-height: 1.55; }
.eco-video-grid { display: none; }
.eco-video-stories { display: grid; gap: 28px; }
.eco-video-story { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; padding: 24px; border: 1px solid var(--eco-line); border-radius: 8px; background: #fff; box-shadow: 0 16px 44px rgba(8,21,38,.06); }
.eco-video-story.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.eco-video-story.centered { display: block; max-width: 820px; margin: 0 auto; text-align: center; }
.eco-video-copy span { color: var(--eco-teal); font-family: Sora, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eco-video-copy h3 { color: var(--eco-ink); font-family: Sora, sans-serif; font-size: clamp(22px, 2.5vw, 32px); line-height: 1.18; margin: 10px 0 12px; }
.eco-video-copy p { color: var(--eco-muted); font-size: 17px; line-height: 1.65; }
.eco-video-story .eco-video video { min-height: 300px; object-fit: cover; }
.eco-video-centered { width: min(360px, 100%); margin: 22px auto 0; }
.eco-video-centered video { aspect-ratio: 9 / 16; object-fit: cover; }
.eco-article-page { background: #f5f9fc; color: var(--eco-ink); }
.eco-article-main { padding: 104px 24px 54px; }
.eco-article-shell { width: min(980px, 100%); margin: 0 auto; padding: 34px 38px 40px; border: 1px solid var(--eco-line); border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(8,21,38,.08); }
.eco-article-topbar, .eco-article-navlinks { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.eco-article-topbar a, .eco-article-navlinks a { display: inline-flex; align-items: center; min-height: 40px; padding: 9px 14px; border: 1px solid var(--eco-line); border-radius: 8px; color: var(--eco-blue); font-weight: 800; text-decoration: none; background: #f7fbfd; }
.eco-article-shell h1 { max-width: 850px; margin: 14px 0; color: var(--eco-ink); font-family: Sora, sans-serif; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; }
.eco-article-subtitle { max-width: 760px; color: var(--eco-muted); font-size: 18px; line-height: 1.65; }
.eco-article-content { margin-top: 28px; color: #243548; font-size: 17px; line-height: 1.72; }
.eco-article-content h2 { margin: 30px 0 10px; color: var(--eco-ink); font-family: Sora, sans-serif; font-size: 27px; }
.eco-article-content h3 { margin: 24px 0 8px; color: var(--eco-ink); font-family: Sora, sans-serif; }
.eco-article-content table { width: 100%; border-collapse: collapse; margin: 18px 0 24px; font-size: 15px; }
.eco-article-content th, .eco-article-content td { border: 1px solid var(--eco-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.eco-article-content th { background: #f1f7fb; }
.eco-article-content .note, .eco-article-content .medware, .eco-article-content .warning, .eco-article-content .sources { margin: 22px 0; padding: 18px 20px; border: 1px solid var(--eco-line); border-radius: 8px; background: #f4f8fb; }
.eco-article-content .medware { border-left: 5px solid var(--eco-teal); background: #f2faf9; }
.eco-article-content .warning { border-left: 5px solid #8b2f4d; background: #fff7fa; }
.eco-related-articles { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--eco-line); }
.eco-related-articles h2 { color: var(--eco-ink); font-family: Sora, sans-serif; font-size: 25px; margin-bottom: 16px; }
.eco-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.eco-related-grid a { display: block; padding: 14px 16px; border: 1px solid var(--eco-line); border-radius: 8px; background: #f8fbfd; color: var(--eco-blue); font-weight: 800; line-height: 1.35; text-decoration: none; }
.eco-article-cta { margin-top: 32px; padding: 24px; border-radius: 8px; background: linear-gradient(135deg, #081526, #0d47a1); color: #fff; }
.eco-article-cta h2 { color: #fff; font-family: Sora, sans-serif; margin: 0 0 8px; }
.eco-article-cta p { color: rgba(255,255,255,.8); margin-bottom: 18px; }
@media (max-width: 980px) {
  .eco-hero { padding-top: 96px; }
  .eco-hero-inner, .eco-video-story, .eco-video-story.reverse, .eco-guideline-matrix, .eco-related-grid { grid-template-columns: 1fr; }
  .eco-hero-video-card { width: min(330px, 100%); margin: 0 auto; }
  .eco-video-story.reverse .eco-video { order: 2; }
  .eco-video-story.reverse .eco-video-copy { order: 1; }
  .eco-section { padding-left: 24px; padding-right: 24px; }
  .eco-article-shell { padding: 26px 20px 32px; }
}
.eco-video-story.lower-copy .eco-video-centered { margin: 0 auto 22px; }
.eco-video-story.lower-copy .eco-video-copy { max-width: 680px; margin: 0 auto; }
