.eco-page {
  --eco-navy: #071b39;
  --eco-navy-soft: #0c2b52;
  --eco-blue: #1769e0;
  --eco-cyan: #14a9b8;
  --eco-mint: #dff7f5;
  --eco-ink: #0d1f3c;
  --eco-text: #516078;
  --eco-line: #dce5ef;
  --eco-bg: #f5f8fc;
  --eco-white: #fff;
  padding-top: 3.88rem;
  color: var(--eco-ink);
  background: var(--eco-white);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  overflow: hidden;
}

.eco-page *,
.eco-page *::before,
.eco-page *::after {
  box-sizing: border-box;
}

.eco-page img {
  display: block;
  max-width: 100%;
}

.eco-page h1,
.eco-page h2,
.eco-page h3,
.eco-page p,
.eco-page ol,
.eco-page ul {
  margin-top: 0;
}

.eco-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.eco-section {
  padding: 96px 0;
}

.eco-kicker {
  margin-bottom: 14px;
  color: var(--eco-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eco-kicker-light {
  color: #79dbe2;
}

.eco-section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.eco-section-heading h2 {
  margin-bottom: 18px;
  color: var(--eco-ink);
  font-size: 40px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.eco-section-heading p {
  margin-bottom: 0;
  color: var(--eco-text);
  font-size: 17px;
  line-height: 1.9;
}

.eco-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eco-heading-light h2,
.eco-heading-light p {
  color: #fff;
}

.eco-heading-light p {
  color: #b9cae0;
}

.eco-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: var(--eco-navy);
  isolation: isolate;
}

.eco-hero-media,
.eco-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.eco-hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.eco-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 18, 40, 0.97) 0%, rgba(4, 18, 40, 0.88) 38%, rgba(4, 18, 40, 0.48) 67%, rgba(4, 18, 40, 0.14) 100%);
}

.eco-hero-inner {
  padding-top: 76px;
  padding-bottom: 72px;
}

.eco-hero-copy {
  width: 650px;
  max-width: 62%;
}

.eco-hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 56px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.eco-hero h1 span {
  display: block;
  color: #68dce3;
}

.eco-hero-copy > p {
  max-width: 620px;
  margin-bottom: 32px;
  color: #d5e0ee;
  font-size: 18px;
  line-height: 1.9;
}

.eco-hero-actions,
.eco-hero-tags,
.eco-suitable,
.eco-digital-items,
.eco-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.eco-hero-actions {
  gap: 14px;
}

.eco-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.eco-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--eco-blue), #2c7df0);
  box-shadow: 0 12px 28px rgba(23, 105, 224, 0.3);
}

.eco-button-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.eco-button-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.eco-hero-tags {
  gap: 20px;
  margin-top: 40px;
  color: #cbd8e8;
  font-size: 14px;
}

.eco-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.eco-hero-tags i {
  color: #67d9df;
}

.eco-assurance {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 14px 40px rgba(10, 34, 70, 0.08);
}

.eco-assurance-list {
  min-height: 112px;
  display: flex;
  align-items: stretch;
}

.eco-assurance-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 26px;
  border-right: 1px solid var(--eco-line);
}

.eco-assurance-item:first-child {
  border-left: 1px solid var(--eco-line);
}

.eco-assurance-item strong {
  margin-bottom: 7px;
  color: var(--eco-ink);
  font-size: 17px;
}

.eco-assurance-item span {
  color: var(--eco-text);
  font-size: 13px;
  line-height: 1.6;
}

.eco-audience {
  background: var(--eco-bg);
}

.eco-audience-grid,
.eco-capability-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.eco-audience-card {
  width: calc(25% - 15px);
  min-height: 260px;
  padding: 30px 26px;
  border: 1px solid #e2eaf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 35, 72, 0.05);
}

.eco-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--eco-blue);
  background: #eaf2ff;
  font-size: 21px;
}

.eco-audience-card:nth-child(even) .eco-icon {
  color: #0f8996;
  background: var(--eco-mint);
}

.eco-audience-card h3,
.eco-capability-grid h3 {
  margin-bottom: 12px;
  color: var(--eco-ink);
  font-size: 21px;
  font-weight: 750;
}

.eco-audience-card p,
.eco-capability-grid p {
  margin-bottom: 0;
  color: var(--eco-text);
  font-size: 15px;
  line-height: 1.85;
}

.eco-route-section {
  position: relative;
  color: #fff;
  background: var(--eco-navy);
}

.eco-route-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 10%, rgba(20, 169, 184, 0.15), transparent 38%), radial-gradient(circle at 85% 90%, rgba(23, 105, 224, 0.2), transparent 42%);
  pointer-events: none;
}

.eco-route-section .eco-shell {
  position: relative;
}

