/* DELMIAWorks campaign additions
   Shared by the homepage, product page, and events hub. */

.dw-home-section {
  background: #071a33;
}

.dw-home-section .sw-section__bg {
  background-image: url("../img/product-erp.webp");
  background-position: center;
}

.dw-home-section .sw-section__logo {
  width: clamp(180px, 24vw, 320px);
  filter: brightness(0) invert(1);
}

.dw-home-section .sw-section__proof {
  margin-top: 34px;
}

.dw-page--refresh {
  /* Morphos Brand Guide: Signal Green is reserved for primary CTAs. */
  --signal-green: #34C76C;
  --signal-green-hover: #2DB35E;
}

.dw-page--refresh .article-section-nav__cta.article-section-nav__cta--tilt.is-tilting {
  box-shadow: 0 12px 28px rgba(52, 199, 108, 0.3);
}

.home-events {
  --signal-green: #34C76C;
  --signal-green-hover: #2DB35E;
  background: #f6f8fb;
}

.home-events__head,
.events-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.home-events__head h2,
.events-heading h2 {
  margin-bottom: 0;
}

.home-events__viewall {
  color: var(--brand-blue);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.home-events__grid,
.events-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(170px, 42%) 1fr;
  min-height: 280px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  box-shadow: 0 10px 34px rgba(8, 30, 58, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.event-card:hover {
  transform: translateY(-4px);
  border-color: #b9cee4;
  box-shadow: 0 18px 42px rgba(8, 30, 58, 0.12);
}

.event-card__media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--deep-navy);
}

.event-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}

.event-card:hover .event-card__media img {
  transform: scale(1.035);
}

.event-card__body {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.event-card__eyebrow {
  margin-bottom: 12px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-card h3 {
  margin: 0 0 12px;
  color: var(--deep-navy);
  font-family: var(--font-heading);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.25;
}

.event-card p {
  margin: 0 0 22px;
  color: #526274;
  font-size: 14px;
  line-height: 1.6;
}

.event-card__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  background: var(--signal-green);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(52, 199, 108, 0.25);
  transition: background-color 180ms ease, transform 180ms ease;
}

.event-card:hover .event-card__cta {
  background: var(--signal-green-hover);
  transform: translateY(-1px);
}

.events-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 82px;
  color: #fff;
  background: #071a33;
}

.events-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.98) 0%, rgba(7, 26, 51, 0.82) 48%, rgba(7, 26, 51, 0.4) 100%),
    url("../img/delmiaworks-webinar-cad-erp.webp") center / cover;
}

.events-hero .container {
  position: relative;
  z-index: 1;
}

.events-hero__content {
  max-width: 740px;
}

.events-hero__content h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.04;
}

.events-hero__content p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.events-note {
  margin-top: 26px;
  padding: 18px 22px;
  color: #334155;
  line-height: 1.65;
  background: #eef6ff;
  border-left: 4px solid var(--brand-blue);
  border-radius: 0 10px 10px 0;
}

.event-alerts {
  background: #f5f8fb;
}

.event-alerts__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
  padding: clamp(34px, 6vw, 64px);
  color: #fff;
  background: linear-gradient(135deg, #071a33 0%, #0b3970 100%);
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(8, 30, 58, 0.16);
}

.event-alerts__copy .section-label {
  color: #6fc5ff;
}

.event-alerts__copy h2 {
  margin: 9px 0 14px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.event-alerts__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.65;
}

.event-alerts__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.event-alerts .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.event-alerts__fields input {
  width: 100%;
  min-height: 52px;
  padding: 0 17px;
  color: var(--deep-navy);
  font: inherit;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  outline: none;
}

.event-alerts__fields input:focus {
  border-color: #6fc5ff;
  box-shadow: 0 0 0 4px rgba(91, 184, 255, 0.22);
}

.event-alerts__fields .btn {
  min-height: 52px;
  white-space: nowrap;
}

.event-alerts__form .form-status {
  margin: 12px 0 0;
  font-size: 14px;
}

.event-alerts__consent {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.55;
}

.event-alerts__consent a {
  color: rgba(255, 255, 255, 0.82);
}

.dw-refresh-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 72px;
  color: #fff;
  background: #081228;
}

