/* Jonarix — Brand promotion (light, standalone marketing page) */

.bp-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  color: #171717;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.bp-page .bp-main {
  flex: 1 1 auto;
}

.bp-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 22px 80px;
}

.bp-hero {
  margin-bottom: 48px;
}

.bp-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 12px;
}

.bp-title {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a0a0a;
  line-height: 1.15;
}

.bp-lead {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #404040;
  line-height: 1.55;
}

.bp-prose {
  margin: 0 0 14px;
  font-size: 1rem;
  color: #3f3f3f;
  line-height: 1.7;
}

.bp-prose:last-child {
  margin-bottom: 0;
}

.bp-muted a {
  color: #be123c;
  font-weight: 500;
  text-decoration: none;
}

.bp-muted a:hover {
  text-decoration: underline;
}

.bp-prose a {
  color: #be123c;
  text-decoration: none;
  font-weight: 500;
}

.bp-prose a:hover {
  text-decoration: underline;
}

.bp-section {
  margin-bottom: 44px;
}

.bp-section h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: -0.02em;
}

.bp-muted {
  margin: 0 0 10px;
  font-size: 0.92rem;
  color: #525252;
}

/* Slightly wider than article column — not full-bleed — so screenshots stay readable without dominating the page */
.bp-screenshots__grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.2vw, 28px);
  width: min(920px, calc(100vw - 40px));
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.bp-screenshot {
  margin: 0;
  padding: clamp(10px, 1.4vw, 16px);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.07);
}

.bp-screenshot__link {
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bp-screenshot__link:hover {
  box-shadow: 0 0 0 1px rgba(190, 18, 60, 0.25);
}

.bp-screenshot__link:focus-visible {
  outline: 2px solid #be123c;
  outline-offset: 3px;
}

.bp-screenshot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  vertical-align: middle;
}

.bp-screenshots__hint {
  margin-top: 14px;
  text-align: center;
  font-size: 0.86rem;
  color: #737373;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.bp-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 28px 24px 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.bp-spec {
  color: #be123c;
  font-weight: 600;
}

.bp-diagram {
  margin-top: 22px;
  padding: 28px 20px 24px;
  background: #fff;
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.bp-diagram-sample {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.bp-diagram-sample img {
  height: 30px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.bp-diagram-legend {
  margin: 0;
  padding: 0;
  list-style: decimal;
  font-size: 0.86rem;
  color: #525252;
  max-width: 420px;
}

.bp-diagram-legend li {
  margin-bottom: 6px;
}

.bp-featured {
  text-align: center;
}

.bp-featured .bp-section h2 {
  text-align: left;
}

.bp-featured .bp-muted {
  text-align: left;
}

.bp-featured-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 56px;
  padding: 36px 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.bp-featured-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.bp-featured-cell img {
  height: 30px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  vertical-align: middle;
}

.bp-apply-box {
  margin-top: 18px;
  padding: 18px 20px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #404040;
}

.bp-apply-box strong {
  color: #0a0a0a;
}

.bp-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.bp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #171717;
  background: #171717;
  color: #fafafa;
  transition: background 0.15s ease, color 0.15s ease;
}

.bp-btn:hover {
  background: #404040;
  border-color: #404040;
}

.bp-btn--ghost {
  background: #fff;
  color: #171717;
  border-color: #d4d4d4;
}

.bp-btn--ghost:hover {
  background: #f5f5f5;
  border-color: #a3a3a3;
}

.bp-mini-footer {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
}

.bp-mini-footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bp-mini-footer__legal {
  font-family: "Caveat", cursive;
  font-size: clamp(1.02rem, 2.2vw, 1.32rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #737373;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
}

.bp-mini-footer__legal a {
  color: #525252;
  text-decoration: none;
}

.bp-mini-footer__legal a:hover {
  color: #0a0a0a;
  text-decoration: underline;
}

.bp-mini-footer .bp-handwriting {
  font-weight: 600;
  font-size: 1.08em;
  color: #525252;
}

.bp-mini-footer__sep {
  color: #d4d4d4;
  user-select: none;
}

.bp-mini-footer__social {
  display: flex;
  gap: 10px;
}

.bp-mini-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  color: #fafafa;
  border: 1px solid #171717;
  transition: transform 0.12s ease, background 0.15s ease;
}

.bp-mini-footer__social a:hover {
  transform: translateY(-2px);
  background: #404040;
}

@media (max-width: 640px) {
  .bp-main {
    padding: 36px 16px 64px;
  }

  .bp-featured-logos {
    flex-direction: column;
    gap: 32px;
  }

  .bp-mini-footer__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