.eco-route {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eco-route::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 217, 223, 0.12), rgba(103, 217, 223, 0.8), rgba(103, 217, 223, 0.12));
}

.eco-route li {
  position: relative;
  z-index: 1;
  width: 14.285%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 8px;
  text-align: center;
}

.eco-route li > span {
  margin-bottom: 12px;
  color: #6fd5dd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.eco-route li > i {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(111, 213, 221, 0.42);
  border-radius: 50%;
  color: #fff;
  background: #0c2d55;
  box-shadow: 0 0 0 7px var(--eco-navy);
  font-size: 20px;
}

.eco-route strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}

.eco-route small {
  color: #9eb2cc;
  font-size: 12px;
  line-height: 1.65;
}

.eco-services {
  background: #fff;
}

.eco-service-row {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-bottom: 104px;
}

.eco-service-row:last-child {
  margin-bottom: 0;
}

.eco-service-row-reverse {
  flex-direction: row-reverse;
}

.eco-service-media,
.eco-service-copy {
  width: calc(50% - 36px);
}

.eco-service-media {
  position: relative;
  min-height: 430px;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe7ef;
  box-shadow: 0 24px 60px rgba(7, 27, 57, 0.13);
}

.eco-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 18, 40, 0.72));
  pointer-events: none;
}

.eco-service-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.eco-service-row:hover .eco-service-media img {
  transform: scale(1.025);
}

.eco-media-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.eco-media-label i {
  color: #6fe0e4;
}

.eco-service-number {
  display: block;
  margin-bottom: 14px;
  color: var(--eco-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.eco-service-copy h3 {
  margin-bottom: 18px;
  color: var(--eco-ink);
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.eco-service-lead {
  margin-bottom: 24px;
  color: var(--eco-text);
  font-size: 16px;
  line-height: 1.9;
}

.eco-check-list {
  margin-bottom: 26px;
  padding: 0;
  list-style: none;
}

.eco-check-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  color: #33445e;
  font-size: 15px;
  line-height: 1.65;
}

.eco-check-list li::before {
  content: "\2713";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #087e8b;
  background: var(--eco-mint);
  font-size: 12px;
  font-weight: 900;
}

.eco-suitable {
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--eco-line);
}

.eco-suitable strong {
  margin-right: 4px;
  color: var(--eco-ink);
  font-size: 13px;
}

.eco-suitable span {
  padding: 6px 10px;
  border-radius: 5px;
  color: #42607d;
  background: #f0f5fa;
  font-size: 12px;
}

.eco-service-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-left: 3px solid var(--eco-blue);
  border-radius: 0 7px 7px 0;
  color: #48617d;
  background: #eff6ff;
  font-size: 13px;
  line-height: 1.7;
}

.eco-service-note i {
  margin-top: 4px;
  color: var(--eco-blue);
}

.eco-service-note-warn {
  border-left-color: #d09524;
  color: #6d5931;
  background: #fff8e9;
}

.eco-service-note-warn i {
  color: #c48614;
}

.eco-mode-section {
  background: var(--eco-bg);
}

.eco-mode-table {
  border: 1px solid var(--eco-line);
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 27, 57, 0.06);
}

.eco-mode-row {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 1.4fr;
  border-bottom: 1px solid var(--eco-line);
}

.eco-mode-row:last-child {
  border-bottom: 0;
}

.eco-mode-row > div {
  padding: 20px 24px;
  border-right: 1px solid var(--eco-line);
  color: #4c5d73;
  font-size: 14px;
  line-height: 1.65;
}

.eco-mode-row > div:last-child {
  border-right: 0;
}

.eco-mode-row > div:first-child {
  color: var(--eco-ink);
  font-weight: 700;
  background: #f8fafc;
}

.eco-mode-head {
  color: #fff;
  background: var(--eco-navy-soft);
}

.eco-mode-head > div,
.eco-mode-head > div:first-child {
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 750;
}

.eco-mode-head span {
  display: inline-block;
  margin-right: 7px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #04213e;
  background: #6edce2;
  font-size: 13px;
}

.eco-mode-footnote {
  margin: 18px 0 0;
  color: #6a788b;
  font-size: 13px;
  line-height: 1.75;
}

.eco-mode-footnote i {
  margin-right: 6px;
  color: var(--eco-blue);
}

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

.eco-capability-grid article {
  width: calc(25% - 15px);
  padding: 30px 24px;
  border-top: 3px solid var(--eco-blue);
  border-radius: 10px;
  background: #f7fafe;
}

.eco-capability-grid article:nth-child(even) {
  border-top-color: var(--eco-cyan);
}

.eco-capability-grid article > i {
  margin-bottom: 22px;
  color: var(--eco-blue);
  font-size: 25px;
}

