.contact-section {
  background: #eff4f0;
  border-top: 1px solid var(--line);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.76fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 104px;
}

.contact-methods {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--teal-dark);
  font-weight: 760;
}

.direct-contact-panel {
  display: grid;
  gap: 1.45rem;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, 0.92);
  box-shadow: var(--shadow);
}

.direct-contact-header h3 {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
}

.direct-contact-header p:last-child,
.privacy-note {
  color: var(--muted);
  margin-bottom: 0;
}

.direct-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.button-whatsapp {
  color: var(--paper-strong);
  background: var(--teal-dark);
  box-shadow: 0 10px 26px rgba(22, 77, 73, 0.18);
}

.button-whatsapp:hover {
  background: var(--teal);
}

.button-whatsapp.is-disabled {
  cursor: not-allowed;
  opacity: 0.56;
  box-shadow: none;
}

.share-list {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.share-list strong {
  display: block;
  margin-bottom: 0.55rem;
}

.share-list .clean-list {
  margin-top: 0;
}
