.zpf-contact-page {
  background: #ffffff;
  color: #1F2D3A;
}

.zpf-contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.zpf-contact-hero {
  background: #F7F8FA;
  border-bottom: 1px solid #E9EDF2;
  padding: 72px 0 64px;
}

.zpf-contact-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #5B6B7A;
  text-transform: uppercase;
}

.zpf-contact-title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: #1F2D3A;
}

.zpf-contact-lead {
  margin: 0;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.9;
  color: #5B6B7A;
}

.zpf-contact-section {
  padding: 72px 0 96px;
}

.zpf-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 40px;
  align-items: start;
}

.zpf-contact-block {
  margin-bottom: 32px;
}

.zpf-contact-heading {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.35;
  font-weight: 700;
  color: #1F2D3A;
}

.zpf-contact-heading-small {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #1F2D3A;
}

.zpf-contact-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #5B6B7A;
}

.zpf-contact-cards {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.zpf-contact-card {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #F7F8FA;
  border: 1px solid #E9EDF2;
  border-radius: 14px;
}

.zpf-contact-card-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #E9EDF2;
  font-size: 13px;
  font-weight: 700;
  color: #5B6B7A;
}

.zpf-contact-card-body h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #1F2D3A;
}

.zpf-contact-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5B6B7A;
}

.zpf-contact-points,
.zpf-contact-support {
  padding: 24px;
  background: #F7F8FA;
  border: 1px solid #E9EDF2;
  border-radius: 16px;
}

.zpf-contact-list {
  margin: 0;
  padding-left: 1.2em;
  color: #1F2D3A;
}

.zpf-contact-list li {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 14px;
}

.zpf-contact-list li:last-child {
  margin-bottom: 0;
}

.zpf-contact-form-card {
  background: #F7F8FA;
  border: 1px solid #E9EDF2;
  border-radius: 20px;
  padding: 28px;
}

.zpf-contact-form-head {
  margin-bottom: 20px;
}

.zpf-contact-form-actions {
  margin-bottom: 20px;
}

.zpf-contact-open-btn {
  display: inline-block;
  padding: 14px 22px;
  background: #1F2D3A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.zpf-contact-open-btn:hover {
  background: #2d3f50;
  transform: translateY(-1px);
  color: #ffffff;
}

.zpf-contact-embed-wrap {
  background: #ffffff;
  border: 1px solid #E9EDF2;
  border-radius: 14px;
  overflow: hidden;
}

.zpf-contact-embed-wrap iframe {
  display: block;
  width: 100%;
  background: #ffffff;
}

.zpf-contact-note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #E9EDF2;
}

.zpf-contact-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: #5B6B7A;
}

@media (max-width: 960px) {
  .zpf-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .zpf-contact-hero {
    padding: 56px 0 48px;
  }

  .zpf-contact-section {
    padding: 56px 0 72px;
  }
}

@media (max-width: 640px) {
  .zpf-contact-container {
    padding: 0 16px;
  }

  .zpf-contact-form-card {
    padding: 18px;
  }

  .zpf-contact-points,
  .zpf-contact-support {
    padding: 18px;
  }

  .zpf-contact-card {
    padding: 16px;
  }

  .zpf-contact-embed-wrap iframe {
    height: 1280px;
  }
}