.brand-wordmark {
  width: auto;
  min-width: 132px;
  padding: 0 16px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.secondary-cta {
  color: #374151;
  border-color: #11182733;
}

.trust-line {
  color: #6b7280 !important;
  max-width: 560px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.page-hero {
  min-height: 66vh;
}

.page-hero .hero-surface {
  min-height: 66vh;
}

.product-card .outline-cta,
.cta-panel .outline-cta {
  align-self: flex-start;
  justify-self: flex-start;
}

.product-card h3 {
  overflow-wrap: anywhere;
}

.faq-row,
.case-row {
  grid-template-columns: 68px minmax(220px, .85fr) minmax(0, 1.25fr);
}

.case-row p strong {
  color: #111827;
}

.cta-panel {
  align-content: start;
  gap: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.site-footer p,
.site-footer small {
  color: #6b7280;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-end;
}

.site-footer a {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.site-footer small {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .faq-row,
  .case-row {
    grid-template-columns: 56px 1fr;
  }

  .faq-row p,
  .case-row p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .brand-wordmark {
    min-width: 126px;
    height: 40px;
    font-size: 11px;
  }

  .cta-row {
    display: grid;
  }

  .page-hero,
  .page-hero .hero-surface {
    min-height: 78vh;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer div:last-of-type {
    justify-content: flex-start;
  }
}
