/* WiwiOpportunity — About & Contact pages */

main.info-page {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 820px;
  padding-top: clamp(28px, 5vw, 52px);
  padding-bottom: clamp(44px, 6vw, 72px);
}

.info-page .h1-page {
  margin-top: -8px;
}

.info-text {
  font-size: 16px;
  line-height: 1.7;
}

.info-text--muted {
  color: var(--ink-2);
}

.callout {
  margin-top: 8px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(145, 150, 250, 0.35);
  border-radius: 20px;
  background: rgba(145, 150, 250, 0.1);
}

.callout h2 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
}

.callout p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.check-icon {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(148, 222, 171, 0.35);
  color: #1f7a3a;
  font-size: 12px;
  font-weight: 800;
}

.contact-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 8px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(46, 20, 81, 0.1);
  border-radius: 20px;
  background: #fff;
}

.contact-email {
  display: inline-block;
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-email:hover {
  color: var(--link);
}

.contact-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.contact-social-intro {
  font-size: 13.5px;
  color: rgba(46, 20, 81, 0.55);
}
