#root h1, #root h2, #root h3, #root h4, #root h5, #root h6 {
  text-transform: none !important;
}

#root {
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fafafa;
}

#root .font-display {
  font-family: 'Inter Tight', sans-serif !important;
}

.gt {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, .65));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lbl {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: clamp(.65rem, .9vw, .75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #1D7C6E;
  margin-bottom: 20px;
}

.dot {
  width: 6px;
  height: 6px;
  background: #1D7C6E;
  border-radius: 50%;
  display: inline-block;
}

.hlg {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 32px;
}

/* Shared section header (homepage partners style) */
.sec-hdr {
  text-align: center;
  margin-bottom: 48px;
}

.sec-hdr .label {
  font-size: var(--heading-label);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.sec-hdr h2 {
  font-size: var(--heading-section);
  font-weight: var(--font-weight-black);
  letter-spacing: -0.04em;
  text-transform: uppercase !important;
  line-height: 0.9;
  color: var(--fg);
  margin-bottom: 0;
}

.sec-hdr h2 span {
  background: linear-gradient(135deg, var(--accent), var(--accent-gold));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.sec-hdr p {
  margin-top: 20px;
  font-size: var(--body-md);
  color: var(--muted);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
