.static-page {
  background: #ffffff;
}

.static-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #cbd5e1;
  background: #f1f5f9;
}

.static-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.static-header .static-container {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.static-logo,
.static-button,
.static-button-secondary,
.static-platform {
  display: inline-flex;
  align-items: center;
}

.static-logo img {
  width: 144px;
  height: auto;
}

.static-nav,
.static-actions,
.static-cta-row,
.static-logos,
.static-platforms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.static-page a {
  color: inherit;
  text-decoration: none;
}

.static-page a:hover {
  text-decoration: underline;
}

.static-button,
.static-button-secondary {
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
}

.static-button {
  background: #0f172a;
  color: #ffffff;
}

.static-button-secondary {
  border: 1px solid #cbd5e1;
  background: #ffffff;
}

.static-hero {
  background: #f1f5f9;
  padding: 4rem 0 3rem;
}

.static-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: 2rem;
}

.static-eyebrow {
  margin: 0 0 0.85rem;
  color: #475569;
  font-size: 1rem;
  font-weight: 700;
}

.static-hero p,
.static-section p,
.static-footer p,
.static-list {
  line-height: 1.65;
}

.static-hero-lede {
  max-width: 42rem;
  font-size: 1.2rem;
  color: #475569;
}

.static-cta-row {
  margin-top: 1.5rem;
}

.static-proof {
  margin-top: 1.25rem;
  color: #475569;
}

.static-hero-image {
  margin: 0;
}

.static-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #ffffff;
}

.static-hero-image figcaption {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.9rem;
}

.static-section {
  padding: 4rem 0;
}

.static-section:nth-of-type(even) {
  background: #f8fafc;
}

.static-section h2 {
  max-width: 46rem;
  margin: 0 0 1rem;
  color: #111827;
  font-size: 2.25rem;
  line-height: 1.15;
}

.static-section-intro {
  max-width: 44rem;
  color: #475569;
  font-size: 1.1rem;
}

.static-grid,
.static-faq,
.static-footer-grid {
  display: grid;
  gap: 1rem;
}

.static-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.static-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 1.25rem;
}

.static-card h3 {
  margin: 0 0 0.5rem;
  color: #111827;
  font-size: 1.15rem;
}

.static-card p {
  margin: 0;
  color: #475569;
}

.static-list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  color: #475569;
}

.static-logos,
.static-platforms {
  margin-top: 2rem;
}

.static-logos img {
  max-height: 2rem;
  width: auto;
}

.static-platform {
  gap: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: #ffffff;
}

.static-platform img {
  width: 2rem;
  height: 2rem;
}

.static-pricing {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.static-price {
  margin: 0.5rem 0 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #111827;
}

.static-faq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.static-footer {
  background: #f1f5f9;
  padding: 3rem 0;
}

.static-footer-grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
}

.static-footer nav {
  display: grid;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .static-header .static-container,
  .static-hero-grid,
  .static-footer-grid,
  .static-grid,
  .static-pricing,
  .static-faq {
    grid-template-columns: 1fr;
  }

  .static-header .static-container {
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  h1 {
    font-size: 2.4rem;
  }

  .static-section h2 {
    font-size: 2rem;
  }
}
