/* Words & Worlds — Depoimentos reais (Instagram) + feed de últimas postagens */

.wow-depo-section {
  background: #f7f4ef;
  padding: 80px 20px;
}

.wow-ig-feed-section {
  background: #ffffff;
  padding: 80px 20px;
}

.wow-depo-container {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.wow-depo-title {
  color: #14355c;
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 12px;
}

.wow-depo-title .wow-depo-accent {
  color: #c13438;
}

.wow-depo-sub {
  color: #5a6577;
  font-size: 17px;
  margin: 0 auto 48px;
  max-width: 640px;
}

.wow-depo-sub a {
  color: #c13438;
  font-weight: 600;
  text-decoration: none;
}

.wow-depo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  text-align: left;
}

.wow-depo-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(20, 53, 92, 0.08);
  display: flex;
  flex-direction: column;
}

.wow-depo-quote-mark {
  color: #c13438;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  font-family: Georgia, serif;
}

.wow-depo-text {
  color: #3d4757;
  font-size: 15.5px;
  line-height: 1.65;
  margin: 10px 0 18px;
  flex: 1;
}

.wow-depo-name {
  color: #14355c;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}

.wow-depo-role {
  color: #8a93a3;
  font-size: 13.5px;
  margin: 2px 0 14px;
}

.wow-depo-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c13438;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-top: 1px solid #f0ece4;
  padding-top: 14px;
}

.wow-depo-watch:hover {
  color: #8f2427;
}

.wow-depo-watch svg {
  flex: none;
}

.wow-ig-feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  justify-items: center;
  margin-bottom: 40px;
}

.wow-ig-feed-grid .instagram-media {
  margin: 0 auto !important;
  min-width: 300px !important;
  max-width: 380px !important;
  width: 100% !important;
}

.wow-igfeed-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(204, 35, 102, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wow-igfeed-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(204, 35, 102, 0.4);
  color: #ffffff;
}

@media (max-width: 767px) {
  .wow-depo-section,
  .wow-ig-feed-section {
    padding: 56px 16px;
  }

  .wow-depo-title {
    font-size: 32px;
  }
}
