/* 🎨 CSS Premium - Socle Vibratoire Tyshara */

.socle-vibratoire {
  padding: 4rem 2rem;
  background: #faf2e7;
  font-family: 'Montserrat', sans-serif;
  color: #4a3b35;
  text-align: center;
}

.socle-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-family: 'Satisfy', cursive;
  color: #73504f;
}

.socle-intro {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.socle-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto 4rem;
  padding: 0;
  list-style: none;
}

.socle-links li {
  list-style: none;
}

.socle-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f5ebe4, #f3e6dc);
  padding: 2rem 1.5rem;
  border-radius: 1.8rem;
  color: #4a3b35;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in-out;
  min-height: 180px;
}

.socle-links a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  background: linear-gradient(145deg, #f6e8df, #f2ddd3);
}

.socle-links .icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

.socle-links strong {
  font-size: 1.3rem;
  color: #73504f;
}

.socle-links .tagline {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #7e9f96;
  font-style: italic;
}

.socle-explore {
  margin-top: 3rem;
}

.socle-explore a {
  display: inline-block;
  background: #73504f;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: background 0.3s ease;
}

.socle-explore a:hover {
  background: #4a3b35;
}

.socle-quote {
  margin-top: 3rem;
  font-style: italic;
  color: #73504f;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
}

@media (max-width: 480px) {
  .socle-links a {
    padding: 1.5rem 1rem;
  }
  .socle-title {
    font-size: 2rem;
  }
  .socle-links .tagline {
    font-size: 0.92rem;
  }
}
