/* RMUR master identity. One mark is used across the homepage, forms and footer. */
.brandMark {
  display: block !important;
  flex: 0 0 auto;
  width: 50px !important;
  height: 34px !important;
  background: url("/rmur-mark.svg") center / contain no-repeat !important;
  object-fit: contain;
  transform: none !important;
}

.brandMark::before,
.brandMark::after,
.brandMark span {
  display: none !important;
}

.brandCopy strong {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  font-size: 0 !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
}

.brandCopy strong::before {
  content: "RMUR";
  font-size: 24px;
  font-weight: 850;
  letter-spacing: .16em;
}

.brandCopy strong::after {
  content: ".COM";
  margin-left: 2px;
  color: #aebbd0;
  font-size: 17px;
  font-weight: 620;
  letter-spacing: .07em;
}

.brandCopy small {
  margin-top: 7px !important;
  font-size: 10px !important;
  letter-spacing: .045em !important;
  color: #c2cee0 !important;
}

.trialAvatar {
  overflow: hidden;
}

.trialAvatar img {
  width: 31px;
  height: 22px;
  object-fit: contain;
}

.successLogo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0 !important;
}

.successLogo::before {
  content: "";
  width: 50px;
  height: 34px;
  background: url("/rmur-mark.svg") center / contain no-repeat;
}

.successLogo::after {
  display: none;
}

.successBrandName {
  color: #fff;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: .16em;
}

.successBrandDomain {
  margin-left: -9px;
  color: #aebbd0;
  font-size: 17px;
  font-weight: 620;
  letter-spacing: .07em;
}

/* Remove decorative numbering and let the content lead. */
.proofWrap {
  min-height: 206px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  border: 1px solid #dce5f1 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 24px 65px rgba(16, 43, 87, .14) !important;
}

.proofWrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1e5dd8, #4f87ff 55%, #1e5dd8);
}

.proofItem {
  display: grid !important;
  grid-template-rows: 44px 28px minmax(54px, auto);
  align-content: center;
  justify-items: center;
  row-gap: 12px;
  padding: 29px 20px 27px !important;
}

.proofItem:not(:last-child)::after {
  top: 27px !important;
  bottom: 27px !important;
  height: auto !important;
  background: #e4eaf2 !important;
}

.proofItem > div {
  display: contents;
}

.proofIcon {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border: 1px solid #dce8fb;
  border-radius: 13px !important;
  background: #f0f5ff !important;
}

.proofItem strong {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
  line-height: 1.3 !important;
  white-space: nowrap;
}

.proofItem small {
  max-width: 190px !important;
  margin-top: 0 !important;
  color: #607089 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.managedResponse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e1e8f2;
}

.managedResponse > span {
  color: #64748b;
  font-size: 7px;
  font-weight: 700;
}

.managedResponse > strong {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #246c49;
  font-size: 7px;
}

.managedResponse i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35c878;
  box-shadow: 0 0 0 4px rgba(53, 200, 120, 0.12);
}

.industryCard > span,
.processGrid article > span {
  display: none !important;
}

.industryCard h3 {
  margin-top: 0 !important;
}

.processGrid::before {
  display: none !important;
}

.processGrid {
  gap: 14px;
  max-width: 1100px;
}

.processGrid article {
  display: block !important;
  padding: 28px !important;
  text-align: left !important;
  border: 1px solid #dfe6ef;
  border-radius: 14px;
  background: #fff;
}

.processGrid h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.processGrid p {
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Make the product presentation honest, focused and gently alive. */
.previewDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75a2ff;
  box-shadow: 0 0 0 4px rgba(117, 162, 255, .12);
}

.capabilityCard {
  position: relative;
  overflow: hidden;
}

.capabilityCardPrimary {
  border-color: #c9d9f7 !important;
  background: linear-gradient(145deg, #fff 58%, #f3f7ff) !important;
  box-shadow: 0 12px 35px rgba(24, 66, 145, .065) !important;
}

.capabilityCardPrimary::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #235ed8, #6b9dff);
}

.capabilityCardPrimary h3 {
  font-size: 21px !important;
}

.capabilityCardPrimary p {
  color: #52617a !important;
  font-size: 16px !important;
}

