:root {
  --cc-primary: #7b2b8c;
  --cc-primary-dark: #28102c;
  --cc-accent: #7a39b6;
  --cc-highlight: #b787e6;
  --cc-bg: #f7f2fb;
  --cc-text: #21152e;
  --cc-muted: #6f6480;
  --cc-success: #10b981;
  --cc-warning: #f59e0b;
  --cc-danger: #ef4444;
  --cc-border: #e8ddf2;
  --cc-card-shadow: 0 12px 30px rgba(65, 32, 95, 0.10);
  --cc-linear-gradient: linear-gradient(135deg, rgba(41, 16, 54, 0.98), rgba(123, 43, 140, 0.92));
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--cc-text);
  background: #fff;
}

a {
  color: var(--cc-primary);
}

a:hover {
  color: var(--cc-accent);
}

.bg-soft {
  background: var(--cc-bg);
}

.text-muted-custom {
  color: var(--cc-muted) !important;
}

.btn-primary-custom {
  background: var(--cc-accent);
  border-color: var(--cc-accent);
  color: #fff;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background: var(--cc-primary-dark);
  border-color: var(--cc-primary-dark);
  color: #fff;
}

.btn-outline-custom {
  border: 1px solid var(--cc-primary);
  color: var(--cc-primary);
}

.btn-outline-custom:hover {
  background: var(--cc-primary);
  color: #fff;
}

.topbar {
  background: var(--cc-primary-dark);
  color: #fff;
  font-size: 0.9rem;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.search-hero {
  background: var(--cc-linear-gradient);
  color: #fff;
  padding: 5rem 0 4rem;
}

.search-card,
.cc-card,
.filter-card,
.dashboard-card,
.pricing-card,
.message-card,
.form-card {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 18px;
  box-shadow: var(--cc-card-shadow);
}

.section-heading {
  margin-bottom: 1.5rem;
}

.category-tile {
  display: block;
  border: 1px solid var(--cc-border);
  border-radius: 18px;
  padding: 1.5rem;
  background: #fff;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.category-tile h3 {
  margin-bottom: 0.5rem;
}

.category-tile p {
  margin-bottom: 0;
}

.category-tile:hover {
  border-color: rgba(122, 57, 182, 0.28);
}

.category-tile:hover,
.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cc-card-shadow);
}

.category-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(122, 57, 182, 0.10);
  color: var(--cc-accent);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.listing-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--cc-border);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-image,
.gallery-main {
  background: linear-gradient(135deg, #dbeafe, #e5e7eb);
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-primary);
  font-weight: 600;
}

.gallery-thumb {
  border: 1px solid var(--cc-border);
  border-radius: 12px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  color: var(--cc-muted);
  font-size: 0.9rem;
}

.price-tag {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cc-primary);
}

.badge-soft-primary {
  background: rgba(91, 42, 134, 0.10);
  color: var(--cc-primary);
}

.badge-soft-accent {
  background: #ffffff;
  color: var(--cc-accent);
}

.badge-soft-success {
  background: rgba(16, 185, 129, 0.12);
  color: var(--cc-success);
}

.badge-soft-warning {
  background: rgba(245, 158, 11, 0.15);
  color: #9a6700;
}

.info-strip {
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  background: #f9fafb;
}

.stat-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--cc-border);
  padding: 1rem;
  height: 100%;
}

.pricing-card {
  padding: 2rem;
  height: 100%;
  position: relative;
}

.pricing-card.featured-plan {
  border: 2px solid var(--cc-accent);
}

.price-large {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--cc-primary);
}

.footer {
  background: var(--cc-linear-gradient);
  color: rgba(255,255,255,0.85);
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.sticky-mobile-cta {
  position: sticky;
  bottom: 0;
  z-index: 1030;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--cc-border);
}

.dashboard-sidebar .nav-link {
  color: var(--cc-text);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 0.35rem;
}

.dashboard-sidebar .nav-link.active,
.dashboard-sidebar .nav-link:hover {
  background: rgba(122, 57, 182, 0.10);
  color: var(--cc-accent);
}

.table > :not(caption) > * > * {
  padding: 1rem 0.85rem;
}

.form-step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(91, 42, 134, 0.10);
  color: var(--cc-primary);
  font-weight: 700;
}

