.niche-page {
  background: #ffffff;
  color: #475569;
  overflow-x: hidden;
}

/* Shared primary color for all redesigned niche pages. */
.niche-page .bg-primary-500,
.niche-page .bg-primary-600,
.niche-page .bg-primary-700,
.niche-page a.bg-blue-600,
.niche-page button.bg-blue-600,
.niche-page .primary-button,
.niche-page .niche-mobile-cta a {
  background-color: #0284c7 !important;
  border-color: #0284c7 !important;
}

.niche-page .hover\:bg-primary-500:hover,
.niche-page .hover\:bg-primary-600:hover,
.niche-page .hover\:bg-primary-700:hover,
.niche-page .hover\:bg-primary-800:hover,
.niche-page a.hover\:bg-blue-500:hover,
.niche-page a.hover\:bg-blue-600:hover,
.niche-page button.hover\:bg-blue-500:hover,
.niche-page button.hover\:bg-blue-600:hover,
.niche-page .primary-button:hover,
.niche-page .niche-mobile-cta a:hover {
  background-color: #0369a1 !important;
  border-color: #0369a1 !important;
}

.niche-page .text-primary-500,
.niche-page .text-primary-600,
.niche-page .text-primary-700,
.niche-page .ffl-title-accent,
.niche-page .range-booking-accent,
.membership-hero-title span {
  color: #0284c7 !important;
}

.niche-page .border-primary-300,
.niche-page .border-primary-500,
.niche-page .border-primary-600 {
  border-color: #0284c7 !important;
}

/* Range club membership management page */
.membership-page,
.membership-page * {
  letter-spacing: 0;
}

/* Consistent customer portraits across the redesigned niche pages. */
.niche-page .testimonial-avatar,
.niche-page .testimonial-video-link,
.membership-person img {
  flex: 0 0 8rem;
  height: 8rem;
  width: 8rem;
}

.niche-page .testimonial-avatar,
.niche-page .testimonial-video-link {
  border-radius: 50%;
  display: inline-flex;
  position: relative;
}

.niche-page .testimonial-avatar img,
.niche-page .testimonial-video-link img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.15);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.niche-page .testimonial-video span,
.niche-page .testimonial-video-link span {
  align-items: center;
  background: #0284c7;
  border: 4px solid #ffffff;
  border-radius: 50%;
  bottom: auto;
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.38);
  color: #ffffff;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: absolute;
  right: -0.65rem;
  top: -0.65rem;
  width: 3rem;
  z-index: 3;
}

.niche-page .testimonial-video span i,
.niche-page .testimonial-video-link span i {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  margin-left: 0.12rem;
}

.membership-page #overview,
.membership-page #features,
.membership-page #billing,
.membership-page #benefits,
.membership-page #reporting,
.membership-page #testimonials,
.membership-page #demo {
  scroll-margin-top: 6.5rem;
}

.membership-hero {
  background-color: #0f172a;
  background-image: linear-gradient(rgba(51, 65, 85, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(51, 65, 85, 0.35) 1px, transparent 1px);
  background-size: 88px 88px;
  color: #ffffff;
  padding: 6rem 0 5.5rem;
}

.membership-eyebrow {
  align-items: center;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid #334155;
  border-radius: 8px;
  color: #dbeafe;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding: 0.45rem 0.8rem;
}

.membership-eyebrow i {
  color: #22c55e;
  font-size: 0.5rem;
}

.membership-hero-title {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 auto 1.5rem;
  max-width: 62rem;
}

.membership-hero-title span {
  color: #38bdf8;
}

.membership-hero-copy {
  color: #cbd5e1;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 auto 2.25rem;
  max-width: 48rem;
}

.membership-hero-actions,
.membership-cta-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.membership-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 3.25rem;
  padding: 0.85rem 1.5rem;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.membership-button:hover {
  transform: translateY(-2px);
}

.membership-button-primary,
.membership-page .niche-mobile-cta a {
  background: #0284c7;
  border: 1px solid #0284c7;
  color: #ffffff;
}

.membership-button-primary:hover,
.membership-page .niche-mobile-cta a:hover {
  background: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
}

.membership-button-dark {
  background: #1e293b;
  border: 1px solid #475569;
  color: #ffffff;
}

.membership-button-dark:hover {
  background: #334155;
  color: #ffffff;
}

.membership-button-outline {
  background: #ffffff;
  border: 1px solid #0284c7;
  color: #0284c7;
}

.membership-button-outline:hover {
  background: #f0f9ff;
  color: #0369a1;
}

.membership-hero-visual {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 8px;
  margin: 4rem auto 0;
  max-width: 62rem;
  padding: 0.5rem;
  position: relative;
}

.membership-hero-visual > img {
  aspect-ratio: 12 / 5;
  border-radius: 5px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.membership-float-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  bottom: 2.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  color: #0f172a;
  display: flex;
  gap: 0.8rem;
  left: -2.75rem;
  padding: 0.9rem 1.1rem;
  position: absolute;
  text-align: left;
}

.membership-float-card > i {
  align-items: center;
  background: #dcfce7;
  border-radius: 6px;
  color: #16a34a;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.membership-float-card span {
  display: flex;
  flex-direction: column;
}

.membership-float-card small {
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.membership-float-card strong {
  color: #0f172a;
  font-size: 0.9rem;
}

.membership-features,
.membership-testimonials {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 6rem 0;
}

.membership-section-heading {
  margin: 0 auto 3.5rem;
  max-width: 52rem;
  text-align: center;
}

.membership-section-heading h2 {
  color: #0f172a;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.membership-section-heading p {
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.7;
}

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

.membership-summary-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  min-height: 18rem;
  padding: 2rem;
}

.membership-card-icon {
  align-items: center;
  background: #e0f2fe;
  border-radius: 8px;
  color: #0284c7;
  display: flex;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 3rem;
}

.membership-summary-card h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.membership-summary-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
}

