.guides-section {
  background-color: #ffffff;
  color: #111827;
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 1px;
}

.subtitle .coming-soon {
  font-style: italic;
  color: #00C982; /* vibrant violet accent */
}

.headline {
  font-size: 42px;
  font-weight: 800;
  margin: 15px 0 35px;
  color: #111827;
}

.description {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 50px;
}

/* Focus Grid */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.focus-item {
  background: linear-gradient(145deg, #f3f4f6, #e5e7eb);
  border-left: 6px solid #00C982; /* violet accent */
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: left;
}

.focus-item h3 {
  font-size: 17px;
  font-weight: 600;
  color: #111827;
}

.focus-item:hover {
  transform: translateY(-7px) scale(1.02);
  box-shadow: 0 20px 35px rgba(0,0,0,0.1);
  border-color: #00C982;
}

/* Note */
.note {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 35px;
}


/* .cta-container {
  text-align: center;
}

.cta-button {
  background: linear-gradient(135deg, #00C982, #00E4FF); 
  color: #ffffff;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
filter: brightness(1.1);
  box-shadow: 0 0 60px hsla(168, 76%, 42%, 0.3);
  transform: translateY(-2px);
} */

.footer {
  background-color: #f9f9f9;
  color:  #111111;
  text-align: center;
  padding: 2rem 1.5rem;
  border-top: 1px solid #ddd
}

.footer-content p {
  margin: 0;
  font-size: 0.95rem;
}

.footer-right {
  font-family: monospace;
  color: #555;
}
