.copy-edit-active [data-copy] {
  cursor: text;
  outline: 2px dashed rgba(74, 124, 111, 0.45);
  outline-offset: 3px;
  border-radius: 2px;
  transition: outline-color 0.15s, background-color 0.15s;
}

.copy-edit-active [data-copy]:hover {
  outline-color: rgba(74, 124, 111, 0.75);
  background-color: rgba(74, 124, 111, 0.06);
}

.copy-edit-active [data-copy]:focus {
  outline: 2px solid var(--sage, #4a7c6f);
  background-color: rgba(74, 124, 111, 0.1);
}

.copy-edit-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 0.65rem 1rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--deep, #1a2e2a);
  box-shadow: 0 4px 20px rgba(26, 46, 42, 0.2);
}

.copy-edit-active body {
  padding-top: 2.5rem;
}

.copy-edit-blocked {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 46, 42, 0.55);
  padding: 2rem;
}

.copy-edit-blocked p {
  max-width: 28rem;
  padding: 1.5rem 2rem;
  background: #fff;
  border-radius: 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--deep, #1a2e2a);
  text-align: center;
}

.copy-edit-active .faq-item {
  position: relative;
}

.copy-edit-active .faq-item .faq-answer {
  max-height: none !important;
  overflow: visible;
  padding: 0 2.5rem 2rem;
}

.copy-edit-active .faq-item .faq-icon {
  transform: rotate(45deg);
}

.copy-edit-faq-remove {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(180, 70, 60, 0.45);
  border-radius: 4px;
  background: rgba(180, 70, 60, 0.08);
  color: #9a3b32;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-edit-faq-remove:hover {
  background: rgba(180, 70, 60, 0.15);
  border-color: rgba(180, 70, 60, 0.65);
}

.copy-edit-active .copy-edit-bullet-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}

.copy-edit-active .copy-edit-bullet-text {
  flex: 1;
  min-width: 8rem;
  cursor: text;
  outline: 2px dashed rgba(74, 124, 111, 0.45);
  outline-offset: 3px;
  border-radius: 2px;
}

.copy-edit-active .copy-edit-bullet-text:hover {
  outline-color: rgba(74, 124, 111, 0.75);
  background-color: rgba(74, 124, 111, 0.06);
}

.copy-edit-active .copy-edit-bullet-text:focus {
  outline: 2px solid var(--sage, #4a7c6f);
  background-color: rgba(74, 124, 111, 0.1);
}

.copy-edit-bullet-remove,
.copy-edit-bullet-add {
  border: 1px solid rgba(180, 70, 60, 0.45);
  border-radius: 4px;
  background: rgba(180, 70, 60, 0.08);
  color: #9a3b32;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.copy-edit-bullet-add {
  display: block;
  margin-top: 0.65rem;
  padding: 0.35rem 0.65rem;
  border-color: rgba(74, 124, 111, 0.45);
  background: rgba(74, 124, 111, 0.08);
  color: #4a7c6f;
}

.copy-edit-bullet-remove {
  padding: 0.2rem 0.45rem;
  flex-shrink: 0;
}

.copy-edit-bullet-remove:hover,
.copy-edit-bullet-add:hover {
  filter: brightness(0.95);
}

/* Service cards are full-card links on the live site; disable that in edit mode. */
.copy-edit-active a.service-card {
  cursor: default;
  text-decoration: none;
}
