/* ===== PAGE ERGONOMIE ===== */
.ergo-page {
  font-family: "Gantari", "Lato", Arial, sans-serif;
  color: #333;
}

.ergo-hero img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border);
}

/* Expert */
.ergo-expert {
  display: flex;
  gap: 32px;
  margin: 40px 0;
  align-items: flex-start;
}
.ergo-expert-img {
  flex: 0 0 160px;
  text-align: center;
}
.ergo-expert-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
}
.ergo-expert-text h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 10px;
}
.ergo-expert-text blockquote {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: var(--black-soft);
  border-left: 3px solid var(--primary);
  padding-left: 14px;
  margin: 0 0 14px;
  line-height: 1.5;
}
.ergo-expert-text p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--neutral-700);
  margin: 0 0 10px;
  text-align: justify;
}

/* Section heading */
.ergo-section-title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: var(--black-soft);
  margin: 40px 0 20px;
}

/* Position */
.ergo-position {
  display: flex;
  gap: 32px;
  margin: 0 0 40px;
  align-items: flex-start;
}
.ergo-position-img {
  flex: 0 0 220px;
}
.ergo-position-img img {
  width: 100%;
  height: auto;
  display: block;
}
.ergo-position-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 10px;
}
.ergo-position-text p {
  font-size: 14px;
  color: var(--neutral-700);
  margin: 0 0 6px;
  font-weight: 600;
}
.ergo-position-text ul {
  margin: 6px 0 0 18px;
  padding: 0;
}
.ergo-position-text ul li {
  font-size: 15px;
  color: var(--neutral-700);
  line-height: 1.65;
  margin-bottom: 3px;
}

/* Station banner */
.ergo-station-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--border);
  margin-bottom: 40px;
}

/* Product table */
.ergo-products {
  margin: 0 0 40px;
}
.ergo-product-row {
  display: flex;
  margin-bottom: 16px;
  box-shadow: var(--box-shadow);
  border-radius: var(--border);
  overflow: hidden;
  min-height: 160px;
}
.ergo-product-left {
  flex: 0 0 240px;
  display: flex;
  flex-direction: column;
}
.ergo-product-label {
  background: var(--primary-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 14px;
  text-align: center;
  height: 64px;
}
.ergo-product-img-wrap {
  flex: 1;
  background: var(--primary-200);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ergo-product-img-wrap img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.ergo-product-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ergo-product-heading {
  background: var(--primary);
  padding: 12px 20px;
  height: 64px;
}
.ergo-product-heading h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.4;
}
.ergo-product-body {
  flex: 1;
  background: var(--primary-100);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
}
.ergo-product-body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--neutral-700);
  margin: 0 0 10px;
}
.ergo-product-body ul {
  margin: 0 0 12px 18px;
  padding: 0;
}
.ergo-product-body ul li {
  font-size: 15px;
  color: var(--neutral-700);
  line-height: 1.6;
  margin-bottom: 3px;
}
.ergo-product-links {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.ergo-product-links a {
  font-size: 14px;
  color: var(--black-soft);
  font-weight: 600;
  text-decoration: none;
}
.ergo-product-links a:hover {
  text-decoration: underline;
}

/* Tips */
.ergo-tips {
  background: var(--primary);
  padding: 28px 36px;
  border-radius: var(--border);
  margin: 40px 0;
}
.ergo-tips h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin: 0 0 20px;
}
.ergo-tips ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.ergo-tips ol li {
  font-size: 15px;
  line-height: 1.75;
  color: var(--white);
  margin-bottom: 10px;
}
.ergo-tips ol li strong {
  text-decoration: underline;
}

/* Contact */
.ergo-contact {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--black-soft);
  margin: 32px 0;
}
.ergo-contact a {
  color: var(--black-soft);
}

/* Footer */
.ergo-footer {
  text-align: center;
  margin: 40px 0 20px;
}
.ergo-footer img {
  max-width: 200px;
  height: auto;
  border-radius: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .ergo-expert,
  .ergo-position {
    flex-direction: column;
  }
  .ergo-expert-img,
  .ergo-position-img {
    flex: none;
    width: 100%;
  }
  .ergo-product-row {
    flex-direction: column;
  }
  .ergo-product-left {
    flex: none;
  }
  .ergo-product-links {
    flex-direction: column;
    gap: 6px;
  }
  .ergo-product-body ul {
    padding-left: 0 !important;
  }
  .ergo-product-heading {
    height: 82px;
  }
}
