.features-intro {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  font-family: 'Poppins', sans-serif;
}

.written-features {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 20px;
}

.written-features p {
  margin-bottom: 20px;
}

.grid-thumb img.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  max-width: 90vw;
  max-height: 90vh;
  z-index: 9999;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  transition: all 0.4s ease-in-out;
}