/* ============================================================
   Foundation Aminos — Contact page
   Layout + the contact-info column live in Elementor (page 133).
   This file styles the "Send us a message" card and form
   ([fa_contact_form] in foundation-aminos-core). Loaded on Contact.
   Version 1.0.0
   ============================================================ */

body.page-id-133 { background: #F6F9FC; }

/* ---- Form card ---- */
.fa-contact-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  box-shadow: 0 12px 28px -6px rgba(10,33,72,0.10), 0 4px 8px -4px rgba(10,33,72,0.06);
  padding: 32px;
  width: 100%;
}
.fa-contact-card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0A1628;
  margin: 0 0 6px;
}
.fa-contact-card-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #64748B;
  margin: 0 0 24px;
  line-height: 1.5;
}

/* ---- Submission banners ---- */
.fa-cf-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 20px;
}
.fa-cf-banner i, .fa-cf-banner svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.fa-cf-banner-ok  { background: #D1FAE5; color: #047857; }
.fa-cf-banner-err { background: #FEE2E2; color: #B91C1C; }

/* ---- Form layout ---- */
.fa-contact-form { display: flex; flex-direction: column; gap: 16px; }
.fa-cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fa-cf-field { display: flex; flex-direction: column; }

.fa-cf-field label {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.fa-cf-field input,
.fa-cf-field select,
.fa-cf-field textarea {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0A1628;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 10px;
  height: 44px;
  padding: 0 14px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 180ms, box-shadow 180ms;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.fa-cf-field textarea {
  height: auto;
  min-height: 110px;
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.5;
}
.fa-cf-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}
.fa-cf-field input::placeholder,
.fa-cf-field textarea::placeholder { color: #94A3B8; }
.fa-cf-field input:focus,
.fa-cf-field select:focus,
.fa-cf-field textarea:focus {
  border-color: #1954AC;
  box-shadow: 0 0 0 3px rgba(25,84,172,0.24);
}
.fa-cf-hint {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  color: #94A3B8;
  margin-top: 6px;
}

/* Honeypot — visually hidden, still focusable-off for bots */
.fa-cf-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* ---- Submit ---- */
.fa-cf-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  margin-top: 4px;
  background: #1954AC;
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 120ms ease, box-shadow 180ms cubic-bezier(0.16,1,0.3,1);
}
.fa-cf-submit:hover {
  background: #133F84;
  box-shadow: 0 4px 12px -2px rgba(10,33,72,0.14);
}
.fa-cf-submit:active { background: #0E2F65; transform: translateY(1px); }
.fa-cf-submit i, .fa-cf-submit svg { width: 16px; height: 16px; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  body.page-id-133 .ac-row, body.page-id-133 [class*="elementor"] { }
}
@media (max-width: 900px) {
  .fa-cf-row { grid-template-columns: 1fr; }
}

/* ---- Mobile: stack the info + form columns (layout lives in Elementor,
   page 133; scoped by element id so text stays editable there) ---- */
@media (max-width: 767px) {
  body.page-id-133 .elementor-element-c000034 { flex-direction: column; }
  body.page-id-133 .elementor-element-c00002f,
  body.page-id-133 .elementor-element-c000032 { width: 100%; }
}
