/* ─── AUDIENCE ─── */
#audience{background:var(--off)}
.aud-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:64px}
.aud-card{
  border-radius:22px;padding:48px 40px;position:relative;overflow:hidden;
}
.aud-part{background:var(--navy);color:#fff}
.aud-pro{background:var(--off);border:1px solid var(--border2)}
.aud-ghost{
  position:absolute;bottom:-15px;right:16px;
  font-family:var(--ff-head);font-size:130px;font-weight:800;
  opacity:.06;line-height:1;pointer-events:none;user-select:none;
}
.aud-part .aud-ghost{color:#fff}
.aud-pro .aud-ghost{color:var(--navy)}
.aud-chip{
  display:inline-block;padding:5px 14px;border-radius:100px;
  font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;
}
.aud-part .aud-chip{background:var(--red);color:#fff}
.aud-pro .aud-chip{background:var(--navy);color:#fff}
.aud-title{font-family:var(--ff-head);font-size:30px;font-weight:800;margin-bottom:14px;letter-spacing:-.5px}
.aud-part .aud-title{color:#fff}
.aud-pro .aud-title{color:var(--navy)}
.aud-desc{font-size:15px;line-height:1.75;margin-bottom:28px;font-weight:300}
.aud-part .aud-desc{color:rgba(255,255,255,.65)}
.aud-pro .aud-desc{color:var(--muted)}
.aud-list{list-style:none;display:flex;flex-direction:column;gap:11px}
.aud-list li{display:flex;align-items:flex-start;gap:11px;font-size:14px}
.aud-part .aud-list li{color:rgba(255,255,255,.8)}
.aud-pro .aud-list li{color:var(--muted)}
.aud-list li::before{
  content:'';flex-shrink:0;margin-top:7px;
  width:6px;height:6px;border-radius:50%;
}
.aud-part .aud-list li::before{background:var(--red)}
.aud-pro .aud-list li::before{background:var(--blue-mid)}