.eco-capability-grid article:nth-child(even) > i {
  color: #0b8e9b;
}

.eco-category-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  padding: 22px 24px;
  border: 1px solid var(--eco-line);
  border-radius: 10px;
}

.eco-category-bar strong {
  margin-right: 8px;
  color: var(--eco-ink);
  font-size: 14px;
}

.eco-category-bar span {
  padding: 6px 12px;
  border-radius: 20px;
  color: #35627e;
  background: #eaf5f7;
  font-size: 12px;
}

.eco-category-bar small {
  width: 100%;
  margin-top: 6px;
  color: #778598;
  font-size: 12px;
  line-height: 1.65;
}

.eco-digital {
  position: relative;
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(135deg, #071b39, #0c3762);
}

.eco-digital::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(79, 218, 226, 0.17), transparent 67%);
}

.eco-digital-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.eco-digital-copy {
  width: 56%;
}

.eco-digital-copy h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
}

.eco-digital-copy p {
  margin-bottom: 0;
  color: #b8c9dc;
  font-size: 15px;
  line-height: 1.85;
}

.eco-digital-items {
  width: 40%;
  gap: 12px;
}

.eco-digital-items span {
  width: calc(50% - 6px);
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #e9f1fa;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
}

.eco-digital-items i {
  color: #66dbe1;
}

.eco-faq {
  background: var(--eco-bg);
}

.eco-faq-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.eco-faq-layout > .eco-section-heading {
  width: 38%;
  margin-bottom: 0;
}

.eco-faq-list {
  width: calc(62% - 80px);
}

.eco-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--eco-line);
  border-radius: 9px;
  background: #fff;
}

.eco-faq summary {
  position: relative;
  padding: 21px 50px 21px 22px;
  color: var(--eco-ink);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.eco-faq summary::-webkit-details-marker {
  display: none;
}

.eco-faq summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 20px;
  color: var(--eco-blue);
  font-size: 24px;
  font-weight: 400;
}

.eco-faq details[open] summary::after {
  content: "\2212";
}

.eco-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--eco-text);
  font-size: 14px;
  line-height: 1.85;
}

.eco-cta {
  position: relative;
  padding: 86px 0;
  color: #fff;
  background: linear-gradient(135deg, #1769e0, #0b8396);
}

.eco-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(30deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%);
  background-size: 42px 42px;
}

.eco-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.eco-cta-inner > div:first-child {
  max-width: 690px;
}

.eco-cta h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 800;
}

.eco-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.85;
}

.eco-cta-actions {
  min-width: 250px;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.eco-button-white {
  color: #0c559e !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(4, 35, 70, 0.16);
}

.eco-phone {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff !important;
}

.eco-phone i {
  grid-row: 1 / 3;
  font-size: 18px;
}

.eco-phone span {
  font-size: 11px;
  opacity: 0.75;
}

.eco-phone strong {
  font-size: 15px;
  letter-spacing: 0.03em;
}

#eco-services,
#eco-mode-title,
#eco-capability-title,
#eco-faq-title {
  scroll-margin-top: 90px;
}

@media (max-width: 1100px) {
  .eco-hero-copy {
    max-width: 70%;
  }

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

  .eco-service-row {
    gap: 44px;
  }

  .eco-service-media,
  .eco-service-copy {
    width: calc(50% - 22px);
  }

  .eco-route small {
    display: none;
  }
}

@media (max-width: 900px) {
  .eco-page {
    padding-top: 4rem;
  }

  .eco-section {
    padding: 74px 0;
  }

  .eco-shell {
    width: min(calc(100% - 36px), 760px);
  }

  .eco-hero {
    min-height: 650px;
  }

  .eco-hero-media {
    object-position: 62% center;
  }

  .eco-hero-shade {
    background: linear-gradient(90deg, rgba(4, 18, 40, 0.97), rgba(4, 18, 40, 0.83) 64%, rgba(4, 18, 40, 0.45));
  }

  .eco-hero-copy {
    width: 620px;
    max-width: 82%;
  }

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

  .eco-assurance-list {
    flex-wrap: wrap;
  }

  .eco-assurance-item {
    width: 50%;
    border-bottom: 1px solid var(--eco-line);
  }

  .eco-audience-card,
  .eco-capability-grid article {
    width: calc(50% - 10px);
  }

  .eco-route {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 0;
  }

  .eco-route::before {
    display: none;
  }

  .eco-route li {
    width: 25%;
  }

  .eco-service-row,
  .eco-service-row-reverse {
    flex-direction: column;
    gap: 38px;
    margin-bottom: 80px;
  }

  .eco-service-media,
  .eco-service-copy {
    width: 100%;
  }

  .eco-service-media,
  .eco-service-media img {
    min-height: 0;
    height: 430px;
  }

  .eco-mode-row > div {
    padding: 17px 15px;
  }

  .eco-digital-inner,
  .eco-faq-layout,
  .eco-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .eco-digital-copy,
  .eco-digital-items,
  .eco-faq-layout > .eco-section-heading,
  .eco-faq-list {
    width: 100%;
  }

  .eco-faq-layout {
    gap: 40px;
  }

  .eco-cta-actions {
    width: 280px;
  }
}