.placeholder-chart {
  min-height: 220px;
  border-radius: 16px;
  border: 1px dashed var(--cc-border);
  background: repeating-linear-gradient(
    90deg,
    #f9fafb,
    #f9fafb 80px,
    #eef2f7 80px,
    #eef2f7 160px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cc-muted);
}

@media (max-width: 991.98px) {
  .search-hero {
    padding: 4rem 0 3rem;
  }

  .listing-image,
  .gallery-main {
    min-height: 200px;
  }
}


.navbar {
  box-shadow: 0 8px 24px rgba(65, 32, 95, 0.06);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.navbar-brand img {
  height: 80px;
  width: auto;
  display: block;
}


.navbar .nav-link {
  color: var(--cc-text);
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.show {
  color: var(--cc-accent);
}

.dropdown-menu {
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  padding: 0.65rem;
  box-shadow: 0 18px 36px rgba(65, 32, 95, 0.12);
}

.dropdown-item {
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(122, 57, 182, 0.10);
  color: var(--cc-accent);
}

.dropdown-header {
  color: var(--cc-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-control:focus,
.form-select:focus,
.btn:focus,
.btn-close:focus {
  border-color: var(--cc-highlight);
  box-shadow: 0 0 0 0.25rem rgba(122, 57, 182, 0.18);
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    height: 44px;
  }

  .navbar-brand-kicker {
    font-size: 0.64rem;
  }
}

.listing-scroll-wrap { position: relative; padding: 0 48px; }
    .listing-scroll-track {
      display: flex;
      gap: 1rem;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      padding-bottom: 0.5rem;
      scrollbar-width: none;
    }
    .listing-scroll-track::-webkit-scrollbar { display: none; }
    .listing-scroll-card {
      flex: 0 0 auto;
      width: 240px;
      scroll-snap-align: start;
    }
    @media (min-width: 576px) {
      .listing-scroll-card { width: 260px; }
    }
    .listing-scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 999px;
      border: 0;
      background: var(--cc-primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 20px rgba(65, 32, 95, 0.28);
      z-index: 2;
    }
    .listing-scroll-btn:hover { background: var(--cc-primary-dark); }

    .listing-scroll-prev { left: -8px; }
    .listing-scroll-next { right: -8px; }
    @media (min-width: 768px) {
      .listing-scroll-prev { left: -48px; }
      .listing-scroll-next { right: -48px; }
    }


.gallery-marquee {
  overflow: hidden;
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbf8fe);
  padding: 0.85rem 0;
}

.gallery-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: ccMarquee 24s linear infinite;
  padding: 0 1rem;
}

.gallery-marquee:hover .gallery-marquee-track {
  animation-play-state: paused;
}

.gallery-thumb-wide {
  min-width: 180px;
  min-height: 110px;
  padding: 1rem;
  flex: 0 0 auto;
  background: linear-gradient(135deg, rgba(183, 135, 230, 0.18), rgba(122, 57, 182, 0.08));
  color: var(--cc-primary);
  font-weight: 600;
}

@keyframes ccMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@media (max-width: 991.98px) {
  .listing-detail-sticky {
    position: static !important;
    top: auto !important;
  }

  .gallery-main {
    min-height: 200px;
  }
}


.gallery-slider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.gallery-slider-track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1 1 auto;
  padding: 0.25rem 0;
}

.gallery-slider-track::-webkit-scrollbar {
  display: none;
}

.gallery-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--cc-border);
  background: #fff;
  color: var(--cc-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 8px 20px rgba(65, 32, 95, 0.08);
}

.gallery-nav:hover,
.gallery-nav:focus {
  background: var(--cc-primary);
  border-color: var(--cc-primary);
  color: #fff;
}

.gallery-thumb {
  cursor: pointer;
  padding: 0.75rem 1rem;
  min-width: 150px;
  flex: 0 0 auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb:focus {
  border-color: var(--cc-accent);
  box-shadow: 0 8px 18px rgba(122, 57, 182, 0.14);
  transform: translateY(-1px);
  background: #fff;
  color: var(--cc-primary);
}

.gallery-thumb.is-active {
  border-color: var(--cc-accent);
  background: rgba(122, 57, 182, 0.08);
  color: var(--cc-primary-dark);
  box-shadow: 0 10px 24px rgba(122, 57, 182, 0.14);
}

@media (max-width: 575.98px) {
  .gallery-slider {
    gap: 0.5rem;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
  }

  .gallery-thumb {
    min-width: 132px;
    min-height: 76px;
    font-size: 0.85rem;
  }
}


.navbar {
  --bs-navbar-padding-y: 0.4rem;
}

.nav-link {
  font-weight: 600;
}

.dropdown-menu {
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  box-shadow: var(--cc-card-shadow);
  padding: 0.65rem;
}

.dropdown-item {
  border-radius: 10px;
  padding: 0.55rem 0.8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(122, 57, 182, 0.10);
  color: var(--cc-accent);
}

.page-hero {
  background: var(--cc-linear-gradient);
  color: #fff;
  padding: 4rem 0 3rem;
}

.page-hero .lead,
.page-hero p {
  color: rgba(255,255,255,0.92);
}

.breadcrumb-custom {
  --bs-breadcrumb-divider-color: rgba(255,255,255,0.7);
  --bs-breadcrumb-item-active-color: rgba(255,255,255,0.9);
}

.breadcrumb-custom a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}

