/* ============================================================
  ERGONOMIC DEBT LANDING PAGE
============================================================ */

.ergonomic-debt-page {
  background: #0C0C0F;
  color: #F5F5FA;
  overflow: hidden;
}

.ergonomic-debt-page *,
.ergonomic-debt-page *::before,
.ergonomic-debt-page *::after {
  box-sizing: border-box;
}

.ergonomic-debt-page h1,
.ergonomic-debt-page h2,
.ergonomic-debt-page h3,
.ergonomic-debt-page p {
  margin-top: 0;
}

.ergonomic-debt-page img {
  max-width: 100%;
}

.ed-eyebrow {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #FF5F00;
  margin: 0 0 20px;
}

.ed-eyebrow-light {
  color: #F5F5FA;
}

.ed-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 36px;
  padding: 10px 36px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s ease;
}
.ed-button,
.ed-button:hover,
.ed-button:focus {
  text-decoration: none;
}

.ed-button-orange {
  color: #F5F5FA;
  background: #FF5F00;
  border: 1px solid #FF5F00;
}

.ed-button-orange:hover {
  color: #FF5F00;
  background: transparent;
}

.ed-button-glass {
  color: #F5F5FA;
  background: transparent;
  border: 1px solid #FF5F00;
}

.ed-button-glass:hover {
  color: #0C0C0F;
  background: #FF5F00;
}


/* ============================================================
  SECTION 1 - HERO
============================================================ */

#ed-section-one {
  position: relative;
  min-height: 680px;
  padding: 150px 0 60px;
  margin: 80px 0 0 0;
  display: flex;
  align-items: center;
  background: #0C0C0F;
  overflow: hidden;
}

#ed-section-one .ed-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

#ed-section-one .ed-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 12, 15, 0.92) 0%, rgba(12, 12, 15, 0.70) 48%, rgba(12, 12, 15, 0.20) 100%),
    linear-gradient(180deg, rgba(12, 12, 15, 0.05) 0%, rgba(12, 12, 15, 0.86) 100%);
  pointer-events: none;
}

#ed-section-one::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(12, 12, 15, 0) 0%, #0C0C0F 100%);
  pointer-events: none;
}

#ed-section-one .container-fluid {
  position: relative; 
  z-index: 3;
}

#ed-section-one .ed-hero-content {
  max-width: 660px;
}

#ed-section-one h1 {
  font-size: clamp(46px, 5.8vw, 76px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: #F5F5FA;
  margin: 0 0 28px;
}

#ed-section-one h1 span {
  color: #FF5F00;
}

#ed-section-one .ed-hero-content p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.45;
  color: #F5F5FA;
  margin: 0 0 34px;
}

#ed-section-one .ed-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

#ed-section-one .ed-did-you-know {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 100%;
  margin: 70px 0 0;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(12, 12, 15, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#ed-section-one .ed-did-you-know-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid #FF5F00;
  border-radius: 50%;
  color: #FF5F00;
  font-size: 13px;
  font-weight: 600;
}

#ed-section-one .ed-did-you-know-title {
  color: #FF5F00;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 7px;
}

#ed-section-one .ed-did-you-know p:last-child {
  color: #F5F5FA;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}


/* ============================================================
  SECTION 2 - STATS
============================================================ */

#ed-section-two {
  background: #0C0C0F;
  padding: 70px 0 85px;
}

#ed-section-two .ed-section-heading {
  margin: 0 0 72px;
}

#ed-section-two h2 {
  font-size: 67px;
  font-weight: 500;
  line-height: 1.15;
  color: #F5F5FA;
  margin: 0;
}

#ed-section-two h2 span {
  color: #FF5F00;
}

#ed-section-two .ed-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1100px;
  margin: 0 auto;
}

#ed-section-two .ed-stat-card {
  text-align: center;
}

#ed-section-two .ed-circle {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto 28px;
}

#ed-section-two .ed-circle svg {
  display: block;
  width: 170px;
  height: 170px;
  overflow: visible;
  transform: rotate(-90deg);
}

#ed-section-two .ed-circle svg circle {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
}

#ed-section-two .ed-circle-bg {
  stroke: #CACACA;
}

#ed-section-two .ed-circle-progress {
  stroke: #FF5F00;
  stroke-dasharray: 527.7876;
  stroke-dashoffset: 527.7876;
  transition: none;
  will-change: stroke-dashoffset;
}

#ed-section-two .ed-circle-number {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CACACA;
  font-size: 42px;
  font-weight: 500;
  pointer-events: none;
}

