.hero-mark > img {
  width: 83%;
  border: 4px solid #fff;
  border-radius: 18px;
}

@media (min-width: 801px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

.email-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-top: 28px;
}

.email-address {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid #ffffff55;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.email-address:hover { border-color: #fff; }
.copy-email { border: 0; cursor: pointer; font: inherit; font-weight: 800; }
.copy-status { display: block; min-height: 18px; margin-top: 10px; color: #d5e0ef; font-size: 11px; }

@media (max-width: 480px) {
  .hero-mark > img { width: 88%; }
  .email-actions { flex-direction: column; }
  .email-address { justify-content: center; }
}
