.product-page {
  color: #1b3447;
  background: #f5f9fc;
}

.product-page .site-header {
  z-index: 30;
}

.product-page a:focus-visible,
.product-page button:focus-visible {
  outline: 2px solid #79a618;
  outline-offset: 4px;
}

.dmo-container {
  width: min(100% - clamp(2rem, 7vw, 9rem), 82rem);
  margin-inline: auto;
}

.dmo-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: min(58rem, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #eaf4fb;
}

.dmo-hero__room,
.dmo-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dmo-hero__room {
  z-index: -2;
  background: url("/assets/paradicta-guidance-room-background-v1.png") center 39% / cover no-repeat;
}

.dmo-hero::after {
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(247, 251, 254, 0.83) 0%, rgba(248, 252, 255, 0.49) 49%, rgba(248, 252, 255, 0.13) 100%);
}

.dmo-hero__inner {
  display: flex;
  flex-direction: column;
  width: min(100% - clamp(2rem, 7vw, 9rem), 82rem);
  margin: 0 auto;
  padding-top: clamp(8.8rem, 17vh, 12rem);
}

.dmo-breadcrumb {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  color: #617789;
  font-size: 0.73rem;
  letter-spacing: 0.02em;
}

.dmo-breadcrumb a {
  color: #406078;
  text-underline-offset: 0.25rem;
}

.dmo-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  flex: 1;
  padding-block: clamp(3.5rem, 7vh, 6rem);
}

.dmo-hero__copy {
  max-width: 41rem;
}

.dmo-eyebrow,
.dmo-kicker {
  margin: 0;
  color: #64808e;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.dmo-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dmo-eyebrow span {
  display: block;
  width: 1.8rem;
  height: 2px;
  background: #79a618;
  box-shadow: 0 0 0.65rem rgba(121, 166, 24, 0.32);
}

.dmo-hero h1 {
  margin: 1.5rem 0 0;
  color: #1b3447;
  font-size: clamp(4rem, 6.5vw, 7.3rem);
  font-weight: 400;
  letter-spacing: -0.078em;
  line-height: 0.97;
}

.dmo-hero__statement {
  margin: 1.5rem 0 0;
  color: #2b4a5f;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.dmo-hero__intro {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: #466174;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  line-height: 1.75;
}

.dmo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.1rem;
}

.dmo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 3.45rem;
  padding: 0.85rem 1.6rem;
  border: 1px solid rgba(76, 118, 137, 0.32);
  border-radius: 999px;
  color: #204155;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.9), 0 0.5rem 1.4rem rgba(53, 96, 122, 0.07);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.dmo-button:hover {
  background: #fff;
  box-shadow: 0 0.6rem 1.5rem rgba(53, 96, 122, 0.12);
  transform: translateY(-2px);
}

.dmo-button--primary {
  border-color: #27585a;
  color: #fff;
  background: #24565a;
}

.dmo-button--primary:hover {
  background: #17484c;
}

.dmo-button span {
  font-size: 1.1em;
  font-weight: 400;
}

.dmo-hero__visual {
  position: relative;
  min-height: 27rem;
  padding: clamp(1.6rem, 3vw, 2.7rem);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 2.2rem;
  background: linear-gradient(130deg, rgba(248, 253, 255, 0.7), rgba(224, 239, 249, 0.46));
  box-shadow: 0 1.6rem 4rem rgba(54, 99, 126, 0.13), inset 0 1px #fff;
  backdrop-filter: blur(1.25rem);
  overflow: hidden;
}

.dmo-hero__visual::before {
  position: absolute;
  width: 19rem;
  height: 19rem;
  top: -8rem;
  right: -6rem;
  border-radius: 50%;
  background: rgba(178, 216, 240, 0.28);
  filter: blur(2rem);
  content: "";
}

.dmo-visual__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #547184;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.dmo-visual__pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #79a618;
  box-shadow: 0 0 0 0.3rem rgba(121, 166, 24, 0.09), 0 0 0.9rem #a3d34a;
}

.dmo-visual__wave {
  display: flex;
  align-items: center;
  height: 10.8rem;
  margin-top: 1.2rem;
  border-top: 1px solid rgba(108, 153, 176, 0.22);
  border-bottom: 1px solid rgba(108, 153, 176, 0.22);
}

.dmo-visual__wave svg {
  width: 100%;
  height: 9rem;
  filter: drop-shadow(0 0 0.38rem rgba(121, 166, 24, 0.3));
}

.dmo-visual__path {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
  color: #36566a;
  font-size: 0.74rem;
}

