.mcp-prayer-form-wrap {
  --mcp-cream: #f8f1e6;
  --mcp-brown: #5c1800;
  --mcp-ink: #231f20;
  --mcp-gold: #d8c08a;
  max-width: 860px;
  margin: 0 auto;
  color: var(--mcp-brown);
}

.mcp-prayer-form {
  position: relative;
  padding: clamp(28px, 5vw, 56px);
  border: 2px solid var(--mcp-brown);
  background: var(--mcp-cream);
  box-shadow: 0 24px 70px rgba(92, 24, 0, .12);
}

.mcp-prayer-form::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--mcp-gold);
  pointer-events: none;
}

.mcp-prayer-form > * { position: relative; z-index: 1; }
.mcp-prayer-heading { margin-bottom: 30px; }

.mcp-prayer-heading h2 {
  margin: 0 0 12px;
  color: var(--mcp-brown);
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.mcp-prayer-heading p,
.mcp-prayer-form label,
.mcp-prayer-form input,
.mcp-prayer-form textarea,
.mcp-prayer-form button {
  font-family: Arial, Ebrima, sans-serif;
}

.mcp-prayer-heading p {
  margin: 0;
  color: var(--mcp-ink);
  font-size: 18px;
  line-height: 1.6;
}

.mcp-prayer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mcp-prayer-form label {
  display: block;
  margin-bottom: 18px;
  color: var(--mcp-ink);
  font-size: 14px;
  font-weight: 700;
}

.mcp-prayer-form label > span { display: block; margin-bottom: 8px; }
.mcp-prayer-form label small { font-weight: 400; }

.mcp-prayer-form input[type="text"],
.mcp-prayer-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(92, 24, 0, .45);
  background: rgba(255, 255, 255, .45);
  color: var(--mcp-ink);
  font-size: 16px;
}

.mcp-prayer-form textarea { resize: vertical; }

.mcp-prayer-consent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-weight: 400 !important;
  line-height: 1.45;
}

.mcp-prayer-consent input { margin-top: 3px; }

.mcp-prayer-form button {
  min-height: 52px;
  padding: 15px 24px;
  border: 1px solid var(--mcp-brown);
  background: var(--mcp-brown);
  color: var(--mcp-cream);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.mcp-prayer-notice {
  margin-bottom: 18px;
  padding: 15px 18px;
  border-left: 4px solid;
  font-family: Arial, Ebrima, sans-serif;
}

.mcp-prayer-success { border-color: #2f6d3b; background: #eef8ef; color: #1d4d27; }
.mcp-prayer-error { border-color: #a12a2a; background: #fff1f1; color: #7c1f1f; }

.mcp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .mcp-prayer-grid { grid-template-columns: 1fr; }
}
