/* cattracks.app — support page. */

.support-intro {
  padding-top: 3rem;
}

.support-intro h1 {
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  margin: 0 0 0.75rem;
}

.support-intro .tagline {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 34rem;
  margin: 0 0 1.5rem;
}

/* Same treatment as the privacy page's callout — panel, hairline, one signal
   edge — so the two "read this first" boxes on the site look like siblings. */
.callout {
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--signal);
  border-radius: 8px;
  padding: 1.1rem 1.4rem;
  margin: 0 0 1.5rem;
  color: var(--fg);
}

.callout p {
  margin: 0;
}

.callout p + p {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.92rem;
}

/* The address is the point of the page — let it carry weight. */
.support-callout .support-lede {
  font-size: 1.1rem;
  line-height: 1.5;
}

.support-mail {
  font-size: 1rem;
}

.support-section {
  margin: 2.75rem 0;
}

.support-section h2 {
  font-size: 1.2rem;
  margin: 0 0 1.1rem;
}

.support-section p {
  color: var(--fg);
}

.support-section .muted {
  color: var(--muted);
  font-size: 0.9rem;
}

.support-notes {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
  list-style: disc;
  color: var(--fg);
}

.support-notes li {
  margin: 0 0 0.75rem;
  line-height: 1.6;
}

.support-notes li::marker {
  color: var(--muted);
}
