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

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

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

.lide-gestion-page {
  --green: #006341;
  --green-dark: #004d32;
  --gold: #c4a000;
  --bg: #f6f8f9;
  --text: #1f2937;
  --muted: #64748b;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--bg);
}

.lide-gestion-hero {
  padding: 48px 20px;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
}

.lide-gestion-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lide-gestion-kicker {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
}

.lide-gestion-hero h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.lide-gestion-hero p {
  margin: 10px 0 0;
  color: #e6f3ef;
}

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

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

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

.lide-gestion-card .tag {
  display: inline-block;
  background: #f6df87;
  color: #103f2e;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 10px;
}

.lide-gestion-card h2 {
  margin: 10px 0 10px;
  font-size: 1.15rem;
  color: var(--green-dark);
}

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

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

.lide-gestion-card li {
  margin: 0 0 8px;
  font-size: 0.88rem;
}

.lide-gestion-card .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
  color: #fff;
}

.lide-gestion-card .btn.primary {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

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

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