/* ==== Contact Invite Section ==== */
.contact-invite-section {
  background-color: #f9f8f6;
  padding: 80px 5%;
  text-align: center;
}

.contact-invite-content {
  max-width: 700px;
  margin: 0 auto;
}

.contact-subtitle {
  color: #590000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}

.contact-text {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* ปุ่มหลัก */
.btn.primary-1 {
  background-color: #bfa980;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn.primary-1:hover {
  background-color: #a68d69;
}

/* ปุ่มรอง */
.btn.secondary-2 {
  background-color: transparent;
  color: #bfa980;
  border: 2px solid #bfa980;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn.secondary-2:hover {
  background-color: #bfa980;
  color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

/* ==== Contact Invite Section ==== */
.contact-invite-section {
  background: linear-gradient(135deg, #f8f5f0 0%, #f9f8f6 50%, #f3eee8 100%);
  padding: 80px 5%;
  text-align: center;
}