.membership-details {
  background: #ffffff;
}

.membership-detail-row {
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 6rem 0;
}

.membership-detail-row:last-child {
  border-bottom: 0;
}

.membership-detail-reverse .membership-detail-media {
  order: 2;
}

.membership-detail-media {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.13);
  overflow: hidden;
}

.membership-detail-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.membership-label {
  background: #f0f9ff;
  border-radius: 6px;
  color: #0369a1 !important;
  display: inline-block;
  font-size: 0.8rem !important;
  font-weight: 700;
  margin-bottom: 1rem !important;
  padding: 0.4rem 0.65rem;
  text-transform: uppercase;
}

.membership-detail-copy h2 {
  color: #0f172a;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.membership-detail-copy > p {
  color: #64748b;
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 1.6rem;
}

.membership-check-list {
  display: grid;
  gap: 1rem;
  margin: 0 0 2rem;
}

.membership-check-list li {
  align-items: flex-start;
  color: #475569;
  display: flex;
  gap: 0.75rem;
  line-height: 1.6;
}

.membership-check-list i {
  color: #10b981;
  margin-top: 0.3rem;
}

.membership-check-list strong {
  color: #1e293b;
}

.membership-testimonials {
  border-top: 1px solid #e2e8f0;
}

.membership-testimonial-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.membership-testimonial-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-bottom: 4px solid #0284c7;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
  min-height: 22rem;
  padding: 2rem;
  position: relative;
}

.membership-testimonial-card > i {
  color: #dbeafe;
  font-size: 3.5rem;
  position: absolute;
  right: 2rem;
  top: 1.75rem;
}

.membership-person {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
  position: relative;
  z-index: 1;
}

.membership-person img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.15);
  display: block;
  height: 8rem;
  object-fit: cover;
  width: 8rem;
}

.membership-person span {
  display: flex;
  flex-direction: column;
}

.membership-person strong {
  color: #0f172a;
  font-size: 1.2rem;
}

.membership-person small {
  color: #0284c7;
  font-size: 0.9rem;
  font-weight: 700;
}

.membership-testimonial-card > p {
  color: #475569;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.membership-cta {
  background: #0284c7;
  color: #ffffff;
  padding: 5.5rem 0;
}

.membership-cta h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.membership-cta p {
  color: #e0f2fe;
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0 auto 2rem;
  max-width: 44rem;
}

.membership-button-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #0369a1;
}

.membership-button-white:hover {
  background: #f0f9ff;
  color: #075985;
}

.membership-button-cta-dark {
  background: #0369a1;
  border: 1px solid #7dd3fc;
  color: #ffffff;
}

.membership-button-cta-dark:hover {
  background: #075985;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .membership-detail-row {
    gap: 3rem;
  }

  .membership-float-card {
    left: 1.5rem;
  }
}

