:root {
  --md-primary-fg-color: #d93413;
  --md-primary-fg-color--light: #f16548;
  --md-primary-fg-color--dark: #b9260c;
  --md-accent-fg-color: #d93413;
  --wms-orange: #d93413;
  --wms-gold: #ffb000;
  --wms-ink: #15181d;
  --wms-muted: #5e6673;
  --wms-border: color-mix(in srgb, currentColor 14%, transparent);
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #15181d;
  --md-accent-fg-color: #ffb09e;
  --md-accent-fg-color--transparent: rgb(255 176 158 / 10%);
  --md-typeset-a-color: #ff9f8a;
  --md-code-hl-constant-color: #9c8dea;
  --md-code-hl-keyword-color: #9c8dea;
  --wms-muted: #adb5c2;
}

[data-md-color-scheme="slate"] .md-typeset .md-button {
  color: #ff8f79;
  border-color: #ff8f79;
}

.md-typeset :is(p, li) > a:not(.md-button) {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
  width: 2rem;
}

.wms-hero {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgb(230 59 25 / 28%), transparent 34rem),
    linear-gradient(135deg, #15181d 0%, #202733 58%, #0f1217 100%);
  overflow: hidden;
}

.wms-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(3.5rem, 8vw, 7rem) 1rem;
}

.wms-eyebrow {
  margin: 0 0 1rem;
  color: var(--wms-gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.wms-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.wms-hero__lead {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: #dce1e8;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.wms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.wms-hero .md-button {
  display: inline-block;
  padding: 0.65rem 1rem;
  border: 0.1rem solid;
  border-radius: 0.2rem;
  color: #fff;
  border-color: rgb(255 255 255 / 55%);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  transition: background-color 125ms, border-color 125ms;
}

.wms-hero .md-button--primary {
  background: var(--wms-orange);
  border-color: var(--wms-orange);
}

.wms-hero .md-button:hover,
.wms-hero .md-button:focus {
  color: #fff;
  background: #b9260c;
  border-color: #b9260c;
}

.wms-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin: 1.7rem 0 0;
  padding: 0;
  color: #bfc6d0;
  font-size: 0.74rem;
  list-style: none;
}

.wms-proof li::before {
  content: "✓";
  margin-right: 0.35rem;
  color: var(--wms-gold);
  font-weight: 800;
}

.wms-hero__visual {
  position: relative;
  margin: 0;
}

.wms-hero__visual::before {
  position: absolute;
  inset: -1rem;
  z-index: 0;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1.1rem;
  content: "";
  transform: rotate(2deg);
}

.wms-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border: 0.35rem solid #fff;
  border-radius: 0.7rem;
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 38%);
  object-fit: cover;
}

.wms-hero__visual figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.45rem 0.65rem;
  border-radius: 0.25rem;
  color: #fff;
  background: rgb(15 18 23 / 82%);
  font-size: 0.68rem;
  backdrop-filter: blur(0.4rem);
}

.wms-section-lead {
  max-width: 48rem;
  color: var(--wms-muted);
  font-size: 1.1rem;
}

.wms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.wms-card {
  padding: 1.35rem;
  border: 1px solid var(--wms-border);
  border-radius: 0.55rem;
  background: color-mix(in srgb, var(--md-default-bg-color) 96%, var(--wms-orange));
}

.wms-card > :first-child {
  margin-top: 0;
}

.wms-card > :last-child {
  margin-bottom: 0;
}

.wms-step {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.7rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--wms-orange);
  font-weight: 800;
}

.wms-demo-frame {
  margin: 1.5rem 0 2rem;
  padding: 0.7rem;
  border: 1px solid var(--wms-border);
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgb(21 24 29 / 12%);
}

.wms-demo-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
}

.md-typeset .wms-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  padding: 0;
  color: #525b67;
  font-size: 0.72rem;
  list-style: none;
}

.md-typeset .wms-meta li {
  margin: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 99rem;
  background: #eef1f4;
  list-style: none;
}

.md-typeset .wms-meta li::before {
  display: none;
}

.wms-cta {
  margin: 3rem 0 1rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: 0.7rem;
  color: #fff;
  background: linear-gradient(130deg, #b9260c, #e63b19 62%, #f26a29);
}

.wms-cta h2,
.wms-cta a {
  color: #fff;
}

.wms-cta h2 {
  margin-top: 0;
}

.md-typeset .wms-cta .md-button {
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 60rem) {
  .wms-hero__grid {
    grid-template-columns: 1fr;
  }

  .wms-hero__copy {
    max-width: 42rem;
  }

  .wms-hero__visual {
    max-width: 48rem;
  }
}

@media screen and (max-width: 44rem) {
  .wms-grid {
    grid-template-columns: 1fr;
  }

  .wms-hero__grid {
    padding-top: 2.8rem;
    padding-bottom: 3.4rem;
  }

  .wms-hero__visual figcaption {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0.6rem;
    padding-left: 0;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
