/* Page soutien */
.support-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.support-content h1 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 36px;
  margin-bottom: 20px;
}
.support-subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.support-subtitle p {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.support-membership {
  text-align: center;
  margin: 40px 0;
}
.support-membership h2 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 28px;
  margin-bottom: 20px;
}
.support-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
  max-width: 1200px;
}
.support-grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-content: center;
}
.support-grid-row:nth-child(2) {
  display: flex;
  justify-content: center;
}
.support-item {
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.3), rgba(107, 62, 117, 0.3), rgba(42, 75, 61, 0.3));
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #B87333;
  transition: transform 0.3s ease;
}
.support-item:hover {
  transform: scale(1.05);
}
.support-sage {
  margin: 0 auto;
}
.support-item h3 {
  font-family: 'Cinzel', serif;
  color: #2A4B3D;
  font-size: 24px;
  margin-bottom: 10px;
}
.support-price {
  font-family: 'Cinzel', serif;
  color: #6B3E75;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.support-description {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.support-advantages {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.support-advantages li {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.support-advantages li img {
  width: 20px;
  height: 20px;
  filter: sepia(100%) hue-rotate(260deg) saturate(400%) brightness(80%) contrast(130%) !important; /* Violet #6B3E75 */
  border: none;
}
.support-note {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}
.support-note a {
  color: #B87333;
  text-decoration: underline;
}
.support-note a:hover {
  color: #6B3E75;
}
.paypal-button {
  position: relative;
  z-index: 10;
  margin: 10px 0;
}
.testimonials {
  text-align: center;
  margin: 40px 0;
}
.testimonials h2 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 28px;
  margin-bottom: 20px;
}
.testimonials-subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.testimonial-item {
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.2), rgba(107, 62, 117, 0.2), rgba(42, 75, 61, 0.2));
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #B87333;
}
.testimonial-item p {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.testimonial-item h3 {
  font-family: 'Cinzel', serif;
  color: #2A4B3D;
  font-size: 20px;
  margin: 10px 0 5px;
}
.testimonial-title {
  font-family: 'Montserrat', sans-serif;
  color: #6B3E75;
  font-size: 14px;
  font-style: italic;
}
.other-ways {
  text-align: center;
  margin: 40px 0;
}
.other-ways h2 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 28px;
  margin-bottom: 20px;
}
.other-ways-subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.other-ways-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.other-ways-item {
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.2), rgba(107, 62, 117, 0.2), rgba(42, 75, 61, 0.2));
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #B87333;
  transition: transform 0.3s ease;
}
.other-ways-item:hover {
  transform: scale(1.05);
}
.other-ways-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  filter: sepia(100%) hue-rotate(15deg) saturate(600%) brightness(90%) contrast(150%) !important; /* Cuivre #B87333 */
}
.other-ways-item h3 {
  font-family: 'Cinzel', serif;
  color: #2A4B3D;
  font-size: 20px;
  margin-bottom: 10px;
}
.other-ways-item p {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.social-links .social-icon {
  width: 24px;
  height: 24px;
  filter: sepia(100%) hue-rotate(260deg) saturate(400%) brightness(80%) contrast(130%) !important; /* Violet #6B3E75 */
}
.trust {
  text-align: center;
  margin: 40px 0;
}
.trust h2 {
  font-family: 'Playfair Display', serif;
  color: #6B3E75;
  font-size: 28px;
  margin-bottom: 20px;
}
.trust-subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.trust-subtitle p {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.trust-item {
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.2), rgba(107, 62, 117, 0.2), rgba(42, 75, 61, 0.2));
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #B87333;
}
.trust-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  filter: sepia(100%) hue-rotate(15deg) saturate(600%) brightness(90%) contrast(150%) !important; /* Cuivre #B87333 */
}
.trust-item h3 {
  font-family: 'Cinzel', serif;
  color: #2A4B3D;
  font-size: 20px;
  margin-bottom: 10px;
}
.trust-item p {
  font-family: 'Montserrat', sans-serif;
  color: #2A4B3D;
  font-size: 16px;
  line-height: 1.6;
}