@media (max-width: 767px) {
  .membership-hero {
    padding: 4.5rem 0 4rem;
  }

  .membership-hero-copy {
    font-size: 1.05rem;
  }

  .membership-hero-actions,
  .membership-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .membership-button {
    width: 100%;
  }

  .membership-hero-visual {
    margin-top: 3rem;
  }

  .membership-hero-visual > img {
    aspect-ratio: 4 / 3;
  }

  .membership-float-card {
    bottom: 1.25rem;
    left: 1.25rem;
    padding: 0.65rem 0.8rem;
  }

  .membership-features,
  .membership-testimonials {
    padding: 4.5rem 0;
  }

  .membership-card-grid,
  .membership-testimonial-grid,
  .membership-detail-row {
    grid-template-columns: 1fr;
  }

  .membership-summary-card,
  .membership-testimonial-card {
    min-height: 0;
  }

  .membership-detail-row {
    gap: 2.5rem;
    padding: 4.5rem 0;
  }

  .membership-detail-reverse .membership-detail-media {
    order: 0;
  }

  .membership-detail-copy h2 {
    font-size: 1.85rem;
  }

  .membership-testimonial-card {
    padding: 1.5rem;
  }

  .membership-testimonial-card > i {
    font-size: 2.75rem;
    right: 1.5rem;
    top: 1.5rem;
  }
}

/* Range club booking and scheduling page */
.range-booking-page #features,
.range-booking-page #booking-workflows,
.range-booking-page #lane-booking,
.range-booking-page #memberships,
.range-booking-page #classes,
.range-booking-page #check-in {
  scroll-margin-top: 6.5rem;
}

.range-booking-hero {
  padding-bottom: 6.25rem;
  padding-top: 7rem;
}

.range-booking-accent {
  color: #0284c7;
  display: block;
}

.range-booking-primary,
.range-booking-page .niche-mobile-cta a {
  background: #0284c7 !important;
}

.range-booking-primary:hover,
.range-booking-page .niche-mobile-cta a:hover {
  background: #0369a1 !important;
}

.range-booking-hero-visual {
  padding: 1rem 0.75rem 1.75rem;
  position: relative;
}

.range-booking-window {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.2);
  overflow: hidden;
  transform: rotate(1deg);
  transition: transform 250ms ease;
}

.range-booking-window:hover {
  transform: rotate(0);
}

.range-booking-window-bar {
  align-items: center;
  background: #0f172a;
  color: #7dd3fc;
  display: grid;
  font-size: 0.7rem;
  grid-template-columns: 4.5rem 1fr auto;
  min-height: 3.25rem;
  padding: 0 1rem;
}

.range-booking-window-bar > span:first-child {
  display: flex;
  gap: 0.45rem;
}

.range-booking-window-bar span i {
  background: #ef4444;
  border-radius: 50%;
  display: block;
  height: 0.65rem;
  width: 0.65rem;
}

.range-booking-window-bar span i:nth-child(2) {
  background: #facc15;
}

.range-booking-window-bar span i:nth-child(3) {
  background: #22c55e;
}

.range-booking-window-bar strong {
  color: #cbd5e1;
  font-family: monospace;
  font-size: 0.72rem;
}

.range-booking-window img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.range-booking-float {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  display: flex;
  gap: 0.75rem;
  min-width: 12.25rem;
  padding: 0.85rem 1rem;
  position: absolute;
  z-index: 2;
}

.range-booking-float > i {
  align-items: center;
  background: #dcfce7;
  border-radius: 0.5rem;
  color: #16a34a;
  display: inline-flex;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  justify-content: center;
}

.range-booking-float-right > i {
  background: #e0f2fe;
  color: #0284c7;
}

.range-booking-float strong,
.range-booking-float small {
  display: block;
  line-height: 1.25;
}

.range-booking-float strong {
  color: #0f172a;
  font-size: 0.82rem;
}

.range-booking-float small {
  color: #64748b;
  font-size: 0.7rem;
  margin-top: 0.2rem;
}

.range-booking-float-left {
  bottom: 0;
  left: -1.5rem;
}

.range-booking-float-right {
  right: -1.25rem;
  top: -0.5rem;
}

.booking-summary-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: 1.75rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-summary-card:hover {
  border-color: #7dd3fc;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.booking-summary-card > span,
.booking-detail-icon {
  align-items: center;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 0.5rem;
  color: #0284c7;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.booking-summary-card h3 {
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 800;
  margin: 1.25rem 0 0.75rem;
}

.booking-summary-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}

.booking-summary-card a,
.booking-text-link {
  align-items: center;
  color: #0284c7;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.5rem;
  transition: color 180ms ease, gap 180ms ease;
}

.booking-summary-card a:hover,
.booking-text-link:hover {
  color: #0369a1;
  gap: 0.65rem;
}

