/* Landing: Playas para perros en España */
.playas-landing {
  background: #f0f9ff;
  --playas-sea: #0ea5e9;
  --playas-sea-dark: #0369a1;
  --playas-sand: #fef3c7;
  --playas-coral: #f97316;
  --playas-teal: #0d9488;
  --playas-ink: #0f172a;
}

.playas-hero {
  position: relative;
  background: linear-gradient(135deg, #881337 0%, #be123c 35%, var(--brand, #e11d48) 65%, var(--brand2, #fb7185) 100%);
  color: #fff;
  overflow: hidden;
}
.playas-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 90%, rgba(255,255,255,.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.14) 0%, transparent 45%);
  pointer-events: none;
}
.playas-hero__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 48' preserveAspectRatio='none'%3E%3Cpath fill='%23f0f9ff' d='M0 24c150-24 300 24 450 0s300-24 450 0 300 24 450 0v24H0z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}
.playas-hero__breadcrumb .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: .45rem .95rem;
  border-radius: 999px;
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.2);
}
.playas-hero__breadcrumb .breadcrumb-item,
.playas-hero__breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,.92);
  font-size: .8125rem;
}
.playas-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: .85rem;
  font-weight: 600;
}
.playas-hero__title {
  font-family: var(--font-display, 'Outfit', system-ui, sans-serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .25);
}

.playas-hero__title-sub {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  opacity: .92;
  margin-top: .35rem;
}
.playas-hero__lead {
  font-size: 1.08rem;
  line-height: 1.65;
  opacity: .95;
  max-width: 620px;
}
.playas-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.playas-stat {
  padding: .65rem 1rem;
  background: rgba(255,255,255,.14);
  border-radius: .75rem;
  backdrop-filter: blur(6px);
  min-width: 88px;
}
.playas-stat__value {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}
.playas-stat__label {
  font-size: .75rem;
  opacity: .88;
}

.playas-map-section {
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}
.playas-map-panel {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 50px rgba(15,23,42,.12);
  border: 1px solid rgba(15,23,42,.06);
  overflow: hidden;
}
.playas-map-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.playas-map-search {
  flex: 1 1 220px;
  min-width: 0;
}
.playas-map-search .form-control {
  border-radius: 999px;
  padding-left: 2.5rem;
  border-color: rgba(15,23,42,.12);
}
.playas-map-search .bi {
  position: absolute;
  left: .95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
}
.playas-region-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .85rem 1.25rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: #f8fafc;
}
.playas-region-btn {
  border: 1px solid rgba(14,165,233,.25);
  background: #fff;
  color: #0369a1;
  border-radius: 999px;
  padding: .35rem .75rem;
  font-size: .78rem;
  font-weight: 600;
  transition: all .15s ease;
}
.playas-region-btn:hover,
.playas-region-btn.is-active {
  background: var(--playas-sea);
  border-color: var(--playas-sea);
  color: #fff;
}
.playas-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  min-height: 520px;
}
@media (max-width: 991.98px) {
  .playas-map-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.playas-map-wrap {
  position: relative;
  min-height: 420px;
}
#playas-map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  z-index: 1;
}
.playas-list-panel {
  border-left: 1px solid rgba(15,23,42,.06);
  display: flex;
  flex-direction: column;
  max-height: 620px;
}
@media (max-width: 991.98px) {
  .playas-list-panel {
    border-left: none;
    border-top: 1px solid rgba(15,23,42,.06);
    max-height: 420px;
  }
}
.playas-list-head {
  padding: .85rem 1rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
  background: #fff;
  font-size: .85rem;
  font-weight: 600;
  color: #475569;
}
.playas-list {
  overflow-y: auto;
  flex: 1;
  padding: .5rem;
}
.playas-card {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  background: #fff;
  border-radius: .85rem;
  padding: .85rem 1rem;
  margin-bottom: .45rem;
  transition: border-color .15s, box-shadow .15s, background .15s;
  cursor: pointer;
}
.playas-card:hover,
.playas-card.is-active {
  border-color: rgba(14,165,233,.35);
  background: #f0f9ff;
  box-shadow: 0 4px 14px rgba(14,165,233,.12);
}
.playas-card__title {
  font-size: .95rem;
  font-weight: 700;
  color: var(--playas-ink);
  margin-bottom: .2rem;
}
.playas-card__meta {
  font-size: .78rem;
  color: #64748b;
  margin-bottom: .35rem;
}
.playas-card__season {
  font-size: .75rem;
  color: #0f766e;
  margin-bottom: .5rem;
}
.playas-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  margin-bottom: .55rem;
}
.playas-tag {
  font-size: .68rem;
  font-weight: 600;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
}
.playas-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.playas-card__actions .btn {
  font-size: .72rem;
  padding: .25rem .55rem;
}
.playas-card__distance {
  font-size: .72rem;
  font-weight: 700;
  color: var(--playas-coral);
  margin-left: auto;
  align-self: center;
}
.playas-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #64748b;
  font-size: .9rem;
}

.playas-leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: .75rem;
  box-shadow: 0 8px 24px rgba(15,23,42,.15);
}
.playas-leaflet-popup .leaflet-popup-content {
  margin: .75rem 1rem;
  line-height: 1.45;
  font-size: .85rem;
}
.playas-popup-title {
  font-weight: 800;
  font-size: .95rem;
  margin-bottom: .25rem;
}
.playas-popup-meta {
  color: #64748b;
  font-size: .78rem;
  margin-bottom: .5rem;
}
.playas-user-marker {
  background: transparent;
  border: none;
}

.playas-guide {
  background: #fff;
}
.playas-guide-card {
  height: 100%;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(15,23,42,.06);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.playas-guide-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 1.25rem;
  margin-bottom: .75rem;
}

.playas-seo .accordion-button:not(.collapsed) {
  background: #f0f9ff;
  color: #0369a1;
}
.playas-cta {
  background: linear-gradient(135deg, #0c4a6e 0%, #0ea5e9 100%);
}

.playas-index-toc .btn {
  border-radius: 999px;
}
.playas-index-card {
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(15,23,42,.08);
  background: #f8fafc;
  height: 100%;
}
.playas-index-card__anchor {
  color: var(--playas-ink);
}
.playas-index-card__anchor:hover {
  color: var(--playas-sea-dark);
}
.playas-index-region:not(:last-child) {
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(15,23,42,.06);
}