@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

/* Homepage tweaks on top of the approved marketing snapshot. */

.marketing-page .hero h1 span,
.marketing-page .vh-hero-title .vh-accent {
  display: inline;
  margin-top: 0;
  color: #00cef3;
}

.marketing-page .hero .vh-hero-title,
.marketing-page .vh-hero-title {
  font-family: Poppins, "DM Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.marketing-page .vh-q-label,
.marketing-page .vh-a-label,
.marketing-page .vd-count span,
.marketing-page .vd-tag,
.marketing-page .vd-row dt,
.marketing-page .vl-ui .vr-req-label,
.marketing-page .vl-ui .vr-src-label,
.marketing-page .hb-label {
  text-transform: none;
  letter-spacing: 0;
}

.marketing-page .hb-label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.marketing-page .vd-tag {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.marketing-page .hb-response {
  border-top: 1px solid #e1e5e6;
}

.marketing-page .hb-response .hb-rule {
  border-left: 0;
}

.marketing-page .hb-response:after {
  content: "Prepared response";
  letter-spacing: 0;
  text-transform: none;
}

.marketing-page .hero .hero-copy {
  padding-top: 72px;
}

.marketing-page .hb-rfp,
.marketing-page .hb-rfp .hb-rfp-title,
.marketing-page .hb-rfp .hb-rfp-subject,
.marketing-page .hb-rfp .hb-label,
.marketing-page .hb-rfp .hb-rule,
.marketing-page .hb-rfp:after {
  font-family: Georgia, "Times New Roman", serif;
}

.marketing-page .hb-rfp {
  overflow: visible;
  opacity: 0;
}

.marketing-page .hb-rfp:after {
  content: "RFP / Facilities services";
  letter-spacing: 0;
  text-transform: none;
  font-family: Georgia, "Times New Roman", serif;
}

.marketing-page .hb-rfp:before {
  display: none;
}

.marketing-page .hb-response,
.marketing-page .hb-pricing {
  opacity: 0;
}

.marketing-page .hb-scene.hb-enter .hb-rfp {
  animation: hb-rfp-arrive 0.8s both ease-out;
}

.marketing-page .hb-scene.hb-running .hb-response {
  animation: hb-deliver 0.7s 0.15s both ease-out;
}

.marketing-page .hb-scene.hb-running .hb-pricing {
  animation: hb-deliver 0.65s 1.3s both ease-out;
}

.marketing-page .hb-scene.hb-revealed .hb-rfp,
.marketing-page .hb-scene.hb-revealed .hb-response,
.marketing-page .hb-scene.hb-revealed .hb-pricing {
  animation: none;
  opacity: 1;
}

@keyframes hb-rfp-arrive {
  from {
    opacity: 0;
    translate: -18px 10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.marketing-page .vd-source {
  border-left: 1px solid rgba(1, 31, 46, 0.12);
}

.marketing-page .vd-visual {
  column-gap: 48px;
  overflow: visible;
}

.marketing-page .vd-sources,
.marketing-page .vd-src-list,
.marketing-page .vd-sheet {
  overflow: visible;
}

.marketing-page .vd-source::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #00cef3;
  top: 50%;
  transform: translateY(-50%);
}

.marketing-page .vd-src-list::after {
  display: block;
  left: calc(100% + 22px);
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: #00cef3;
}

.marketing-page .vd-src-list::before {
  content: "";
  position: absolute;
  left: calc(100% + 22px);
  top: 50%;
  width: 26px;
  height: 10px;
  background: #00cef3;
  transform: translateY(-50%);
  clip-path: polygon(0 4px, 18px 4px, 18px 0, 26px 5px, 18px 10px, 18px 6px, 0 6px);
  z-index: 1;
}

.marketing-page .vd-sources::before,
.marketing-page .vd-sheet::before,
.marketing-page .vd-sheet::after {
  display: none;
}

.marketing-page .vl-ui .vr-answer {
  border-left: 0;
}

.marketing-page .footer-wordmark,
.marketing-page .hb-source,
.marketing-page .hb-agent {
  display: none;
}

.marketing-page .hb-stage:before {
  content: "";
  display: block;
  left: 20.5%;
  top: 36%;
  width: 10.5%;
  height: 0;
  border: 0;
  border-top: 2px dashed #86c8d6;
  border-right: 0;
  border-radius: 0;
  transform: rotate(7deg);
  transform-origin: left center;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.marketing-page .hb-stage:after {
  z-index: 0;
  opacity: 0;
}

.marketing-page .hb-scene.hb-running .hb-stage:before {
  animation: hb-deliver 0.7s 0.15s both ease-out;
}

.marketing-page .hb-scene.hb-running .hb-stage:after {
  animation: hb-deliver 0.5s 1.45s both ease-out;
}

.marketing-page .hb-scene.hb-revealed .hb-stage:before,
.marketing-page .hb-scene.hb-revealed .hb-stage:after {
  animation: none;
  opacity: 1;
}

.marketing-page .hb-captions {
  display: none;
}

.marketing-page .hb-scene {
  margin-bottom: 28px;
}

.marketing-page .hb-rfp,
.marketing-page .hb-response,
.marketing-page .hb-pricing {
  overflow: visible;
}

.marketing-page .hb-rfp-title,
.marketing-page .hb-pricing-title {
  position: relative;
  z-index: 0;
  padding-right: 28px;
}

.marketing-page .hb-response-heading {
  position: relative;
  z-index: 0;
  padding-right: 28px;
}

.marketing-page .hb-info {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
}

.marketing-page .hb-info-btn {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1.5px solid #011f2e;
  border-radius: 50%;
  background: #fff;
  color: #011f2e;
  font: italic 700 13px/1 Georgia, "Times New Roman", serif;
  cursor: pointer;
  box-shadow: 0 1px 2px #011f2e14;
  touch-action: manipulation;
}

.marketing-page .hb-info-btn:hover,
.marketing-page .hb-info-btn:focus-visible,
.marketing-page .hb-info.is-open .hb-info-btn {
  background: #00cef3;
  border-color: #00cef3;
  outline: none;
}

.marketing-page .hb-info-tip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 13;
  width: 228px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #011f2e;
  color: #fff;
  font: 500 13px/1.4 "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 10px 24px #011f2e2e;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.marketing-page .hb-info-tip::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 8px;
  width: 8px;
  height: 8px;
  background: #011f2e;
  transform: rotate(45deg);
}

.marketing-page .hb-info:hover .hb-info-tip,
.marketing-page .hb-info:focus-within .hb-info-tip,
.marketing-page .hb-info.is-open .hb-info-tip {
  opacity: 1;
  visibility: visible;
}

.marketing-page .hb-rfp:has(.hb-info:hover),
.marketing-page .hb-rfp:has(.hb-info:focus-within),
.marketing-page .hb-rfp:has(.hb-info.is-open),
.marketing-page .hb-response:has(.hb-info:hover),
.marketing-page .hb-response:has(.hb-info:focus-within),
.marketing-page .hb-response:has(.hb-info.is-open),
.marketing-page .hb-pricing:has(.hb-info:hover),
.marketing-page .hb-pricing:has(.hb-info:focus-within),
.marketing-page .hb-pricing:has(.hb-info.is-open) {
  z-index: 8;
}

.marketing-page .hb-ai-spark {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #00cef3;
  flex: 0 0 auto;
  vertical-align: -0.15em;
}

.marketing-page .hb-response-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.marketing-page .hb-pricing:before {
  display: none;
}

.marketing-page .hb-pricing-title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 17px;
  font: 500 19px/1.2 var(--font);
  letter-spacing: -0.03em;
  color: #40574d;
}

.marketing-page .hb-pricing-title .hb-ai-spark {
  width: 16px;
  height: 16px;
}

.marketing-page .vv-player {
  border: 1px solid #d5dde1;
  box-sizing: border-box;
}

.marketing-page footer {
  padding-bottom: 48px;
}

.marketing-page .footer-bottom {
  justify-content: flex-start;
}

.marketing-page .field-req,
.marketing-page .field-opt {
  font-weight: 400;
  font-size: 13px;
  color: #70767b;
}

@media (min-width: 701px) and (max-width: 1000px) {
  .marketing-page .hb-stage:before,
  .marketing-page .hb-stage:after {
    display: none;
  }
}

@media (max-width: 700px) {
  .marketing-page .hero h1 span,
  .marketing-page .vh-hero-title .vh-accent {
    display: inline;
    margin-top: 0;
  }

  .marketing-page .vd-source {
    border: 1px solid rgba(1, 31, 46, 0.12);
  }

  .marketing-page .hb-label,
  .marketing-page .hb-response .hb-label {
    font-size: 12px;
  }

  .marketing-page .vd-tag {
    font-size: 13px;
  }

  .marketing-page .hero .hero-copy {
    padding-top: 40px;
  }

  .marketing-page .hb-info {
    top: 6px;
    right: 6px;
  }

  .marketing-page .hb-info-btn {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .marketing-page .hb-info-tip {
    width: 196px;
    font-size: 12px;
    padding: 9px 10px;
  }

  .marketing-page .hb-rfp .hb-info-tip {
    width: 142px;
    font-size: 11px;
  }

  .marketing-page .hb-rfp .hb-rfp-title,
  .marketing-page .hb-pricing-title,
  .marketing-page .hb-response-heading {
    padding-right: 24px;
  }

  .marketing-page .hb-rfp {
    overflow: visible;
    top: 10px;
    left: 4%;
    width: 162px;
    height: 204px;
    padding: 16px 14px 14px;
    z-index: 2;
  }

  .marketing-page .hb-rfp .hb-rfp-title {
    font-size: 20px !important;
  }

  .marketing-page .hb-rfp .hb-rfp-subject {
    font-size: 9px;
    margin-top: 6px;
  }

  .marketing-page .hb-rfp .hb-fields {
    margin-top: 10px;
  }

  .marketing-page .hb-rfp .hb-field + .hb-field {
    margin-top: 6px;
  }

  .marketing-page .hb-rfp .hb-label {
    font-size: 8px;
    line-height: 1.2;
  }

  .marketing-page .hb-rfp .hb-rule,
  .marketing-page .hb-rfp .hb-field:last-child .hb-rule {
    height: 11px;
    min-height: 11px;
    padding: 0;
    margin-top: 3px;
  }

  .marketing-page .hb-rfp:after {
    display: none;
  }

  .marketing-page .hb-stage {
    padding-top: 268px;
    padding-bottom: 20px;
  }

  .marketing-page .hb-response {
    left: 14%;
    width: min(300px, 82%);
    z-index: 3;
  }

  .marketing-page .hb-response:before {
    content: "";
    display: block;
    position: absolute;
    left: 62%;
    top: 100%;
    width: 0;
    height: 36px;
    border-left: 2px dashed #86c8d6;
    z-index: 0;
    pointer-events: none;
  }

  .marketing-page .hb-pricing {
    margin: 52px auto 0;
    z-index: 4;
  }

  .marketing-page .hb-pricing:after {
    display: none;
  }

  .marketing-page .hb-rfp:before {
    display: none;
  }

  .marketing-page .hb-stage:before,
  .marketing-page .hb-stage:after {
    display: block;
    z-index: 0;
  }

  .marketing-page .hb-stage:before {
    left: 40%;
    top: 88px;
    width: 28%;
    height: 168px;
    border: 0;
    border-top: 2px dashed #86c8d6;
    border-right: 2px dashed #86c8d6;
    border-radius: 0 28px 0 0;
    transform: none;
  }

  .marketing-page .hb-stage:after {
    display: none;
  }

  .marketing-page .vd-source::after,
  .marketing-page .vd-src-list::after,
  .marketing-page .vd-src-list::before,
  .marketing-page .vd-sources::before {
    display: none;
  }

  .marketing-page footer {
    padding-bottom: 36px;
  }
}

@media (min-width: 1001px) {
  .marketing-page .hb-stage {
    height: 620px;
  }

  .marketing-page .hb-stage:before {
    left: 21%;
    top: 38%;
    width: 9%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-page .hb-rfp,
  .marketing-page .hb-response,
  .marketing-page .hb-pricing,
  .marketing-page .hb-stage:before,
  .marketing-page .hb-stage:after {
    opacity: 1;
    animation: none;
  }
}

.marketing-page .thanks-panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 72px 30px 96px;
  text-align: center;
}

.marketing-page .thanks-panel h1 {
  font-size: clamp(36px, 4.3vw, 56px);
  margin-bottom: 18px;
}

.marketing-page .thanks-panel p {
  font-size: 18px;
  line-height: 1.55;
  color: #1b2327;
}

.marketing-page .thanks-panel .button {
  margin-top: 28px;
}

/* About page (/about) */
.marketing-page .about-hero {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 30px 24px;
  text-align: center;
}

.marketing-page .about-hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 22px;
}

.marketing-page .about-hero p {
  font-size: 21px;
  line-height: 1.55;
  color: var(--blue);
  text-wrap: pretty;
}

.marketing-page .about-section {
  max-width: 1000px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.marketing-page .about-section h2,
.marketing-page .about-cta h2 {
  font-size: clamp(32px, 3.6vw, 46px);
  margin-bottom: 26px;
}

.marketing-page .about-section h3 {
  font-size: 21px;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.marketing-page .about-section p,
.marketing-page .about-section li,
.marketing-page .about-facts dd {
  font-size: 18px;
  color: var(--muted);
}

.marketing-page .about-section a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.marketing-page .about-lead {
  max-width: 760px;
  margin-bottom: 24px;
}

.marketing-page .about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.marketing-page .about-cards-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.marketing-page .about-card,
.marketing-page .about-steps li,
.marketing-page .about-faq-item {
  background: linear-gradient(130deg, #fafafa, #f1f2f4);
  border: 1px solid #f8f9fa;
  border-radius: 18px;
  box-shadow: 0 7px 18px #011f2e05;
  padding: 24px;
}

.marketing-page .about-card p + a {
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
}

.marketing-page .about-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 12px;
}

.marketing-page .about-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: about-step;
}

.marketing-page .about-steps li {
  counter-increment: about-step;
}

.marketing-page .about-steps li::before {
  content: counter(about-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 15px;
  margin-bottom: 14px;
}

.marketing-page .about-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.marketing-page .about-facts div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.marketing-page .about-facts dt {
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
}

.marketing-page .about-facts dd {
  margin: 0;
}

.marketing-page .about-faq-item {
  margin: 13px 0;
}

.marketing-page .about-faq-item p {
  margin: 0;
}

.marketing-page .about-cta {
  text-align: center;
  padding: 40px 30px 80px;
}

@media (max-width: 900px) {
  .marketing-page .about-cards,
  .marketing-page .about-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .marketing-page .about-hero {
    padding: 32px 22px 8px;
  }

  .marketing-page .about-hero p {
    font-size: 18px;
  }

  .marketing-page .about-cards,
  .marketing-page .about-cards-two,
  .marketing-page .about-steps {
    grid-template-columns: 1fr;
  }

  .marketing-page .about-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
