.ea-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 78% 30%, rgba(66, 191, 168, 0.24), transparent 32%),
    linear-gradient(135deg, #0f2d45 0%, #153f4b 42%, #eaf7f1 100%);
  color: #fff;
}

.ea-hero > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ea-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
}

.ea-hero .lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.ea-hero .eyebrow {
  color: #9cf0cf;
}

.ea-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ea-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ea-hero-pills span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f4fffb;
  font-weight: 800;
  font-size: 13px;
}

.ea-section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.72);
}

.ea-section.alt {
  background: rgba(238, 247, 242, 0.92);
}

.ea-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.ea-head {
  margin-bottom: 30px;
}

.ea-head h2 {
  color: #143d38;
}

.ea-head p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  font-size: 17px;
}

.ea-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.ea-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ea-card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ea-card {
  min-height: 178px;
  padding: 22px;
  border: 1px solid #cfe4dc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(29, 89, 68, 0.1);
}

.ea-card .num,
.ea-card .mark {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 32px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 9px;
  background: #e0f5eb;
  color: #17785d;
  font-weight: 900;
  font-size: 12px;
}

.ea-card h3 {
  color: #17785d;
}

.ea-card p,
.ea-card li {
  color: #5f706c;
  font-size: 14px;
}

.ea-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.ea-object-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #cce2da;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f2fbf7);
  box-shadow: 0 16px 38px rgba(32, 94, 71, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ea-object-card:hover {
  transform: translateY(-4px);
  border-color: #6dcaa2;
  box-shadow: 0 22px 48px rgba(32, 94, 71, 0.16);
}

.ea-object-card b {
  color: #0f3c35;
  font-size: 19px;
}

.ea-object-card p {
  color: #61736f;
  font-size: 14px;
}

.ea-object-card span {
  width: max-content;
  margin-top: auto;
  color: #17785d;
  font-weight: 900;
}

.ea-matrix {
  display: grid;
  gap: 12px;
}

.ea-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid #d5e8df;
  border-radius: 13px;
  background: #fff;
}

.ea-row b {
  color: #17785d;
}

.ea-row p {
  margin: 0;
  color: #5e706c;
}

.ea-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ea-flow article {
  position: relative;
  padding: 20px;
  border: 1px solid #d4e7de;
  border-radius: 13px;
  background: #fff;
}

.ea-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 44%;
  color: #e69d35;
  font-weight: 900;
}

.ea-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #42bfa8;
  border-radius: 10px;
  background: #f6fcf9;
  color: #526762;
}

.ea-cta {
  padding: clamp(48px, 6vw, 76px) clamp(20px, 5vw, 72px);
  background: linear-gradient(120deg, #123b34, #26936d);
  color: #fff;
  text-align: center;
}

.ea-cta > * {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.ea-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.ea-cta .btn {
  margin-top: 18px;
  background: #fff;
  color: #17785d;
}

.ea-mini-entry {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #cfe5dc;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3fbf7, #fff);
}

.ea-mini-entry h3 {
  color: #143d38;
}

.ea-mini-entry p {
  color: var(--muted);
}

.ea-mini-entry .text-link {
  display: inline-flex;
  margin-top: 6px;
}

@media (max-width: 980px) {
  .ea-card-grid,
  .ea-card-grid.three,
  .ea-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ea-flow article::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .ea-card-grid,
  .ea-card-grid.three,
  .ea-card-grid.two,
  .ea-flow,
  .ea-row {
    grid-template-columns: 1fr;
  }
  .ea-hero {
    padding-top: 56px;
  }
}
