.btn-watch {
  background: #ff6f61;
  color: white;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255,111,97,0.4);
}

.btn-subscribe {
  background: white;
  color: #ff6f61;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-watch:hover,
.btn-subscribe:hover {
  transform: translateY(-3px) scale(1.05);
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.feature {
  background: #fff5f3;
  padding: 10px;
  border-radius: 12px;
}

.lang-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff5f3;
  padding: 12px;
  border-radius: 12px;
}

.lang-card img {
  width: 22px;
  height: 15px;
}

/* SOCIAL */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-icons img {
  width: 50px;
  height: 50px;
}