/* ═══════════════════════════════════════════════════════
   Jobs Drivers — Contact page
   Hero: .jd-page-hero (shared in site.css, same as register)
   ═══════════════════════════════════════════════════════ */

.jd-contact-wrap {
  padding-bottom: 64px;
}

.jd-contact-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Shared white card block */
.jd-contact-card-block {
  background: #fff;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 18px;
  padding: 36px 40px;
  box-shadow: 0 14px 36px rgba(12, 45, 74, 0.07);
}

/* ── About Us ─────────────────────────────────────────── */
.jd-contact-about h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--jd-navy, #0c2d4a);
  margin: 0 0 20px;
}

.jd-contact-about-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--jd-text, #334155);
  margin: 0 0 14px;
}

.jd-contact-about-text p:last-child {
  margin-bottom: 0;
}

.jd-contact-mission {
  margin-top: 20px !important;
  font-weight: 700;
  color: var(--jd-blue, #1a73e8) !important;
  font-size: 1.05rem;
  border-left: 4px solid var(--jd-blue, #1a73e8);
  padding-left: 16px;
}

/* ── Get in Touch section ─────────────────────────────── */
.jd-contact-section-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--jd-navy, #0c2d4a);
  margin: 0 0 6px;
}

.jd-contact-section-lead {
  color: var(--jd-text, #334155);
  margin: 0 0 22px;
  font-size: 1rem;
}

.jd-contact-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.jd-contact-form-block {
  padding: 32px 36px;
}

/* ── Contact channels (sidebar) ───────────────────────── */
.jd-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jd-contact-channel {
  background: #fff;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 4px 20px rgba(12, 45, 74, 0.05);
}

.jd-contact-channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(26, 115, 232, 0.10);
  color: var(--jd-blue, #1a73e8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 12px;
}

.jd-contact-channel-icon-wa {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
}

.jd-contact-channel-icon-fb {
  background: rgba(24, 119, 242, 0.12);
  color: #1877f2;
}

.jd-contact-channel h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--jd-navy, #0c2d4a);
  margin: 0 0 10px;
}

.jd-contact-channel-desc,
.jd-contact-channel-meta {
  font-size: 13px;
  color: var(--jd-muted, #64748b);
  margin: 8px 0 0;
}

.jd-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jd-contact-list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.jd-contact-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--jd-muted, #64748b);
}

.jd-contact-list a {
  font-size: 0.9rem;
  font-weight: 600;
  word-break: break-all;
}

.jd-contact-phone {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--jd-navy, #0c2d4a);
  text-decoration: none;
}

.jd-contact-phone:hover {
  color: var(--jd-blue, #1a73e8);
}

.jd-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.jd-btn-whatsapp:hover {
  background: #1da851;
  color: #fff !important;
}

.jd-btn-facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #1877f2;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}

.jd-btn-facebook:hover {
  background: #166fe5;
  color: #fff !important;
}

/* ── Contact form ─────────────────────────────────────── */
.jd-form-notice {
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 22px;
  font-size: 0.95rem;
  font-weight: 600;
}

.jd-form-notice-ok {
  background: rgba(30, 142, 74, 0.10);
  color: #137a3f;
  border: 1px solid rgba(30, 142, 74, 0.30);
}

.jd-form-notice-err {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.jd-contact-form .jd-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.jd-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.jd-form-field {
  margin-bottom: 18px;
}

.jd-form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--jd-navy, #0c2d4a);
  margin-bottom: 7px;
}

.jd-req { color: #dc2626; }

.jd-form-field input,
.jd-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--jd-border, #e2e8f0);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--jd-navy, #0c2d4a);
  background: #fbfcfe;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.jd-form-field input:focus,
.jd-form-field textarea:focus {
  outline: none;
  border-color: var(--jd-blue, #1a73e8);
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
  background: #fff;
}

.jd-form-field textarea {
  resize: vertical;
  min-height: 130px;
}

.jd-form-captcha {
  max-width: 260px;
}

.jd-form-captcha strong {
  color: var(--jd-blue, #1a73e8);
  font-size: 1.05rem;
}

.jd-form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--jd-text, #334155);
  line-height: 1.5;
  margin: 4px 0 24px;
}

.jd-form-check input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--jd-blue, #1a73e8);
}

.jd-form-check a {
  color: var(--jd-blue, #1a73e8);
  font-weight: 600;
}

.jd-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--jd-blue, #1a73e8);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}

.jd-form-submit:hover { background: #1558b0; }
.jd-form-submit:active { transform: translateY(1px); }

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 900px) {
  .jd-contact-split {
    grid-template-columns: 1fr;
  }

  .jd-contact-channels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .jd-contact-wrap {
    padding: 0 12px 48px;
  }

  .jd-contact-card-block,
  .jd-contact-form-block {
    padding: 26px 20px;
    border-radius: 14px;
  }

  .jd-contact-channels {
    grid-template-columns: 1fr;
  }

  .jd-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