.booking-detail-row {
  min-height: 27rem;
}

.booking-feature-image {
  aspect-ratio: 16 / 10;
  background: #9e9e9e29;
  border-radius: 5px;
  display: block;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.booking-feature-image-cover {
  object-fit: cover;
  padding: 0;
}

.booking-text-link {
  margin-top: 0;
  padding-top: 0.5rem;
}

.booking-checkin-band {
  background: #0f172a;
  border-bottom: 1px solid #1e293b;
}

.booking-checkin-card {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 19rem;
  padding: 2rem;
}

.booking-checkin-card > i {
  color: #38bdf8;
  font-size: 2rem;
}

.booking-checkin-card h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.25rem 0 0.75rem;
}

.booking-checkin-card p {
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.7;
}

.booking-checkin-card a {
  align-items: center;
  color: #7dd3fc;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 800;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.5rem;
}

@media (max-width: 1023px) {
  .range-booking-hero {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .range-booking-hero-visual {
    margin: 0 auto;
    max-width: 43rem;
  }

  .booking-detail-row {
    min-height: 0;
  }
}

@media (max-width: 639px) {
  .range-booking-hero {
    padding-bottom: 4rem;
    padding-top: 3.75rem;
  }

  .range-booking-hero-visual {
    padding: 0 0 2rem;
  }

  .range-booking-window-bar {
    grid-template-columns: 3.5rem 1fr;
  }

  .range-booking-window-bar > b {
    display: none;
  }

  .range-booking-float {
    min-width: 0;
    padding: 0.65rem 0.75rem;
  }

  .range-booking-float-left {
    bottom: 0;
    left: 0.5rem;
  }

  .range-booking-float-right {
    right: 0.5rem;
    top: -1.25rem;
  }

  .range-booking-float > i {
    flex-basis: 2rem;
    height: 2rem;
  }

  .range-booking-float strong {
    font-size: 0.72rem;
  }

  .range-booking-float small {
    font-size: 0.62rem;
  }

  .booking-summary-card,
  .booking-checkin-card {
    min-height: 0;
  }
}

/* FFL and ATF compliance page */
.ffl-compliance-page #features,
.ffl-compliance-page #compliance-workflows,
.ffl-compliance-page #electronic-4473-kiosk,
.ffl-compliance-page #electronic-bound-book,
.ffl-compliance-page #pos-integration,
.ffl-compliance-page #ffl-dashboard,
.ffl-compliance-page #purchasing-gunsmithing {
  scroll-margin-top: 6.5rem;
}

.ffl-compliance-hero {
  padding-bottom: 6.5rem;
  padding-top: 7rem;
}

.ffl-title-accent {
  color: #0284c7;
}

.ffl-hero-visual {
  padding: 0 0.75rem 1.5rem;
  position: relative;
}

.ffl-dashboard-window {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  box-shadow: 0 28px 65px rgba(15, 23, 42, 0.2);
  overflow: hidden;
  transform: rotate(-1deg);
  transition: transform 250ms ease;
}

.ffl-dashboard-window:hover {
  transform: rotate(0);
}

.ffl-window-bar {
  align-items: center;
  background: #0f172a;
  color: #93c5fd;
  display: grid;
  font-size: 0.7rem;
  grid-template-columns: 4.5rem 1fr auto;
  min-height: 3.25rem;
  padding: 0 1rem;
}

.ffl-window-bar strong {
  color: #cbd5e1;
  font-family: monospace;
  font-size: 0.72rem;
  font-weight: 600;
}

.ffl-window-dots {
  display: flex;
  gap: 0.45rem;
}

.ffl-window-dots i {
  background: #ef4444;
  border-radius: 50%;
  display: block;
  height: 0.65rem;
  width: 0.65rem;
}

.ffl-window-dots i:nth-child(2) {
  background: #facc15;
}

.ffl-window-dots i:nth-child(3) {
  background: #0284c7;
}

.ffl-dashboard-window img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.ffl-status-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  bottom: 0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  gap: 0.75rem;
  left: -1.5rem;
  padding: 0.9rem 1rem;
  position: absolute;
}

.ffl-status-card strong,
.ffl-status-card b {
  display: block;
  line-height: 1.2;
}

