/* ContactUsPage – static HTML (mirrors src/components/contactuspage/ContactUsPage.css) */

@media screen and (min-width: 200px) and (max-width: 385px) {
  .contact-nav-title {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .contact-us-glossy-card {
    padding: 10px !important;
  }
}

.contact-glossy-input {
  background: #fff !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 11px !important;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  color: #1f2937 !important;
  transition: all 0.25s ease !important;
}

.contact-glossy-input:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.12),
    0 4px 8px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  background: #fff !important;
}

.contact-glossy-input::placeholder {
  color: #111 !important;
}

.contact-glossy-button {
  background: linear-gradient(180deg, #064a9b 0%, #032a59 55%, #021b3b 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px !important;
  box-shadow:
    0 8px 24px rgba(3, 42, 89, 0.4),
    0 2px 6px rgba(3, 42, 89, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  transition: all 0.25s ease !important;
  position: relative;
  overflow: hidden;
}

.contact-glossy-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.contact-glossy-button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow:
    0 12px 32px rgba(3, 42, 89, 0.5),
    0 4px 8px rgba(3, 42, 89, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

.contact-glossy-button:active:not(:disabled) {
  transform: translateY(0);
}

.contact-glossy-button > * {
  position: relative;
  z-index: 2;
}

.contact-glossy-select {
  background: #fff !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.contact-glossy-select:focus {
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.12),
    0 4px 8px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.contact-glossy-textarea {
  background: #fff !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  color: #1f2937 !important;
  transition: all 0.25s ease !important;
}

.contact-glossy-textarea:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.12),
    0 4px 8px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  background: #fff !important;
}

.contact-glossy-captcha-box {
  background: rgba(255, 255, 255, 0.32) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.contact-glossy-refresh-btn {
  background: rgba(255, 255, 255, 0.32) !important;
  backdrop-filter: blur(12px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 12px !important;
  box-shadow:
    0 8px 24px rgba(15, 23, 42, 0.08),
    0 2px 6px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  transition: all 0.25s ease !important;
}

.contact-glossy-refresh-btn:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  box-shadow:
    0 12px 32px rgba(15, 23, 42, 0.12),
    0 4px 8px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  transform: translateY(-1px);
}
