/* EASPC SEO styles */
.main-wrap {
  background-image: url('assets/bg2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.seo-content {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: var(--card-bg);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.local-seo-notes.is-centered {
  text-align: center;
}

.local-seo-notes.is-centered ul {
  list-style-position: inside;
  padding-left: 0;
}



/* Full Width SEO Section */
body:not([data-theme="light"]) .seo-content-fullwidth {
  width: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.95) 0%, rgba(20, 20, 20, 1) 100%);
  padding: 5rem 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

[data-theme="light"] .seo-content-fullwidth {
  width: 100%;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(241, 245, 249, 1) 100%);
  padding: 5rem 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

body:not([data-theme="light"]) .seo-content-fullwidth::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

[data-theme="light"] .seo-content-fullwidth::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  pointer-events: none;
}

.seo-content-fullwidth .seo-text-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 1;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h2,
body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h3,
body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block p,
body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block strong {
  color: rgba(255, 255, 255, 0.92);
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
}

body:not([data-theme="light"]) .seo-content-fullwidth .seo-text-block p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #0f172a;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
  letter-spacing: -0.01em;
}

[data-theme="light"] .seo-content-fullwidth .seo-text-block p {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: rgba(15, 23, 42, 0.85);
}

.seo-text-block h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
  text-align: center;
}

.seo-text-block h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-primary);
}

.seo-text-block p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.seo-text-block strong {
  color: var(--text-primary);
  font-weight: 600;
}

