@font-face {
  font-family: "Blueicon Montserrat";
  src: url("../fonts/Montserrat-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

.app-entry-body .app-entry-page {
  --entry-navy: #001a28;
  --entry-ink: #092337;
  --entry-muted: #486075;
  --entry-blue: #2876c3;
  --entry-line: #dce7ee;
  color: var(--entry-ink);
  background: #fff;
  font-family: "Blueicon Montserrat", Montserrat, Arial, sans-serif;
  overflow-x: clip;
}

.app-entry-body .theme-toggle-floating {
  display: none;
}

.app-entry-page [hidden] {
  display: none !important;
}

.app-entry-page .app-entry-container {
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.app-entry-page .public-nav.app-entry-nav {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: var(--entry-navy);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: none;
}

.app-entry-nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.app-entry-page .public-brand {
  flex: 0 0 auto;
  margin: 0;
}

.app-entry-page .public-brand img {
  display: block;
  width: 166px;
  max-width: 100%;
  height: auto;
}

.app-entry-page .public-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.app-entry-page .public-nav-links a,
.app-entry-page .app-entry-signin {
  color: #dce8ef;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.app-entry-page .public-nav-links a:hover,
.app-entry-page .app-entry-signin:hover {
  color: #fff;
}

.app-entry-nav-actions,
.app-entry-plans-actions,
.app-entry-final-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.app-entry-page .app-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.app-entry-page .app-entry-button-primary,
.app-entry-page .public-scan-input-wrap .btn {
  color: #fff;
  background: var(--entry-blue);
  border-color: var(--entry-blue);
}

.app-entry-page .app-entry-button-primary:hover,
.app-entry-page .public-scan-input-wrap .btn:hover {
  color: #fff;
  background: #185f9e;
  border-color: #185f9e;
}

.app-entry-page .app-entry-button-secondary {
  color: var(--entry-ink);
  background: #fff;
  border-color: #b8cbd9;
}

.app-entry-page .app-entry-button-secondary:hover {
  color: #155c97;
  border-color: #155c97;
}

.app-entry-page .app-entry-button-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .6);
}

.app-entry-page .app-entry-button-outline:hover {
  color: var(--entry-navy);
  background: #fff;
}

.app-entry-page .public-hero.app-entry-hero {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 545px;
  margin: 0;
  padding: 48px 0 40px;
  background-color: var(--entry-navy);
  background-image: linear-gradient(90deg, rgba(0, 19, 32, .98) 0%, rgba(0, 26, 40, .92) 39%, rgba(0, 26, 40, .55) 67%, rgba(0, 26, 40, .16) 100%), url("../../img/hero-business-v2.webp");
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.app-entry-page .public-hero-content {
  width: min(100%, 650px);
  max-width: 650px;
  margin: 0;
  padding: 0;
}

.app-entry-page .public-hero .public-eyebrow {
  display: block;
  color: #9edcf7;
  background: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.app-entry-page .public-hero h1 {
  max-width: 650px;
  margin: 18px 0 0;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  text-wrap: balance;
}

.app-entry-page .public-hero-content > p {
  max-width: 610px;
  margin: 22px 0 0;
  color: #e5eef4;
  font-size: 16px;
  line-height: 1.65;
}

.app-entry-page .public-hero .public-scan-form {
  width: min(100%, 650px);
  max-width: none;
  margin: 25px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.app-entry-page .public-hero .public-scan-input-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-width: 0;
  min-height: 62px;
  padding: 6px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 9, 17, .2);
}

.app-entry-page .public-hero .public-scan-input-wrap .form-control {
  min-width: 0;
  min-height: 48px;
  padding: 0 16px;
  color: var(--entry-ink);
  background: #fff;
  border: 0;
  box-shadow: none;
  font-size: 15px;
}

.app-entry-page .public-hero .public-scan-input-wrap .btn {
  flex: 0 0 auto;
  min-width: 0;
  min-height: 48px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.app-entry-page .public-hero .blueicon-turnstile,
.app-entry-page .public-hero .turnstile-field {
  max-width: 320px;
  margin-top: 10px;
}

.app-entry-page .public-hero .public-scan-support,
.app-entry-page .public-hero .public-scan-feedback {
  margin-top: 12px;
  color: #d6e5ed;
  font-size: 12px;
  line-height: 1.5;
}

.app-entry-page .public-hero .public-scan-feedback.is-danger {
  color: #ffd7cf;
}

.app-entry-hero-access {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 16px;
}

.app-entry-hero-access a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.app-entry-hero-access a:hover {
  color: #9edcf7;
}

.app-entry-page .public-hero .public-scan-progress {
  max-width: 650px;
  color: var(--entry-ink);
}

.app-entry-page .public-result-section {
  width: min(calc(100% - 48px), 1180px);
  max-width: none;
  margin-inline: auto;
}

.app-entry-page .public-result-section:empty {
  display: none;
}

.app-entry-page .public-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 68px 0;
  background: #fff;
}

.app-entry-page .public-section-heading,
.app-entry-page .public-steps,
.app-entry-page .public-feature-grid,
.app-entry-page .app-entry-report {
  width: min(calc(100% - 48px), 1180px);
  max-width: none;
  margin-inline: auto;
}

.app-entry-page .public-section-heading {
  margin-bottom: 28px;
}

.app-entry-page .public-section-heading .public-eyebrow {
  color: #2876c3;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

.app-entry-page .public-section-heading h2,
.app-entry-page .public-final-cta h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--entry-ink);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  text-wrap: balance;
}

.app-entry-page .public-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.app-entry-page .public-steps article {
  min-width: 0;
  padding: 22px 4px 0 0;
  background: transparent;
  border: 0;
  border-top: 2px solid var(--entry-line);
  border-radius: 0;
  box-shadow: none;
}

.app-entry-page .public-steps article > span {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  color: #2876c3;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 26px;
  font-weight: 800;
}

.app-entry-page .public-steps h3 {
  margin: 0 0 8px;
  color: var(--entry-ink);
  font-size: 17px;
  font-weight: 750;
}

.app-entry-page .public-steps p {
  margin: 0;
  color: var(--entry-muted);
  font-size: 14px;
  line-height: 1.65;
}

.app-entry-page .public-discovery {
  background: #f4f8fb;
}

.app-entry-page .public-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.app-entry-page .public-feature-grid article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--entry-line);
  border-radius: 6px;
  box-shadow: none;
}

