/* =========================================================
   ThetaSound Contact Pack
========================================================= */

.theta-contact-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 150px 24px 95px;
  background:
    radial-gradient(circle at 50% 12%, rgba(155,232,255,.15), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(180,156,255,.08), transparent 32%),
    linear-gradient(180deg, #020204 0%, #050508 58%, #030305 100%);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.theta-contact-hero h1 {
  max-width: 1200px;
  margin: 0 auto 28px;
  color: #fff !important;
  font-size: clamp(54px, 7.4vw, 126px);
  line-height: .82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.theta-contact-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 0 auto;
  color: #b9bfd6 !important;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.55;
}

.theta-contact-cards-section,
.theta-contact-form-section,
.theta-contact-cta {
  padding: 110px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(155,232,255,.08), transparent 38%),
    linear-gradient(180deg, #030305, #080810);
  border-top: 1px solid rgba(255,255,255,.06);
}

.theta-contact-section-head {
  max-width: 880px;
  margin: 0 auto 54px;
  text-align: center;
}

.theta-contact-section-head h2,
.theta-contact-form-copy h2,
.theta-contact-cta h2 {
  color: #fff !important;
  font-size: clamp(38px, 6vw, 84px);
  line-height: .88;
  letter-spacing: -.06em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.theta-contact-section-head p:not(.section-kicker),
.theta-contact-form-copy p:not(.section-kicker),
.theta-contact-cta p {
  color: #aeb0c2 !important;
  line-height: 1.7;
  font-size: 16px;
}

.theta-contact-cards {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.theta-contact-card {
  padding: 28px;
  min-height: 240px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(155,232,255,.10), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  cursor: pointer;
  transition: .28s ease;
}

.theta-contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(155,232,255,.42);
  box-shadow: 0 38px 120px rgba(0,0,0,.48), 0 0 34px rgba(155,232,255,.10);
}

.theta-contact-card span {
  color: #9be8ff !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.theta-contact-card h3 {
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.05em;
  margin: 24px 0 14px;
}

.theta-contact-card p {
  color: #aeb0c2 !important;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
}

.theta-contact-form-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.theta-contact-info {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.theta-contact-info div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
}

.theta-contact-info span {
  display: block;
  color: #9be8ff !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.theta-contact-info a,
.theta-contact-info strong {
  color: #fff !important;
  text-decoration: none;
}

.theta-contact-form-box {
  padding: 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(155,232,255,.08), transparent 38%),
    rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 30px 100px rgba(0,0,0,.36);
}

.theta-contact-form {
  display: grid;
  gap: 16px;
}

.theta-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.theta-contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.theta-contact-form input,
.theta-contact-form select,
.theta-contact-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(155,232,255,.20);
  background: rgba(3,3,5,.62);
  color: #fff;
  padding: 14px 16px;
  outline: none;
  font-size: 14px;
}

.theta-contact-form textarea {
  resize: vertical;
}

.theta-contact-form button,
.theta-contact-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  color: #030305 !important;
  background: linear-gradient(90deg, #9be8ff, #b49cff);
  box-shadow: 0 0 34px rgba(155,232,255,.20);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.theta-contact-placeholder {
  color: #aeb0c2 !important;
  text-align: center;
}

.theta-contact-cta {
  text-align: center;
}

.theta-contact-cta p {
  margin: 0 auto 30px;
}

@media(max-width: 1000px) {
  .theta-contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .theta-contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 700px) {
  .theta-contact-hero {
    padding: 125px 18px 76px;
  }

  .theta-contact-cards-section,
  .theta-contact-form-section,
  .theta-contact-cta {
    padding: 82px 18px;
  }

  .theta-contact-cards,
  .theta-form-row {
    grid-template-columns: 1fr;
  }
}


.theta-contact-form button:disabled {
  opacity: .55;
  cursor: wait;
}

.theta-contact-form-status {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.4;
  display: none;
}

.theta-contact-form-status.is-loading,
.theta-contact-form-status.is-success,
.theta-contact-form-status.is-error {
  display: block;
}

.theta-contact-form-status.is-loading {
  color: #aeb0c2 !important;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
}

.theta-contact-form-status.is-success {
  color: #9be8ff !important;
  background: rgba(155,232,255,.08);
  border: 1px solid rgba(155,232,255,.20);
}

.theta-contact-form-status.is-error {
  color: #ffb4b4 !important;
  background: rgba(255,80,80,.08);
  border: 1px solid rgba(255,80,80,.18);
}