.seo-copy {
  line-height: 1.75;
}

.brand-search-box {
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: var(--cc-card-shadow);
}

.alpha-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(122, 57, 182, 0.1);
  color: var(--cc-accent);
  text-decoration: none;
  font-weight: 700;
}

.alpha-chip:hover {
  background: var(--cc-accent);
  color: #fff;
}

.list-link-card {
  display: block;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--cc-border);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.list-link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--cc-card-shadow);
}

.brand-rich-content h1,
.brand-rich-content h2,
.brand-rich-content h3,
.brand-rich-content h4,
.brand-rich-content h5,
.brand-rich-content h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
}

.brand-rich-content > :first-child {
  margin-top: 0;
}


.cc-btn-black {
  background: #14171f;
  border-color: #14171f;
  color: #fff;
}
.cc-btn-black:hover,
.cc-btn-black:focus {
  background: #000;
  border-color: #000;
  color: #fff;
}
.cc-btn-purple {
  background: var(--cc-purple, #6f2b8c);
  border-color: var(--cc-purple, #6f2b8c);
  color: #fff;
}
.cc-btn-purple:hover,
.cc-btn-purple:focus {
  background: var(--cc-purple-dark, #54216a);
  border-color: var(--cc-purple-dark, #54216a);
  color: #fff;
}
.cc-chevron { transition: transform .2s ease; }
/* Bootstrap adds .collapsed to the trigger button when its target is hidden,
   and removes it once the target is shown — no extra JS needed. */
button[data-bs-toggle="collapse"]:not(.collapsed) .cc-chevron {
  transform: rotate(180deg);
}



 .site-footer {
    position: relative;
    background: var(--cc-linear-gradient);
    color: rgba(255, 255, 255, 0.72);
    overflow: hidden;
  }

  .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: 22px 22px;
    opacity: 0.5;
    pointer-events: none;
  }

  .site-footer .container {
    position: relative;
    z-index: 1;
  }

  .footer-cta-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 1.75rem;
    backdrop-filter: blur(6px);
  }

  .footer-cta-card h3 {
    color: #fff;
  }

  .footer-brand-mark {
    height: 100px;
    width: auto;
    display: block;
    margin-bottom: 1.1rem;
  }

  .footer-tagline {
    line-height: 1.6;
  }

  .footer-eyebrow {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.15s ease, transform 0.15s ease;
    display: inline-block;
  }

  .footer-links a:hover {
    color: #fff;
    transform: translateX(3px);
  }

  .footer-social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.4rem;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }

  .footer-social a:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin: 3rem 0 1.5rem;
  }

  .footer-bottom {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-bottom a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }

  .footer-bottom a:hover {
    color: #fff;
  }

  @media (max-width: 991.98px) {
    .footer-cta-card {
      margin-top: 0.5rem;
    }
  }

  .footer-disclaimer {
    width: 100%;
  }

  .footer-disclaimer .footer-eyebrow {
    margin-bottom: 0.85rem;
  }

  .footer-disclaimer-text {
    font-size: 0.82rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
    width: 100%;
    columns: 2;
    column-gap: 3rem;
  }

  .footer-disclaimer-text p {
    margin-bottom: 0.85rem;
    break-inside: avoid;
  }

  .footer-disclaimer-text p:last-child {
    margin-bottom: 0;
  }

  .footer-disclaimer-text a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
  }

  .footer-disclaimer-text a:hover {
    color: #fff;
  }

  .footer-divider-tight {
    margin: 1.75rem 0 1.5rem;
  }

  @media (max-width: 767.98px) {
    .footer-disclaimer-text {
      columns: 1;
    }
  }

  .footer-banner-strip {
    text-align: center;
    padding: 0.25rem 0 1.5rem;
  }

  .footer-banner-strip .footer-eyebrow {
    margin-bottom: 0.85rem;
  }

  .footer-banner-link {
    display: inline-block;
    padding: 0.7rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    backdrop-filter: blur(6px);
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
  }

  .footer-banner-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
  }

  .footer-banner-img {
    max-width: 100%;
    height: auto;
    max-height: 90px;
    display: block;
    border-radius: 9px;
  }

  @media (max-width: 575.98px) {
    .footer-banner-img {
      max-height: 70px;
    }
  }