#ed-section-two .ed-stat-card p {
  max-width: 230px;
  margin: 0 auto;
  color: #CACACA;
  font-size: 16px;
  line-height: 1.35;
}

#ed-section-two .ed-stat-card p span {
  color: #FF5F00;
}

#ed-section-two .ed-bottom-kicker {
  text-align: center;
  color: #CACACA;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin: 70px 0 0;
}

#ed-section-two .ed-bottom-kicker span {
  color: #FF5F00;
}


/* ============================================================
  SECTION 3 - VIDEOS WITH THUMBNAILS
============================================================ */

#ed-section-three {
  background: #D9D9D9;
  padding: 70px 0 90px;
}

#ed-section-three .ed-eyebrow {
  color: #FF5F00;
}

#ed-section-three h2 {
  max-width: 780px;
  font-size: 67px;
  font-weight: 500;
  line-height: 1.05;
  color: #0C0C0F;
  margin: 0 0 50px;
}

#ed-section-three h2 span {
  color: #FF5F00;
}

#ed-section-three .ed-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
}

#ed-section-three .ed-video-placeholder,
#ed-section-three .ed-video-embed {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  background: #555555;
  overflow: hidden;
  cursor: pointer;
}

#ed-section-three .ed-video-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#ed-section-three .ed-video-placeholder img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

#ed-section-three .ed-video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.35s ease;
}

#ed-section-three .ed-video-placeholder:hover img {
  transform: scale(1.04);
  filter: brightness(0.88);
}

#ed-section-three .ed-video-placeholder:hover::before {
  background: rgba(0, 0, 0, 0.32);
}

#ed-section-three .ed-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 95, 0, 0.95);
  background: rgba(12, 12, 15, 0.58);
  transform: translate(-50%, -50%);
  transition: background 0.25s ease, transform 0.25s ease;
}

#ed-section-three .ed-video-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #FF5F00;
  transform: translate(-50%, -50%);
}

#ed-section-three .ed-video-placeholder:hover .ed-video-play {
  background: #0C0C0F;
  transform: translate(-50%, -50%) scale(1.06);
}

#ed-section-three iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#ed-section-three,
#ed-section-seven {
  scroll-margin-top: 90px;
}

/* ============================================================
  SECTION 4 - CALCULATOR
============================================================ */

#ed-section-four {
  background: #0C0C0F;
  padding: 75px 0 95px;
}

#ed-section-four h2 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  color: #F5F5FA;
  margin: 0 0 42px;
}

#ed-section-four h2 span {
  color: #FF5F00;
}

#ed-section-four .ed-calculator-box {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
  max-width: 1160px;
  padding: 42px 52px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

#ed-section-four .ed-calculator-fields {
  display: grid;
  gap: 18px;
}

#ed-section-four label {
  display: block;
  color: #FF5F00;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#ed-section-four input,
#ed-section-four select {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 8px;
  padding: 0 14px;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #CACACA;
  outline: none;
}

#ed-section-four input:focus,
#ed-section-four select:focus {
  border-color: #FF5F00;
}

#ed-section-four .ed-calculator-result {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 50px;
}

#ed-section-four .ed-calculator-result p {
  color: #FF5F00;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

#ed-section-four .ed-calculator-result strong {
  display: block;
  color: #FF5F00;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  margin: 0 0 12px;
}

#ed-section-four .ed-calculator-result span {
  display: block;
  color: #CACACA;
  font-size: 13px;
  margin: 0 0 24px;
}


/* ============================================================
  SECTION 5 - CUSTOMER STORIES
============================================================ */

#ed-section-five {
  background: #0C0C0F;
  padding: 55px 0 70px;
}

#ed-section-five h2 {
  font-size: 67px;
  font-weight: 500;
  line-height: 1.1;
  color: #F5F5FA;
  margin: 0 0 70px;
}

#ed-section-five h2 span {
  color: #FF5F00;
}

#ed-section-five .ed-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

#ed-section-five .ed-story-card {
  height: 100%;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 26px;
}

#ed-section-five .ed-story-author {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 24px;
}

#ed-section-five .ed-story-author img {
  display: block;
  max-width: 140px;
  height: auto;
  object-fit: cover;
  flex: 0 0 auto;
}

#ed-section-five .ed-story-name {
  color: #FF5F00;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 4px;
}

#ed-section-five .ed-story-role {
  color: #CACACA;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}

#ed-section-five .ed-story-quote {
  min-height: 189px;
  color: #F5F5FA;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 24px;
}

#ed-section-five .ed-button {
  min-width: 0;
}


/* ============================================================
  SECTION 6 - LOGO STRIP
============================================================ */