.dashboardExampleLabel {
  width: fit-content;
  margin: -3px 0 15px;
  padding: 7px 11px;
  color: #396dc9;
  border: 1px solid #d7e4fa;
  border-radius: 999px;
  background: #f2f6fd;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .025em;
}

.brandableCredibility {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 28px;
  padding: 19px 21px;
  color: #52617a;
  border: 1px solid #dbe5f3;
  border-radius: 12px;
  background: linear-gradient(145deg, #fbfdff, #f3f7fd);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.brandableCredibility:hover {
  transform: translateY(-2px);
  border-color: #bfd1ee;
  box-shadow: 0 12px 28px rgba(22, 57, 113, .08);
}

.brandableCredibility span {
  color: #2a68dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brandableCredibility strong {
  color: #16243a;
  font-size: 17px;
  line-height: 1.45;
}

.footerBottom > .poweredBy {
  color: #8798b0;
  font-size: 14px;
  white-space: nowrap;
}

.footerEmail {
  color: #6f9aff;
  font-size: 14px;
}

.footerBottom {
  display: grid !important;
  grid-template-columns: 1fr auto auto;
  gap: 28px;
}

.footerBottom > .footerLegal {
  display: flex;
  gap: 22px;
}

.footerBottom > .footerLegal a {
  color: #8798b0;
}

.footerBottom > .footerLegal a:hover {
  color: #fff;
}

.footerBottom > .poweredBy strong {
  color: #d8e4f5;
}

.footerBottom > .poweredBy:hover strong {
  color: #fff;
}

@media (max-width: 900px) {
  .proofWrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .footerBottom {
    grid-template-columns: 1fr auto;
  }

  .footerBottom > .poweredBy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .proofWrap {
    grid-template-columns: 1fr !important;
  }

  .proofItem {
    display: flex !important;
    min-height: 112px;
    justify-content: flex-start !important;
    gap: 15px;
    padding: 18px 20px !important;
    text-align: left;
  }

  .proofItem > div {
    display: block;
  }

  .proofItem strong {
    justify-content: flex-start;
    white-space: normal;
  }

  .proofItem small {
    max-width: none !important;
    margin-top: 6px !important;
  }

  .processGrid article {
    display: block !important;
    padding: 24px !important;
  }

  .processGrid p {
    margin: 0 !important;
  }

  .footerBottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footerBottom > .poweredBy {
    grid-column: auto;
  }

  .capabilityCardPrimary h3 {
    font-size: 20px !important;
  }

  .dashboardExampleLabel {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .brandableCredibility {
    max-width: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .chartLine,
  .lightTrend svg path {
    stroke-dasharray: 620;
    stroke-dashoffset: 620;
    animation: rmurDrawChart 1.9s .55s ease forwards;
  }

  .chartArea {
    opacity: 0;
    animation: rmurChartFade .9s 1.05s ease forwards;
  }

  .scoreRing,
  .lightScoreRing {
    animation: rmurScoreGlow 4.8s ease-in-out infinite;
  }

  .previewDot,
  .scanStatus i {
    animation: rmurStatusPulse 2.8s ease-in-out infinite;
  }

  .reportBars i b {
    transform-origin: left;
    animation: rmurRevealBar 1.2s .55s ease both;
  }

  @keyframes rmurDrawChart {
    to { stroke-dashoffset: 0; }
  }

  @keyframes rmurChartFade {
    to { opacity: 1; }
  }

  @keyframes rmurScoreGlow {
    50% { filter: drop-shadow(0 0 9px rgba(61, 220, 132, .2)); }
  }

  @keyframes rmurStatusPulse {
    50% { box-shadow: 0 0 0 6px rgba(74, 130, 255, .08); }
  }

  @keyframes rmurRevealBar {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
  }
}

/* Brand Sentinel managed protection. */
.brandSentinel {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(43, 108, 255, .22), transparent 34%),
    radial-gradient(circle at 8% 82%, rgba(43, 108, 255, .11), transparent 30%),
    #061329;
}

.brandSentinel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: radial-gradient(circle, #6f9aff 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent, #000 44%, #000);
}

.brandSentinelPanel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 76px;
  align-items: center;
}

.sentinelBadge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8fb3ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sentinelBadge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4380ff;
  box-shadow: 0 0 0 5px rgba(67, 128, 255, .12);
}

.brandSentinelCopy h2 {
  max-width: 620px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.7vw, 64px);
  font-weight: 590;
  letter-spacing: -.052em;
  line-height: 1.04;
}

