.co-intake-banner {
  margin: 0 auto;
  max-width: var(--co-max, 1120px);
  padding:
    calc(var(--co-header-h, 72px) + max(0px, var(--haunts-safe-top, 0px)) + 12px)
    clamp(20px, 4vw, 40px)
    0;
  position: relative;
  z-index: 50;
}

.co-intake-banner-inner {
  margin: 0 0 8px;
  padding: 18px 20px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 196, 92, 0.35);
  background: linear-gradient(135deg, rgba(255, 196, 92, 0.12), rgba(255, 120, 80, 0.08));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

body.company-page:has(.co-intake-banner) .co-main > .co-hero:first-child {
  padding-top: 36px;
  min-height: auto;
  align-items: start;
}

@media (max-width: 768px) {
  body.company-page:has(.co-intake-banner) .co-main > .co-hero:first-child {
    padding-top: 24px;
  }
}

.co-intake-banner-kicker {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 220, 150, 0.9);
}

.co-intake-banner-title {
  margin: 0 0 10px;
  font-family: var(--co-font-display, 'Sora', sans-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: #fff;
}

.co-intake-banner-body {
  margin: 0;
  max-width: 68ch;
  line-height: 1.55;
  color: rgba(230, 237, 243, 0.88);
  font-size: 0.95rem;
}

.co-intake-banner-body a,
.co-intake-banner-body a:visited,
.co-intake-banner-body a[x-apple-data-detectors],
.co-intake-banner-body a[x-apple-data-detectors="true"] {
  color: var(--co-gold-bright, #f0c94a);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.co-intake-banner-body a:hover,
.co-intake-banner-body a:focus-visible {
  color: #fff;
}

.co-intake-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.co-form-panel--closed {
  position: relative;
}

.co-form-panel--closed::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(8, 10, 15, 0.35);
  pointer-events: none;
}

.co-btn--disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
