/* Location Page – SociallyInfused-style layout (Beyond Limits Marketing) */
/* Uses main/primary color (#fbb040) – no red overrides */

.bl-location {
  --bl-primary: #fbb040;
  --bl-primary-dark: #e89a30;
}

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

/* Hero – main primary color */
.bl-location-hero {
  position: relative;
  min-height: 480px;
  padding: 120px 20px 100px;
  background: linear-gradient(135deg, var(--bl-primary) 0%, var(--bl-primary-dark) 50%, #c67a20 100%);
  background-size: cover;
  background-position: 75% 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

.bl-location-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

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

.bl-location-hero-title {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.bl-location-hero-breadcrumb {
  text-align: center;
  color: #fff !important;
}

.bl-location-hero-breadcrumb .breadcrumb {
  justify-content: center;
}

.bl-location-hero-breadcrumb .breadcrumb-item,
.bl-location-hero-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.bl-location-hero-breadcrumb .breadcrumb-item a:hover {
  color: #fff !important;
}

.bl-location-hero-breadcrumb .breadcrumb-item.active {
  color: #fff !important;
}

.bl-location-hero-sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.bl-location-hero-sub-highlight {
  background-color: #fff;
  color: var(--bl-primary);
  padding: 2px 8px;
}

.bl-location-hero-desc {
  font-size: 1rem;
  max-width: 600px;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.bl-location-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Buttons – main primary color */
.bl-btn-primary {
  display: inline-block;
  background: var(--bl-primary);
  color: #1e1e1e !important;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

.bl-btn-primary:hover {
  background: var(--bl-primary-dark);
  color: #1e1e1e !important;
  filter: brightness(1.05);
}

.bl-btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid #fff;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.bl-btn-outline:hover {
  background: #fff;
  color: #1e1e1e !important;
}

/* Trust badges row (desktop) */
.bl-trust-badges {
  padding: 20px 0;
  background: #fff;
}

.dark .bl-trust-badges {
  background: #0a0a0a;
}

.bl-trust-badges-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.bl-trust-badges-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.bl-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  min-width: 120px;
  min-height: 60px;
  transition: opacity 0.2s;
}

.bl-trust-badge:hover {
  opacity: 0.8;
}

.bl-trust-badge img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

/* Trust badges mobile slider */
.bl-trust-badges-mobile .bl-trust-badges-title {
  margin-bottom: 1rem;
}

.bl-trust-badges-mobile {
  padding: 30px 0;
  overflow: hidden;
}

.bl-trust-badges-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.bl-trust-badge-slide {
  flex-shrink: 0;
  scroll-snap-align: center;
  padding: 10px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl-trust-badge-slide img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}

/* Visibility helpers */
.hide-for-small {
  display: block;
}

.show-for-small {
  display: none;
}

@media (max-width: 549px) {
  .hide-for-small {
    display: none !important;
  }
  .show-for-small {
    display: block !important;
  }
}

/* Fortune section – main primary color */
.bl-fortune-section {
  padding: 80px 0;
  background: var(--bl-primary);
  color: #1e1e1e;
}

.bl-fortune-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bl-fortune-section .bl-highlight {
  background: #fff;
  color: var(--bl-primary);
  padding: 2px 8px;
}

.bl-fortune-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.bl-fortune-section .bl-section-row {
  grid-template-columns: 1fr 1fr;
}

.bl-fortune-section .bl-section-body p {
  max-width: 100%;
}

.bl-fortune-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  text-decoration: none !important;
}

.bl-fortune-cta-btn .bl-fortune-cta-text {
  text-decoration: underline;
}

.bl-fortune-cta-btn .unicon-email {
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 768px) {
  .bl-fortune-section p {
    max-width: 100%;
  }
  .bl-fortune-section {
    padding: 60px 0;
  }
}

/* Sections */
.bl-section {
  padding: 80px 0;
}

.bl-light-bg {
  background: #f8f9fb;
}

.dark .bl-light-bg {
  background: rgba(255, 255, 255, 0.03);
}

.bl-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.bl-section h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.bl-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}

/* Grid & cards */
.bl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 2rem;
}

.bl-card {
  background: #fff;
  padding: 28px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}

.dark .bl-card {
  background: rgba(255, 255, 255, 0.05);
}

.bl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bl-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.bl-card p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.bl-card a {
  color: var(--bl-primary);
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

.bl-card a:hover {
  text-decoration: underline;
}

/* Nearby list */
.bl-nearby-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.bl-nearby-list a {
  color: var(--bl-primary);
  font-weight: 600;
  text-decoration: none;
}

.bl-nearby-list a:hover {
  text-decoration: underline;
}

/* CTA section */
.bl-cta {
  background: #0a0a0a;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}

.dark .bl-cta {
  background: #111;
}

.bl-cta h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.bl-cta p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.8);
}

.bl-cta-serving {
  margin-top: 2rem !important;
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Dynamic sections: image + text / text + image */
.bl-section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.bl-section-image-text .bl-section-image { order: 1; }
.bl-section-image-text .bl-section-body { order: 2; }
.bl-section-text-image .bl-section-body { order: 1; }
.bl-section-text-image .bl-section-image { order: 2; }

.bl-section-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.bl-section-image-only img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .bl-section-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .bl-section-image-text .bl-section-image,
  .bl-section-image-text .bl-section-body,
  .bl-section-text-image .bl-section-body,
  .bl-section-text-image .bl-section-image {
    order: unset;
  }
}

/* DB content – headings larger than paragraphs */
.bl-db-content {
  line-height: 1.7;
}

.bl-db-content h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

.bl-db-content h3 {
  margin-top: 1.25em;
  margin-bottom: 0.4em;
  font-size: 1.8rem;
}

.bl-db-content p {
  font-size: 1rem;
  margin-bottom: 1em;
}

.bl-db-content a {
  color: var(--bl-primary);
  font-weight: 600;
  text-decoration: none;
}

.bl-db-content a:hover {
  text-decoration: underline;
}

/* FAQ */
.bl-faq-item {
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.dark .bl-faq-item {
  border-color: rgba(255, 255, 255, 0.1);
}

.bl-faq-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  background: #f8f9fb;
}

.dark .bl-faq-item summary {
  background: rgba(255, 255, 255, 0.05);
}

.bl-faq-item[open] summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark .bl-faq-item[open] summary {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.bl-faq-item p {
  padding: 16px 20px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .bl-location-hero {
    min-height: 400px;
    padding: 80px 20px 60px;
  }

  .bl-location-hero-title {
    font-size: 1.25rem;
  }

  .bl-location-hero-sub {
    font-size: 1rem;
  }

  .bl-location-hero-desc {
    font-size: 0.9375rem;
  }

  .bl-location-hero-ctas {
    flex-direction: column;
  }

  .bl-section {
    padding: 60px 0;
  }

  .bl-container {
    padding: 0 16px;
  }
}
