/* Mobile-exclusive Contact */

.mobile-contact { display: none; }

@media (max-width: 900px) {
  .desktop-contact { display: none !important; }
  .mobile-contact { display: block; }
}

.mobile-page-hero {
  background: linear-gradient(165deg, #0b0f19 0%, #070b16 60%, #050913 100%);
  padding: calc(var(--header-h) + 26px) 0 26px;
  color: #ffffff;
}

.mobile-page-hero__pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.mobile-page-hero__title {
  margin: 14px 0 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.mobile-page-hero__lead {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.80);
}

.mobile-page-hero__actions {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.mobile-page-hero__actions .btn { width: 100%; }

.mobile-page-hero__meta {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.mobile-page-hero__meta a { text-decoration: none; }

.mobile-contact-form {
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 18px 45px rgba(11, 18, 32, 0.10);
}

.mobile-contact-form .form__body {
  padding: 14px;
}

.mobile-contact-form .contact-actions .btn {
  width: 100%;
}
