.ddmihp {
  --ink: #101b20;
  --muted: #52666b;
  --soft: #f2f7f8;
  --line: #d8e5e8;
  --deep: #0f3338;
  --teal: #007c89;
  --green: #11845b;
  --red: #d71920;
  --blue: #255cc7;
  --gold: #b76b00;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

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

.ddmihp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ddmihp a {
  color: inherit;
}

.ddmihp h1,
.ddmihp h2,
.ddmihp h3,
.ddmihp p {
  letter-spacing: 0;
}

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

.ddmihp-hero {
  color: #fff;
  background:
    linear-gradient(112deg, #10262b 0%, #12363c 56%, #edf6f6 56.2%, #f9fbf8 100%);
}

.ddmihp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(340px, .82fr);
  gap: 40px;
  align-items: center;
  min-height: 650px;
}

.ddmihp-hero-copy {
  padding: 72px 0 86px;
}

.ddmihp-kicker,
.ddmihp-eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.ddmihp-kicker {
  color: #bdece7;
}

.ddmihp-kicker::before,
.ddmihp-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: currentColor;
}

.ddmihp h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.02;
  font-weight: 900;
}

.ddmihp-lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: #e8f5f4;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.ddmihp-actions,
.ddmihp-download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.ddmihp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 850;
  line-height: 1.1;
}

.ddmihp-button-primary {
  background: var(--red);
  color: #fff !important;
}

.ddmihp-button-secondary {
  background: #fff;
  color: var(--deep) !important;
  border-color: #c5d6d9;
}

.ddmihp-boundary {
  max-width: 520px;
  margin: 24px 0 0;
  color: #c8d9da;
  font-size: 14px;
  line-height: 1.55;
}

.ddmihp-hero-visual {
  margin: 0;
  align-self: end;
  padding: 42px 0 0;
}

.ddmihp-hero-visual img {
  width: min(620px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 28px 46px rgba(15, 35, 39, .25));
}

.ddmihp-quick-nav {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -33px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 27, 32, .1);
}

.ddmihp-quick-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: var(--deep);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.ddmihp-quick-nav a:hover {
  background: var(--soft);
}

.ddmihp-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 42px 0 0;
}

.ddmihp-metrics article {
  min-height: 128px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 27, 32, .08);
}

.ddmihp-metrics strong {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1;
}

.ddmihp-metrics span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.ddmihp-section {
  padding: 80px 0;
  background: #fff;
}

.ddmihp-soft {
  background: var(--soft);
}

.ddmihp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.ddmihp-section h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.08;
  font-weight: 900;
}

.ddmihp-section h3 {
  margin: 0;
  color: var(--deep);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 850;
}

.ddmihp-section-head p,
.ddmihp-download p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.56;
}

.ddmihp-device-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, .85fr);
  gap: 24px;
  align-items: start;
}

.ddmihp-device-family,
.ddmihp-card,
.ddmihp-schema-grid figure,
.ddmihp-source-grid figure,
.ddmihp-wide-visual,
.ddmihp-checklist > div {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(16, 27, 32, .07);
}

.ddmihp-device-family {
  overflow: hidden;
  padding: 16px;
}

.ddmihp-device-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ddmihp-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.ddmihp-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.ddmihp-card p,
.ddmihp-benefit-grid p,
.ddmihp-checklist li {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

.ddmihp-wide-visual {
  overflow: hidden;
}

.ddmihp-wide-visual img {
  width: 100%;
}

.ddmihp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.ddmihp-benefit-grid article {
  min-height: 164px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.ddmihp-benefit-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: #e7f5f4;
  color: var(--teal);
  font-weight: 900;
}

.ddmihp-benefit-grid h3 {
  margin-bottom: 8px;
}

.ddmihp-schema-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ddmihp-schema-grid figure {
  overflow: hidden;
}

.ddmihp-schema-grid figcaption,
.ddmihp-source-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.ddmihp-source {
  background:
    linear-gradient(180deg, #fff 0%, #fff 55%, #f5f8f2 55%, #f5f8f2 100%);
}

.ddmihp-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ddmihp-source-grid figure {
  overflow: hidden;
}

.ddmihp-source-grid img {
  width: 100%;
  aspect-ratio: 1280 / 667;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.ddmihp-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.ddmihp-checklist > div {
  padding: 24px;
}

.ddmihp-checklist h3 {
  margin-bottom: 16px;
}

.ddmihp-checklist ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ddmihp-checklist li {
  position: relative;
  padding-left: 24px;
}

.ddmihp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--green);
}

.ddmihp-download {
  color: #fff;
  background: linear-gradient(108deg, #0f3338 0%, #102930 72%, #152024 100%);
}

.ddmihp-download h2 {
  color: #fff;
}

.ddmihp-download .ddmihp-eyebrow {
  color: #a9ece3;
}

.ddmihp-download p {
  color: #d4e5e7;
}

.ddmihp-download-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ddmihp-download-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.ddmihp-download code {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .ddmihp-shell {
    width: min(100% - 32px, 760px);
  }

  .ddmihp-hero {
    background: linear-gradient(180deg, #10262b 0%, #12363c 58%, #edf6f6 58.2%, #f9fbf8 100%);
  }

  .ddmihp-hero-grid,
  .ddmihp-section-head,
  .ddmihp-device-grid,
  .ddmihp-download-grid {
    grid-template-columns: 1fr;
  }

  .ddmihp-hero-grid {
    gap: 10px;
    min-height: 0;
  }

  .ddmihp-hero-copy {
    padding: 58px 0 18px;
  }

  .ddmihp-hero-visual {
    padding-top: 0;
  }

  .ddmihp-hero-visual img {
    width: min(520px, 90%);
    margin: 0 auto;
  }

  .ddmihp-metrics,
  .ddmihp-device-cards,
  .ddmihp-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ddmihp-section-head {
    gap: 18px;
  }

  .ddmihp-download-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .ddmihp-shell {
    width: calc(100% - 28px);
  }

  .ddmihp h1 {
    font-size: 40px;
  }

  .ddmihp-quick-nav {
    margin-top: -18px;
  }

  .ddmihp-quick-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .ddmihp-metrics,
  .ddmihp-device-cards,
  .ddmihp-benefit-grid,
  .ddmihp-schema-grid,
  .ddmihp-source-grid,
  .ddmihp-checklist {
    grid-template-columns: 1fr;
  }

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

  .ddmihp-section h2 {
    font-size: 31px;
  }

  .ddmihp-section-head p,
  .ddmihp-download p {
    font-size: 16px;
  }

  .ddmihp-source-grid img {
    aspect-ratio: 1280 / 667;
  }

  .ddmihp-button {
    width: 100%;
  }

  .ddmihp-download code {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}
