/* Esnaf blog & SEO content pages */
.esnaf-page-hero {
  padding: 2.75rem 1.5rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #312e81 100%);
  color: #f8fafc;
}
.esnaf-page-hero h1 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 700;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.2;
}
.esnaf-page-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.65;
}
.esnaf-breadcrumb {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  color: rgba(226, 232, 240, 0.75);
}
.esnaf-breadcrumb a {
  color: #a5b4fc;
  text-decoration: none;
}
.esnaf-breadcrumb a:hover {
  text-decoration: underline;
}
.esnaf-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}
.esnaf-section--wide {
  max-width: 1100px;
}
.esnaf-prose {
  color: #334155;
  line-height: 1.75;
  font-size: 1.02rem;
}
.esnaf-prose h2 {
  font-size: 1.35rem;
  color: #0f172a;
  margin: 2rem 0 0.75rem;
}
.esnaf-prose h3 {
  font-size: 1.1rem;
  color: #1e293b;
  margin: 1.5rem 0 0.5rem;
}
.esnaf-prose p {
  margin: 0 0 1rem;
}
.esnaf-prose ul,
.esnaf-prose ol {
  margin: 0 0 1rem 1.25rem;
}
.esnaf-prose li {
  margin-bottom: 0.4rem;
}
.esnaf-prose a {
  color: #4f46e5;
  font-weight: 500;
}
.esnaf-prose a:hover {
  text-decoration: underline;
}
.esnaf-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6366f1;
  background: #eef2ff;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.esnaf-meta {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 1.25rem;
}
.esnaf-cta-box {
  margin: 2rem 0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  border: 1px solid #e2e8f0;
}
.esnaf-cta-box h2 {
  margin-top: 0;
  font-size: 1.2rem;
}
.esnaf-btn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.7rem 1.25rem;
  border-radius: 0.5rem;
  background: #4f46e5;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
.esnaf-btn:hover {
  background: #4338ca;
}
.esnaf-blog-grid {
  display: grid;
  gap: 1.25rem;
}
.esnaf-blog-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.esnaf-blog-card:hover {
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.1);
  transform: translateY(-2px);
}
.esnaf-blog-card h2 {
  font-size: 1.15rem;
  margin: 0.35rem 0 0.5rem;
  line-height: 1.35;
}
.esnaf-blog-card h2 a {
  color: #0f172a;
  text-decoration: none;
}
.esnaf-blog-card h2 a:hover {
  color: #4f46e5;
}
.esnaf-blog-card p {
  color: #64748b;
  margin: 0 0 0.75rem;
  line-height: 1.6;
  font-size: 0.95rem;
}
.esnaf-read-more {
  font-weight: 600;
  font-size: 0.9rem;
  color: #4f46e5;
  text-decoration: none;
}
.esnaf-read-more:hover {
  text-decoration: underline;
}
.esnaf-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}
.esnaf-feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  padding: 1.1rem 1.2rem;
}
.esnaf-feature-card h3 {
  font-size: 1rem;
  margin: 0 0 0.4rem;
  color: #0f172a;
}
.esnaf-feature-card p {
  margin: 0;
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.55;
}
.esnaf-related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.esnaf-related h2 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.esnaf-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.esnaf-related li {
  margin-bottom: 0.45rem;
}
.esnaf-related a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 500;
}
.esnaf-related a:hover {
  text-decoration: underline;
}
.esnaf-landing-hero {
  padding: 3rem 1.5rem;
  text-align: center;
  background: linear-gradient(160deg, #eef2ff 0%, #f8fafc 45%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
}
.esnaf-landing-hero h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  color: #0f172a;
  margin: 0.5rem 0 1rem;
  line-height: 1.15;
}
.esnaf-landing-hero p {
  max-width: 680px;
  margin: 0 auto 1.25rem;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.65;
}
.esnaf-landing-hero .esnaf-btn {
  margin-top: 0;
}