.dw-refresh-hero__media,
.dw-refresh-hero__fallback,
.dw-refresh-hero__overlay {
  position: absolute;
  inset: 0;
}

.dw-refresh-hero__fallback {
  z-index: 0;
  background: url("../img/product-erp.webp") center / cover;
  opacity: 0.62;
}

.dw-refresh-hero__media {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  border: 0;
}

.dw-refresh-hero__overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 18, 40, 0.97) 0%, rgba(8, 18, 40, 0.91) 43%, rgba(8, 18, 40, 0.76) 100%),
    linear-gradient(0deg, rgba(8, 18, 40, 0.66), transparent 50%);
}

.dw-refresh-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.dw-refresh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.dw-refresh-hero__content {
  max-width: 650px;
}

.dw-refresh-hero__eyebrow {
  margin: 0 0 18px;
  color: #6fc5ff;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dw-refresh-hero__logo {
  display: block;
  width: clamp(270px, 34vw, 470px);
  height: auto;
  margin: 0 0 20px;
  filter: brightness(0) invert(1);
}

.dw-refresh-hero h1 {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.dw-refresh-hero__lede {
  max-width: 590px;
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.dw-refresh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dw-refresh-hero__card {
  padding: clamp(25px, 3.2vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background: rgba(8, 18, 40, 0.6);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.dw-hero-form-card {
  scroll-margin-top: 180px;
}

.dw-hero-form-card__head > span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--signal-green);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dw-hero-form-card__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.25vw, 30px);
  line-height: 1.18;
}

.dw-hero-form-card__head p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.dw-hero-form {
  margin-top: 22px;
}

.dw-hero-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.dw-hero-form__field {
  min-width: 0;
}

.dw-hero-form__field label {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
}

.dw-hero-form__field label span {
  color: var(--signal-green);
}

.dw-hero-form__field label small {
  color: rgba(255, 255, 255, 0.48);
  font: inherit;
  font-weight: 500;
}

.dw-hero-form__field input {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 15px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.dw-hero-form__field input:focus {
  border-color: #6fc5ff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(111, 197, 255, 0.16);
}

.dw-hero-form .m3d-status {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.dw-hero-form__submit {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  border: 0;
  cursor: pointer;
}

.dw-hero-form__fineprint {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.5;
}

.dw-hero-form__fineprint a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dw-hero-form__success {
  padding: 30px 24px;
}

.dw-hero-form__success .m3d-btn--go {
  background: var(--signal-green);
  color: #fff;
}

.dw-hero-form__success .m3d-btn--go:hover {
  background: var(--signal-green-hover);
}

.dw-refresh-hero__proof {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-refresh-hero__proof li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dw-refresh-hero__proof li:first-child {
  padding-top: 0;
}

.dw-refresh-hero__proof li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dw-refresh-hero__proof strong {
  color: #6fc5ff;
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 1.5;
}

.dw-refresh-hero__proof span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.55;
}

.dw-refresh-hero__video-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.dw-refresh-section {
  padding: 82px 0;
}

.dw-refresh-section--soft {
  background: #f5f8fb;
}

.dw-refresh-section--dark {
  color: #fff;
  background: var(--deep-navy);
}

.dw-refresh-section--dark .dw-refresh-heading h2 {
  color: #fff;
}

.dw-refresh-section--dark .dw-refresh-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.dw-definition-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.dw-definition-copy h2,
.dw-definition-product h2 {
  margin: 8px 0 18px;
  color: var(--deep-navy);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
}

.dw-definition-copy > p,
.dw-definition-product__copy > p {
  margin: 0 0 16px;
  color: #526173;
  font-size: 16px;
  line-height: 1.72;
}

.dw-definition-terms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.dw-definition-terms article {
  padding: 20px;
  border: 1px solid #dfe8f1;
  border-radius: 12px;
  background: #fff;
}

.dw-definition-terms span {
  display: inline-block;
  margin-bottom: 11px;
  color: var(--brand-blue);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dw-definition-terms h3 {
  margin: 0 0 8px;
  color: var(--deep-navy);
  font-size: 17px;
}

.dw-definition-terms p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.dw-definition-product {
  overflow: hidden;
  border: 1px solid #dfe8f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 30, 58, 0.1);
}

.dw-definition-product > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
}

.dw-definition-product__copy {
  padding: 28px 30px 30px;
}

.dw-definition-product__copy h2 {
  font-size: clamp(25px, 2.7vw, 34px);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .dw-refresh-nav .article-section-nav__links {
    gap: 16px;
  }

  .dw-refresh-nav .article-section-nav__link {
    max-width: 118px;
    font-size: 12px;
  }

  .dw-refresh-nav .article-section-nav__actions {
    padding-left: 14px;
  }
}

.dw-refresh-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 62px;
}

.dw-refresh-copy {
  max-width: 680px;
}

.dw-refresh-copy h2,
.dw-refresh-heading h2 {
  margin: 8px 0 16px;
  color: var(--deep-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}

.dw-refresh-copy p,
.dw-refresh-heading p {
  color: #526274;
  font-size: 16px;
  line-height: 1.7;
}

.dw-refresh-intro__image {
  width: 100%;
  border: 1px solid #dfe7f0;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(8, 30, 58, 0.1);
}

.dw-fit-decision {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 0;
  margin-top: 36px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(8, 30, 58, 0.08);
}

.dw-fit-questions {
  padding: 12px 36px;
}

.dw-fit-question {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid #dfe7f0;
}

.dw-fit-question:last-child {
  border-bottom: 0;
}

.dw-fit-question > span {
  color: var(--brand-blue);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.dw-fit-question h3 {
  margin: 0 0 7px;
  color: var(--deep-navy);
  font-family: var(--font-heading);
  font-size: 19px;
}

.dw-fit-question p {
  margin: 0;
  color: #617083;
  font-size: 14px;
  line-height: 1.65;
}

.dw-fit-output {
  padding: 38px;
  color: #fff;
  background: var(--deep-navy);
}

.dw-fit-output h3 {
  margin: 10px 0 22px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.dw-fit-output ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.dw-fit-output li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.dw-fit-output li::before {
  position: absolute;
  left: 0;
  content: "\2713";
  color: #63c5ff;
  font-weight: 800;
}

.dw-operating-model {
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.dw-operating-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.65fr);
  gap: 14px;
  padding: 14px;
}

.dw-operating-stage {
  position: relative;
  min-height: clamp(460px, 48vw, 610px);
  overflow: hidden;
  border-radius: 15px;
  background: #07172f;
  isolation: isolate;
}

.dw-operating-visual {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.dw-operating-visual.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.dw-operating-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 16, 37, 0.03) 24%, rgba(4, 16, 37, 0.92) 100%);
}

.dw-operating-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dw-operating-visual.is-active img {
  transform: scale(1);
}

.dw-operating-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 720px;
  padding: clamp(24px, 4vw, 46px);
}

.dw-operating-visual figcaption span {
  display: block;
  margin-bottom: 10px;
  color: #63c5ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dw-operating-visual h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
}

.dw-operating-visual p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.55;
}

