/* Klyro-inspired theme styles */
:root {
    --klyro-blue: #6503bb;
    --klyro-dark: #0b1724;
    --klyro-muted: #6b7280;
}

body{
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:var(--klyro-dark);
  background:linear-gradient(180deg,#f8fbff 0%, #ffffff 100%);
}

.brand-text{
  font-weight:500;
  color:var(--klyro-dark);
}

.site-hero{
  /* decreased height by ~40% (original 40px -> now 24px) */
  min-height:24px;
  background:linear-gradient(90deg,var(--klyro-blue),#6ec1ff);
  padding:1px 0;
  margin-bottom:24px;
}

.hero-title{
  font-size:2rem;
  font-weight:700;
  margin-bottom:0.25rem;
}

.hero-subtitle{
  color:rgba(255,255,255,0.9);
  margin-bottom:1rem;
}

.btn-cta{
  background:var(--klyro-blue);
  border-color:transparent;
  color:white;
}

.footer{background:transparent}

/* Partner table compact styles */
.partner-table {
    width: 100%;
    font-size: 0.7rem; /* roughly 30% smaller than a 14px base */
}
.partner-table th, .partner-table td {
    padding: 0.35rem 0.5rem;
    vertical-align: middle;
}
.container-fluid.px-3 {
    max-width: 100% !important;
}
