/* Why List Your Business? — listing landing (distinct from advertise page) */

.wlb-page {
  --wlb-navy: var(--bharat-chakra);
  --wlb-navy-deep: var(--bharat-chakra-deep);
  --wlb-orange: var(--bharat-primary);
  --wlb-orange-soft: var(--bharat-primary-light);
}

/* —— Hero —— */
.wlb-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.wlb-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 2.75rem 0 3rem;
}

@media (min-width: 1024px) {
  .wlb-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
    padding: 3.5rem 0 4rem;
  }
}

.wlb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wlb-navy);
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 9999px;
}

.wlb-hero__eyebrow-dot {
  width: 0.45rem;
  height: 0.45rem;
  background: var(--wlb-orange);
  border-radius: 9999px;
}

.wlb-hero__title {
  margin-top: 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.wlb-hero__title-accent {
  color: var(--wlb-orange);
}

.wlb-hero__lead {
  margin-top: 1rem;
  max-width: 34rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #475569;
}

.wlb-hero__lead strong {
  color: #0f172a;
  font-weight: 700;
}

.wlb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1.75rem;
}

.wlb-hero__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--wlb-navy);
  text-decoration: none;
  border: 1px solid #cbd5e1;
  border-radius: 0.625rem;
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.wlb-hero__link:hover {
  color: var(--wlb-orange);
  border-color: var(--bharat-primary-muted);
  background: var(--wlb-orange-soft);
}

.wlb-hero__visual {
  position: relative;
  min-height: 18rem;
}

.wlb-preview {
  position: relative;
  padding: 1.25rem;
  background: linear-gradient(145deg, var(--wlb-navy-deep) 0%, var(--wlb-navy) 55%, #1e3a8a 100%);
  border-radius: 1.25rem;
  box-shadow:
    0 24px 48px rgb(7 3 141 / 0.28),
    0 0 0 1px rgb(255 255 255 / 0.08) inset;
}

.wlb-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 85% 15%, rgb(255 104 33 / 0.35) 0%, transparent 42%),
    radial-gradient(circle at 10% 90%, rgb(255 255 255 / 0.08) 0%, transparent 35%);
  pointer-events: none;
}

.wlb-preview__card {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
  background: rgb(255 255 255 / 0.97);
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.18);
}

.wlb-preview__head {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}

.wlb-preview__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--wlb-orange), #ea580c);
  border-radius: 0.75rem;
}

.wlb-preview__name {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #0f172a;
}

.wlb-preview__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #166534;
  background: #dcfce7;
  border-radius: 9999px;
}

.wlb-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1rem;
}

.wlb-preview__tag {
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  background: #f1f5f9;
  border-radius: 9999px;
}

.wlb-preview__location {
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
}

.wlb-preview__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wlb-preview__btn {
  padding: 0.55rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
}

.wlb-preview__btn--primary {
  color: #fff;
  background: var(--wlb-orange);
}

.wlb-preview__btn--ghost {
  color: var(--wlb-navy);
  background: #eef2ff;
}

.wlb-preview__float {
  position: absolute;
  z-index: 2;
  padding: 0.55rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgb(15 23 42 / 0.12);
}

.wlb-preview__float--search {
  top: 0.5rem;
  right: -0.25rem;
  color: var(--wlb-navy);
}

.wlb-preview__float--views {
  bottom: 0.75rem;
  left: -0.5rem;
  color: var(--wlb-orange);
  border-color: #fed7aa;
  background: #fff7ed;
}

@media (min-width: 640px) {
  .wlb-preview__float--search {
    right: -1rem;
  }

  .wlb-preview__float--views {
    left: -1.25rem;
  }
}

/* —— Stats strip —— */
.wlb-stats {
  background: linear-gradient(90deg, #ea580c 0%, var(--wlb-orange) 45%, #fb923c 100%);
}

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

@media (min-width: 768px) {
  .wlb-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.wlb-stats__item {
  padding: 1.35rem 1rem;
  text-align: center;
  border-right: 1px solid rgb(255 255 255 / 0.18);
}

.wlb-stats__item:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .wlb-stats__item:nth-child(2) {
    border-right: none;
  }

  .wlb-stats__item:nth-child(1),
  .wlb-stats__item:nth-child(2) {
    border-bottom: 1px solid rgb(255 255 255 / 0.18);
  }
}

.wlb-stats__value {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 800;
  color: #fff;
}

.wlb-stats__label {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgb(255 255 255 / 0.88);
}

/* —— Sections —— */
.wlb-section {
  padding: 3.25rem 0;
}

.wlb-section--muted {
  background: #f8fafc;
}

.wlb-section--dark {
  background: linear-gradient(180deg, #0f172a 0%, var(--wlb-navy-deep) 100%);
}

.wlb-section__header {
  max-width: 42rem;
  margin-bottom: 2.25rem;
}

.wlb-section__header--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wlb-section__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wlb-orange);
}