.dw-operating-flow {
  display: grid;
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: 4px;
  margin: 0;
  padding: 7px;
  border-radius: 15px;
  list-style: none;
  background: rgba(2, 22, 55, 0.56);
}

.dw-operating-flow li {
  position: relative;
}

.dw-operating-flow li:not(:last-child)::after {
  position: absolute;
  top: calc(50% + 18px);
  bottom: calc(-50% + 18px);
  left: 30px;
  width: 1px;
  content: "";
  background: rgba(99, 197, 255, 0.28);
}

.dw-operating-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 78px;
  padding: 12px 15px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dw-operating-step > span:first-child {
  display: grid;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 1px solid rgba(99, 197, 255, 0.38);
  border-radius: 50%;
  place-items: center;
  color: #63c5ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: #082752;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.dw-operating-step__copy {
  display: block;
  min-width: 0;
}

.dw-operating-step strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 1.15;
}

.dw-operating-step small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11.5px;
  line-height: 1.4;
}

.dw-operating-step.is-active,
.dw-operating-step[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 3px 0 0 #63c5ff;
}

.dw-operating-step.is-active > span:first-child,
.dw-operating-step[aria-selected="true"] > span:first-child {
  border-color: #63c5ff;
  color: #06244b;
  background: #63c5ff;
}

