.ianewsdev-contact-shell {
  margin-top: 28px;
  border: 1px solid rgba(173, 199, 226, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(21, 31, 45, 0.96), rgba(9, 14, 21, 0.98));
  padding: clamp(20px, 4vw, 36px);
}

.ianewsdev-contact-form { display: grid; gap: 18px; }
.ianewsdev-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ianewsdev-contact-form label { display: grid; gap: 7px; color: #f4f7fb; font-size: 0.86rem; font-weight: 750; }

.ianewsdev-contact-form input,
.ianewsdev-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(173, 199, 226, 0.2);
  border-radius: 6px;
  outline: 0;
  background: #080d14;
  color: #f4f7fb;
  padding: 12px 13px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ianewsdev-contact-form input:focus,
.ianewsdev-contact-form textarea:focus {
  border-color: #58e6ff;
  box-shadow: 0 0 0 3px rgba(88, 230, 255, 0.12);
}

.ianewsdev-contact-consent { grid-template-columns: 18px minmax(0, 1fr); align-items: start; color: #93a3b5 !important; font-weight: 500 !important; }
.ianewsdev-contact-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #58e6ff; }
.ianewsdev-contact-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.ianewsdev-contact-footer button {
  min-height: 44px;
  border: 1px solid #58e6ff;
  border-radius: 6px;
  background: #58e6ff;
  color: #031015;
  padding: 0 18px;
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 140ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ianewsdev-contact-footer button:hover { background: transparent; color: #58e6ff; }
.ianewsdev-contact-footer button:active { transform: scale(0.97); }
.ianewsdev-contact-footer small { color: #93a3b5; }
.ianewsdev-contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ianewsdev-contact-notice { margin-bottom: 18px; border: 1px solid; border-radius: 6px; padding: 12px 14px; }
.ianewsdev-contact-notice.is-success { border-color: rgba(185, 244, 93, 0.48); background: rgba(185, 244, 93, 0.08); color: #dfffb0; }
.ianewsdev-contact-notice.is-error { border-color: rgba(255, 107, 107, 0.5); background: rgba(255, 107, 107, 0.08); color: #ffc2c2; }

@media (max-width: 640px) {
  .ianewsdev-contact-grid { grid-template-columns: 1fr; }
  .ianewsdev-contact-footer { align-items: stretch; flex-direction: column; }
  .ianewsdev-contact-footer button { width: 100%; }
}
