/* ============================================================================
   Sema PTA landing — 04 — Section shell (eyebrow, title, lead)
   ----------------------------------------------------------------------------
   To edit this section, open css/sections.css. All rules are grouped here.
   ============================================================================ */

/* ============ Section shell ============ */

section.block {
    position: relative; z-index: 1;
    padding: 120px 48px;
    max-width: 1440px; margin: 0 auto;
  }

.section-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 6px 12px; border-radius: 999px;
    background: rgba(255,138,76,0.06);
    border: 1px solid var(--border);
    font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
    color: var(--sema-300);
    margin-bottom: 20px;
  }

.section-eyebrow .dot { width:6px; height:6px; border-radius:50%; background: var(--sema-500); box-shadow: 0 0 10px var(--sema-500); }

h2.section-title {
    font-family: var(--font-display); font-weight: 600;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05; letter-spacing: -0.02em;
    max-width: 900px; margin-bottom: 20px;
  }

h2.section-title .accent { color: var(--sema-500); }

.section-lead {
    color: var(--text-dim); font-size: 18px; max-width: 680px; margin-bottom: 64px;
  }
