/* BarrierScan marketing site. Static, self-contained, no external assets. */

:root { color-scheme: light; }
* { box-sizing: border-box; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1c2430;
  background: #ffffff;
  margin: 0;
  line-height: 1.6;
  font-size: 17px;
}

.wrap { max-width: 880px; margin: 0 auto; padding: 0 24px; }

a { color: #1c3d5a; }
a:hover { color: #10212f; }
a:focus { outline: 3px solid #1c3d5a; outline-offset: 2px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #1c3d5a;
  color: #ffffff;
  padding: 10px 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 10;
}
.skip-link:focus {
  left: 0;
  outline: 3px solid #10212f;
  outline-offset: 2px;
}

/* Header */
.site-header { border-bottom: 3px solid #1c3d5a; }
.site-header .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 24px;
  padding-top: 22px;
  padding-bottom: 18px;
}
.brand {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1c3d5a;
  font-weight: bold;
  text-decoration: none;
}
.brand:focus { outline: 3px solid #1c3d5a; outline-offset: 4px; }
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.site-nav a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1c3d5a;
  text-decoration: none;
  padding: 10px 10px;
}
.site-nav a:hover { text-decoration: underline; }

/* Hero */
.hero { padding: 56px 0 24px; }
.hero h1 {
  font-size: 40px;
  line-height: 1.18;
  margin: 0 0 18px;
  color: #10212f;
  font-weight: normal;
}
.hero .subhead {
  font-size: 19px;
  color: #38485a;
  max-width: 46em;
  margin: 0 0 30px;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin: 0 0 8px;
}
.btn {
  display: inline-block;
  background: #1c3d5a;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 4px;
}
.btn:hover { background: #10212f; color: #ffffff; }
.btn:focus { outline: 3px solid #10212f; outline-offset: 3px; }
.secondary-link {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 2px;
  display: inline-block;
}

/* Trust bar */
.trust-bar {
  list-style: none;
  margin: 36px 0 0;
  padding: 22px 0;
  border-top: 1px solid #d7dee5;
  border-bottom: 1px solid #d7dee5;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
}
.trust-bar li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1c3d5a;
  border-left: 4px solid #1c3d5a;
  padding-left: 12px;
  flex: 1 1 200px;
}

/* Sections */
main section { margin: 0; padding: 8px 0 4px; }
h2 {
  font-size: 26px;
  color: #1c3d5a;
  border-bottom: 1px solid #d7dee5;
  padding-bottom: 8px;
  margin: 44px 0 18px;
  font-weight: normal;
}
h3 { font-size: 19px; color: #10212f; margin: 26px 0 6px; }
p { margin: 0 0 16px; max-width: 50em; }

/* How it works */
.steps { margin: 18px 0 0; padding-left: 0; list-style: none; counter-reset: step; }
.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 18px 58px;
  max-width: 46em;
}
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 2px;
  width: 38px;
  height: 38px;
  border: 2px solid #1c3d5a;
  border-radius: 50%;
  color: #1c3d5a;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.steps strong { color: #10212f; }

/* Pricing */
.plans {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 22px 0 4px;
}
.plan {
  flex: 1 1 240px;
  border: 1px solid #d7dee5;
  border-top: 4px solid #1c3d5a;
  border-radius: 8px;
  padding: 22px 24px;
}
.plan h3 { margin: 0 0 4px; }
.plan .price {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #1c3d5a;
  margin: 0 0 4px;
}
.plan .term {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5a6b7a;
  margin: 0 0 14px;
}
.plan p { font-size: 15.5px; margin-bottom: 0; }
.pricing-note {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #38485a;
  margin-top: 14px;
}

/* Honest scope */
.scope-box {
  border-left: 4px solid #1c3d5a;
  background: #f2f5f8;
  padding: 18px 22px;
  margin: 18px 0;
  max-width: 50em;
}
.scope-box p { margin: 0; }

/* FAQ */
.faq h3 { margin-top: 30px; }

/* Closing CTA */
.closing-cta { padding: 28px 0 40px; }

/* Footer */
.site-footer {
  border-top: 1px solid #d7dee5;
  margin-top: 40px;
  padding: 22px 0 36px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #38485a;
}
.site-footer p { margin: 0 0 8px; }
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
}
.site-footer li a { display: inline-block; padding: 8px 2px; }

/* Subpages */
.page-body { padding: 40px 0 16px; }
.page-body h1 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #10212f;
  font-weight: normal;
}
.report-frame {
  border: 1px solid #d7dee5;
  border-radius: 8px;
  padding: 22px 24px;
  margin: 26px 0;
  max-width: 46em;
}
.report-frame p { margin: 0 0 16px; }
.report-frame .btn { margin-bottom: 4px; }

/* Small screens */
@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero { padding-top: 36px; }
  .hero h1 { font-size: 30px; }
  .hero .subhead { font-size: 17px; }
  h2 { font-size: 23px; }
  .page-body h1 { font-size: 28px; }
  .plans { flex-direction: column; }
}

.plan-btn {
  margin-top: 14px;
  text-align: center;
}
