:root{
  --glc-ink:#0f0f10;
  --glc-muted:#5b5f66;
  --glc-paper:#ffffff;
  --glc-soft:#f6f5f2;
}

html, body{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--glc-ink);
  font-size: 18px; /* larger, more confident typography */
}

.rounded-4 { border-radius: 1rem; }

.brand-logo { display:block; }
.brand-word { letter-spacing: .2px; }

.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.35rem .6rem;
  border:1px solid #e5e7eb;
  border-radius:999px;
  font-size:.85rem;
  color:var(--glc-muted);
  background: #fff;
}

.hero-title{
  letter-spacing:-.5px;
}

.feature-list li{
  margin-bottom:.35rem;
}

.card{
  border-color:#e9eaee;
}

a{
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

@media (max-width: 420px) {
  .brand-word { display: none; }
  html, body{ font-size: 17px; }
}
