/* Late, homepage-specific safeguards that must follow the legacy responsive sheet. */
.verify-inline {
  display: block;
  margin-top: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.verify-inline .verify-search {
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(32px, 5vw, 72px);
  padding: clamp(32px, 4vw, 52px);
}

.verify-inline .verify-search-form {
  width: 100%;
}

/* Keep the landing page typographic hierarchy confident and consistent. */
.conversion-hero-copy h1,
.split-heading h2,
.section-title {
  font-weight: 600;
}

/* Live records should scan like proof cards, not raw definition lists. */
.live-proof-card {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 330px;
}

.live-proof-card h3 {
  margin: 18px 0 22px;
  font-weight: 600;
}

.live-proof-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.live-proof-card dl > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid #252525;
}

.live-proof-card dt {
  color: #777;
  font: 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.live-proof-card dd {
  min-width: 0;
  margin: 0;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.live-proof-card > a {
  align-self: end;
  margin-top: 24px;
  color: #d7ad4a;
  font-size: 12px;
  font-weight: 700;
}

/* This is a grid, not a section; do not inherit the full section spacing. */
.focused-use-case-grid {
  margin-top: 42px;
}

.focused-use-case-grid .industry-card,
.focused-use-case-grid.industry-grid {
  background: transparent;
}

/* Balance the free-record offer so the promise and action carry equal weight. */
.free-proof-section {
  padding-block: clamp(72px, 8vw, 112px);
}

.free-proof-section .section-label {
  color: #4b3712;
  font-weight: 700;
}

/* Turn the proof gap into two balanced, scannable operating models. */
.proof-gap-section .section-label {
  color: #075b40;
  font-weight: 700;
}

.proof-gap-section .split-heading > p {
  max-width: 520px;
  color: #435049;
  font-size: 17px;
}

.proof-gap-visual {
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
  margin-top: 58px;
}

.friction-flow,
.proof-flow {
  display: grid;
  align-content: start;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 18px 48px rgba(7, 16, 12, .055);
}

.friction-flow header,
.proof-flow header {
  padding: 28px 32px 25px;
  border-bottom: 1px solid rgba(7, 16, 12, .12);
  background: rgba(7, 16, 12, .035);
}

.friction-flow header small,
.proof-flow header small {
  display: block;
  margin-bottom: 9px;
  color: #68706b;
  font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.friction-flow h3,
.proof-flow h3 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.friction-flow ol,
.proof-flow ol {
  display: grid;
  margin: 0;
  padding: 10px 32px 26px;
  list-style: none;
}

.friction-flow li,
.proof-flow li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid rgba(7, 16, 12, .1);
  font-size: 15px;
  font-weight: 600;
}

.friction-flow li:last-child,
.proof-flow li:last-child {
  border-bottom: 0;
}

.friction-flow li span,
.proof-flow li span {
  padding: 0;
  border: 0;
  background: transparent;
  color: #818984;
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}

.proof-gap-arrow {
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  color: #075b40;
}

.proof-gap-arrow span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #9bc7b5;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
}

.proof-gap-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-gap-arrow small {
  font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.proof-flow {
  border-color: #75ad96;
  background: #e4f3eb;
}

.proof-flow header {
  border-bottom-color: rgba(255, 255, 255, .2);
  background: #075b40;
  color: #fff;
}

.proof-flow header small {
  color: #b9dfcf;
}

.proof-flow .verified-step {
  color: #075b40;
  font-size: 18px;
  font-weight: 800;
}

/* Finish the claim intake with a deliberate, aligned contact block. */
.claim-contact-grid {
  gap: 18px 16px;
}

.claim-contact-grid label {
  display: grid;
  gap: 9px;
  color: #b9b9b9;
  font: 700 10px/1.35 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.claim-contact-grid label:last-child {
  grid-column: 1 / -1;
}

.claim-contact-grid input:not([type]),
.claim-contact-grid input[type="email"],
.claim-contact-grid input[type="text"] {
  min-height: 54px;
  padding: 15px 17px;
  border-color: #3a3a3a;
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.claim-contact-grid input:focus {
  border-color: #d7ad4a;
  outline: 2px solid rgba(215, 173, 74, .16);
  outline-offset: 1px;
}

.claim-intake .claim-input-label {
  display: grid;
  gap: 11px;
  margin: 0;
}

.claim-input-label > span {
  display: block;
}

.claim-intake .claim-input-label textarea {
  min-height: 132px;
  padding: 17px;
  line-height: 1.55;
}

.claim-intake .claim-input-label textarea:focus {
  border-color: #d7ad4a;
  outline: 2px solid rgba(215, 173, 74, .16);
  outline-offset: 1px;
}

/* Keep the closing conversion choice aligned with its centered message. */
.final-conversion-panel .button-row {
  justify-content: center;
}

.free-proof-panel {
  grid-template-columns: minmax(300px, .8fr) minmax(460px, 1.2fr);
  align-items: center;
  gap: clamp(52px, 7vw, 108px);
}

.free-proof-panel h2 {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 700;
  line-height: .94;
  text-wrap: balance;
}

.free-proof-panel h2 span {
  display: block;
  color: rgba(8, 8, 8, .58);
}

.free-proof-action {
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid rgba(8, 8, 8, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .12);
}

.free-proof-action h3 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.free-proof-action ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 12px;
  margin: 24px 0 8px;
}

.free-proof-action ul li {
  padding: 12px 0;
  border-top: 1px solid rgba(8, 8, 8, .16);
  font-size: 13px;
}

.free-proof-action p {
  max-width: 760px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.free-proof-action .solid-button {
  margin-top: 18px;
}

.free-proof-action small {
  justify-self: start;
  color: rgba(8, 8, 8, .62);
}

/* Give the comparison the polish and hierarchy of a product decision. */
.before-after-section .section-label {
  color: #36584b;
  font-weight: 700;
}

.before-after-grid {
  gap: 24px;
  margin-top: 54px;
}

.before-after-grid article {
  position: relative;
  overflow: hidden;
  padding: 0 34px 32px;
  border-color: #c8ccc5;
  border-radius: 22px;
  background: rgba(255, 255, 255, .42);
  box-shadow: 0 18px 50px rgba(7, 16, 12, .06);
}

.before-after-grid article header {
  margin: 0 -34px 8px;
  padding: 30px 34px 26px;
  border-bottom: 1px solid rgba(7, 16, 12, .12);
  background: rgba(7, 16, 12, .035);
}

.before-after-grid article header small {
  display: block;
  margin-bottom: 10px;
  color: #68706b;
  font: 700 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.before-after-grid h3 {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.before-after-grid li {
  position: relative;
  padding: 15px 0 15px 30px;
  font-size: 15px;
}

.before-after-grid article li::before {
  position: absolute;
  left: 2px;
  color: #8a918c;
  content: "—";
  font-weight: 700;
}

.before-after-grid .with-proof {
  border-color: #75ad96;
  background: #e4f3eb;
  box-shadow: 0 20px 56px rgba(7, 91, 64, .1);
}

.before-after-grid .with-proof header {
  border-bottom-color: rgba(255, 255, 255, .2);
  background: #075b40;
  color: #fff;
}

.before-after-grid .with-proof header small {
  color: #b9dfcf;
}

.before-after-grid .with-proof li::before {
  color: #08704e;
  content: "✓";
}

.before-after-grid strong {
  display: block;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 16, 12, .12);
  font-size: 21px;
  letter-spacing: -.02em;
}

/* Public content pages use the same stronger title hierarchy. */
.legal-page h1,
.legal-block h2,
.performance-hero h1,
.performance-section h2,
.verify-page h1,
.verify-result-page h1,
.directory-page h1,
.certificate-page h1 {
  font-weight: 600;
}

@media (max-width: 860px) {
  .verify-inline .verify-search {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .live-proof-card {
    min-height: 0;
  }

  .free-proof-panel {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .proof-gap-visual {
    grid-template-columns: 1fr;
  }

  .proof-gap-arrow {
    min-height: 64px;
  }

  .proof-gap-arrow span {
    transform: rotate(90deg);
  }
}

@media (max-width: 640px) {
  .free-proof-panel h2 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .free-proof-action {
    padding: 26px 22px;
  }

  .free-proof-action ul {
    grid-template-columns: 1fr;
  }

  .claim-contact-grid label:last-child {
    grid-column: auto;
  }
}

/* The process moves horizontally on desktop and vertically only after the cards stack. */
@media (max-width: 1050px) {
  .proof-gap-arrow {
    transform: none;
    text-align: center;
  }

  .proof-gap-arrow span {
    transform: none;
  }
}

@media (max-width: 860px) {
  .proof-gap-arrow span {
    transform: rotate(90deg);
  }
}

@media (max-width: 1000px) {
  .site-nav.open .mobile-nav {
    inset: 80px 0 0;
    height: calc(100svh - 80px);
    z-index: 1;
    overflow-y: auto;
    background: #000;
  }
}

@media (max-width: 720px) {
  .site-nav.open .mobile-nav {
    inset: 72px 0 0;
    height: calc(100svh - 72px);
  }
}
