.ai-pro-local-seo-wrapper {
  padding: 90px 20px;
  background: linear-gradient(135deg, #0f172a, #020617);
  font-family: 'Segoe UI', sans-serif;
}

.ai-pro-local-seo-container {
  max-width: 1250px;
  margin: auto;
}

.ai-pro-local-seo-heading {
  text-align: center;
  margin-bottom: 60px;
}

.ai-pro-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  background: #FED91F;
  color: black;
  margin-bottom: 12px;
}

.ai-pro-local-seo-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #e5e7eb;
  margin-bottom: 12px;
}

.ai-pro-local-seo-heading p {
  font-size: 16px;
  color: #94a3b8;
  max-width: 800px;
  margin: auto;
}

.ai-pro-local-seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.ai-pro-local-seo-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 35px 30px;
  color: #e5e7eb;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.ai-pro-local-seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: #FED91F;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.ai-pro-local-seo-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(56,189,248,0.25);
}

.ai-pro-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.ai-pro-local-seo-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.ai-pro-local-seo-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-pro-local-seo-card ul li {
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #cbd5f5;
  position: relative;
}

.ai-pro-local-seo-card ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #FED91F;
}