.ffl-status-card strong {
  color: #64748b;
  font-size: 0.68rem;
  letter-spacing: 0;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.ffl-status-card b {
  color: #0f172a;
  font-size: 0.9rem;
}

.ffl-status-icon {
  align-items: center;
  background: #dcfce7;
  border-radius: 0.5rem;
  color: #16a34a;
  display: inline-flex;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
}

.ffl-overview-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 20rem;
  padding: 1.75rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ffl-overview-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.ffl-overview-icon,
.ffl-detail-icon {
  align-items: center;
  background: #dbeafe;
  border-radius: 0.5rem;
  color: #0284c7;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.ffl-overview-card h3 {
  color: #0f172a;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 1.25rem 0 0.75rem;
}

.ffl-overview-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}

.ffl-overview-card a,
.ffl-text-link {
  align-items: center;
  color: #0284c7;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.5rem;
  transition: color 180ms ease, gap 180ms ease;
}

.ffl-overview-card a:hover,
.ffl-text-link:hover {
  color: #0369a1;
  gap: 0.7rem;
}

.ffl-detail-row {
  min-height: 25rem;
}

.ffl-feature-image {
  aspect-ratio: 16 / 10;
  background: #9e9e9e29;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  display: block;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.ffl-benefit {
  background: #eff6ff;
  border-left: 4px solid #0284c7;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.65;
  padding: 1rem 1.15rem;
}

.ffl-benefit strong {
  color: #0284c7;
}

.ffl-text-link {
  margin-top: 0;
  padding-top: 0.5rem;
}

.ffl-solution-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  min-height: 22rem;
  padding: 2rem;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.ffl-solution-card:hover {
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.ffl-solution-card > span {
  align-items: center;
  background: #dbeafe;
  border-radius: 0.5rem;
  color: #0284c7;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.ffl-solution-card h3 {
  color: #0f172a;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 1.25rem 0 0.75rem;
}

.ffl-solution-card p {
  color: #64748b;
  line-height: 1.7;
}

.ffl-solution-card a {
  align-items: center;
  background: #f1f5f9;
  border-radius: 0.5rem;
  color: #0f172a;
  display: inline-flex;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  margin-top: auto;
  padding: 0.8rem 1rem;
}

.ffl-solution-card-dark {
  background: #0f172a;
  border-color: #1e293b;
}

.ffl-solution-card-dark h3 {
  color: #ffffff;
}

.ffl-solution-card-dark p {
  color: #cbd5e1;
}

.ffl-solution-card-dark a {
  background: #0284c7;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .ffl-compliance-hero {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .ffl-hero-visual {
    margin: 0 auto;
    max-width: 43rem;
  }
}

@media (max-width: 639px) {
  .ffl-compliance-hero {
    padding-bottom: 4rem;
    padding-top: 3.75rem;
  }

  .ffl-hero-visual {
    padding: 0 0 1.5rem;
  }

  .ffl-window-bar {
    grid-template-columns: 3.5rem 1fr;
  }

  .ffl-window-bar > span:last-child {
    display: none;
  }

  .ffl-status-card {
    bottom: -0.25rem;
    left: 0.75rem;
    padding: 0.65rem 0.75rem;
  }

  .ffl-status-icon {
    flex-basis: 2.25rem;
    height: 2.25rem;
  }

  .ffl-overview-card,
  .ffl-solution-card {
    min-height: 0;
  }

  .ffl-detail-row {
    min-height: 0;
  }
}

#overview,
#pillars,
#features,
#transaction-flow,
#roi-calculator,
#features-deep-dive,
#pos-feature,
#range-feature,
#crm-feature,
#marketing-feature,
#solutions,
#testimonials,
#demo,
#faq {
  scroll-margin-top: 6.5rem;
}

.niche-header-link {
  font-size: 14px;
  font-weight: 400;
}