.dw-operating-step:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (hover: hover) {
  .dw-operating-step:hover {
    background: rgba(255, 255, 255, 0.075);
    transform: translateX(2px);
  }
}

.dw-engineering-handoff {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 25px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dw-engineering-handoff span {
  color: #63c5ff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dw-engineering-handoff p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.dw-service-journey {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 112px);
  align-items: start;
}

.dw-service-journey__intro {
  position: sticky;
  top: 132px;
}

.dw-service-journey__intro .btn {
  margin-top: 10px;
}

.dw-service-phases {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dfe7f0;
}

.dw-service-phases li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 27px 0;
  border-bottom: 1px solid #dfe7f0;
}

.dw-service-phases__number {
  color: var(--brand-blue);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
}

.dw-service-phases strong {
  display: block;
  margin-bottom: 5px;
  color: var(--brand-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dw-service-phases h3 {
  margin: 0 0 7px;
  color: var(--deep-navy);
  font-family: var(--font-heading);
  font-size: 19px;
}

.dw-service-phases p {
  margin: 0;
  color: #617083;
  font-size: 14px;
  line-height: 1.65;
}

.dw-service-phases small {
  max-width: 140px;
  padding: 7px 10px;
  color: #526274;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
  background: #f5f8fb;
  border-radius: 8px;
}

.dw-webinar-strip {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  overflow: hidden;
  color: #fff;
  background: #071a33;
  border-radius: 18px;
}

.dw-webinar-strip img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.dw-webinar-strip__copy {
  align-self: center;
  padding: 44px;
}

.dw-webinar-strip__copy h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.dw-webinar-strip__copy p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.dw-refresh-faq {
  max-width: 820px;
  margin: 34px auto 0;
}

.dw-refresh-faq details {
  border-top: 1px solid #dfe7f0;
}

.dw-refresh-faq details:last-child {
  border-bottom: 1px solid #dfe7f0;
}

.dw-refresh-faq summary {
  padding: 20px 4px;
  color: var(--deep-navy);
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 700;
}

.dw-refresh-faq details div {
  padding: 0 4px 20px;
  color: #5c6d80;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .home-events__grid,
  .events-grid,
  .dw-refresh-intro,
  .dw-webinar-strip {
    grid-template-columns: 1fr;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card__media {
    min-height: 230px;
  }

  .dw-fit-decision,
  .dw-service-journey {
    grid-template-columns: 1fr;
  }

  .dw-service-journey__intro {
    position: static;
  }

  .dw-operating-experience {
    grid-template-columns: 1fr;
  }

  .dw-operating-stage {
    min-height: clamp(430px, 72vw, 560px);
  }

  .dw-operating-flow {
    grid-template-rows: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dw-operating-flow li:not(:last-child)::after {
    display: none;
  }

  .event-alerts__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dw-hero-form-card {
    display: none;
  }

  .home-events__head,
  .events-heading {
    align-items: start;
    flex-direction: column;
  }

  .dw-refresh-hero {
    padding: 96px 0 52px;
  }

  .dw-refresh-section {
    padding: 62px 0;
  }

  .dw-service-phases li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .dw-service-phases small {
    grid-column: 2;
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .dw-webinar-strip__copy {
    padding: 30px 24px 34px;
  }

  .dw-refresh-hero__grid,
  .dw-definition-grid {
    grid-template-columns: 1fr;
  }

  .dw-refresh-hero__grid {
    gap: 36px;
  }

  .dw-refresh-hero__logo {
    width: min(78vw, 390px);
  }

  .dw-definition-terms {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .dw-operating-model {
    border-radius: 16px;
  }

  .dw-operating-experience {
    gap: 8px;
    padding: 8px;
  }

  .dw-operating-stage {
    min-height: 400px;
    border-radius: 11px;
  }

  .dw-operating-visual figcaption {
    padding: 24px 20px;
  }

  .dw-operating-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    padding: 4px;
    border-radius: 11px;
  }

  .dw-operating-step {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    min-height: 72px;
    padding: 10px;
  }

  .dw-operating-step > span:first-child {
    width: 30px;
    height: 30px;
  }

  .dw-engineering-handoff {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dw-fit-questions,
  .dw-fit-output {
    padding-right: 22px;
    padding-left: 22px;
  }

  .dw-fit-question {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .event-card__body {
    padding: 23px;
  }

  .event-alerts__fields {
    grid-template-columns: 1fr;
  }

  .event-alerts__fields .btn {
    width: 100%;
  }

  .dw-refresh-hero {
    padding: 82px 0 46px;
  }

  .dw-refresh-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dw-refresh-hero__actions .btn {
    width: 100%;
  }

  .dw-definition-product__copy {
    padding: 24px 22px 26px;
  }

  .dw-hero-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .dw-operating-step {
    min-height: 62px;
  }

  .dw-operating-step small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-refresh-hero__media {
    display: none;
  }

  .dw-operating-visual,
  .dw-operating-visual img,
  .dw-operating-step {
    transition: none;
  }
}

/* DELMIAWorks customer success stories */
.dw-customer-stories {
  overflow: clip;
}

.dw-customer-stories__header {
  display: flex;
  margin-bottom: 34px;
}

.dw-customer-stories__header .dw-refresh-heading {
  max-width: 780px;
  margin-bottom: 0;
}

.dw-customer-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.dw-customer-story {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(7, 21, 47, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dw-customer-story:hover {
  border-color: #bfd2e7;
  box-shadow: 0 22px 52px rgba(7, 21, 47, 0.12);
  transform: translateY(-3px);
}

.dw-customer-story__media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #07152f;
}

.dw-customer-story__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 21, 47, 0.32));
  pointer-events: none;
}

.dw-customer-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.dw-customer-story:hover .dw-customer-story__media img {
  transform: scale(1.035);
}

.dw-customer-story__body {
  display: flex;
  flex: 1;
  min-height: 440px;
  flex-direction: column;
  padding: clamp(24px, 2.2vw, 32px);
}

.dw-customer-story__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-bottom: 20px;
  color: #627187;
  font-family: var(--font-heading);
  font-size: 0.76rem;
  font-weight: 700;
}

.dw-customer-story__meta span + span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  background: #34c76c;
  border-radius: 50%;
}

.dw-customer-story__label {
  display: block;
  margin-bottom: 8px;
  color: #0071bc;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dw-customer-story h3 {
  margin: 0 0 12px;
  color: #0b1830;
  font-size: clamp(1.7rem, 2.25vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.dw-customer-story__attribution {
  display: block;
  margin-bottom: 20px;
  color: #627187;
  font-size: 0.82rem;
  line-height: 1.45;
}

.dw-customer-story p {
  margin: 0 0 24px;
  color: #526278;
  font-size: 1rem;
  line-height: 1.65;
}

.dw-customer-story__details {
  margin: auto 0 22px;
  border-top: 1px solid #dce5ef;
  border-bottom: 1px solid #dce5ef;
}

.dw-customer-story__details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  color: #003894;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  list-style: none;
}

.dw-customer-story__details summary::-webkit-details-marker {
  display: none;
}

.dw-customer-story__details summary::after {
  content: '+';
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  color: #fff;
  background: #0071bc;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
}

.dw-customer-story__details[open] summary::after {
  content: '\2212';
}

.dw-customer-story__details summary:hover,
.dw-customer-story__details summary:focus-visible {
  color: #0071bc;
  outline: none;
}

.dw-customer-story__details > p {
  margin: 0;
  padding: 0 0 18px;
  color: #526278;
  font-size: 0.9rem;
  line-height: 1.58;
}

.dw-customer-story__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: #0071bc;
  font-family: var(--font-heading);
  font-weight: 800;
  text-decoration: none;
}

.dw-customer-story__link span {
  transition: transform 180ms ease;
}

.dw-customer-story__link:hover span,
.dw-customer-story__link:focus-visible span {
  transform: translateX(4px);
}

.dw-customer-stories__note {
  max-width: 820px;
  margin: 12px 0 0;
  color: #6b7789;
  font-size: 0.82rem;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .dw-customer-stories__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dw-customer-story__body {
    min-height: 0;
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .dw-customer-story__meta span + span::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dw-customer-story__media img,
  .dw-customer-story__link span,
  .dw-customer-story {
    transition: none;
  }
}
