/* Compact carbon landing composition for release 4.0.4.54. */

html body.srm-marketing-page {
  --landing-carbon: #070809;
  --landing-graphite: #111315;
  --landing-panel: #17191c;
  --landing-line: rgba(232, 236, 240, .16);
  --landing-blue: #9ab8cf;
  background: #050506 !important;
}

html body.srm-marketing-page::before {
  background:
    radial-gradient(circle at 82% 12%, rgba(154, 184, 207, .055), transparent 25%),
    radial-gradient(circle at 35% 18%, rgba(255, 255, 255, .035), transparent 32%),
    linear-gradient(145deg, #050506 0%, #0b0c0e 52%, #050506 100%) !important;
  filter: blur(34px) saturate(.72) !important;
  opacity: .72 !important;
}

html body.srm-marketing-page .hero.section {
  min-height: auto !important;
  padding: clamp(56px, 7vw, 92px) 0 clamp(52px, 6vw, 82px) !important;
  background: transparent !important;
}

html body.srm-marketing-page .hero::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, .92), rgba(5, 5, 6, .36) 58%, rgba(5, 5, 6, .78)),
    repeating-linear-gradient(118deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 7px) !important;
}

html body.srm-marketing-page .hero-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
}

html body.srm-marketing-page .hero-copy {
  max-width: 600px !important;
}

html body.srm-marketing-page .hero-logo {
  width: 82px !important;
  height: 82px !important;
  margin: 0 0 22px !important;
  border-radius: 21px !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .46) !important;
}

html body.srm-marketing-page .hero-copy h1 {
  margin-bottom: 16px;
  font-size: clamp(54px, 6.4vw, 88px) !important;
  line-height: .92;
  letter-spacing: -.055em;
}

html body.srm-marketing-page .hero-copy .lead {
  max-width: 570px !important;
  color: #c5c8cc !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.52 !important;
}

html body.srm-marketing-page .hero-actions {
  gap: 9px;
  margin-top: 24px !important;
}

html body.srm-marketing-page .hero-actions .button {
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 9px;
  font-size: 13px;
}

html body.srm-marketing-page .hero-actions .button.primary {
  border-color: rgba(183, 205, 222, .52) !important;
  background: linear-gradient(180deg, #dbe6ee, #a9bfd0) !important;
  color: #090b0d !important;
  box-shadow: 0 14px 34px rgba(90, 126, 153, .16) !important;
}

html body.srm-marketing-page .hero-actions .button.subtle {
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022)) !important;
}

html body.srm-marketing-page .hero-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 15px;
  color: #9ea3a9;
  font-size: 12px;
}

html body.srm-marketing-page .hero-utility > a,
html body.srm-marketing-page .hero-utility .windows-store-entry > a {
  color: #b8bec4 !important;
  text-decoration: underline;
  text-decoration-color: rgba(154, 184, 207, .42);
  text-underline-offset: 4px;
}

html body.srm-marketing-page .hero-utility .windows-store-entry {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

html body.srm-marketing-page .hero-utility .windows-store-fallback {
  font-size: inherit;
  text-align: left;
}

html body.srm-marketing-page .hero-stats {
  gap: 6px;
  margin-top: 22px !important;
}

html body.srm-marketing-page .hero-stats span {
  min-height: 32px;
  padding: 5px 9px;
  background: rgba(19, 21, 23, .74) !important;
  font-size: 11px;
}

html body.srm-marketing-page .hero-stats img {
  width: 19px;
  height: 19px;
}

html body.srm-marketing-page .hero-preview {
  position: relative;
  min-width: 0;
  padding: 11px;
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 32%),
    rgba(12, 13, 15, .92);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
}

html body.srm-marketing-page .hero-preview::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(154, 184, 207, .62), transparent);
}

html body.srm-marketing-page .hero-preview__head,
html body.srm-marketing-page .hero-preview__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

html body.srm-marketing-page .hero-preview__head {
  min-height: 38px;
  padding: 0 7px 10px;
  color: #edf0f3;
  font-size: 12px;
}

html body.srm-marketing-page .hero-preview__head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}

html body.srm-marketing-page .hero-preview__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--landing-blue);
  box-shadow: 0 0 0 4px rgba(154, 184, 207, .08);
}

html body.srm-marketing-page .hero-preview__head small {
  color: #92989e;
  font-size: 10px;
}

html body.srm-marketing-page .hero-preview__screen {
  overflow: hidden;
  border: 1px solid rgba(232, 236, 240, .14);
  border-radius: 11px;
  background: #070809;
  aspect-ratio: 16 / 10;
}

html body.srm-marketing-page .hero-preview__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.srm-marketing-page .hero-preview__meta {
  padding: 12px 7px 2px;
  color: #8f959b;
  font-size: 9.5px;
}

html body.srm-marketing-page .hero-preview__meta b {
  color: #d9dde1;
  font-weight: 650;
}

html body.srm-marketing-page .section {
  border-top-color: rgba(232, 236, 240, .08) !important;
}

@media (max-width: 1100px) {
  html body.srm-marketing-page .hero-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 34px;
  }

  html body.srm-marketing-page .hero-preview__meta span:last-child {
    display: none;
  }
}

@media (max-width: 860px) {
  html body.srm-marketing-page .hero.section {
    padding-block: 44px !important;
  }

  html body.srm-marketing-page .hero-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  html body.srm-marketing-page .hero-copy {
    max-width: 680px !important;
  }

  html body.srm-marketing-page .hero-preview {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html body.srm-marketing-page .hero.section {
    min-height: auto !important;
    padding: 34px 0 30px !important;
  }

  html body.srm-marketing-page .hero-wrap {
    gap: 24px;
  }

  html body.srm-marketing-page .hero-logo {
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 15px !important;
    border-radius: 15px !important;
  }

  html body.srm-marketing-page .hero-copy h1 {
    order: 2;
    font-size: clamp(42px, 15vw, 58px) !important;
  }

  html body.srm-marketing-page .hero-copy .eyebrow {
    order: 1;
  }

  html body.srm-marketing-page .hero-copy .lead {
    order: 3;
    font-size: 14px !important;
  }

  html body.srm-marketing-page .hero-actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  html body.srm-marketing-page .hero-actions .button:first-child {
    grid-column: 1 / -1;
  }

  html body.srm-marketing-page .hero-utility {
    order: 5;
  }

  html body.srm-marketing-page .hero-stats {
    order: 6;
  }

  html body.srm-marketing-page .hero-preview {
    padding: 8px;
    border-radius: 14px;
  }

  html body.srm-marketing-page .hero-preview__head {
    padding-bottom: 7px;
  }

  html body.srm-marketing-page .hero-preview__screen {
    border-radius: 8px;
  }

  html body.srm-marketing-page .hero-preview__meta {
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  html body.srm-marketing-page .hero-preview__head small,
  html body.srm-marketing-page .hero-preview__meta span:nth-child(2) {
    display: none;
  }
}