.niche-page #pillars .feature-card,
.niche-page .niche-platform-cards .feature-card {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.niche-page #pillars .feature-card .feature-icon,
.niche-page .niche-platform-cards .feature-icon {
  margin-left: auto;
  margin-right: auto;
}

.niche-page #pillars .feature-card-meta,
.niche-page .niche-platform-cards .feature-card-meta {
  justify-content: center;
}

.niche-page #pillars .feature-card-action,
.niche-page .niche-platform-cards .feature-card-action {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 1.15rem;
}

.niche-page #pillars .feature-card-action a,
.niche-page .niche-platform-cards .feature-card-action a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  border-radius: 0.65rem;
  color: #0284c7;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.4rem;
  line-height: 1;
  padding: 0.6rem 0.75rem;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.niche-page #pillars .feature-card-action a:hover,
.niche-page .niche-platform-cards .feature-card-action a:hover {
  background: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  transform: translateY(-1px);
}

.gun-store-feature-cards .feature-card {
  min-height: 18rem;
  text-align: left;
}

.gun-store-feature-cards .feature-icon {
  margin-left: 0;
  margin-right: 0;
}

.gun-store-card-link {
  align-items: center;
  color: #0284c7;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.35rem;
  margin-top: 1.6rem;
  transition: color 180ms ease, gap 180ms ease;
}

.gun-store-card-link:hover {
  color: #0369a1;
  gap: 0.55rem;
}

.gun-store-pos-nav .nav-cta,
.gun-store-pos-nav .mobile-menu-cta-card,
.gun-store-pos-page .primary-button,
.gun-store-pos-page .niche-feature-row a.bg-primary-600,
.gun-store-pos-page .cta-section a.bg-primary-700,
.gun-store-pos-page .niche-mobile-cta a {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
}

.gun-store-pos-nav .nav-cta:hover,
.gun-store-pos-nav .mobile-menu-cta-card:hover,
.gun-store-pos-page .primary-button:hover,
.gun-store-pos-page .niche-feature-row a.bg-primary-600:hover,
.gun-store-pos-page .cta-section a.bg-primary-700:hover,
.gun-store-pos-page .niche-mobile-cta a:hover {
  background: #0369a1 !important;
  border-color: #0369a1 !important;
}

.gun-store-pos-page .gun-store-pos-hero {
  background:
    radial-gradient(circle at top right, rgba(2, 132, 199, 0.24), transparent 32%),
    radial-gradient(circle at bottom left, rgba(8, 145, 178, 0.2), transparent 34%),
    #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.95);
  color: #ffffff;
  overflow: hidden;
  padding: 9.25rem 0 4.5rem;
}

.gun-store-pos-page .gun-store-pos-hero::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  opacity: 0.55;
}

.gun-store-pos-page .gun-store-pos-hero::after {
  display: none;
}

.gun-store-pos-page .gun-store-pos-hero .niche-eyebrow {
  background: rgba(30, 41, 59, 0.72);
  border-color: rgba(71, 85, 105, 0.95);
  color: #e0f2fe;
}

.gun-store-pos-page .gun-store-pos-hero .niche-hero-title {
  color: #ffffff;
  max-width: 62rem;
}

.gun-store-pos-page .gun-store-pos-hero .niche-hero-copy {
  color: #cbd5e1;
  max-width: 45rem;
}

.gun-store-pos-page .gun-store-pos-hero .secondary-button {
  background: rgba(30, 41, 59, 0.86);
  border-color: rgba(71, 85, 105, 0.95);
  color: #ffffff;
}

.gun-store-pos-page .gun-store-pos-hero .secondary-button:hover {
  background: #1e293b;
  color: #ffffff;
}

.gun-store-hero-media {
  margin: 3.75rem auto 0;
  max-width: 62rem;
  position: relative;
}

.gun-store-hero-media::before {
  background: linear-gradient(90deg, rgba(2, 132, 199, 0.95), rgba(20, 184, 166, 0.95), rgba(234, 179, 8, 0.95));
  border-radius: 1.15rem;
  content: "";
  inset: -1px;
  position: absolute;
  z-index: 0;
}

.gun-store-hero-image {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 1rem;
  box-shadow: 0 34px 90px rgba(2, 8, 23, 0.42);
  display: block;
  max-height: 28rem;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gun-store-floating-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 0.75rem;
  box-shadow: 0 20px 46px rgba(2, 8, 23, 0.28);
  color: #0f172a;
  display: flex;
  gap: 0.85rem;
  min-width: 12.5rem;
  padding: 1rem 1.15rem;
  position: absolute;
  text-align: left;
  z-index: 3;
}

.gun-store-floating-card-left {
  left: -3.75rem;
  top: 22%;
}

.gun-store-floating-card-right {
  bottom: 22%;
  right: -4.5rem;
}

.gun-store-floating-card strong,
.gun-store-floating-card b {
  display: block;
  line-height: 1.1;
}