.wlb-section__title {
  margin: 0;
  font-size: clamp(1.625rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.wlb-section--dark .wlb-section__title {
  color: #fff;
}

.wlb-section__desc {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
}

.wlb-section--dark .wlb-section__desc {
  color: #cbd5e1;
}

/* —— Bento benefits —— */
.wlb-bento {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wlb-bento__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 640px) {
  .wlb-bento__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .wlb-bento__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wlb-bento__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 11.5rem;
  padding: 1.35rem 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wlb-bento__card:hover {
  border-color: #fed7aa;
  box-shadow: 0 14px 32px rgb(var(--bharat-primary-rgb) / 0.1);
  transform: translateY(-2px);
}

.wlb-bento__card--featured {
  display: grid;
  gap: 1.25rem;
  min-height: 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--wlb-navy-deep) 0%, var(--wlb-navy) 55%, #1e3a8a 100%);
  border-color: rgb(255 255 255 / 0.12);
  box-shadow: 0 18px 40px rgb(7 3 141 / 0.22);
}

.wlb-bento__card--featured:hover {
  border-color: rgb(255 255 255 / 0.2);
  box-shadow: 0 22px 48px rgb(7 3 141 / 0.28);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .wlb-bento__card--featured {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: center;
    gap: 1.5rem;
    padding: 1.75rem 1.85rem;
  }
}

.wlb-bento__featured-main {
  min-width: 0;
}

.wlb-bento__featured-points {
  margin: 0;
  padding: 1rem 1.1rem;
  list-style: none;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.875rem;
}

.wlb-bento__featured-points li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #e2e8f0;
}

.wlb-bento__featured-points li + li {
  margin-top: 0.55rem;
}

.wlb-bento__featured-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--wlb-orange);
  border-radius: 9999px;
}

.wlb-bento__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.wlb-bento__num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--wlb-orange);
}

.wlb-bento__card--featured .wlb-bento__num {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #fdba74;
}

.wlb-bento__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--wlb-orange);
  background: var(--wlb-orange-soft);
  border-radius: 0.65rem;
}

.wlb-bento__card--featured .wlb-bento__icon {
  margin-top: 0;
  margin-bottom: 0.85rem;
  color: #fff;
  background: rgb(255 255 255 / 0.12);
}

.wlb-bento__card-top .wlb-bento__icon {
  margin-top: 0;
}

.wlb-bento__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.wlb-bento__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}

.wlb-bento__card--featured .wlb-bento__title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  color: #fff;
}

.wlb-bento__text {
  flex: 1;
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #64748b;
}

.wlb-bento__card--featured .wlb-bento__text {
  max-width: 36rem;
  margin-top: 0.65rem;
  color: #cbd5e1;
}

/* —— Spotlight panels —— */
.wlb-spotlight {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .wlb-spotlight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wlb-spotlight__panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  border-top: 4px solid var(--wlb-orange);
  box-shadow: 0 4px 16px rgb(15 23 42 / 0.04);
}

.wlb-spotlight__panel:nth-child(2) {
  border-top-color: var(--wlb-navy);
}

.wlb-spotlight__panel:nth-child(3) {
  border-top-color: #16a34a;
}

.wlb-spotlight__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wlb-orange);
}

.wlb-spotlight__panel:nth-child(2) .wlb-spotlight__label {
  color: var(--wlb-navy);
}

.wlb-spotlight__panel:nth-child(3) .wlb-spotlight__label {
  color: #15803d;
}

.wlb-spotlight__title {
  margin: 0.65rem 0 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
}

.wlb-spotlight__text {
  margin: 0.65rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

.wlb-spotlight__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.wlb-spotlight__list li {
  position: relative;
  padding-left: 1.35rem;
  margin-top: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #334155;
}

.wlb-spotlight__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 800;
  color: var(--wlb-orange);
}

/* —— Timeline steps —— */
.wlb-timeline {
  position: relative;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .wlb-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .wlb-timeline::before {
    content: "";
    position: absolute;
    top: 1.35rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, var(--wlb-orange), #fdba74, var(--wlb-orange));
    opacity: 0.45;
  }
}

.wlb-timeline__step {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.15rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}

.wlb-timeline__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--wlb-orange), #ea580c);
  border: 3px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgb(var(--bharat-primary-rgb) / 0.35);
}

.wlb-timeline__title {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.wlb-timeline__text {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
}

/* —— Plans —— */
.wlb-plans__wrap {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: visible;
}

@media (min-width: 640px) {
  .wlb-plans__wrap {
    padding: 0 1.5rem;
  }
}

.wlb-plans__grid {
  margin-top: 0.5rem;
  overflow: visible;
}

.wlb-plans__grid .owner-plan-card,
.wlb-plans__grid .owner-plan-card__body,
.wlb-plans__grid .owner-plan-card__features-block,
.wlb-plans__grid .owner-plan-features__item {
  overflow: visible;
}

.wlb-plans__grid .owner-plan-card__body {
  min-width: 0;
}

.wlb-plans__grid .owner-plan-features__label {
  word-break: break-word;
}

/* —— CTA —— */
.wlb-cta {
  padding: 3.5rem 0 4rem;
}

.wlb-cta__box {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, var(--wlb-navy-deep) 0%, var(--wlb-navy) 60%, #1e40af 100%);
  border-radius: 1.25rem;
  box-shadow: 0 20px 48px rgb(7 3 141 / 0.25);
}

@media (min-width: 768px) {
  .wlb-cta__box {
    grid-template-columns: 1fr auto;
    gap: 2rem;
    padding: 2.25rem 2rem;
  }
}

.wlb-cta__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.wlb-cta__text {
  margin: 0.65rem 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.wlb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wlb-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 0.625rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.wlb-cta__link:hover {
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(255 255 255 / 0.55);
}

@media (max-width: 767px) {
  .wlb-hero__visual {
    max-width: 24rem;
    margin: 0 auto;
  }

  .wlb-cta__actions {
    width: 100%;
  }

  .wlb-cta__actions .btn,
  .wlb-cta__actions .wlb-cta__link {
    flex: 1 1 100%;
  }
}