.dmo-visual__path-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #8dabbe, #79a618, #8dabbe);
}

.dmo-visual__document {
  display: grid;
  gap: 0.72rem;
  margin-top: 1.3rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 1.1rem;
  background: rgba(251, 254, 255, 0.58);
  box-shadow: inset 0 1px #fff;
}

.dmo-visual__document span {
  display: block;
  width: 93%;
  height: 0.36rem;
  border-radius: 1rem;
  background: #c2d9e8;
}

.dmo-visual__document .dmo-visual__document-head {
  width: 46%;
  height: 0.47rem;
  margin-bottom: 0.3rem;
  background: #80a6b8;
}

.dmo-visual__document .dmo-visual__document-short {
  width: 61%;
}

.dmo-visual__document .dmo-visual__document-medium {
  width: 74%;
}

.dmo-visual__caption {
  margin: 1rem 0 0;
  color: #6b8595;
  font-size: 0.72rem;
  text-align: right;
}

.dmo-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2.2rem;
  margin-top: auto;
  padding: 1.3rem 0 2.2rem;
  border-top: 1px solid rgba(123, 159, 177, 0.33);
  color: #456276;
  font-size: 0.78rem;
}

.dmo-hero__facts span::before {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.75rem;
  border-radius: 50%;
  background: #79a618;
  vertical-align: 0.12em;
  content: "";
}

.dmo-section {
  position: relative;
  padding-block: clamp(5rem, 9vw, 9rem);
}