.brandSentinelCopy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #b8c5d8;
  font-size: 18px;
  line-height: 1.75;
}

.sentinelActions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
}

.sentinelTextLink {
  color: #d7e4fa;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

.sentinelTextLink:hover {
  color: #fff;
}

.brandSentinelCopy > small {
  display: block;
  margin-top: 18px;
  color: #7f91a9;
  font-size: 13px;
  line-height: 1.6;
}

.sentinelPreview {
  padding: 28px;
  border: 1px solid rgba(130, 164, 222, .22);
  border-radius: 19px;
  background: rgba(6, 21, 47, .88);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .28);
}

.sentinelPreview > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.sentinelIdentity {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.sentinelIdentity img {
  width: 47px;
  height: 32px;
  max-width: 47px !important;
  flex: 0 0 47px;
  object-fit: contain;
}

.sentinelIdentity strong {
  font-size: 17px;
  letter-spacing: -.015em;
}

.sentinelPreview > header em {
  padding: 6px 10px;
  color: #8eb1f8;
  border: 1px solid rgba(96, 145, 242, .25);
  border-radius: 999px;
  background: rgba(37, 86, 179, .12);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.sentinelFinding {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 13px;
  background: rgba(255, 255, 255, .025);
}

.sentinelRisk {
  display: inline-flex;
  padding: 5px 9px;
  color: #ffca74;
  border-radius: 6px;
  background: rgba(255, 174, 54, .1);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sentinelFinding strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 21px;
}

.sentinelFinding p {
  margin: 8px 0 0;
  color: #9fadc1;
  font-size: 14px;
  line-height: 1.65;
}

.sentinelEvidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.sentinelEvidence div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 10px;
  background: rgba(255, 255, 255, .02);
}

.sentinelEvidence span,
.sentinelEvidence strong {
  display: block;
}

.sentinelEvidence span {
  color: #72839c;
  font-size: 11px;
}

.sentinelEvidence strong {
  margin-top: 4px;
  color: #dce7f7;
  font-size: 13px;
}

.sentinelUpdate {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 17px;
  color: #aebdd1;
  font-size: 13px;
}

.sentinelUpdate i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #3fd07f;
  box-shadow: 0 0 0 5px rgba(63, 208, 127, .1);
}

@media (max-width: 1050px) {
  .brandSentinelPanel {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sentinelPreview {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .brandSentinel {
    padding: 64px 0;
  }

  .brandSentinelPanel {
    width: calc(100% - 32px);
    gap: 34px;
  }

  .sentinelBadge {
    gap: 8px;
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.5;
  }

  .brandSentinelCopy h2 {
    margin-top: 14px;
    font-size: clamp(32px, 10vw, 39px);
    letter-spacing: -.042em;
    line-height: 1.08;
  }

  .brandSentinelCopy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.65;
  }

  .sentinelActions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .sentinelTextLink {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 181, 233, .32);
    border-radius: 9px;
    text-align: center;
  }

  .sentinelActions .button,
  .sentinelTextLink {
    width: 100%;
  }

  .brandSentinelCopy > small {
    margin-top: 16px;
    font-size: 12px;
  }

  .sentinelPreview {
    width: 100%;
    padding: 17px;
    overflow: hidden;
    border-radius: 15px;
  }

  .sentinelPreview > header {
    align-items: center;
    flex-flow: row wrap;
    gap: 12px;
    padding-bottom: 16px;
  }

  .sentinelIdentity {
    min-width: 0;
    gap: 9px;
  }

  .sentinelIdentity img {
    width: 36px;
    height: 25px;
    max-width: 36px !important;
    flex-basis: 36px;
  }

  .sentinelIdentity strong {
    font-size: 15px;
  }

  .sentinelPreview > header em {
    margin-left: auto;
    font-size: 10px;
  }

  .sentinelFinding {
    margin-top: 16px;
    padding: 17px;
  }

  .sentinelFinding strong {
    margin-top: 11px;
    font-size: 19px;
    line-height: 1.25;
  }

  .sentinelFinding p {
    font-size: 13px;
  }

  .sentinelEvidence {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sentinelEvidence div {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
  }

  .sentinelEvidence strong {
    margin-top: 0;
  }

  .sentinelUpdate {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.55;
  }
}