.app-entry-page .public-feature-grid strong {
  color: var(--entry-ink);
  font-size: 15px;
}

.app-entry-page .public-feature-grid span {
  color: var(--entry-muted);
  font-size: 13px;
  line-height: 1.55;
}

.app-entry-report {
  margin-top: 32px;
}

.app-entry-report img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--entry-line);
  border-radius: 6px;
}

.app-entry-report figcaption {
  margin-top: 10px;
  color: var(--entry-muted);
  font-size: 12px;
}

.app-entry-page .public-pricing-summary {
  padding: 54px 0;
  background: #eaf4fc;
}

.app-entry-plans-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  width: min(calc(100% - 48px), 1180px);
  margin-inline: auto;
}

.app-entry-page .public-pricing-summary .public-section-heading {
  width: auto;
  margin: 0;
}

.app-entry-page .public-pricing-summary .public-section-heading p {
  margin: 14px 0 0;
  color: var(--entry-muted);
  font-size: 14px;
  line-height: 1.6;
}

.app-entry-plans-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.app-entry-page .public-final-cta {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px 0;
  color: #e5eef4;
  background: var(--entry-navy);
  border: 0;
  border-radius: 0;
  text-align: left;
}

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

.app-entry-page .public-final-cta .public-eyebrow {
  color: #9edcf7;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

.app-entry-page .public-final-cta h2 {
  color: #fff;
}

.app-entry-final-main p,
.app-entry-contact > p {
  max-width: 630px;
  margin: 12px 0 0;
  color: #d5e3ec;
  font-size: 14px;
  line-height: 1.6;
}

.app-entry-contact {
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.app-entry-contact h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.app-entry-page .app-entry-contact .lead-capture-form {
  width: min(100%, 760px);
  max-width: none;
  margin: 22px 0 0;
  grid-template-columns: minmax(0, 1fr);
}

.app-entry-page .app-entry-contact .lead-capture-fields {
  width: 100%;
  min-width: 0;
}

.app-entry-page .app-entry-contact .lead-capture-form .blueicon-turnstile {
  justify-content: flex-start;
}

.app-entry-page .app-entry-contact .lead-capture-feedback {
  text-align: left;
}

.app-entry-page .app-entry-footer {
  padding: 34px 0;
  background: #fff;
  border-top: 1px solid var(--entry-line);
}

.app-entry-footer-inner,
.app-entry-footer nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.app-entry-footer img {
  display: block;
  width: 134px;
  height: auto;
}

.app-entry-footer nav a {
  color: var(--entry-muted);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.app-entry-footer nav a:hover {
  color: var(--entry-blue);
}

.app-entry-page a:focus-visible,
.app-entry-page button:focus-visible,
.app-entry-page input:focus-visible {
  outline: 3px solid #64c4f3;
  outline-offset: 3px;
}

@media (max-width: 1000px) {
  .app-entry-page .public-nav-links {
    display: none;
  }

  .app-entry-nav-actions {
    margin-left: auto;
  }

  .app-entry-page .public-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .app-entry-page .app-entry-container,
  .app-entry-page .public-section-heading,
  .app-entry-page .public-steps,
  .app-entry-page .public-feature-grid,
  .app-entry-page .app-entry-report,
  .app-entry-page .app-entry-plans-inner,
  .app-entry-page .public-result-section {
    width: min(calc(100% - 32px), 1180px);
  }

  .app-entry-page .public-hero.app-entry-hero {
    min-height: 0;
    padding: 48px 0 42px;
    background-image: linear-gradient(90deg, rgba(0, 19, 32, .97), rgba(0, 26, 40, .79)), url("../../img/hero-business-v2.webp");
    background-position: center, 68% center;
  }

  .app-entry-page .public-hero h1 {
    font-size: 36px;
  }

  .app-entry-page .public-hero-content > p {
    font-size: 15px;
  }

  .app-entry-page .public-section {
    padding: 54px 0;
  }

  .app-entry-page .public-steps,
  .app-entry-page .public-feature-grid,
  .app-entry-plans-inner,
  .app-entry-final-main {
    grid-template-columns: 1fr;
  }

  .app-entry-page .public-steps {
    gap: 18px;
  }

  .app-entry-plans-actions {
    justify-content: flex-start;
  }

  .app-entry-page .public-final-cta {
    padding: 54px 0;
  }

  .app-entry-footer-inner {
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .app-entry-nav-inner {
    gap: 8px;
    min-height: 72px;
  }

  .app-entry-page .public-brand img {
    width: 132px;
  }

  .app-entry-nav-actions {
    gap: 10px;
  }

  .app-entry-page .app-entry-signin,
  .app-entry-page .app-entry-nav-actions .app-entry-button {
    font-size: 12px;
  }

  .app-entry-page .app-entry-nav-actions .app-entry-button {
    min-height: 40px;
    padding: 8px 10px;
  }

  .app-entry-page .public-hero.app-entry-hero {
    padding: 38px 0 36px;
  }

  .app-entry-page .public-hero h1 {
    font-size: 31px;
  }

  .app-entry-page .public-hero .public-scan-input-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .app-entry-page .public-hero .public-scan-input-wrap .btn {
    width: 100%;
  }

  .app-entry-page .public-section-heading h2,
  .app-entry-page .public-final-cta h2 {
    font-size: 27px;
  }

  .app-entry-page .public-feature-grid article {
    padding: 18px;
  }

  .app-entry-footer-inner,
  .app-entry-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 359px) {
  .app-entry-page .app-entry-container,
  .app-entry-page .public-section-heading,
  .app-entry-page .public-steps,
  .app-entry-page .public-feature-grid,
  .app-entry-page .app-entry-report,
  .app-entry-page .app-entry-plans-inner,
  .app-entry-page .public-result-section {
    width: calc(100% - 16px);
  }

  .app-entry-page .public-brand img {
    width: 120px;
  }

  .app-entry-page .public-hero .public-scan-form,
  .app-entry-page .public-hero .public-scan-input-wrap {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-entry-page .app-entry-button,
  .app-entry-page .public-scan-input-wrap .btn {
    transition: none;
  }
}