.dmo-section h2,
.dmo-outro h2 {
  margin: 1.15rem 0 0;
  color: #1b3447;
  font-size: clamp(2.5rem, 4.3vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 1.08;
}

.dmo-section p {
  color: #4b6576;
  line-height: 1.8;
}

.dmo-section .dmo-kicker,
.dmo-outro .dmo-kicker {
  color: #6d8590;
  line-height: 1.4;
}

.dmo-section--intro {
  border-top: 1px solid #fff;
  background: linear-gradient(180deg, #fff, #f7fbfd);
}

.dmo-intro-grid,
.dmo-integration-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(2rem, 7vw, 8rem);
}

.dmo-intro-grid > div:last-child {
  max-width: 38rem;
  padding-top: 0.3rem;
  font-size: 1.02rem;
}

.dmo-intro-grid p:first-child {
  margin-top: 0;
}

.dmo-section--features {
  scroll-margin-top: 7rem;
  background: linear-gradient(130deg, #edf6fb, #f9fcfd 55%, #e9f4f8);
}

.dmo-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.dmo-section-heading p {
  max-width: 22rem;
  margin-bottom: 0.3rem;
}

.dmo-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.dmo-feature {
  min-height: 19rem;
  padding: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1rem 2.4rem rgba(75, 111, 132, 0.06), inset 0 1px #fff;
  backdrop-filter: blur(0.7rem);
}

.dmo-feature__index {
  color: #78919f;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}

.dmo-feature__symbol {
  display: grid;
  place-items: center;
  width: 3.8rem;
  height: 3.8rem;
  margin: 1.3rem 0 1.55rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #346077;
  background: linear-gradient(145deg, #fff, #eaf5f7);
  box-shadow: 0 0.4rem 1.4rem rgba(76, 116, 139, 0.1);
  font-size: 1.35rem;
}

.dmo-feature h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.dmo-feature p {
  margin: 0.75rem 0 0;
  font-size: 0.86rem;
  line-height: 1.7;
}

.dmo-section--mobile {
  background: #f8fbfd;
}

.dmo-mobile-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: clamp(3rem, 8vw, 10rem);
}

.dmo-mobile-copy {
  max-width: 37rem;
}

.dmo-mobile-copy p:not(.dmo-kicker) {
  font-size: 1.02rem;
}

.dmo-mobile-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 28rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  background: radial-gradient(circle at 50% 54%, #f9fefe, #e8f4f9 73%);
  box-shadow: 0 1.2rem 3rem rgba(65, 109, 132, 0.07), inset 0 1px #fff;
  overflow: hidden;
}

.dmo-mobile-orbit {
  position: absolute;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(157, 196, 214, 0.55);
  border-radius: 50%;
}

.dmo-mobile-orbit--two {
  width: 31rem;
  height: 31rem;
  border-color: rgba(157, 196, 214, 0.3);
}

.dmo-phone {
  position: relative;
  z-index: 1;
  width: 12.6rem;
  height: 22rem;
  padding: 0.55rem;
  border: 0.25rem solid #244653;
  border-radius: 2.1rem;
  background: #173d45;
  box-shadow: 1rem 1.4rem 2.6rem rgba(28, 75, 93, 0.24), inset 0 0 0 1px #799ba5;
  transform: rotate(8deg);
}

.dmo-phone__notch {
  position: absolute;
  z-index: 2;
  top: 0.6rem;
  left: 50%;
  width: 3.2rem;
  height: 0.55rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #173d45;
  transform: translateX(-50%);
}

.dmo-phone__screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 3.2rem 0.5rem 2rem;
  border-radius: 1.5rem;
  color: #e9f8fb;
  background: radial-gradient(circle at 50% 50%, #326b70, #193f49 72%);
}

.dmo-phone__label {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}

.dmo-phone__mic {
  display: grid;
  place-items: center;
  width: 5.3rem;
  height: 5.3rem;
  border: 1px solid rgba(222, 249, 248, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 0.85rem rgba(221, 253, 253, 0.08), 0 0 0 1.7rem rgba(221, 253, 253, 0.045);
  font-size: 1.5rem;
}

.dmo-phone__foot {
  font-size: 0.67rem;
}

.dmo-section--integration {
  background: linear-gradient(135deg, #e9f4f9, #f8fcfd);
}

.dmo-integration-card {
  padding: clamp(1.7rem, 3.5vw, 3.5rem);
  border: 1px solid #fff;
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0.8rem 2.5rem rgba(67, 106, 128, 0.07), inset 0 1px #fff;
}

.dmo-integration-card p {
  margin-top: 0;
  font-size: 1.02rem;
}

.dmo-integration-card a {
  display: inline-flex;
  gap: 0.75rem;
  margin-top: 1rem;
  color: #285a5c;
  font-size: 0.85rem;
  font-weight: 600;
  text-underline-offset: 0.3rem;
}

.dmo-outro {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: url("/assets/paradicta-guidance-room-background-v1.png") center 72% / cover no-repeat;
}

.dmo-outro__surface {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 4vw, 4.5rem);
  border: 1px solid #fff;
  border-radius: 2rem;
  background: rgba(250, 253, 255, 0.78);
  box-shadow: 0 1.4rem 3rem rgba(67, 106, 128, 0.1), inset 0 1px #fff;
  backdrop-filter: blur(1rem);
}

.dmo-outro h2 {
  font-size: clamp(2.4rem, 3.5vw, 4rem);
}

.dmo-outro__surface p:not(.dmo-kicker) {
  max-width: 34rem;
  color: #506d7b;
  line-height: 1.7;
}

.dmo-outro .dmo-actions {
  flex-shrink: 0;
  margin-top: 0;
}

@media (max-width: 75rem) {
  .dmo-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.78fr);
    gap: 2rem;
  }

  .dmo-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dmo-feature {
    min-height: 15rem;
  }
}

@media (max-width: 68rem) {
  .dmo-hero {
    min-height: auto;
  }

  .dmo-hero__inner {
    padding-top: 9rem;
  }

  .dmo-hero__grid {
    grid-template-columns: 1fr;
  }

  .dmo-hero__copy {
    max-width: 43rem;
  }

  .dmo-hero__visual {
    width: min(100%, 42rem);
    min-height: 24rem;
  }

  .dmo-mobile-grid,
  .dmo-integration-grid {
    gap: 2.5rem;
  }

  .dmo-outro__surface {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 46rem) {
  .dmo-hero__inner {
    width: min(100% - 2rem, 40rem);
  }

  .dmo-hero h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .dmo-hero__visual {
    min-height: auto;
    padding: 1.6rem;
  }

  .dmo-visual__wave {
    height: 8rem;
  }

  .dmo-visual__wave svg {
    height: 7rem;
  }

  .dmo-intro-grid,
  .dmo-mobile-grid,
  .dmo-integration-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dmo-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .dmo-section-heading p {
    margin: 0;
  }

  .dmo-mobile-visual {
    min-height: 25rem;
  }

  .dmo-hero__facts {
    flex-direction: column;
    gap: 0.8rem;
  }
}

@media (max-width: 40rem) {
  .product-page .home-return--archive {
    transform: none;
  }

  .dmo-hero__inner {
    padding-top: 11rem;
  }

  .dmo-section--features {
    scroll-margin-top: 9rem;
  }
}

@media (max-width: 34rem) {
  .dmo-feature-grid {
    grid-template-columns: 1fr;
  }

  .dmo-feature {
    min-height: 0;
  }

  .dmo-button {
    width: 100%;
  }

  .dmo-hero__visual {
    border-radius: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dmo-button {
    transition: none;
  }

  .dmo-button:hover {
    transform: none;
  }
}
