.page-template-template-recursos-lide .site-content > .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.page-template-template-recursos-lide #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-template-template-recursos-lide #secondary {
  display: none;
}

.lide-recursos-page {
  --uabc-green: #006341;
  --uabc-green-dark: #004d32;
  --uabc-green-light: #007a4d;
  --uabc-gold: #c4a000;
  --uabc-gold-light: #d4b000;
  --lide-bg: #f6f8f9;
  --lide-text: #1f2937;
  --lide-muted: #64748b;
  font-family: "Montserrat", sans-serif;
  color: var(--lide-text);
  background: var(--lide-bg);
}

.lide-recursos-hero {
  background: linear-gradient(135deg, var(--uabc-green) 0%, var(--uabc-green-dark) 100%);
  color: #fff;
  padding: 54px 20px 46px;
}

.lide-recursos-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.lide-kicker {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  opacity: 0.88;
  margin: 0 0 10px;
}

.lide-recursos-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  margin: 0;
  font-weight: 800;
}

.lide-subtitle {
  margin: 12px auto 0;
  max-width: 760px;
  line-height: 1.6;
  font-size: 1rem;
  color: #e8f3ee;
}

.lide-gold-line {
  display: inline-block;
  width: 88px;
  height: 4px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--uabc-gold), var(--uabc-gold-light));
}

.lide-recursos-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 18px 46px;
}

.lide-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lide-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.lide-card-header {
  padding: 18px;
  background: linear-gradient(135deg, var(--uabc-green), var(--uabc-green-light));
  color: #fff;
}

.lide-card-youtube .lide-card-header {
  background: linear-gradient(135deg, #c4302b, #ff0000);
}

.lide-card-tag {
  display: inline-block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
  color: #103f2e;
  background: #f7dd7b;
}

.lide-card-youtube .lide-card-tag {
  color: #8b0000;
  background: #fff;
}

.lide-card-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.lide-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  flex-shrink: 0;
}

.lide-card-icon svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.lide-card-header h3 {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.4;
}

.lide-card-body {
  padding: 18px;
}

.lide-card-body p {
  margin: 0 0 14px;
  color: var(--lide-muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.lide-card-body ul {
  margin: 0 0 16px;
  padding-left: 18px;
}

.lide-card-body li {
  margin: 0 0 8px;
  color: #334155;
  font-size: 0.88rem;
}

.lide-card-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--uabc-green), var(--uabc-green-dark));
  font-weight: 700;
  font-size: 0.9rem;
}

.lide-card-btn:hover {
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 99, 65, 0.28);
}

.lide-card-youtube .lide-card-btn {
  background: linear-gradient(135deg, #c4302b, #8b0000);
}

.lide-card-youtube .lide-card-btn:hover {
  box-shadow: 0 8px 20px rgba(196, 48, 43, 0.3);
}

@media (max-width: 900px) {
  .lide-cards {
    grid-template-columns: 1fr;
  }
}