#ed-section-six {
  background: #0C0C0F;
  padding: 20px 0 76px;
}

#ed-section-six .ed-logo-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  flex-wrap: wrap;
}

#ed-section-six img {
  display: block;
  max-width: 200px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

#ed-section-six img[src*="posten-white-logo"] {
  filter: none;
}


/* ============================================================
  SECTION 7 - REPORT FORM
============================================================ */

#ed-section-seven {
  background: #D9D9D9;
  padding: 80px 0;
}
/* ---- hiding hubspot banner ---- */
/* #hs-eu-cookie-confirmation {
  display: none !important;
} */

/* ---- custom hubspot form ---- */
.ed-hubspot-form {
  font-family: 'Roboto' !important;
}
.hs-form fieldset {
  max-width: unset !important;
}
.hs-form-field {
  margin: 0 0 12px 0;
}
.ed-hubspot-form label {
  font-size: 16px;
  color: #0C0C0F;
}
.ed-hubspot-form input.hs-input,
.ed-hubspot-form textarea.hs-input {
  width: 100% !important;
  color: #0C0C0F;
  font-size: 16px;
  padding: 4px 10px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 6px;
}
.ed-hubspot-form input:focus,
.ed-hubspot-form input:focus-visible,
.ed-hubspot-form textarea.hs-input:focus,
.ed-hubspot-form textarea.hs-input:focus-visible {
  outline: none !important;
  border: 1px solid #0C0C0F;
}
.ed-hubspot-form select {
  width: 100% !important;
  font-size: 16px;
  color: #0C0C0F; 
  padding: 4px 10px;
  margin: 0;
  border: 0;
  border-radius: 6px;
}
#ed-section-seven .ed-hubspot-form .hs-error-msg {
  font-size: 12px;
  color: red
}
#ed-section-seven .ed-hubspot-form .hs-field-desc {
  color: #0C0C0F;
  font-size: 11px;
  font-style: italic;
  line-height: 100%;
  margin: 0 0 8px 0;
}
#ed-section-seven .ed-hubspot-form .hs-field-desc a {
  display: unset;
  margin: 0;
}
#ed-section-seven .rc-anchor-invisible-text {
  background: #FF5F00 !important;
}
#ed-section-seven ul.inputs-list {
  padding: 0;
  margin: 0;
}
ul.hs-error-msg {
  font-size: 14px;
  color: red;
}
ul.inputs-list li {
  list-style: none;
}
.ed-hubspot-form label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: start;
  font-size: 11px;
  line-height: 100%;
}
.hs-form-booleancheckbox-display input.hs-input {
  width: auto !important;
  margin: 0 6px 0 0;
}
.hs-form-private .hs-richtext {
  color: #0C0C0F;
  font-size: 12px;
  line-height: 100%;
  margin: 0 0 12px 0;
}
.ed-hubspot-form .submitted-message {
  position: absolute;
  bottom: 0;
  font-family: 'Roboto' !important;
  font-size: 14px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  border: 2px solid #FF5F00;
  border-radius: 25px;
}
.ed-hubspot-form .submitted-message span {
  font-family: 'Roboto' !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .ed-hubspot-form .hs-error-msg,
  ul.hs-error-msg,
  .ed-hubspot-form .submitted-message,
  .ed-hubspot-form .submitted-message span {
    font-size: 12px;
  }
}
#ed-section-seven .ed-report-card {
  background: #F5F5F5;
  padding: 30px;
  max-width: 580px;
}

#ed-section-seven h2 {
  color: #111111;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 12px;
}
#ed-section-seven h2 span {
  font-weight: 600;
}

#ed-section-seven .ed-report-small {
  color: #111111;
  font-size: 13px;
  margin: 0 0 22px;
}

#ed-section-seven .ed-hubspot-form .hs-form-field {
  margin: 0 0 10px;
}

#ed-section-seven .ed-hubspot-form label {
  color: #111111;
  font-size: 12px;
}

#ed-section-seven .ed-hubspot-form input.hs-input,
#ed-section-seven .ed-hubspot-form textarea.hs-input,
#ed-section-seven .ed-hubspot-form select {
  border: 1px solid #D0D0D0;
  background: #FFFFFF;
  color: #111111;
  padding: 8px 12px;
}

#ed-section-seven .ed-hubspot-form textarea.hs-input {
  min-height: 90px;
}

#ed-section-seven .ed-hubspot-form .hs-button.primary,
#ed-section-seven .ed-hubspot-form input[type="submit"] {
  width: 100%;
  min-height: 44px;
  background: #FF5F00;
  color: #FFFFFF;
  border: 1px solid #FF5F00;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.25s ease;
}

