@charset "UTF-8";

.pink-event-bar .container .row .event-text h1 {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
}

.seo-intro-panel {
  margin: 1.5rem auto 0;
  padding: 1.25rem 1.5rem;
  color: #fff;
  background: linear-gradient(145deg, rgba(63, 15, 59, 0.94), rgba(24, 8, 31, 0.96));
  border: 1px solid rgba(234, 115, 168, 0.24);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.seo-intro-panel p:last-child {
  margin-bottom: 0;
}

.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.seo-inline-links a,
.seo-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  color: #fff;
  background: rgba(234, 115, 168, 0.13);
  border: 1px solid rgba(234, 115, 168, 0.32);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.seo-inline-links a:hover,
.seo-pill-link:hover {
  color: #fff;
  background: rgba(234, 115, 168, 0.24);
  border-color: rgba(234, 115, 168, 0.58);
  transform: translateY(-2px);
}

.local-seo-section {
  position: relative;
  padding: 4.5rem 0;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(192, 29, 102, 0.24), transparent 38%),
              linear-gradient(145deg, #130b24 0%, #321036 55%, #151026 100%);
  overflow: hidden;
}

.local-seo-section::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(234, 115, 168, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(234, 115, 168, 0.035), 0 0 0 90px rgba(234, 115, 168, 0.02);
  pointer-events: none;
}

.local-seo-section .container {
  position: relative;
  z-index: 1;
}

.local-seo-eyebrow,
.seo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  color: #ea73a8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.local-seo-section h2 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.local-seo-lead {
  max-width: 840px;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
}

.local-seo-grid,
.seo-feature-grid,
.seo-city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.local-seo-card,
.seo-feature-card,
.seo-city-card {
  position: relative;
  min-height: 100%;
  padding: 1.25rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
}

.local-seo-card i,
.seo-feature-card > i,
.seo-city-card > i {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #c01d66, #e26d2e);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(192, 29, 102, 0.22);
}

.local-seo-card h3,
.seo-feature-card h2,
.seo-feature-card h3,
.seo-city-card h3 {
  margin-bottom: 0.55rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.local-seo-card p,
.seo-feature-card p,
.seo-city-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.65;
}

.local-seo-actions,
.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.local-seo-actions .btn,
.seo-actions .btn {
  padding: 0.75rem 1.2rem;
  font-weight: 800;
  border-radius: 10px;
}

body.seo-landing {
  color: #fff;
  background: radial-gradient(circle at top, #251044 0%, #12091f 46%, #08060d 100%) !important;
}

.seo-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 5.5rem 0;
  overflow: hidden;
  background: #170d25;
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--seo-hero-image, none);
  background-position: center;
  background-size: cover;
  opacity: 0.38;
  transform: scale(1.02);
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 6, 17, 0.98) 0%, rgba(25, 8, 31, 0.91) 48%, rgba(25, 8, 31, 0.58) 100%);
}

.seo-hero .container {
  position: relative;
  z-index: 1;
}

.seo-hero-copy {
  max-width: 800px;
}

.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  list-style: none;
}

.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: rgba(255, 255, 255, 0.32);
}

.seo-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.seo-hero h1 {
  max-width: 900px;
  margin-bottom: 1.15rem;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.seo-hero-lead {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.75;
}

.seo-section {
  padding: 4.5rem 0;
}

.seo-section.is-muted {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-section-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

.seo-section-heading h2 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 800;
}

.seo-section-heading p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 1.75;
}

.seo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2rem;
  align-items: start;
}

.seo-copy-card,
.seo-cta-card {
  padding: 1.65rem;
  background: linear-gradient(145deg, rgba(66, 17, 65, 0.88), rgba(26, 9, 32, 0.92));
  border: 1px solid rgba(234, 115, 168, 0.2);
  border-radius: 18px;
}

.seo-copy-card h2,
.seo-copy-card h3,
.seo-cta-card h2,
.seo-cta-card h3 {
  color: #fff;
  font-weight: 800;
}

.seo-copy-card p,
.seo-cta-card p,
.seo-copy-card li,
.seo-cta-card li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.seo-check-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.seo-check-list i {
  margin-top: 0.18rem;
  color: #ea73a8;
}

.seo-faq {
  display: grid;
  gap: 0.8rem;
}

.seo-faq details {
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.seo-faq summary {
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.seo-faq details p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

.seo-note {
  padding: 1rem 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(226, 109, 46, 0.12);
  border-left: 4px solid #e26d2e;
  border-radius: 0 12px 12px 0;
}

@media (max-width: 991.98px) {
  .local-seo-grid,
  .seo-feature-grid,
  .seo-city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-two-column {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .pink-event-bar .container .row .event-text h1 {
    font-size: 1.08rem;
  }

  .seo-intro-panel {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 14px;
  }

  .local-seo-section,
  .seo-section {
    padding: 3.25rem 0;
  }

  .local-seo-grid,
  .seo-feature-grid,
  .seo-city-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    min-height: 430px;
    padding: 4.5rem 0;
  }

  .seo-hero::after {
    background: linear-gradient(180deg, rgba(10, 6, 17, 0.78), rgba(20, 7, 27, 0.97));
  }

  .seo-hero h1 {
    font-size: 2.4rem;
  }

  .seo-copy-card,
  .seo-cta-card,
  .local-seo-card,
  .seo-feature-card,
  .seo-city-card {
    padding: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-inline-links a,
  .seo-pill-link {
    transition: none;
  }
}

.tcg-intro-section h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
}

.tcg-intro-section a {
  color: #f3a8ca;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.tcg-intro-section a:hover {
  color: #fff;
}

.local-seo-heading {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-bottom: 2rem;
}

.local-seo-heading h2 {
  margin: 0.45rem 0 0.8rem;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 800;
}

.local-seo-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.local-seo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.local-seo-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}

.local-seo-card > i {
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #c01d66, #df6b31);
  border-radius: 12px;
}

.local-seo-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
}

.local-seo-card p {
  flex: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.65;
}

.local-seo-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f3a8ca;
  font-weight: 800;
  text-decoration: none;
}

.local-seo-card a:hover {
  color: #fff;
}

.seo-intro-panel a:not(.seo-pill-link) {
  color: #f3a8ca;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .local-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .local-seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-intro-panel {
    padding: 1rem;
  }
}

.seo-copy-card p + p,
.seo-cta-card p + p {
  margin-top: 0.85rem;
}

.seo-copy-card strong,
.seo-cta-card strong,
.seo-photo-card strong {
  color: #fff;
}

.seo-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-photo-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-photo-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.seo-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.seo-photo-card figcaption {
  padding: 0.95rem 1rem 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.6;
}

.seo-photo-card figcaption strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
}

.seo-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
}

.seo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

.seo-pill i {
  color: #ea73a8;
}

@media (max-width: 991.98px) {
  .seo-photo-grid,
  .seo-photo-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .seo-photo-grid,
  .seo-photo-grid.is-two {
    grid-template-columns: 1fr;
  }

  .seo-photo-card figcaption {
    padding: 0.85rem 0.9rem 1rem;
  }
}
