:root {
  --site-header-height: 4.5rem;
  --site-header-bg: rgba(249, 250, 251, 0.82);
  --site-header-border: rgba(4, 32, 69, 0.08);
  --site-preview-shadow: 0 1.5rem 3rem rgba(4, 32, 69, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

a {
  text-decoration: none;
}

section[id],
header[id] {
  scroll-margin-top: calc(var(--site-header-height) + 1rem);
}

.skip-link {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1060;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--tblr-primary);
  border-radius: var(--tblr-border-radius-pill);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0.75rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(12px);
  background: var(--site-header-bg);
  border-bottom: 1px solid var(--site-header-border);
}

.site-header .navbar {
  min-height: var(--site-header-height);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  color: inherit;
}

.brand-link:hover,
.brand-link:focus {
  color: inherit;
}

.brand-mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-size: 0.975rem;
  font-weight: 700;
}

.brand-tag {
  color: var(--tblr-secondary);
  font-size: 0.75rem;
}

.hero-note {
  max-width: 34rem;
}

.hero-title-wide {
  max-width: none;
}

.hero-content-row {
  margin-top: 0.5rem;
}

.hero-copy-shell {
  max-width: 40rem;
}

.hero-form-shell {
  max-width: 34rem;
  margin-left: auto;
}

.hero-form-shell,
.hero-form-shell form {
  text-align: left;
}

.hero-form-shell .form-status {
  font-size: 0.9375rem;
}

.hero-form-shell .form-label {
  display: block;
  margin-bottom: 0.45rem;
  text-align: left;
}

.hero-form-shell .btn {
  width: 100%;
}

.feature-block,
.audience-block,
.roadmap-block,
.faq-block {
  height: 100%;
}

.feature-block p,
.audience-block p,
.roadmap-block p,
.faq-block p {
  margin-bottom: 0;
}

.feature-block .shape,
.audience-block .shape {
  margin-bottom: 1rem;
}

.solution-preview {
  padding: 1.5rem;
  background: var(--tblr-bg-surface);
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-xl);
  box-shadow: var(--tblr-box-shadow);
}

.solution-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--tblr-border-color);
}

.solution-preview-header > :first-child,
.solution-preview-item > :first-child {
  flex: 1 1 14rem;
  min-width: 0;
}

.solution-preview-list {
  display: grid;
  gap: 0.75rem;
}

.solution-preview-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.875rem 1rem;
  background: var(--tblr-bg-surface-secondary);
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-lg);
}

.solution-preview-badge {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-inline: 0.75rem;
  white-space: nowrap;
}

.solution-preview-item .solution-preview-badge {
  margin-left: auto;
}

.solution-preview-item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.9375rem;
}

.solution-preview-item span {
  display: block;
  color: var(--tblr-secondary);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.solution-point + .solution-point {
  margin-top: 2rem;
}

.roadmap-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.roadmap-step {
  text-align: center;
}

.roadmap-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  color: var(--tblr-primary);
  background: var(--tblr-primary-lt);
  border-radius: 35%;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.roadmap-step h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

.roadmap-step p {
  color: var(--tblr-secondary);
}

.form-shell {
  padding: 1.5rem;
  background: var(--tblr-bg-surface);
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-xl);
  box-shadow: var(--tblr-box-shadow);
}

.form-shell .form-control {
  border-radius: var(--tblr-border-radius-lg);
}

.form-status {
  color: var(--tblr-secondary);
  font-size: 0.875rem;
  line-height: 1.6;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.faq-item + .faq-item {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--tblr-border-color);
}

.page-hero {
  padding: 5rem 0 2rem;
}

.page-hero .section-header {
  margin-bottom: 0;
}

.page-content-stack {
  display: grid;
  gap: 1rem;
}

.page-card {
  padding: 1.5rem;
  background: var(--tblr-bg-surface);
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-xl);
  box-shadow: var(--tblr-box-shadow);
}

.page-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.page-card ul {
  margin-bottom: 0;
}

.legal-document-page {
  background: var(--tblr-bg-surface);
}

.legal-nav-link {
  color: var(--tblr-secondary);
  font-size: 0.9375rem;
  font-weight: 600;
}

.legal-nav-link:hover,
.legal-nav-link:focus {
  color: var(--tblr-link-color);
  text-decoration: none;
}

.legal-document {
  padding: 4.5rem 0 5rem;
}

.legal-shell {
  max-width: 49rem;
  margin: 0 auto;
}

.legal-header {
  margin-bottom: 3rem;
}

.legal-kicker {
  margin: 0 0 0.75rem;
  color: var(--tblr-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.legal-lead {
  margin: 1rem 0 0;
  color: var(--tblr-secondary);
  font-size: 1.125rem;
  line-height: 1.75;
}

.legal-meta {
  margin: 1rem 0 0;
  color: var(--tblr-secondary);
  font-size: 0.875rem;
}

.legal-section + .legal-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--tblr-border-color);
}

.legal-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-section h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.legal-section p,
.legal-section ul {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.legal-section ul {
  padding-left: 1.25rem;
}

.legal-section li + li {
  margin-top: 0.5rem;
}

.legal-footer-inner {
  padding: 1.5rem 0 2.5rem;
  border-top: 1px solid var(--tblr-border-color);
}

.referral-shell {
  max-width: 46rem;
  margin: 0 auto;
}

.referral-code {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 0.9rem;
  color: var(--tblr-primary);
  background: var(--tblr-primary-lt);
  border-radius: var(--tblr-border-radius-pill);
  font-family: var(--tblr-font-monospace);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.referral-link-input {
  font-family: var(--tblr-font-monospace);
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
}

.share-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.9rem 1rem;
  color: inherit;
  background: var(--tblr-bg-surface-secondary);
  border: 1px solid var(--tblr-border-color);
  border-radius: var(--tblr-border-radius-lg);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.share-action:hover,
.share-action:focus {
  color: inherit;
  text-decoration: none;
  border-color: rgba(var(--tblr-primary-rgb), 0.24);
  box-shadow: var(--tblr-box-shadow);
  transform: translateY(-1px);
}

.share-action-avatar {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.share-action-icon {
  width: 1.05rem;
  height: 1.05rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-action-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.share-action-label {
  color: var(--tblr-body-color);
  font-weight: 600;
  line-height: 1.25;
}

.share-action-note {
  color: var(--tblr-secondary);
  font-size: 0.75rem;
  line-height: 1.35;
}

.copy-button-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.45rem;
}

.copy-button-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-top {
  padding: 4rem 0 2rem;
}

.footer-bottom {
  padding: 1.25rem 0 2.25rem;
  border-top: 1px solid var(--tblr-border-color);
}

.footer-note {
  color: var(--tblr-secondary);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--tblr-secondary);
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--tblr-link-color);
}

@media (max-width: 991.98px) {
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .solution-preview,
  .form-shell,
  .page-card {
    padding: 1.25rem;
  }

  .hero-form-shell {
    margin-left: 0;
  }

  .share-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-preview-item .solution-preview-badge {
    margin-left: 0;
  }

  .solution-preview-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 4rem;
  }

  .legal-document {
    padding: 3.5rem 0 4rem;
  }

  .legal-title {
    font-size: 2rem;
  }

  .legal-header {
    margin-bottom: 2.5rem;
  }

  .legal-section + .legal-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .brand-tag {
    display: none;
  }

  .share-actions {
    grid-template-columns: 1fr;
  }
}