#ed-section-seven .ed-hubspot-form .hs-button.primary:hover,
#ed-section-seven .ed-hubspot-form input[type="submit"]:hover {
  background: #0C0C0F;
  border-color: #0C0C0F;
}

#ed-section-seven .ed-report-image {
  text-align: center;
}

#ed-section-seven .ed-report-image img {
  display: block;
  max-width: 560px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: rotate(6deg);
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.28));
}


/* ============================================================
  SECTION 8 - ABOVE FOOTER
============================================================ */

#ed-section-eight {
  position: relative;
  min-height: 520px;
  padding: 120px 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(12, 12, 15, 0.92) 0%, rgba(12, 12, 15, 0.74) 48%, rgba(12, 12, 15, 0.28) 100%),
    url("/wp-content/uploads/2026/06/ergonomic-debt-above-footer-image.webp") center right / cover no-repeat,
    #0C0C0F;
}

#ed-section-eight .ed-above-footer-content {
  max-width: 720px;
}

#ed-section-eight h2 {
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #F5F5FA;
  margin: 0 0 30px;
}

#ed-section-eight h2 span {
  color: #FF5F00;
}

#ed-section-eight p {
  max-width: 680px;
  color: #F5F5FA;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 34px;
}


/* ============================================================
  RESPONSIVE
============================================================ */

@media (max-width: 1199px) {
  #ed-section-two .ed-stats-grid {
    gap: 40px;
  }

  #ed-section-six .ed-logo-strip-inner {
    gap: 38px;
  }

  #ed-section-six img {
    max-width: 135px;
  }
}


@media (max-width: 991px) {
  #ed-section-two .ed-stats-grid,
  #ed-section-five .ed-stories-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  #ed-section-four .ed-calculator-box {
    grid-template-columns: 1fr;
  }

  #ed-section-four .ed-calculator-result {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 32px;
  }

  #ed-section-seven .ed-report-image {
    margin-top: 50px;
  }
}


@media (max-width: 767px) {
  .ed-button {
    width: 100%;
  }

  #ed-section-one {
    min-height: auto;
    padding: 120px 0 50px;
  }

  #ed-section-one h1 {
    font-size: 42px;
  }

  #ed-section-one .ed-hero-content p {
    font-size: 16px;
  }

  #ed-section-one .ed-hero-actions {
    gap: 12px;
  }

  #ed-section-one .ed-did-you-know {
    margin-top: 45px;
    padding: 18px;
  }

  #ed-section-two,
  #ed-section-four,
  #ed-section-five,
  #ed-section-seven {
    padding: 60px 0;
  }

  #ed-section-three {
    padding: 60px 0;
  }

  #ed-section-three h2,
  #ed-section-five h2 {
    font-size: 34px;
  }

  #ed-section-three .ed-video-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #ed-section-four .ed-calculator-box {
    padding: 28px 20px;
  }

  #ed-section-four .ed-calculator-result strong {
    font-size: 46px;
  }

  #ed-section-five .ed-story-quote {
    min-height: unset;
  }

  #ed-section-six {
    padding: 10px 0 50px;
  }

  #ed-section-six .ed-logo-strip-inner {
    gap: 28px;
  }

  #ed-section-six img {
    max-width: 115px;
    max-height: 34px;
  }

  #ed-section-seven .ed-report-card {
    padding: 24px 18px;
  }

  #ed-section-seven .ed-report-image img {
    transform: rotate(3deg);
  }

  #ed-section-eight {
    min-height: auto;
    padding: 80px 0;
    background:
      linear-gradient(180deg, rgba(12, 12, 15, 0.72) 0%, rgba(12, 12, 15, 0.98) 90%),
      url("/wp-content/uploads/2026/06/ergonomic-debt-above-footer-image.webp") center center / cover no-repeat,
      #0C0C0F;
  }

  #ed-section-eight h2 {
    font-size: 38px;
  }

  #ed-section-eight p {
    font-size: 16px;
  }
}


@media (max-width: 480px) {
  #ed-section-one h1 {
    font-size: 36px;
  }

  #ed-section-two h2,
  #ed-section-four h2,
  #ed-section-three h2,
  #ed-section-five h2,
  #ed-section-seven h2,
  #ed-section-eight h2 {
    font-size: 32px;
  }

  #ed-section-two .ed-circle,
  #ed-section-two .ed-circle svg {
    width: 150px;
    height: 150px;
  }

  #ed-section-two .ed-circle-number {
    font-size: 36px;
  }
}