.pwc-lead-lock {
  overflow: hidden;
}

.pwc-lead-pill {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(12, 26, 51, 0.96), rgba(38, 79, 145, 0.96));
  box-shadow: 0 18px 44px rgba(12, 26, 51, 0.24);
  color: #fff;
  font: 700 13px/1.4 "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.pwc-lead-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(12, 26, 51, 0.28);
}

.pwc-lead-pill-mark {
  flex: 0 0 auto;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pwc-lead-backdrop {
  position: fixed;
  inset: 0;
  z-index: 129;
  background: rgba(9, 15, 25, 0.58);
  backdrop-filter: blur(7px);
}

.pwc-lead-backdrop[hidden] {
  display: none;
}

.pwc-lead-modal {
  position: fixed;
  inset: 50% auto auto 50%;
  z-index: 130;
  width: min(720px, calc(100vw - 24px));
  max-height: min(92vh, 920px);
  overflow: auto;
  transform: translate(-50%, -50%);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(10, 19, 34, 0.24);
  color: #15223a;
}

.pwc-lead-modal[hidden] {
  display: none;
}

.pwc-lead-shell {
  padding: 28px;
}

.pwc-lead-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pwc-lead-kicker {
  margin: 0;
  color: #416fb9;
  font: 800 11px/1 "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.pwc-lead-title {
  margin: 12px 0 0;
  color: #15223a;
  font: 700 clamp(30px, 4vw, 42px)/0.98 "Sora", "Montserrat", "Cormorant Garamond", serif;
  letter-spacing: -0.04em;
}

.pwc-lead-copy {
  margin: 16px 0 0;
  max-width: 56ch;
  color: #53627c;
  font: 500 15px/1.8 "Inter", "Manrope", system-ui, sans-serif;
}

.pwc-lead-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d7e0ef;
  border-radius: 999px;
  background: #fff;
  color: #15223a;
  font: 700 18px/1 "Inter", system-ui, sans-serif;
  cursor: pointer;
}

.pwc-lead-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pwc-lead-intent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid #d7e0ef;
  border-radius: 999px;
  background: #fff;
  color: #33425d;
  font: 700 12px/1 "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pwc-lead-intent:hover {
  transform: translateY(-1px);
}

.pwc-lead-intent.is-active {
  border-color: #2f65c8;
  background: #2f65c8;
  color: #fff;
}

.pwc-lead-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.pwc-lead-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pwc-lead-field {
  display: grid;
  gap: 8px;
}

.pwc-lead-label {
  color: #213149;
  font: 700 12px/1 "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pwc-lead-input,
.pwc-lead-textarea,
.pwc-lead-select {
  width: 100%;
  border: 1px solid #d9e2ef;
  border-radius: 16px;
  background: #f7faff;
  color: #15223a;
  font: 500 15px/1.5 "Inter", "Manrope", system-ui, sans-serif;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.pwc-lead-input,
.pwc-lead-select {
  min-height: 52px;
  padding: 0 16px;
}

.pwc-lead-textarea {
  min-height: 138px;
  padding: 14px 16px;
  resize: vertical;
}

.pwc-lead-input:focus,
.pwc-lead-textarea:focus,
.pwc-lead-select:focus {
  border-color: #2f65c8;
  box-shadow: 0 0 0 4px rgba(47, 101, 200, 0.12);
  background: #fff;
}

.pwc-lead-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.pwc-lead-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #245ccc, #173f93);
  color: #fff;
  font: 800 12px/1 "Inter", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

.pwc-lead-submit[disabled] {
  cursor: wait;
  opacity: 0.75;
}

.pwc-lead-help {
  margin: 0;
  max-width: 48ch;
  color: #61718d;
  font: 500 13px/1.7 "Inter", "Manrope", system-ui, sans-serif;
}

.pwc-lead-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 12px;
}

.pwc-lead-links a {
  color: #2f65c8;
  font: 700 13px/1.5 "Inter", "Manrope", system-ui, sans-serif;
  text-decoration: none;
}

.pwc-lead-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  font: 600 14px/1.7 "Inter", "Manrope", system-ui, sans-serif;
}

.pwc-lead-status.is-visible {
  display: block;
}

.pwc-lead-status.is-success {
  background: #ecf7ef;
  color: #1d6a3d;
}

.pwc-lead-status.is-error {
  background: #fff2f2;
  color: #a23b3b;
}

.pwc-lead-hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .pwc-lead-pill {
    right: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
    padding: 13px 15px;
    font-size: 12px;
  }

  .pwc-lead-modal {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .pwc-lead-shell {
    padding: 20px;
  }

  .pwc-lead-grid-two {
    grid-template-columns: 1fr;
  }

  .pwc-lead-title {
    font-size: 32px;
  }

  .pwc-lead-actions {
    align-items: stretch;
  }

  .pwc-lead-submit {
    width: 100%;
  }
}
