/* XP4 Local SEO Generator – minimal, theme-friendly styling */

.xp4-lsg-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.xp4-lsg-hero{
  padding: 44px 0 22px;
}

.xp4-lsg-h1{
  margin: 0 0 10px;
  line-height: 1.1;
}

.xp4-lsg-subtitle{
  margin: 0 0 18px;
  opacity: 0.9;
  max-width: 900px;
}

.xp4-lsg-hero__buttons{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.xp4-lsg-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(0,0,0,0.04);
}

.xp4-lsg-btn:hover{ filter: brightness(0.98); }

.xp4-lsg-btn--ghost{
  background: transparent;
}

.xp4-lsg-section{
  padding: 18px 0;
}

.xp4-lsg-prose{
  max-width: 980px;
}

.xp4-lsg-cards{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(240px, 1fr) );
  gap: 14px;
  margin-top: 12px;
}

.xp4-lsg-card{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 14px;
  text-decoration: none;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(4px);
}

.xp4-lsg-card__title{
  font-weight: 700;
  margin-bottom: 6px;
}

.xp4-lsg-card__meta{
  opacity: 0.85;
  line-height: 1.4;
}

.xp4-lsg-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.xp4-lsg-chip{
  display: inline-block;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.03);
  text-decoration: none;
}

.xp4-lsg-map iframe{
  width: 100%;
  height: 360px;
  border: 0;
  border-radius: 16px;
}

.xp4-lsg-faq{
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.xp4-lsg-faq__item{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.6);
}

.xp4-lsg-faq__q{
  cursor: pointer;
  font-weight: 700;
}

.xp4-lsg-faq__a{
  margin-top: 8px;
  opacity: 0.9;
}

.xp4-lsg-cta{
  padding: 26px 0;
}

.xp4-lsg-cta__inner{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.03);
}

.xp4-lsg-cta__text{
  font-weight: 600;
  max-width: 900px;
}