.gun-store-floating-card strong {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.gun-store-floating-card b {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.gun-store-floating-icon {
  align-items: center;
  border-radius: 0.6rem;
  display: inline-flex;
  flex: 0 0 3rem;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.gun-store-floating-icon.compliance {
  background: #dcfce7;
  color: #16a34a;
}

.gun-store-floating-icon.booking {
  background: #e0f2fe;
  color: #0284c7;
}

.gun-store-floating-icon i {
  font-size: 1.25rem;
}

.niche-hero {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 43%, rgba(239, 248, 255, 0.96) 43%, rgba(232, 246, 255, 0.94) 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  isolation: isolate;
  padding: 8.5rem 0 5rem;
  position: relative;
}

.niche-hero::before {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0 18%, transparent 18% 100%),
    repeating-linear-gradient(90deg, rgba(14, 165, 233, 0.08) 0 1px, transparent 1px 72px);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.niche-hero::after {
  background: linear-gradient(160deg, rgba(14, 165, 233, 0.17), rgba(16, 185, 129, 0.09));
  clip-path: polygon(58% 0, 100% 0, 100% 82%, 76% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.niche-section-grid::before {
  background-image:
    linear-gradient(rgba(14, 165, 233, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 165, 233, 0.08) 1px, transparent 1px);
  background-size: 6rem 6rem;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.niche-hero-inner,
.niche-section-inner {
  position: relative;
  z-index: 1;
}

.niche-eyebrow {
  align-items: center;
  background: rgba(219, 234, 254, 0.72);
  border: 1px solid rgba(147, 197, 253, 0.75);
  border-radius: 999px;
  color: #0284c7;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.12em;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
}

.niche-hero-title {
  color: #0f172a;
  font-size: clamp(2.45rem, 4.25vw, 4.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  max-width: 48rem;
}

.niche-title-accent {
  background: none;
  color: #0f172a;
  display: inline;
}

.niche-hero-copy {
  color: #475569;
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.7;
  max-width: 47rem;
}

.niche-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.niche-tag {
  background: #ffffff;
  border: 1px solid rgba(191, 219, 254, 0.9);
  border-radius: 0.65rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
}

.niche-dashboard-card,
.niche-card,
.niche-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.1);
}

.niche-dashboard-card {
  border-radius: 1.25rem;
  overflow: hidden;
}

.niche-window-bar {
  align-items: center;
  background: #0f172a;
  color: #94a3b8;
  display: flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.73rem;
  gap: 0.45rem;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}

.niche-window-dot {
  border-radius: 999px;
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
}

.niche-tab {
  border-bottom: 2px solid transparent;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0 0.65rem 0.55rem;
}

.niche-tab.is-active {
  border-color: #0284c7;
  color: #0284c7;
}

.niche-section {
  padding: 5rem 0;
}

.niche-section-grid {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: relative;
}

.niche-card {
  border-radius: 1rem;
  padding: 1.4rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.niche-card:hover {
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: 0 28px 58px rgba(37, 99, 235, 0.13);
  transform: translateY(-3px);
}

.niche-card img {
  border-radius: 0.8rem;
  height: 9rem;
  object-fit: cover;
  width: 100%;
}

.niche-feature-row {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  padding-bottom: 5rem;
}

.niche-feature-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.niche-feature-img {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
  display: block;
  height: auto;
  width: 100%;
}

.gun-store-pos-page .niche-feature-img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.niche-check-list {
  display: grid;
  gap: 0.9rem;
}

.niche-check-list li {
  align-items: flex-start;
  color: #475569;
  display: flex;
  gap: 0.75rem;
  line-height: 1.6;
}

.niche-check-list i {
  color: #10b981;
  margin-top: 0.32rem;
}

.niche-dark-band {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #111827 52%, #0f2f3f 100%);
  overflow: hidden;
  position: relative;
}

.niche-dark-band::before {
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.niche-dark-band > div {
  position: relative;
  z-index: 1;
}

.niche-dark-card {
  background: rgba(30, 41, 59, 0.88);
  border: 1px solid rgba(71, 85, 105, 0.9);
  border-radius: 1rem;
  padding: 2rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.niche-dark-card:hover {
  border-color: rgba(96, 165, 250, 0.72);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.26);
  transform: translateY(-3px);
}

.niche-dark-icon {
  align-items: center;
  background: rgba(37, 99, 235, 0.16);
  border-radius: 0.85rem;
  color: #60a5fa;
  display: inline-flex;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 3rem;
}

.niche-dark-card h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 0.9rem;
}

.niche-dark-card p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

.niche-dark-card a {
  align-items: center;
  color: #93c5fd;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.45rem;
}

.cta-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #0284c7 0%, #0e7490 100%);
  background-size: 5rem 5rem, 5rem 5rem, auto;
  position: relative;
}

.niche-icon {
  align-items: center;
  border-radius: 0.85rem;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.niche-step-btn {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  color: #cbd5e1;
  font-size: 0.8rem;
  font-weight: 900;
  min-height: 3.2rem;
  padding: 0.68rem 0.85rem;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.niche-step-btn.is-active {
  background: #0284c7;
  border-color: #60a5fa;
  color: #ffffff;
}

.niche-sim-panel.is-success {
  background:
    radial-gradient(circle at top left, rgba(16, 185, 129, 0.24), transparent 34%),
    linear-gradient(135deg, #064e3b 0%, #0f766e 46%, #0284c7 100%);
  border-color: rgba(110, 231, 183, 0.65);
  box-shadow: 0 28px 70px rgba(16, 185, 129, 0.22);
}

.niche-sim-panel.is-success #sim-step-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #d1fae5;
  display: inline-flex;
  padding: 0.42rem 0.7rem;
}

.niche-sim-panel.is-success #sim-step-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.niche-sim-panel.is-success #sim-step-status {
  color: #d1fae5;
  font-weight: 900;
}

.niche-faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  overflow: hidden;
}

.niche-faq-item button {
  align-items: center;
  color: #0f172a;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

.niche-faq-answer {
  background: #ffffff;
  border-top: 1px solid rgba(226, 232, 240, 0.75);
  color: #475569;
  display: none;
  line-height: 1.7;
  padding: 1rem;
}

.niche-faq-item.is-open .niche-faq-answer {
  display: block;
}

.niche-mobile-cta {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  bottom: 0;
  box-shadow: 0 -10px 28px rgba(15, 23, 42, 0.12);
  display: none;
  left: 0;
  padding: 0.9rem;
  position: fixed;
  right: 0;
  z-index: 45;
}

.niche-smart-footer {
  align-items: center;
  background: #222222;
  color: #cbd5e1;
  display: flex;
  min-height: 4.05rem;
  padding: 0.65rem 1rem;
}

.niche-smart-footer-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 72rem;
  width: 100%;
}

.niche-smart-footer p {
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
}

.niche-smart-footer a {
  color: #38bdf8;
}

.niche-smart-socials {
  align-items: center;
  display: flex;
  gap: 1.15rem;
}

.niche-smart-socials a {
  color: #94a3b8;
  transition: color 180ms ease, transform 180ms ease;
}

.niche-smart-socials a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.chart-container {
  height: 320px;
  max-height: 380px;
  position: relative;
  width: 100%;
}

@media (max-width: 1023px) {
  .niche-hero {
    padding-top: 7.5rem;
  }

  .gun-store-pos-page .gun-store-pos-hero {
    padding: 7.5rem 0 4rem;
  }

  .gun-store-floating-card-left {
    left: 1rem;
  }

  .gun-store-floating-card-right {
    right: 1rem;
  }
}

@media (max-width: 767px) {
  .niche-page {
    padding-bottom: 4.8rem;
  }

  .niche-hero {
    background: linear-gradient(180deg, #ffffff 0%, #eef7ff 100%);
    padding: 6.6rem 0 3.25rem;
  }

  .gun-store-pos-page .gun-store-pos-hero {
    background:
      radial-gradient(circle at top right, rgba(2, 132, 199, 0.22), transparent 36%),
      #0f172a;
    padding: 6.8rem 0 3.2rem;
  }

  .niche-hero::after,
  .niche-section-grid::before {
    display: none;
  }

  .niche-hero-title {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .gun-store-hero-media {
    margin-top: 2.25rem;
  }

  .gun-store-hero-image {
    border-radius: 0.85rem;
    max-height: 18rem;
  }

  .gun-store-floating-card {
    gap: 0.55rem;
    min-width: auto;
    padding: 0.7rem 0.75rem;
  }

  .gun-store-floating-card-left {
    left: 0.75rem;
    top: 0.75rem;
  }

  .gun-store-floating-card-right {
    bottom: 0.75rem;
    right: 0.75rem;
  }

  .gun-store-floating-icon {
    border-radius: 0.5rem;
    flex-basis: 2.35rem;
    height: 2.35rem;
    width: 2.35rem;
  }

  .gun-store-floating-icon i {
    font-size: 0.95rem;
  }

  .gun-store-floating-card strong {
    font-size: 0.62rem;
  }

  .gun-store-floating-card b {
    font-size: 0.82rem;
  }

  .niche-section {
    padding: 3.5rem 0;
  }

  .niche-card {
    padding: 1rem;
  }

  .niche-card img {
    height: 7.5rem;
  }

  .niche-mobile-cta {
    display: block;
  }

  .niche-smart-footer-inner {
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    text-align: center;
  }
}
