/* ══════════════════════════════════════════════
   Contact Page — Page-Specific Styles
   ══════════════════════════════════════════════ */

/* ── Hero Banner ── */
.contact-hero {
  position: relative;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./assets/images/biolyft-banner.png") center / cover no-repeat;
  overflow: hidden;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 20, 15, 0.65);
  z-index: 1;
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.contact-hero-content h1 {
  margin: 0;
  font-size: 54px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.contact-hero-subtitle {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: var(--gold-soft);
  letter-spacing: 0.8px;
}


/* ── Main Contact Section ── */
.contact-main {
  padding: 80px 0 90px;
}

.contact-columns {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 60px;
  align-items: start;
}


/* ── Contact Form ── */
.contact-form-area h2,
.contact-info-area h2 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 600;
  color: var(--brown);
  position: relative;
  padding-bottom: 16px;
}

.contact-form-area h2::after,
.contact-info-area h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  border-radius: 3px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brown);
  letter-spacing: 0.2px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 50px;
  border: 1.5px solid #e0dcd4;
  border-radius: 12px;
  padding: 0 20px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--brown);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b0a898;
  font-weight: 300;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(209, 181, 63, 0.12);
}

.form-group textarea {
  height: auto;
  min-height: 160px;
  padding: 16px 20px;
  resize: vertical;
  line-height: 1.6;
}

.cp-select-wrap {
  position: relative;
}

.cp-select-wrap select {
  appearance: none;
  cursor: pointer;
  color: var(--brown);
}

.cp-select-wrap select:invalid,
.cp-select-wrap select option[disabled] {
  color: #b0a898;
}

.cp-select-wrap i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #c5bfb5;
  font-size: 14px;
  pointer-events: none;
}

.cp-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 50px;
  margin-top: 6px;
  border: none;
  border-radius: 30px;
  background: var(--gold);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(209, 181, 63, 0.3);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.cp-submit-btn i {
  font-size: 13px;
  transition: transform 0.25s ease;
}

.cp-submit-btn:hover {
  background: #c5a836;
  box-shadow: 0 6px 24px rgba(209, 181, 63, 0.45);
  transform: translateY(-2px);
}

.cp-submit-btn:hover i {
  transform: translateX(3px);
}


/* ── Contact Info Side ── */
.cp-info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cp-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cp-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(209, 181, 63, 0.25);
}

.cp-info-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
}

.cp-info-item p {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.4;
}


/* ── Social Area ── */
.cp-social-area {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #ece8e0;
}

.cp-social-area h4 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--brown);
}

.cp-socials {
  display: flex;
  gap: 12px;
}

.cp-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid #e0dcd4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  font-size: 16px;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.cp-socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(209, 181, 63, 0.06);
}


/* ── Map Placeholder ── */
.cp-map-placeholder {
  margin-top: 28px;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background: #f4f2ed;
  border: 1.5px dashed #d8d3ca;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cp-map-placeholder i {
  font-size: 36px;
  color: var(--gold-soft);
}

.cp-map-placeholder p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.3px;
}


/* ── Responsive: 1280px ── */
@media (max-width: 1280px) {
  .contact-hero-content h1 {
    font-size: 44px;
  }

  .contact-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .contact-main {
    padding: 60px 0 70px;
  }
}


/* ── Responsive: 860px ── */
@media (max-width: 860px) {
  .contact-hero {
    height: 220px;
  }

  .contact-hero-content h1 {
    font-size: 32px;
  }

  .contact-hero-subtitle {
    font-size: 15px;
  }

  .contact-columns {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-main {
    padding: 44px 0 56px;
  }

  .contact-form-area h2,
  .contact-info-area h2 {
    font-size: 24px;
  }

  .cp-submit-btn {
    width: 100%;
  }
}
