/* ── CONTACT US PAGE SPECIFIC STYLES ── */

body {
    background-color: #0B1229;
    color: #F8FAFF;
    overflow-x: hidden;
}

.glass-card {
    background: rgba(20, 30, 56, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(37, 99, 235, 0.15);
    transition: all 0.3s ease;
}

.rim-light {
    box-shadow: inset 0 1px 1px rgba(37, 99, 235, 0.2);
}

.ethereal-glow {
    position: absolute;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

.glow-primary { background: #3b82f6; top: -10%; left: -10%; }
.glow-secondary { background: #8B5CF6; bottom: -10%; right: -10%; }
.glow-tertiary { background: #F59E0B; top: 40%; left: 50%; }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ── RESPONSIVE: CONTACT US ── */
@media (max-width: 1200px) {
  main {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 992px) {
  main.pt-32,
  main {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
  }

  .glass-card {
    padding: 1.5rem !important;
  }

  .font-headline-xl,
  h1.font-headline-xl {
    font-size: clamp(1.75rem, 5vw, 2.5rem) !important;
  }
}

@media (max-width: 768px) {
  main.pt-32,
  main {
    padding-top: 5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .glass-card.p-10,
  .glass-card {
    padding: 1.25rem !important;
  }

  form .flex.gap-4,
  .pt-4.flex.gap-4 {
    flex-direction: column;
  }

  form button,
  #btnSubmit {
    width: 100%;
  }

  .cf-turnstile {
    max-width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  main.pt-32,
  main {
    padding-top: 4.5rem !important;
  }

  .glass-card {
    padding: 1rem !important;
    border-radius: 1rem !important;
  }

  h1 {
    font-size: 1.6rem !important;
  }

  .ethereal-glow {
    width: 80vw;
    height: 80vw;
    opacity: 0.08;
  }
}