@media (max-width: 620px) {
  .eco-page {
    padding-top: 4rem;
  }

  .eco-shell {
    width: calc(100% - 30px);
  }

  .eco-section {
    padding: 58px 0;
  }

  .eco-section-heading {
    margin-bottom: 34px;
  }

  .eco-section-heading h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .eco-section-heading p {
    font-size: 15px;
    line-height: 1.8;
  }

  .eco-hero {
    min-height: 650px;
    align-items: flex-end;
  }

  .eco-hero-media {
    object-position: 69% center;
  }

  .eco-hero-shade {
    background: linear-gradient(180deg, rgba(4, 18, 40, 0.4) 0%, rgba(4, 18, 40, 0.9) 48%, rgba(4, 18, 40, 0.98) 100%);
  }

  .eco-hero-inner {
    padding-top: 150px;
    padding-bottom: 42px;
  }

  .eco-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .eco-hero h1 {
    margin-bottom: 19px;
    font-size: 34px;
    line-height: 1.28;
    letter-spacing: -0.03em;
  }

  .eco-hero-copy > p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.75;
  }

  .eco-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .eco-button {
    width: 100%;
  }

  .eco-hero-tags {
    gap: 11px 16px;
    margin-top: 28px;
    font-size: 12px;
  }

  .eco-assurance-list {
    width: 100%;
  }

  .eco-assurance-item {
    min-height: 92px;
    padding: 16px 14px;
  }

  .eco-assurance-item strong {
    font-size: 14px;
  }

  .eco-assurance-item span {
    font-size: 11px;
  }

  .eco-audience-grid,
  .eco-capability-grid {
    gap: 12px;
  }

  .eco-audience-card,
  .eco-capability-grid article {
    width: 100%;
  }

  .eco-audience-card {
    min-height: 0;
    padding: 25px 22px;
  }

  .eco-route-section {
    padding-bottom: 48px;
  }

  .eco-route {
    justify-content: flex-start;
    gap: 26px 0;
  }

  .eco-route li {
    width: 33.333%;
    padding: 0 4px;
  }

  .eco-route li > i {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    font-size: 17px;
  }

  .eco-route strong {
    font-size: 13px;
  }

  .eco-service-row,
  .eco-service-row-reverse {
    gap: 28px;
    margin-bottom: 64px;
  }

  .eco-service-media,
  .eco-service-media img {
    height: 255px;
  }

  .eco-media-label {
    left: 16px;
    bottom: 15px;
    font-size: 12px;
  }

  .eco-service-copy h3 {
    font-size: 28px;
  }

  .eco-service-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .eco-check-list li {
    font-size: 14px;
  }

  .eco-suitable strong {
    width: 100%;
    margin-bottom: 3px;
  }

  .eco-mode-table {
    border-radius: 10px;
  }

  .eco-mode-row {
    grid-template-columns: 82px 1fr 1fr;
  }

  .eco-mode-row > div {
    padding: 13px 8px;
    font-size: 11px;
    line-height: 1.55;
  }

  .eco-mode-head > div,
  .eco-mode-head > div:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .eco-mode-head span {
    display: block;
    width: max-content;
    margin: 0 0 5px;
    font-size: 11px;
  }

  .eco-category-bar {
    padding: 18px;
  }

  .eco-category-bar strong {
    width: 100%;
  }

  .eco-digital {
    padding: 58px 0;
  }

  .eco-digital-inner {
    gap: 34px;
  }

  .eco-digital-copy h2,
  .eco-cta h2 {
    font-size: 28px;
  }

  .eco-digital-items {
    gap: 9px;
  }

  .eco-digital-items span {
    width: calc(50% - 5px);
    padding: 0 11px;
    font-size: 12px;
  }

  .eco-faq summary {
    padding: 18px 44px 18px 17px;
    font-size: 14px;
  }

  .eco-faq summary::after {
    top: 14px;
    right: 16px;
  }

  .eco-faq details p {
    padding: 0 17px 18px;
    font-size: 13px;
  }

  .eco-cta {
    padding: 62px 0 96px;
  }

  .eco-cta-inner {
    gap: 32px;
  }

  .eco-cta-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-page *,
  .eco-page *::before,
  .eco-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
