/* Industry & cross-industry landing pages — used with main.css */

.industry-hero .industry-kicker {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--signal);
  margin-bottom: 12px;
  display: block;
}

.industry-main .industry-lead {
  font-size: 1.05rem;
  color: var(--steel);
  max-width: 68ch;
  line-height: 1.65;
  margin-bottom: 48px;
}

.industry-section {
  margin-bottom: 56px;
}

.industry-section h2 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.industry-section h3 {
  font-size: 1rem;
  margin: 28px 0 12px;
  color: var(--white);
}

.industry-section p,
.industry-section li {
  font-size: 0.9375rem;
  color: var(--steel);
  line-height: 1.65;
  max-width: 68ch;
}

.industry-section ul {
  margin: 12px 0 0 1.1em;
  padding: 0;
}

.industry-section li {
  margin-bottom: 8px;
}

.industry-callout {
  background: var(--panel);
  border: 1px solid rgba(46, 204, 113, 0.35);
  border-top: 2px solid rgba(46, 204, 113, 0.65);
  padding: 24px 28px;
  margin: 32px 0;
}

.industry-callout-title {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--signal);
  margin-bottom: 10px;
}

.industry-callout p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--white);
  max-width: none;
}

.industry-footnotes {
  font-size: 0.8rem;
  color: var(--steel);
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.industry-footnotes ol {
  margin: 8px 0 0 1em;
  padding: 0;
}

.industry-cta-panel {
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid var(--line);
  padding: 32px;
  margin-top: 48px;
}

.industry-cta-panel h2 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.industry-cta-panel > p {
  font-size: 0.88rem;
  color: var(--steel);
  margin-bottom: 24px;
  max-width: 60ch;
}

.industry-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.industry-cta-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 18px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #39ff14;
  border: 1px solid rgba(57, 255, 20, 0.45);
  background: rgba(57, 255, 20, 0.06);
  transition: border-color 0.2s, background 0.2s;
}

.industry-cta-grid a:hover,
.industry-cta-grid a:focus-visible {
  border-color: #39ff14;
  background: rgba(57, 255, 20, 0.12);
  outline: none;
}

.industry-blog {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.industry-blog h2 {
  font-size: 1rem;
  margin-bottom: 16px;
}

.industry-blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.industry-blog li {
  margin-bottom: 12px;
  padding-left: 0;
}

.industry-blog a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  font-size: 0.9rem;
}

.industry-blog a:hover {
  border-bottom-color: var(--signal);
  color: var(--signal);
}

.industry-blog .industry-blog-note {
  font-size: 0.8rem;
  color: var(--steel);
  margin-top: 16px;
}

.industries-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.industries-hub-card {
  display: block;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}

.industries-hub-card:hover {
  border-color: rgba(46, 204, 113, 0.45);
}

.industries-hub-card h2 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--white);
}

.industries-hub-card p {
  font-size: 0.85rem;
  color: var(--steel);
  margin: 0;
  line-height: 1.5;
}
