/* =========================================================
  ONE POINT BUY - main.ws-css v3.0
   JustDial-grade design system
   ========================================================= */

/* â”€â”€ RESET & ROOT â”€â”€ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --org:        #E8450A;
  --org-mid:    #F26522;
  --org-light:  #FFF3ED;
  --org-dark:   #C13A08;
  --navy:       #0C2340;
  --navy2:      #163354;
  --blue:       #1A73E8;
  --blue-light: #E8F0FE;
  --green:      #0D8050;
  --green-light:#E6F4EA;
  --red:        #D32F2F;
  --red-light:  #FDECEA;
  --yellow:     #F59E0B;
  --yellow-light:#FFFBEB;
  --text:       #1A1A2E;
  --muted:      #6B7280;
  --border:     #E5E7EB;
  --light:      #F8F9FA;
  --white:      #FFFFFF;
  --shadow:     0 2px 12px rgba(0,0,0,.08);
  --shadow-lg:  0 8px 32px rgba(0,0,0,.12);
  --radius:     12px;
  --radius-sm:  8px;
  --radius-lg:  16px;
  --trans:      .2s ease;
  --font-h:     'Nunito', sans-serif;
  --font-b:     'Hind', sans-serif;
}

.ws-app-inline-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.14em; flex-shrink: 0; }
.ws-app-icon-image { object-fit: contain; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: var(--font-b);
  color: var(--text);
  background: var(--light);
  font-size: 1rem;
  line-height: 1.6;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
}
body.ws-app-page-container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}
.ws-top-strip,
.ws-site-header,
.ws-search-bar-strip,
.ws-hero,
.ws-home-quick-cities,
.ws-section,
.ws-footer,
.ws-search-seo-footer,
.ws-form-page,
.ws-page-header,
.ws-biz-detail-header {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
input, select, textarea, button { font-family: var(--font-b); font-size: inherit; }
button { cursor: pointer; border: none; background: none; }

/* â”€â”€ SCROLLBAR â”€â”€ */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--light); }
::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 3px; }

/* â”€â”€ CONTAINER â”€â”€ */
.ws-container { width: 100%; max-width: 1340px; margin: 0 auto; padding: 0 16px; }

/* —— TOP STRIP —— */
.ws-top-strip {
  position: relative;
  background: linear-gradient(90deg, #071525 0%, var(--navy) 42%, #132f52 100%);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  padding: 9px 0;
  border-bottom: 1px solid rgba(251, 191, 36, 0.12);
}
.ws-top-strip::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 101, 34, 0.45), transparent);
  pointer-events: none;
}
.ws-top-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 16px;
  flex-wrap: wrap;
}
.ws-top-strip-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.45;
}
.ws-top-strip-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  min-width: 0;
  padding: 4px 0;
}
.ws-top-strip-auth {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
  flex-shrink: 0;
}
.ws-top-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fdba74;
}
.ws-top-strip-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ws-top-strip-sep {
  display: none;
}
.ws-top-strip-auth-btn {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ws-top-strip-auth-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(253, 186, 116, 0.5);
  color: #fff;
}
.ws-top-strip-auth-btn--register {
  border-color: rgba(253, 186, 116, 0.55);
  background: linear-gradient(135deg, rgba(251, 146, 60, 0.95) 0%, var(--org) 100%);
  color: #fff;
  box-shadow: 0 2px 10px rgba(232, 69, 10, 0.35);
}
.ws-top-strip-auth-btn--register:hover {
  background: linear-gradient(135deg, var(--org-mid) 0%, var(--org-dark) 100%);
  border-color: var(--org-mid);
  color: #fff;
}
.ws-top-strip-email {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.ws-top-strip a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  transition: color 0.2s ease;
}
.ws-top-strip a:hover { color: #fdba74; }

/* —— HEADER —— */
.ws-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(12, 35, 64, 0.08);
  box-shadow: 0 4px 24px rgba(12, 35, 64, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ws-header-inner {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  padding: 12px 16px;
  min-height: 76px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.ws-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

/* Logo */
.ws-logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ws-logo-img {
  width: auto;
  height: auto;
  border-radius: 8px;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}
.ws-logo-img--header {
  max-width: 280px;
  max-height: 100px;
}
.ws-logo-img--footer {
  max-width: 200px;
  max-height: 100px;
}
.ws-logo-img--auth {
  max-width: 200px;
  max-height: 100px;
}
.ws-logo-tag { font-size: 1rem; color: var(--muted); font-weight: 500; white-space: nowrap; }

/* Header Nav */
.ws-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.ws-header-nav a {
  position: relative;
  padding: 8px 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy2);
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.ws-header-nav a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 5px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--org-mid), var(--org));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.ws-header-nav a:hover {
  color: var(--org);
  background: rgba(255, 243, 237, 0.65);
}
.ws-header-nav a:hover::after {
  transform: scaleX(1);
}
.ws-header-list-biz-btn {
  padding: 10px 18px !important;
  line-height: 1.25;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.875rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fb923c 0%, var(--org) 45%, var(--org-dark) 100%) !important;
  box-shadow: 0 4px 18px rgba(232, 69, 10, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}
.ws-header-list-biz-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(232, 69, 10, 0.45) !important;
  filter: brightness(1.04);
}
.ws-user-login-widget { position: relative; display: inline-flex; align-items: center; }
.ws-user-login-widget-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(12, 35, 64, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  min-width: 0;
  box-shadow: 0 2px 8px rgba(12, 35, 64, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ws-user-login-widget-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.ws-user-login-widget-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eef2ff;
  color: var(--org);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.ws-user-login-widget-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ws-user-login-widget-avatar svg {
  width: 16px;
  height: 16px;
}
.ws-user-login-widget-btn:hover { background: var(--org-light); color: var(--org); }
.ws-user-login-widget-btn[aria-expanded="true"] { background: var(--org-light); color: var(--org); border-color: var(--org); }
.ws-user-login-widget-list {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  background: var(--white);
  border: 1px solid rgba(12, 35, 64, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(12, 35, 64, 0.14);
  z-index: 120;
  padding: 6px;
  overflow: hidden;
}
.ws-user-login-widget-list.ws-open { display: block; }
.ws-user-login-widget-list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
}
.ws-user-login-widget-list a:hover { background: var(--org-light); color: var(--org); }

.ws-user-login-widget-item-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ws-user-login-widget-item-icon svg { width: 18px; height: 18px; display: block; }
.ws-user-login-widget-item-text { flex: 1; min-width: 0; }

.ws-user-login-widget-item-icon--dashboard { color: #1A73E8; }
.ws-user-login-widget-item-icon--profile { color: var(--org); }
.ws-user-login-widget-item-icon--logout { color: var(--red); }
.ws-user-login-widget-list a.ws-user-login-widget-logout {
  margin-top: 4px;
  border-top: 1px solid var(--border);
}
.ws-btn-orange {
  background: linear-gradient(135deg, var(--org-mid) 0%, var(--org) 50%, var(--org-dark) 100%) !important;
  color: white !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(232, 69, 10, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}
.ws-btn-orange:hover {
  background: linear-gradient(135deg, var(--org) 0%, var(--org-dark) 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232, 69, 10, 0.4) !important;
}

/* Hamburger */
.ws-hamburger {
  display: none;
  font-size: 1.65rem;
  padding: 0;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  flex-shrink: 0;
  border-radius: var(--radius-sm);
}
.ws-hamburger:hover {
  background: var(--org-light);
  color: var(--org);
}
.ws-hamburger .ws-app-inline-icon {
  width: 1.65rem;
  height: 1.65rem;
}

/* Full-screen mobile menu (slide from right) */
.ws-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2600;
  width: 100%;
  max-width: 100vw;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.36s;
}
.ws-mobile-menu.ws-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}
.ws-mobile-menu-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(12, 35, 64, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
}
.ws-mobile-menu.ws-open .ws-mobile-menu-scrim {
  opacity: 1;
}
.ws-mobile-menu-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  pointer-events: none;
}
.ws-mobile-menu-panel-inner {
  position: relative;
  width: min(100%, 28rem);
  max-width: 100%;
  height: 100%;
  max-height: 100dvh;
  box-sizing: border-box;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  background: linear-gradient(165deg, #ffffff 0%, #f4f7fb 52%, #eef2f8 100%);
  box-shadow: -16px 0 56px rgba(15, 23, 42, 0.22);
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
}
.ws-mobile-menu.ws-open .ws-mobile-menu-panel-inner {
  transform: translateX(0);
}
@media (max-width: 380px) {
  .ws-mobile-menu-panel-inner {
    width: 100%;
  }
}
.ws-mobile-menu-close {
  position: absolute;
  top: max(12px, env(safe-area-inset-top, 0px));
  right: max(12px, env(safe-area-inset-right, 0px));
  z-index: 2;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 35, 64, 0.12);
  border-radius: 12px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(12, 35, 64, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ws-mobile-menu-close:hover {
  background: var(--org-light);
  border-color: rgba(242, 101, 34, 0.45);
  color: var(--org);
}
.ws-mobile-nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 64px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ws-mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-sizing: border-box;
}
.ws-mobile-nav-link:hover {
  border-color: rgba(242, 101, 34, 0.45);
  box-shadow: 0 4px 14px rgba(242, 101, 34, 0.12);
  transform: translateY(-1px);
}
.ws-mobile-nav-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #f8fafc 0%, #eef2f7 100%);
  flex-shrink: 0;
}
.ws-mobile-nav-icon .ws-app-icon-image {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.ws-mobile-nav-text {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.ws-mobile-nav-link--muted {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #64748b;
  padding-left: calc(16px + 44px + 14px);
}
.ws-mobile-nav-link--muted:hover {
  color: var(--red);
  border-color: transparent;
  box-shadow: none;
  transform: none;
}
.ws-mobile-nav-link--cta {
  margin-top: 6px;
  background: linear-gradient(135deg, var(--org) 0%, var(--org-dark) 100%);
  border: none;
  color: #fff;
  box-shadow: 0 6px 20px rgba(232, 69, 10, 0.35);
  justify-content: center;
}
.ws-mobile-nav-link--cta .ws-mobile-nav-text {
  flex: 0 1 auto;
  text-align: center;
}
.ws-mobile-nav-link--cta .ws-mobile-nav-icon {
  background: rgba(255, 255, 255, 0.2);
}
.ws-mobile-nav-link--cta:hover {
  border-color: transparent;
  color: #fff;
  filter: brightness(1.03);
  box-shadow: 0 8px 24px rgba(232, 69, 10, 0.4);
}
body.ws-mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}
@media (min-width: 993px) {
  .ws-mobile-menu {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ws-mobile-menu-scrim,
  .ws-mobile-menu-panel-inner {
    transition-duration: 0.01ms;
  }
}

/* â”€â”€ HERO â”€â”€ */
.ws-hero { background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 50%, #0f2d54 100%); padding: 56px 0 52px; position: relative; overflow: visible; }
.ws-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.ws-w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.ws-hero-inner { position: relative; text-align: center; }
.ws-hero-pill { display: inline-block; background: rgba(232,69,10,.2); border: 1px solid rgba(232,69,10,.4); color: var(--org-mid); padding: 4px 16px; border-radius: 50px; font-size: 1rem; font-weight: 600; letter-spacing: .08em; text-transform: none; margin-bottom: 14px; }
.ws-hero h1,
.ws-hero .ws-h1 { font-family: var(--font-h); font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; color: white; line-height: 1.2; margin-bottom: 10px; }
.ws-hero h1 em,
.ws-hero .ws-h1 em { color: var(--org-mid); font-style: normal; }
.ws-hero .ws-hero-highlight-red { color: #f26522; font-size: inherit; font-weight: inherit; line-height: inherit; }
.ws-hero-sub { color: rgba(255,255,255,.65); font-size: 1rem; margin-bottom: 28px; }

/* Hero Search Box */
.ws-hero-search-box { background: white; border-radius: var(--radius-lg); padding: 6px; display: flex; gap: 4px; max-width: 780px; margin: 0 auto 20px; box-shadow: 0 8px 32px rgba(0,0,0,.25); position: relative; z-index: 20; overflow: visible; }
.ws-hsb-field { position: relative; overflow: visible; }
.ws-hsb-field { flex: 1; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-right: 1.5px solid var(--border); min-width: 0; font-size: 1.125rem; }
.ws-hsb-field:last-of-type { border-right: none; }
.ws-hsb-icon { font-size: 1.125rem; flex-shrink: 0; }
.ws-hsb-field input { width: 100%; border: none; outline: none; font-size: 1.125rem; color: var(--text); background: transparent; }
.ws-hsb-field input::placeholder { color: var(--muted); }
.ws-hero-search-box .ws-custom-select-wrap { width: 100%; }
.ws-hero-search-box .ws-custom-select-trigger {
  border: none;
  background: transparent;
  box-shadow: none;
  min-height: 30px;
  padding: 0 22px 0 0;
  font-size: 1rem;
  color: var(--text);
}
.ws-hero-search-box .ws-custom-select-trigger:focus { border: none; box-shadow: none; }
.ws-hero-search-box .ws-custom-select-trigger::after { right: 4px; }
.ws-hsb-btn { background: var(--org); color: white; padding: 12px 28px; border-radius: var(--radius); font-weight: 600; font-size: 1.125rem; font-family: var(--font-h); transition: background var(--trans); white-space: nowrap; flex-shrink: 0; }
.ws-hsb-btn:hover { background: var(--org-dark); }
.ws-hsb-loc { max-width: 220px; }

/* Popular Tags */
.ws-popular { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.ws-popular span { font-size: 1rem; color: rgba(255,255,255,.5); }
.ws-popular a { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); padding: 4px 14px; border-radius: 50px; font-size: 1rem; font-weight: 600; transition: all var(--trans); }
.ws-popular a:hover { background: var(--org); border-color: var(--org); color: white; }

/* City Autocomplete */
.ws-city-autocomplete-box { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: rgba(255,255,255,.98); border: 1px solid rgba(148,163,184,.35); border-radius: 12px; z-index: 2200; max-height: 260px; overflow-y: auto; box-shadow: 0 14px 30px rgba(15,23,42,.14); backdrop-filter: blur(4px); }
.ws-cac-item { padding: 10px 14px; cursor: pointer; font-size: .92rem; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-bottom: 1px solid rgba(148,163,184,.16); transition: background var(--trans), color var(--trans); }
.ws-city-autocomplete-box .ws-cac-item:last-child { border-bottom: 0; }
.ws-cac-item:hover { background: #fff4ec; color: #b53a0a; }
.ws-cac-item small { font-size: .75rem; color: var(--muted); }
.ws-city-autocomplete-google,
.ws-query-autocomplete-google {
  width: 100%;
  display: block;
  min-height: 44px;
  --gmpx-font-family-base: Nunito, Hind, Arial, sans-serif;
  --gmpx-font-size-base: 16px;
  --gmpx-color-surface: #ffffff;
  --gmpx-color-on-surface: #0f2f53;
  --gmpx-color-outline: #d8e3ef;
  --gmpx-color-primary: #f26522;
  --gmpx-border-radius: 10px;
}

/* â”€â”€ SECTIONS â”€â”€ */
.ws-section { padding: 48px 0; }
.ws-section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; flex-wrap: wrap; gap: 8px; }
.ws-section-title { font-family: var(--font-h); font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 600; color: var(--navy); }
.ws-section-sub { font-size: 1rem; color: var(--muted); margin-top: 2px; }
.ws-city-tile { text-decoration: none; color: inherit; }
.ws-city-tile:hover { border-color: var(--org-mid) !important; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); transform: translateY(-1px); }

/* Heading level hooks — use on h1–h4 (pairs with contextual rules below) */
.ws-h1,
.ws-h2,
.ws-h3,
.ws-h4 {
  font-family: var(--font-h);
}
.ws-h1 { font-weight: 600; }
.ws-h2 { font-weight: 600; }
.ws-h3 { font-weight: 600; }
.ws-h4 { font-weight: 600; }

.ws-view-all { color: var(--org); font-weight: 600; font-size: 1rem; white-space: nowrap; }
.ws-view-all:hover { text-decoration: underline; }

/* â”€â”€ CATEGORY GRID â”€â”€ */
.ws-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.ws-category-card {
  --category-accent: #2563eb;
  --category-accent-soft: #dbeafe;
  background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px 12px 14px;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .04);
}
.ws-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, .35);
  border-color: color-mix(in srgb, var(--category-accent) 38%, white);
  background: linear-gradient(145deg, #ffffff 0%, #eef6ff 100%);
  box-shadow: 0 10px 24px rgba(2, 132, 199, .14);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--category-accent) 18%, transparent);
}
.ws-category-icon-wrap {
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform .2s ease;
}
.ws-category-card:hover .ws-category-icon-wrap {
  transform: translateY(-1px) scale(1.03);
  box-shadow: none;
}
.ws-category-icon {
  font-size: 0;
  line-height: 0;
}
.ws-category-icon .ws-app-inline-icon {
  width: 22px;
  height: 22px;
}
.ws-category-icon-image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.ws-category-name {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.ws-category-grid > *,
.ws-biz-grid > *,
.ws-home-top-cities-grid > * {
  min-width: 0;
}
.ws-category-card:hover .ws-category-name { color: #0f3d8a; }

/* Category specific accent themes */
.ws-category-card--food-dining { --category-accent: #ef4444; --category-accent-soft: #fee2e2; }
.ws-category-card--health-medical { --category-accent: #06b6d4; --category-accent-soft: #cffafe; }
.ws-category-card--home-services { --category-accent: #0ea5e9; --category-accent-soft: #e0f2fe; }
.ws-category-card--education { --category-accent: #4f46e5; --category-accent-soft: #e0e7ff; }
.ws-category-card--beauty-wellness { --category-accent: #ec4899; --category-accent-soft: #fce7f3; }
.ws-category-card--shopping-retail { --category-accent: #f97316; --category-accent-soft: #ffedd5; }
.ws-category-card--finance-legal { --category-accent: #0f766e; --category-accent-soft: #ccfbf1; }
.ws-category-card--automobile { --category-accent: #475569; --category-accent-soft: #e2e8f0; }
.ws-category-card--travel-tourism { --category-accent: #0284c7; --category-accent-soft: #dbeafe; }
.ws-category-card--real-estate { --category-accent: #2563eb; --category-accent-soft: #dbeafe; }
.ws-category-card--events-weddings { --category-accent: #db2777; --category-accent-soft: #fce7f3; }
.ws-category-card--it-tech-services { --category-accent: #6366f1; --category-accent-soft: #e0e7ff; }
.ws-category-card--courier-logistics { --category-accent: #f59e0b; --category-accent-soft: #fef3c7; }
.ws-category-card--pet-services { --category-accent: #14b8a6; --category-accent-soft: #ccfbf1; }
.ws-category-card--religious-spiritual { --category-accent: #a855f7; --category-accent-soft: #f3e8ff; }
.ws-category-card--government-utility { --category-accent: #334155; --category-accent-soft: #e2e8f0; }
.ws-category-card--sports-recreation { --category-accent: #22c55e; --category-accent-soft: #dcfce7; }
.ws-category-card--printing-media { --category-accent: #7c3aed; --category-accent-soft: #ede9fe; }
.ws-category-card--nursery-plants { --category-accent: #16a34a; --category-accent-soft: #dcfce7; }
.ws-category-card--industrial-b2b { --category-accent: #6b7280; --category-accent-soft: #f3f4f6; }

/* â”€â”€ BUSINESS CARD GRID â”€â”€ */
.ws-biz-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ws-biz-grid, .ws-biz-grid * { text-transform: none; }
.ws-biz-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: all var(--trans); display: flex; flex-direction: column; }
.ws-biz-card:hover { box-shadow: var(--shadow-lg); border-color: var(--org); transform: translateY(-2px); }
.ws-biz-card-top { padding: 16px; flex: 1; }
.ws-biz-card-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
.ws-biz-logo-placeholder { width: 46px; height: 46px; border-radius: var(--radius-sm); background: var(--navy); color: white; font-family: var(--font-h); font-size: 1.2rem; font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ws-biz-logo-placeholder svg { width: 24px; height: 24px; }
.ws-biz-info { flex: 1; min-width: 0; }
.ws-biz-verified { font-size: 1rem; font-weight: 600; color: var(--green); margin-bottom: 2px; display: inline-flex; align-items: center; gap: 6px; line-height: 1.2; }
.ws-biz-verified svg { width: 16px; height: 16px; }
.ws-biz-name { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ws-biz-category { font-size: 1rem; color: var(--muted); line-height: 1.3; margin-top: 2px; }
.ws-biz-rating-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.ws-biz-addr { display: flex; align-items: flex-start; gap: 6px; font-size: 1rem; color: var(--muted); margin-bottom: 6px; line-height: 1.35; }
.ws-biz-addr-icon { flex-shrink: 0; margin-top: 2px; display: inline-flex; align-items: center; justify-content: center; color: var(--org); }
.ws-biz-addr-icon svg { width: 16px; height: 16px; }
.ws-biz-timings { font-size: 1rem; color: var(--green); font-weight: 600; display: flex; align-items: center; gap: 4px; }
.ws-open-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); display: inline-block; }
.ws-biz-card-foot { display: flex; border-top: 1px solid var(--border); }
.ws-biz-foot-btn { flex: 1; padding: 10px 6px; font-size: 1rem; font-weight: 600; color: var(--navy); text-align: center; transition: background var(--trans); border-right: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; gap: 6px; line-height: 1; }
.ws-biz-foot-btn svg { width: 16px; height: 16px; }
.ws-biz-foot-btn:last-child { border-right: none; }
.ws-biz-foot-btn:hover { background: var(--org-light); color: var(--org); }

/* Rating badge */
.ws-rating-badge { background: var(--green); color: white; padding: 2px 7px; border-radius: 4px; font-size: 1rem; font-weight: 600; font-family: var(--font-h); }
.ws-rating-badge svg { width: 13px; height: 13px; }
.ws-rating-badge.ws-mid { background: var(--yellow); }
.ws-rating-badge.ws-low { background: var(--red); }
.ws-rating-count { font-size: 1rem; color: var(--muted); }

/* â”€â”€ STATS BAND â”€â”€ */
.ws-stats-band { background: var(--navy); padding: 28px 0; }
.ws-stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; }
.ws-stat { text-align: center; }
.ws-stat strong { display: block; font-family: var(--font-h); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 600; color: var(--org-mid); }
.ws-stat span { font-size: 1rem; color: rgba(255,255,255,.6); text-transform: none; letter-spacing: .06em; }

/* â”€â”€ CTA STRIP â”€â”€ */
.ws-cta-strip { background: linear-gradient(135deg, var(--org) 0%, var(--org-dark) 100%); padding: 40px 0; }
.ws-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.ws-cta-text h2,
.ws-cta-text .ws-h2 { font-family: var(--font-h); font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 600; color: white; margin-bottom: 6px; }
.ws-cta-text p { color: rgba(255,255,255,.8); font-size: 1rem; max-width: 560px; }
.ws-cta-text .ws-home-cta-strip-price { color: #fff; }
.ws-cta-text .ws-home-cta-strip-was { text-decoration: line-through; opacity: 0.78; font-size: 0.94em; margin-left: 6px; }
.ws-btn-cta-lg { background: white; color: var(--org); padding: 13px 28px; border-radius: var(--radius); font-family: var(--font-h); font-weight: 600; font-size: 1rem; transition: all var(--trans); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.ws-btn-cta-lg:hover { background: var(--navy); color: white; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.ws-btn-section { background: var(--white); color: var(--navy); border: 1.5px solid var(--border); padding: 9px 18px; border-radius: var(--radius-sm); font-weight: 600; font-size: 1rem; transition: all var(--trans); display: inline-block; }
.ws-btn-section:hover { border-color: var(--navy); background: var(--navy); color: white; }

/* —— FOOTER —— */
.ws-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  background: linear-gradient(168deg, #0a1f38 0%, var(--navy) 38%, #08182c 100%);
  overflow: hidden;
}
.ws-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 40% at 10% 0%, rgba(242, 101, 34, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 35% at 95% 100%, rgba(37, 99, 235, 0.08), transparent 50%);
  pointer-events: none;
}
.ws-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--org-dark), var(--org-mid), #fbbf24, var(--org-mid), var(--org-dark));
  pointer-events: none;
}
.ws-footer-cta {
  position: relative;
  z-index: 1;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}
.ws-footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  flex-wrap: wrap;
}
.ws-footer-cta-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ws-footer-cta-eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fdba74;
}
.ws-footer-cta-text strong {
  font-family: var(--font-h);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}
.ws-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: var(--font-h);
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  background: linear-gradient(135deg, #fb923c 0%, var(--org) 50%, var(--org-dark) 100%);
  box-shadow: 0 6px 24px rgba(242, 101, 34, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ws-footer-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(242, 101, 34, 0.5);
  color: #fff;
}
.ws-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 36px 28px;
  padding: 48px 16px 36px;
}
.ws-footer-brand .ws-logo-tag { color: rgba(255, 255, 255, 0.4); }
.ws-footer-brand p {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 14px;
  line-height: 1.75;
  max-width: 22rem;
}
.ws-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.ws-footer-col h4,
.ws-footer-col .ws-h4 {
  font-family: var(--font-h);
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(242, 101, 34, 0.45);
  display: inline-block;
}
.ws-footer-col a {
  display: block;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 10px;
  padding-left: 0;
  transition: color 0.2s ease, transform 0.2s ease, padding-left 0.2s ease;
}
.ws-footer-col a:hover {
  color: #fdba74;
  padding-left: 4px;
}
.ws-footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.ws-footer-bottom a {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.ws-footer-bottom a:hover { color: #fdba74; }

.ws-footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ws-footer-social a:hover {
  background: rgba(242, 101, 34, 0.2);
  border-color: rgba(253, 186, 116, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.ws-footer-social a i {
  font-size: 16px;
  line-height: 1;
}
.ws-footer-social a img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: brightness(1.15);
}
.ws-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ws-scroll-top-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--org) 32%, #ffffff);
  background: var(--org);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(232, 69, 10, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease;
  z-index: 1600;
}
.ws-scroll-top-btn:hover { background: var(--org-dark); }
.ws-scroll-top-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ws-scroll-top-btn.ws-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* â”€â”€ SEARCH PAGE â”€â”€ */
.ws-search-bar-strip { background: var(--white); border-bottom: 2px solid var(--border); padding: 14px 0; position: relative; top: auto; z-index: 120; overflow: visible; }
.ws-sbs-inner { display: flex; gap: 8px; flex-wrap: wrap; }
.ws-search-bar-strip .ws-row { width: 100%; }
.ws-sbs-inner, .ws-search-top-form { position: relative; overflow: visible; }
.ws-sbs-inner input, .ws-sbs-inner select { flex: 1; min-width: 0; padding: 9px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 1rem; outline: none; transition: border-color var(--trans); background: var(--white); }
.ws-sbs-inner input:focus, .ws-sbs-inner select:focus { border-color: var(--org); }
.ws-sbs-btn { background: var(--org); color: white; padding: 9px 24px; border-radius: var(--radius-sm); font-weight: 600; font-size: 1rem; transition: background var(--trans); white-space: nowrap; }
.ws-sbs-btn:hover { background: var(--org-dark); }
.ws-results-layout { display: grid; grid-template-columns: 240px 1fr; gap: 20px; padding: 20px 0 48px; align-items: start; }
.ws-filter-panel { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 20px; position: sticky; top: 130px; }
.ws-filter-panel h3,
.ws-filter-panel .ws-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 16px; }
.ws-f-filter { margin-bottom: 14px; }
.ws-f-filter label { display: block; font-size: 1rem; font-weight: 600; color: var(--muted); text-transform: none; letter-spacing: .05em; margin-bottom: 5px; }
.ws-f-filter input, .ws-f-filter select { width: 100%; padding: 8px 10px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 1rem; outline: none; transition: border-color var(--trans); }
.ws-f-filter input:focus, .ws-f-filter select:focus { border-color: var(--org); }
.ws-results-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 8px; }
.ws-sort-status-strip {
  background: #eef6ff;
  border: 1px solid #cfe3fb;
  color: #1e3a5f;
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}
.ws-results-count { font-size: 1rem; color: var(--muted); }
.ws-results-count strong { color: var(--navy); }
.ws-results-sort select { padding: 6px 10px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 1rem; outline: none; }
.ws-results-sort .ws-custom-select-wrap { min-width: 180px; }
.ws-results-sort .ws-custom-select-trigger { min-width: 180px; white-space: nowrap; }
.ws-results-sort .ws-custom-select-option { white-space: nowrap; }

/* Business List Item */
.ws-biz-list-item { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 16px; margin-bottom: 12px; display: flex; gap: 14px; transition: all var(--trans); }
.ws-biz-list-item:hover { box-shadow: var(--shadow); border-color: var(--org); }
.ws-bli-logo { width: 56px; height: 56px; border-radius: var(--radius-sm); background: var(--navy); color: white; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ws-bli-body { flex: 1; min-width: 0; }
.ws-bli-name a { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); }
.ws-bli-name a:hover { color: var(--org); }
.ws-bli-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 4px 0; }
.ws-bli-desc { font-size: 1rem; color: var(--muted); margin: 6px 0; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ws-bli-actions { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 8px; flex-shrink: 0; width: 150px; margin-left: auto; }
.ws-call-btn { background: var(--green); color: white; padding: 8px 12px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 600; text-align: center; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; transition: background var(--trans); }
.ws-call-btn:hover { background: #096B3E; }
.ws-whatsapp-btn { background: #25D366; color: white; padding: 8px 12px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 600; text-align: center; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; transition: background var(--trans); }
.ws-whatsapp-btn:hover { background: #1EB855; }
.ws-view-btn { background: var(--blue-light); color: var(--blue); padding: 8px 12px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 600; text-align: center; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; transition: all var(--trans); }
.ws-view-btn:hover { background: var(--blue); color: white; }

/* Pagination */
.ws-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.ws-page-btn { min-width: 38px; height: 38px; padding: 0 10px; border-radius: 10px; border: 1px solid #d8e0ea; font-weight: 600; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; transition: all var(--trans); cursor: pointer; background: var(--white); color: var(--navy); box-shadow: 0 2px 6px rgba(15,23,42,0.05); }
.ws-page-btn:hover:not(:disabled) { border-color: var(--org); color: var(--org); }
.ws-page-btn.ws-active { background: var(--org); color: white; border-color: var(--org); }
.ws-page-btn:disabled { opacity: .4; cursor: default; }
.ws-page-nav { font-size: 1.2rem; line-height: 1; padding-bottom: 2px; }
.ws-page-ellipsis { color: #64748b; font-weight: 600; letter-spacing: 1px; padding: 0 2px; }

/* Pill */
.ws-pill { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; border-radius: 50px; font-size: 1rem; font-weight: 600; }
.ws-pill-green { background: var(--green-light); color: var(--green); }
.ws-pill-orange { background: var(--org-light); color: var(--org); }
.ws-pill-blue { background: var(--blue-light); color: var(--blue); }

/* Business list premium UI pass */
.ws-search-bar-strip {
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,251,255,0.95) 100%);
  border-bottom: 1px solid #dfe8f3;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(8px);
  top: 0;
}
.ws-sbs-inner form {
  background: #ffffff;
  border: 1px solid #dce6f2;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  padding: 10px;
}
.ws-search-top-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  flex: 1;
  align-items: end;
}
.ws-search-top-query {
  min-width: 0;
}
.ws-search-top-city-wrap {
  min-width: 0;
}
.ws-search-top-select {
  min-width: 0;
}
.ws-search-top-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ws-search-top-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: #64748b;
  margin-left: 2px;
}
.ws-sbs-inner input,
.ws-sbs-inner select {
  border: 1px solid #d8e3ef;
  border-radius: 12px;
  min-height: 46px;
  box-shadow: inset 0 1px 1px rgba(2, 6, 23, 0.03);
}
.ws-sbs-inner input:focus,
.ws-sbs-inner select:focus {
  border-color: #f26522;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.14);
}
.ws-search-top-form .ws-custom-select-wrap { width: 100%; }
.ws-search-top-form .ws-custom-select-trigger {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid #d8e3ef;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(2, 6, 23, 0.03);
}
.ws-search-top-form .ws-custom-select-panel {
  border-radius: 12px;
  border: 1px solid #d8e3ef;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}
.ws-search-top-form .ws-custom-select-wrap.ws-open .ws-custom-select-trigger {
  border-color: #f26522;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.14);
}
.ws-sbs-btn {
  border-radius: 12px;
  min-height: 46px;
  padding: 10px 26px;
  background: #fff4ee;
  color: #f26522;
  border: 1px solid #ffd7c6;
  box-shadow: 0 6px 14px rgba(242, 101, 34, 0.16);
}
.ws-search-top-submit {
  margin-left: 0;
  width: 100%;
}
.ws-sbs-btn:hover {
  transform: translateY(-1px);
  background: #f26522;
  color: #ffffff;
  border-color: #f26522;
}
.ws-business-list-template .ws-results-layout {
  gap: 24px;
  padding-top: 24px;
}
.ws-business-list-template .ws-filter-panel {
  border: 1px solid #dce6f2;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}
.ws-business-list-template .ws-filter-panel .ws-h3 {
  color: #0f2f53;
}
.ws-business-list-template .ws-f-filter input,
.ws-business-list-template .ws-f-filter select {
  border: 1px solid #d7e2ee;
  border-radius: 12px;
  min-height: 44px;
}
.ws-business-list-template .ws-f-filter input:focus,
.ws-business-list-template .ws-f-filter select:focus {
  border-color: #f26522;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.14);
}
.ws-business-list-template .ws-btn-section {
  border-radius: 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8fbff;
  border: 1px solid #d9e6f4;
  color: #1f4d80;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}
.ws-business-list-template .ws-btn-section:hover {
  background: #eaf2fc;
  border-color: #c8dbf2;
  color: #0f2f53;
}
.ws-business-list-template .ws-results-meta {
  background: #ffffff;
  border: 1px solid #dce6f2;
  border-radius: 14px;
  padding: 10px 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
.ws-business-list-template .ws-results-count {
  color: #334155;
}
.ws-business-list-template .ws-results-sort select {
  border-radius: 10px;
  min-height: 40px;
  border: 1px solid #d7e2ee;
}
.ws-business-list-template .ws-results-sort .ws-custom-select-wrap,
.ws-business-list-template .ws-results-sort .ws-custom-select-trigger {
  min-width: 200px;
}
.ws-business-list-template .ws-bli-tag {
  border-radius: 999px;
  border-color: #dbe7f3;
  background: #f8fbff;
  color: #334155;
}
.ws-business-list-template .ws-active-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.ws-business-list-template .ws-biz-list-item {
  border: 1px solid #dce6f2;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.ws-business-list-template .ws-biz-list-item:hover {
  border-color: #f6b191;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.11);
  transform: translateY(-2px);
}
.ws-business-list-template .ws-bli-logo {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2f53 0%, #1f4d80 100%);
  box-shadow: 0 8px 18px rgba(15, 47, 83, 0.22);
}
.ws-business-list-template .ws-bli-name a {
  font-size: 1.08rem;
  line-height: 1.4;
}
.ws-business-list-template .ws-bli-desc {
  color: #54667b;
}
.ws-business-list-template .ws-bli-meta {
  gap: 10px;
}
.ws-business-list-template .ws-bli-actions {
  width: 230px;
  gap: 12px;
  align-self: center;
}
.ws-business-list-template .ws-call-btn,
.ws-business-list-template .ws-view-btn {
  border-radius: 12px;
  min-height: 46px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  padding: 10px 14px;
  font-size: .95rem;
}
.ws-business-list-template .ws-call-btn {
  background: linear-gradient(180deg, #ecfbf5 0%, #e0f7ec 100%);
  color: #0a7a4a;
  border: 1px solid #b9e7d2;
  box-shadow: 0 6px 14px rgba(10, 122, 74, 0.12);
}
.ws-business-list-template .ws-call-btn:hover {
  background: linear-gradient(180deg, #e2f7ed 0%, #d4f1e3 100%);
  border-color: #95d8b8;
  color: #075f3a;
}
.ws-business-list-template .ws-view-btn {
  background: #ffffff;
  border: 1px solid #d9e4f1;
  color: #33567a;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.08);
}
.ws-business-list-template .ws-view-btn:hover {
  background: #f6f9ff;
  border-color: #c6d7ea;
  color: #234768;
}
.ws-business-list-template .ws-call-btn.ws-login-required {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  color: #5f7083;
  border: 1px solid #d5e0eb;
  box-shadow: none;
  cursor: pointer;
}
.ws-business-list-template .ws-call-btn.ws-login-required:hover {
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  color: #5f7083;
  border-color: #d5e0eb;
}
.ws-business-list-template .ws-bli-action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ws-business-list-template .ws-bli-action-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.ws-business-list-template .ws-bli-action-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  letter-spacing: .1px;
}
.ws-business-list-template .ws-pagination {
  margin-top: 28px;
}
.ws-business-list-template .ws-page-btn {
  border-radius: 12px;
  min-width: 40px;
  height: 40px;
  border-color: #d8e3ef;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.05);
  background: #f8fbff;
  color: #38506b;
}
.ws-business-list-template .ws-page-btn:hover {
  transform: translateY(-1px);
  background: #edf3fb;
  border-color: #cbd9ea;
  color: #1f3d60;
}
.ws-business-list-template .ws-page-btn.ws-active {
  background: #fff3ec;
  border-color: #ffcdb6;
  color: #f26522;
  box-shadow: 0 6px 14px rgba(242, 101, 34, 0.18);
}
.ws-business-list-template .ws-empty-state {
  border: 1px dashed #c9d7e8;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
}
.ws-business-list-template .ws-popular-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.ws-business-list-template .ws-popular-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ws-business-list-template .ws-popular-links a {
  background: #f8fbff;
  border: 1px solid #dbe7f3;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
  transition: all var(--trans);
}
.ws-business-list-template .ws-popular-links a:hover {
  border-color: #f6b191;
  color: #f26522;
  background: #fff6f1;
}
.ws-search-seo-footer {
  background: var(--white);
  border-top: 2px solid var(--border);
  padding: 24px 0;
  margin-top: 16px;
}

@media (max-width: 1200px) {
  .ws-search-top-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .ws-search-top-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ws-search-bar-strip .ws-search-top-submit {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ws-sbs-inner input,
  .ws-sbs-inner select,
  .ws-search-top-form .ws-custom-select-wrap,
  .ws-search-top-form .ws-custom-select-trigger {
    min-width: 0;
    width: 100%;
  }
  .ws-sbs-inner form {
    padding: 8px;
    border-radius: 14px;
  }
  .ws-search-top-form {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }
  .ws-search-top-label { font-size: 1rem; }
  .ws-search-top-city-wrap,
  .ws-search-top-select,
  .ws-search-top-query {
    width: 100%;
  }
  .ws-search-top-submit {
    width: 100%;
    margin-left: 0;
  }
}

/* â”€â”€ FORMS â”€â”€ */
.ws-f-group { margin-bottom: 16px; }
.ws-f-group label { display: block; font-size: 1rem; font-weight: 600; color: var(--muted); text-transform: none; letter-spacing: 0; margin-bottom: 5px; }
.ws-f-group input, .ws-f-group select, .ws-f-group textarea { width: 100%; padding: 10px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 1rem; outline: none; transition: border-color var(--trans); background: var(--white); color: var(--text); }
.ws-f-group input:focus, .ws-f-group select:focus, .ws-f-group textarea:focus { border-color: var(--org); }
.ws-password-wrap { position: relative; }
.ws-password-wrap input { padding-right: 44px; }
.ws-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.ws-password-toggle:hover { background: #f8fafc; color: #334155; }
.ws-password-toggle:focus { border-color: var(--org); }
.ws-password-toggle .ws-eye-open { display: none; }
.ws-password-toggle .ws-eye-off { display: inline; }
.ws-password-toggle.ws-visible .ws-eye-open { display: inline; }
.ws-password-toggle.ws-visible .ws-eye-off { display: none; }
.ws-custom-select-wrap { position: relative; width: 100%; z-index: 50; }
.ws-custom-select-wrap.ws-open { z-index: 2300; }
select.ws-custom-select.ws-custom-select-native-hidden { display: none !important; }
.ws-custom-select-trigger {
  width: 100%;
  min-height: 44px;
  padding: 10px 38px 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--muted);
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.ws-custom-select-wrap.has-value .ws-custom-select-trigger { color: var(--text); }
.ws-custom-select-trigger:focus { border-color: var(--org); }
.ws-custom-select-trigger::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .2s ease;
}
.ws-custom-select-wrap.ws-open .ws-custom-select-trigger::after { transform: translateY(-45%) rotate(-135deg); }
.ws-custom-select-panel {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(15,23,42,.16);
  z-index: 2310;
  padding: 8px;
}
.ws-custom-select-wrap.ws-open .ws-custom-select-panel { display: block; }
.ws-custom-select-search {
  width: 100%;
  height: 38px;
  border: 1px solid #d7dde7;
  border-radius: 9px;
  padding: 7px 10px;
  outline: none;
  margin-bottom: 8px;
  font-size: .95rem;
}
.ws-custom-select-search:focus { border-color: var(--org); }
.ws-custom-select-options { max-height: 220px; overflow-y: auto; display: flex; flex-direction: column; gap: 3px; list-style: none; margin: 0; padding: 0; }
.ws-custom-select-option {
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font-size: .95rem;
}

/* Keep list-business lock overlay above form controls but below sticky header */
.ws-listing-form-locked { isolation: isolate; }
.ws-listing-form-locked .ws-listing-form-overlay { z-index: 20 !important; }
.ws-listing-form-locked > :not(.ws-listing-form-overlay) { pointer-events: none; }
.ws-listing-form-locked .ws-custom-select-wrap,
.ws-listing-form-locked .ws-custom-select-wrap.ws-open,
.ws-listing-form-locked .ws-custom-select-panel { z-index: 1 !important; }
.ws-form-section.ws-processing-active { isolation: isolate; }
.ws-form-section.ws-processing-active #ws-lbProcessingOverlay { z-index: 40 !important; }
.ws-form-section.ws-processing-active .ws-custom-select-wrap,
.ws-form-section.ws-processing-active .ws-custom-select-wrap.ws-open,
.ws-form-section.ws-processing-active .ws-custom-select-panel { z-index: 1 !important; }
.ws-custom-select-option:hover { background: #f8fafc; }
.ws-custom-select-option.active { background: color-mix(in srgb, var(--org) 12%, #fff); color: var(--org-dark); font-weight: 600; }
.ws-custom-select-option[aria-disabled="true"] { color: #9ca3af; cursor: not-allowed; }
.ws-f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ws-f-hint { font-size: 1rem; color: var(--muted); margin-top: 4px; }
.ws-btn-submit { width: 100%; padding: 13px; background: var(--org); color: white; border-radius: var(--radius-sm); font-family: var(--font-h); font-weight: 600; font-size: 1rem; transition: background var(--trans); }
.ws-btn-submit:hover { background: var(--org-dark); }
.ws-alert { display: none; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 1rem; font-weight: 600; margin-bottom: 14px; }
.ws-alert-success { display: block; background: var(--green-light); color: var(--green); border: 1.5px solid var(--green); }
.ws-alert-error { background: var(--red-light); color: var(--red); border: 1.5px solid var(--red); }
.ws-alert-warn { display: block; background: var(--yellow-light); color: #92400E; border: 1.5px solid var(--yellow); }
.ws-alert-info { display: block; background: var(--blue-light); color: var(--blue); border: 1.5px solid var(--blue); }

/* â”€â”€ AUTH PAGES â”€â”€ */
.ws-form-page { min-height: calc(100vh - 65px); display: flex; align-items: center; justify-content: center; padding: 32px 16px; background: var(--light); }
.ws-form-box { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 36px 32px; width: 100%; max-width: 460px; }
.ws-form-logo { margin-bottom: 20px; }
.ws-form-box h1,
.ws-form-box .ws-h1 { font-family: var(--font-h); font-size: 1.5rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.ws-form-desc { color: var(--muted); font-size: 1rem; margin-bottom: 22px; }
.ws-form-switch { text-align: center; font-size: 1rem; color: var(--muted); margin-top: 14px; }
.ws-form-switch a { color: var(--org); font-weight: 600; }
.ws-login-page .ws-form-box { text-align: center; }
.ws-login-page .ws-form-logo { display: flex; justify-content: center; }
.ws-login-page .ws-form-logo .ws-logo { justify-content: center; }
.ws-login-page .ws-f-group label { text-align: left; }
.ws-register-page .ws-form-box { text-align: center; }
.ws-register-page .ws-form-logo { display: flex; justify-content: center; }
.ws-register-page .ws-form-logo .ws-logo { justify-content: center; }
.ws-register-page .ws-f-group label { text-align: left; }
.ws-register-page .ws-form-box {
  max-width: 560px;
  padding: 34px 30px 28px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
}
.ws-register-page .ws-form-logo { margin-bottom: 14px; }
.ws-register-page .ws-form-logo .ws-static-logo { pointer-events: none; cursor: default; }
.ws-register-page .ws-form-desc { margin-bottom: 18px; }
.ws-register-page .ws-f-group { margin-bottom: 14px; }
.ws-register-page .ws-f-row { gap: 12px; }
.ws-register-page .ws-register-account-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 7px;
}
.ws-register-page .ws-register-radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7e2ee;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fbfdff;
  color: var(--text);
  font-weight: 600;
}
.ws-register-page .ws-register-radio-option input[type="radio"] {
  width: auto;
  margin: 0;
}
.ws-register-page .ws-register-terms-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.ws-register-page .ws-register-terms-row input[type="checkbox"] {
  width: auto;
  margin-top: 4px;
  flex-shrink: 0;
}
.ws-register-page .ws-register-terms-row label {
  font-size: .82rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.45;
}
.ws-register-page .ws-btn-submit { margin-top: 4px; }
.ws-field-error {
  margin-top: 6px;
  width: 100%;
  display: block;
  font-size: 0.85rem;
  line-height: 1.35;
  color: var(--red);
  font-weight: 600;
  text-align: left;
}
.ws-f-group .ws-field-error { padding-left: 2px; }
.ws-f-group input + .ws-field-error,
.ws-f-group select + .ws-field-error,
.ws-f-group textarea + .ws-field-error { margin-top: 6px; }
.ws-f-group[style*="display:flex"] .ws-field-error { flex-basis: 100%; }
.ws-terms-row { flex-wrap: wrap; }
.ws-terms-row .ws-field-error { flex-basis: 100%; width: 100%; margin-top: 8px; }
.ws-register-popup-backdrop { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.45); z-index: 2000; padding: 16px; }
.ws-register-popup-card { width: 100%; max-width: 430px; background: var(--white); border-radius: 14px; padding: 16px 16px 14px; box-shadow: 0 18px 55px rgba(0,0,0,.18); text-align: left; border: 1px solid rgba(229,231,235,.95); }
.ws-register-popup-card .ws-h3 { margin-bottom: 0; font-size: 1.05rem; line-height: 1.25; }
.ws-register-popup-card p { color: var(--text); margin-top: 10px; margin-bottom: 12px; font-size: 1.05rem; line-height: 1.55; }
.ws-popup-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.ws-popup-close {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto; /* Keep close button at right even when header title is hidden */
}
.ws-popup-close:hover { background: var(--org-light); color: var(--org); border-color: color-mix(in srgb, var(--org) 35%, var(--border)); }
.ws-popup-actions { display: flex; justify-content: center; }
.ws-popup-btn {
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 600;
  font-family: var(--font-h);
  font-size: .95rem;
  background: var(--org);
  color: var(--white);
}
.ws-popup-btn:hover { background: var(--org-dark); }
.ws-register-popup-success .ws-register-popup-card { border-color: #8dd8b2; }
.ws-register-popup-success .ws-register-popup-card .ws-h3 { color: var(--green); }
.ws-register-popup-error .ws-register-popup-card { border-color: #f4b2b2; }
.ws-register-popup-error .ws-register-popup-card .ws-h3 { color: var(--red); }
.ws-btn-submit:disabled { opacity: .9; cursor: not-allowed; }
.ws-btn-spinner { width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; display: inline-block; vertical-align: middle; margin-right: 8px; animation: ws-spin .8s linear infinite; }
@keyframes ws-spin { to { transform: rotate(360deg); } }

/* â”€â”€ PAGE HEADER â”€â”€ */
.ws-page-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); padding: 32px 0; color: white; }
.ws-page-header h1,
.ws-page-header .ws-h1 { font-family: var(--font-h); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; margin-bottom: 4px; }
.ws-page-header p { color: rgba(255,255,255,.65); font-size: 1rem; }
.ws-breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 1rem; color: rgba(255,255,255,.55); margin-bottom: 8px; flex-wrap: wrap; }
.ws-breadcrumb a { color: rgba(255,255,255,.7); }
.ws-breadcrumb a:hover { color: var(--org-mid); }

/* Contact page (modern) */
body.ws-contact .ws-contact-hero {
  padding: 36px 0 34px;
  background: radial-gradient(circle at 20% 20%, #1f3a5f 0%, var(--navy) 45%, var(--navy2) 100%);
}
body.ws-contact .ws-contact-shell { padding: 38px 0 68px; }
body.ws-contact .ws-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
  align-items: start;
}
body.ws-contact .ws-contact-card {
  border: 1px solid #dfe6ef;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
  position: static;
  top: auto;
}
body.ws-contact .ws-contact-form-card { padding: 26px; }
body.ws-contact .ws-contact-card-head h2,
body.ws-contact .ws-contact-card-head .ws-h2 { font-family: var(--font-h); font-size: 1.35rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
body.ws-contact .ws-contact-card-head p { color: var(--muted); margin-bottom: 18px; }
body.ws-contact .ws-contact-form .ws-f-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
body.ws-contact .ws-contact-form .ws-f-group { margin-bottom: 14px; }
body.ws-contact .ws-contact-form .ws-f-group label { font-weight: 600; color: #516175; margin-bottom: 7px; display: block; }
body.ws-contact .ws-contact-form input,
body.ws-contact .ws-contact-form select,
body.ws-contact .ws-contact-form textarea {
  width: 100%;
  border: 1px solid #d2dce8;
  border-radius: 11px;
  min-height: 46px;
  padding: 10px 12px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.ws-contact .ws-contact-form textarea { min-height: 130px; resize: vertical; }
body.ws-contact .ws-contact-form input:focus,
body.ws-contact .ws-contact-form select:focus,
body.ws-contact .ws-contact-form textarea:focus {
  outline: 0;
  border-color: var(--org);
  box-shadow: 0 0 0 3px rgba(232, 69, 10, .12);
}
body.ws-contact .ws-contact-submit-btn {
  margin-top: 4px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
}
body.ws-contact .ws-contact-side { display: grid; gap: 16px; }
body.ws-contact .ws-contact-info-card { padding: 22px; }
body.ws-contact .ws-contact-info-card h3,
body.ws-contact .ws-contact-info-card .ws-h3 { margin-bottom: 14px; }
body.ws-contact .ws-contact-info-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e4eaf2;
}
body.ws-contact .ws-contact-info-row.ws-contact-info-row-last { border-bottom: 0; }
body.ws-contact .ws-contact-icon {
  flex-shrink: 0;
  min-width: 58px;
  border-radius: 999px;
  background: #f5f8fc;
  border: 1px solid #dde5ef;
  padding: 5px 9px;
  text-align: center;
  color: #607086;
  font-size: .8rem;
  font-weight: 600;
}
body.ws-contact .ws-contact-info-row p { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: #74869b; margin-bottom: 4px; font-weight: 600; }
body.ws-contact .ws-contact-info-row strong { display: block; color: #0f172a; font-size: .95rem; margin-bottom: 2px; }
body.ws-contact .ws-contact-info-row small { color: #6b7b8f; font-size: .8rem; }
body.ws-contact .ws-contact-faq-card {
  padding: 20px;
  background: linear-gradient(170deg, #0f172a 0%, #1e293b 100%);
  border-color: #1e293b;
}
body.ws-contact .ws-contact-faq-card h3,
body.ws-contact .ws-contact-faq-card .ws-h3 { color: #fff; margin-bottom: 12px; }
body.ws-contact .ws-contact-faq-card div { margin-bottom: 10px; }
body.ws-contact .ws-contact-faq-card div:last-child { margin-bottom: 0; }
body.ws-contact .ws-contact-faq-card strong { display: block; color: #fcb07d; margin-bottom: 3px; font-size: .92rem; }
body.ws-contact .ws-contact-faq-card p { color: rgba(255, 255, 255, .74); font-size: .82rem; line-height: 1.55; }
@media (max-width: 992px) {
  body.ws-contact .ws-contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body.ws-contact .ws-contact-shell { padding: 26px 0 58px; }
  body.ws-contact .ws-contact-form-card { padding: 18px; }
  body.ws-contact .ws-contact-form .ws-f-row { grid-template-columns: 1fr; }
  body.ws-contact .ws-contact-submit-btn { width: 100%; }
}

/* â”€â”€ BUSINESS DETAIL â”€â”€ */
.ws-biz-detail-header { background: linear-gradient(135deg, var(--navy) 0%, var(--navy2) 100%); padding: 28px 0; color: white; }
.ws-bdh-inner { display: flex; gap: 18px; align-items: flex-start; }
.ws-bdh-logo { width: 70px; height: 70px; border-radius: var(--radius); background: var(--org); color: white; font-size: 2rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ws-bdh-category { font-size: 1rem; color: rgba(255,255,255,.55); margin-bottom: 4px; }
.ws-bdh-name { font-family: var(--font-h); font-size: clamp(1.2rem, 3vw, 1.8rem); font-weight: 600; color: white; margin-bottom: 8px; }
.ws-bdh-pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; }
.ws-bdh-breadcrumb { margin-bottom: 10px; }
.ws-bdh-addr { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: rgba(255,255,255,.85); font-size: 1rem; line-height: 1.45; }
.ws-bdh-addr .ws-app-icon-image { width: 15px; height: 15px; flex-shrink: 0; transform: translateY(-1px); }
.ws-biz-detail-body { display: grid; grid-template-columns: 1fr 310px; gap: 24px; padding: 24px 0; align-items: start; }
.ws-detail-section { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 22px; margin-bottom: 16px; }
.ws-detail-section h2,
.ws-detail-section .ws-h2 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid var(--org); }
.ws-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ws-info-item small { font-size: 1rem; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--muted); }
.ws-info-item p { font-size: 1rem; color: var(--text); margin-top: 3px; font-weight: 600; }
.ws-contact-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 20px; position: sticky; top: 118px; }
.ws-contact-card h3,
.ws-contact-card .ws-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 14px; }
.ws-contact-card-exact {
  border-radius: 12px;
  border-color: #cfd8e3;
  background: #f3f5f7;
  padding: 12px 12px 10px;
}
.ws-contact-card-exact .ws-h3 { line-height: 1.35; margin-bottom: 8px; font-size: 1rem; color: #0b2f57; }
.ws-big-call-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: white; padding: 12px; border-radius: var(--radius-sm); font-weight: 600; font-family: var(--font-h); font-size: 1rem; margin-bottom: 8px; transition: background var(--trans); }
.ws-big-call-btn:hover { background: #096B3E; }
.ws-contact-info-row { display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid #d3dbe5; align-items: flex-start; }
.ws-contact-info-row:last-child { border-bottom: none; }
.ws-ci-icon { font-size: 1.1rem; flex-shrink: 0; }
.ws-ci-label { display: block; font-size: 1rem; text-transform: none; letter-spacing: 0; color: #4f647a; font-weight: 600; margin-bottom: 2px; }
.ws-ci-value { font-size: 1rem; font-weight: 600; color: #122a44; }
.ws-locked-box-exact { text-align: center; background: #f0f3f6; border: 1px dashed #d5dce6; border-radius: 10px; padding: 8px 8px 10px; margin-bottom: 8px; }
.ws-locked-box-exact .ws-lock-icon { width: 32px; height: 32px; margin: 0 auto 4px; color: #f59e0b; display: inline-flex; align-items: center; justify-content: center; }
.ws-locked-box-exact .ws-lock-icon .ws-app-icon-image { width: 18px; height: 18px; filter: saturate(1.05) brightness(1.02); }
.ws-locked-box-exact p { margin-bottom: 3px; font-size: 1rem; color: #5a6c82; line-height: 1.4; }
.ws-locked-box-exact small { display: block; color: #7d8da1; font-size: 1rem; margin-bottom: 6px; line-height: 1.35; }
.ws-lock-btn-exact { background: #f26522; color: #fff; border-radius: 8px; width: 100%; display: inline-flex; justify-content: center; align-items: center; padding: 9px 8px; min-height: 38px; font-weight: 600; font-size: 1rem; }
.ws-lock-btn-exact:hover { background: #f26522; color: #fff; filter: brightness(.97); }
.ws-lock-login-inline { margin-top: 6px; font-size: 1rem; color: #8a98aa; }
.ws-lock-login-inline a { color: #f26522; font-weight: 600; }
.ws-side-action-primary { width: 100%; margin-top: 8px; margin-bottom: 6px; background: #0b2f57; font-size: 1rem; min-height: 38px; padding: 9px 8px; border-radius: 8px; }
.ws-side-action-primary:hover { background: #0b2f57; filter: brightness(.96); }
.ws-side-action-secondary { display: block; width: 100%; text-align: center; background: #f8fafc; border: 1px solid #d3dbe5; color: #0f2f53; border-radius: 8px; padding: 8px 8px; min-height: 36px; font-size: 1rem; font-weight: 600; }
.ws-side-action-secondary:hover { border-color: #c3cedb; color: #0f2f53; }
.ws-contact-card-exact .ws-ci-icon { width: 16px; height: 16px; margin-top: 2px; display: inline-flex; align-items: center; justify-content: center; }
.ws-contact-card-exact .ws-ci-icon .ws-app-icon-image { width: 14px; height: 14px; }
.ws-contact-card-exact .ws-contact-info-row:first-of-type .ws-ci-icon .ws-app-icon-image { filter: hue-rotate(325deg) saturate(1.35) brightness(1.02); }
.ws-contact-card-exact .ws-contact-info-row:nth-of-type(2) .ws-ci-icon .ws-app-icon-image { filter: grayscale(0.15) saturate(0.85) brightness(0.85); }
.ws-contact-card-exact .ws-side-action-primary .ws-app-icon-image { width: 13px; height: 13px; }
.ws-text-org { color: var(--org) !important; }
.ws-text-muted { color: var(--muted); }
.ws-fw-bold { font-weight: 600; }

/* Reviews */
.ws-review-form {
  background: linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
  border: 1px solid #e3ebf4;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 18px;
}
.ws-review-form h3,
.ws-review-form .ws-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.ws-review-form .ws-star-picker { display: flex; align-items: center; gap: 4px; margin-bottom: 10px; }
.ws-star-picker span { font-size: 1.6rem; color: #d5dbe3; cursor: pointer; transition: color .2s ease, transform .15s ease; }
.ws-star-picker span:hover { color: var(--yellow); }
.ws-review-input {
  display: block;
  width: 100%;
  margin-top: 8px;
  border: 1.5px solid #d6e0eb;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  font-size: 1rem;
  color: #0f172a;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ws-review-input::placeholder { color: #94a3b8; }
.ws-review-input:focus {
  border-color: #f26522;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.14);
  outline: none;
}
.ws-review-form textarea.ws-review-input { min-height: 108px; resize: vertical; line-height: 1.6; }
.ws-review-submit {
  margin-top: 10px;
  min-width: 190px;
  text-align: center;
  border-radius: 10px;
  border-color: #f26522;
  background: #f26522;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(242, 101, 34, 0.24);
}
.ws-review-submit:hover {
  border-color: #dc5416;
  background: #dc5416;
  color: #fff;
}
.ws-review-card { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 14px; margin-bottom: 10px; }
.ws-review-summary { background: var(--light); border-radius: var(--radius-sm); padding: 14px; margin-bottom: 12px; }
.ws-review-summary strong { display: block; font-size: 2rem; line-height: 1; color: var(--navy); font-family: var(--font-h); margin-bottom: 6px; }
.ws-review-summary small { color: var(--muted); font-size: 1rem; }

.ws-review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.ws-reviewer-name { font-weight: 600; font-size: 1rem; color: var(--navy); }
.ws-review-date { font-size: 1rem; color: var(--muted); }
.ws-review-stars { color: var(--yellow); font-size: 1rem; margin-bottom: 6px; }
.ws-review-text { font-size: 1rem; color: var(--text); line-height: 1.7; }
.ws-bli-tag { background: var(--light); border: 1.5px solid var(--border); padding: 4px 12px; border-radius: 50px; font-size: 1rem; font-weight: 600; color: var(--text); }
.ws-bli-tag:hover { border-color: var(--org); color: var(--org); }
.ws-search-bar-strip .ws-selected-strip {
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f2 100%);
  border: 1px solid #f8d9c8;
  border-radius: 14px;
  padding: 12px 14px;
  margin: 0 0 10px;
  box-shadow: 0 8px 18px rgba(242, 101, 34, 0.08);
}
.ws-search-bar-strip .ws-selected-title {
  margin: 0 0 9px;
  color: #8f3f17;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .06em;
}
.ws-search-bar-strip .ws-selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ws-search-bar-strip .ws-selected-tag {
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  gap: 7px;
  border: 3px solid #000;
  border-radius: 5px;
  padding: 0;
  background: #fff;
  color: #5b2f14;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.1;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.ws-search-bar-strip .ws-selected-tag:hover {
  background: #fff2ea;
  border-color: #f2bc9f;
  box-shadow: 0 2px 6px rgba(242, 101, 34, 0.12);
}
.ws-search-bar-strip .ws-selected-tag:focus-visible {
  outline: 0;
  border-color: #f26522;
  box-shadow: 0 0 0 2px rgba(242, 101, 34, 0.18);
}
.ws-search-bar-strip .ws-selected-tag .tag-term-name {
  display: inline-flex;
  align-items: center;
  align-self: center;
  color: #ffffff;
  font-weight: 600;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  height: 35px;
  padding: 0 15px;
  line-height: 1.1;
}
.ws-search-bar-strip .ws-selected-tag .tag-term-value {
  color: #374151;
  font-weight: 600;
  padding: 4px 2px;
  line-height: 1.1;
}
.ws-search-bar-strip .ws-selected-tag-remove {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f26522;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin: 0 4px 0 0;
  align-self: center;
  box-shadow: none;
  text-align: center;
  position: relative;
}
.ws-search-bar-strip .ws-selected-tag-remove::before,
.ws-search-bar-strip .ws-selected-tag-remove::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1.6px;
  background: #fff;
  border-radius: 1px;
  transform-origin: center;
}
.ws-search-bar-strip .ws-selected-tag-remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ws-search-bar-strip .ws-selected-tag-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* â”€â”€ DASHBOARD â”€â”€ */
.ws-dash-wrap { display: flex; min-height: calc(100vh - 65px); }
.ws-dash-sidebar { width: 230px; background: var(--navy); color: white; flex-shrink: 0; padding: 24px 0; position: sticky; top: 65px; height: calc(100vh - 65px); overflow-y: auto; }
.ws-ds-user { padding: 0 20px 20px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 12px; }
.ws-ds-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--org); color: white; font-family: var(--font-h); font-size: 1.4rem; font-weight: 600; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.ws-ds-name { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: white; }
.ws-ds-role { font-size: 1rem; color: rgba(255,255,255,.5); }
.ws-ds-nav a { display: flex; align-items: center; gap: 10px; padding: 11px 20px; font-size: 1rem; font-weight: 600; color: rgba(255,255,255,.65); transition: all var(--trans); }
.ws-ds-nav a:hover, .ws-ds-nav a.ws-active { background: rgba(255,255,255,.1); color: white; }
.ws-ds-nav a.ws-active { border-left: 3px solid var(--org); }
.ws-nav-ic { font-size: 1rem; }
.ws-ds-notif-dot { background: var(--red); color: white; font-size: 1rem; font-weight: 600; padding: 2px 6px; border-radius: 50px; margin-left: auto; }
.ws-dash-main { flex: 1; padding: 28px; background: var(--light); min-width: 0; }
.ws-dash-title { font-family: var(--font-h); font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.ws-dash-sub { color: var(--muted); font-size: 1rem; margin-bottom: 20px; }

/* Customer Portal scoped hooks (no cross-page conflicts) */
body.ws-customer-portal #ws-cspWrap,
body.ws-customer-profile #ws-cspWrap,
body.ws-customer-business-listings #ws-cspWrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Horizontal top menu for customer pages */
body.ws-customer-portal .ws-csp-main-menu-bar,
body.ws-customer-profile .ws-csp-main-menu-bar,
body.ws-customer-business-listings .ws-csp-main-menu-bar {
  width: 100%;
  margin-top: 12px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 10px;
  position: relative;
  top: auto;
  z-index: 50;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

body.ws-customer-portal #ws-cspNav,
body.ws-customer-profile #ws-cspNav,
body.ws-customer-business-listings #ws-cspNav {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
body.ws-customer-portal #ws-cspNav::-webkit-scrollbar,
body.ws-customer-profile #ws-cspNav::-webkit-scrollbar,
body.ws-customer-business-listings #ws-cspNav::-webkit-scrollbar { display: none; }

body.ws-customer-portal .ws-csp-main-menu-bar .ws-csp-nav a,
body.ws-customer-profile .ws-csp-main-menu-bar .ws-csp-nav a,
body.ws-customer-business-listings .ws-csp-main-menu-bar .ws-csp-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-h);
  color: var(--navy);
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background var(--trans), color var(--trans), border-color var(--trans);
}
body.ws-customer-portal .ws-csp-main-menu-bar .ws-csp-nav a:hover,
body.ws-customer-profile .ws-csp-main-menu-bar .ws-csp-nav a:hover,
body.ws-customer-business-listings .ws-csp-main-menu-bar .ws-csp-nav a:hover {
  background: var(--org-light);
  color: var(--org);
  border-color: color-mix(in srgb, var(--org) 22%, var(--border));
}
body.ws-customer-portal .ws-csp-main-menu-bar .ws-csp-nav a.ws-csp-active,
body.ws-customer-profile .ws-csp-main-menu-bar .ws-csp-nav a.ws-csp-active,
body.ws-customer-business-listings .ws-csp-main-menu-bar .ws-csp-nav a.ws-csp-active {
  background: var(--org);
  color: white;
  border-color: var(--org);
  box-shadow: 0 10px 20px rgba(232, 69, 10, .18);
}
body.ws-customer-portal .ws-csp-main-menu-bar .ws-csp-navic,
body.ws-customer-profile .ws-csp-main-menu-bar .ws-csp-navic,
body.ws-customer-business-listings .ws-csp-main-menu-bar .ws-csp-navic {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.ws-customer-portal .ws-csp-main-menu-bar .ws-csp-navic img,
body.ws-customer-profile .ws-csp-main-menu-bar .ws-csp-navic img,
body.ws-customer-business-listings .ws-csp-main-menu-bar .ws-csp-navic img {
  width: 18px;
  height: 18px;
}

body.ws-customer-portal #ws-cspMain,
body.ws-customer-profile #ws-cspMain,
body.ws-customer-business-listings #ws-cspMain {
  flex: 1;
  padding: 18px;
  background: var(--light);
  min-width: 0;
  border-radius: 16px;
}
body.ws-customer-portal #ws-cspWrap .ws-csp-title,
body.ws-customer-profile #ws-cspWrap .ws-csp-title,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-title { font-family: var(--font-h); font-size: 1.4rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; letter-spacing: .1px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-subtitle,
body.ws-customer-profile #ws-cspWrap .ws-csp-subtitle,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-subtitle { color: var(--muted); font-size: 1rem; margin-bottom: 20px; max-width: 68ch; }

body.ws-customer-portal #ws-cspWrap .ws-csp-stats,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-stat-card,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-stat-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 18px; text-align: center; }
body.ws-customer-portal #ws-cspWrap .ws-csp-stat-card strong,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-stat-card strong { display: block; font-family: var(--font-h); font-size: 1.8rem; font-weight: 600; }
body.ws-customer-portal #ws-cspWrap .ws-csp-stat-card span,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-stat-card span { font-size: 1rem; color: var(--muted); text-transform: none; letter-spacing: .05em; }

body.ws-customer-portal #ws-cspWrap .ws-csp-card,
body.ws-customer-profile #ws-cspWrap .ws-csp-card,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 20px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-cardHead,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-cardHead { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--border); }
body.ws-customer-portal #ws-cspWrap .ws-csp-cardHead a,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-cardHead a { font-size: 1rem; color: var(--org); font-weight: 600; }
body.ws-customer-portal #ws-cspWrap .ws-csp-h3,
body.ws-customer-business-listings #ws-cspWrap .ws-csp-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }

body.ws-customer-business-listings #ws-cspWrap .ws-csp-listings-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
body.ws-customer-business-listings #ws-cspWrap .ws-csp-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--org);
  color: white;
  font-weight: 600;
  font-family: var(--font-h);
  border: 1px solid var(--org);
}
body.ws-customer-business-listings #ws-cspWrap .ws-csp-primary-btn:hover { background: var(--org-dark); border-color: var(--org-dark); }
body.ws-customer-business-listings #ws-cspWrap .ws-csp-search { display: flex; align-items: center; gap: 10px; }
body.ws-customer-business-listings #ws-cspWrap .ws-csp-search input {
  width: min(360px, 52vw);
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  outline: none;
}
body.ws-customer-business-listings #ws-cspWrap .ws-csp-search input:focus { border-color: color-mix(in srgb, var(--org) 30%, var(--border)); box-shadow: 0 0 0 4px color-mix(in srgb, var(--org) 16%, transparent); }
body.ws-customer-business-listings #ws-cspWrap .ws-csp-link { font-weight: 600; color: var(--org); }

body.ws-customer-portal #ws-cspWrap .ws-csp-notif-item { display: flex; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--border); }
body.ws-customer-portal #ws-cspWrap .ws-csp-notif-item.ws-csp-unread { background: var(--org-light); }
body.ws-customer-portal #ws-cspWrap .ws-csp-notif-item:last-child { border: none; }
body.ws-customer-portal #ws-cspWrap .ws-csp-notif-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--org); flex-shrink: 0; margin-top: 6px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-notif-msg { font-size: 1rem; }
body.ws-customer-portal #ws-cspWrap .ws-csp-notif-time { font-size: 1rem; color: var(--muted); margin-top: 3px; }

body.ws-customer-portal #ws-cspWrap .ws-csp-empty-state { text-align: center; padding: 48px 24px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-ei { font-size: 3rem; margin-bottom: 12px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-empty-state .ws-csp-h3 { font-family: var(--font-h); font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-empty-state p { font-size: 1rem; color: var(--muted); }

body.ws-customer-portal #ws-cspWrap .ws-csp-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
body.ws-customer-portal #ws-cspWrap .ws-csp-info-item small { font-size: 1rem; font-weight: 600; text-transform: none; letter-spacing: 0; color: var(--muted); }
body.ws-customer-portal #ws-cspWrap .ws-csp-info-item p { font-size: 1rem; color: var(--text); margin-top: 3px; font-weight: 600; }

body.ws-customer-portal #ws-cspWrap .ws-csp-status-tag { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 1rem; font-weight: 600; text-transform: none; }
body.ws-customer-portal #ws-cspWrap .ws-csp-st-approved { background: var(--green-light); color: var(--green); }
body.ws-customer-portal #ws-cspWrap .ws-csp-st-pending { background: var(--yellow-light); color: #92400E; }
body.ws-customer-portal #ws-cspWrap .ws-csp-st-rejected { background: var(--red-light); color: var(--red); }
body.ws-customer-portal #ws-cspWrap .ws-csp-st-active { background: var(--green-light); color: var(--green); }

body.ws-customer-portal #ws-cspWrap .ws-csp-ab-btn { padding: 5px 10px; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all var(--trans); border: none; }
body.ws-customer-portal #ws-cspWrap .ws-csp-ab-view { background: var(--blue-light); color: var(--blue); }
body.ws-customer-portal #ws-cspWrap .ws-csp-ab-reject { background: var(--red-light); color: var(--red); }

body.ws-customer-portal #ws-cspWrap .ws-csp-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--org); color: white; padding: 12px 18px; border-radius: var(--radius-sm); font-weight: 600; font-family: var(--font-h); transition: background var(--trans); }
body.ws-customer-portal #ws-cspWrap .ws-csp-cta:hover { background: var(--org-dark); }

/* Customer Profile (modern UI) */
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  border: 1.5px solid var(--border);
  box-shadow: 0 10px 26px rgba(2, 132, 199, .08);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-avatar {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--org) 0%, var(--org-mid) 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 600;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 12px 24px rgba(232,69,10,.22);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-headtext { min-width: 0; flex: 1; }
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-actions { display: flex; gap: 10px; flex-shrink: 0; }
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--white);
  font-weight: 600;
  font-family: var(--font-h);
  color: var(--navy);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action:hover { background: var(--org-light); color: var(--org); border-color: color-mix(in srgb, var(--org) 35%, var(--border)); }
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-card { padding: 18px; }

body.ws-customer-profile #ws-cspWrap .ws-csp-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 14px 12px;
  background: var(--white);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-value {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  word-break: break-word;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-form input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 1rem;
  font-family: var(--font-r);
  color: var(--navy);
  background: var(--white);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-form input:focus {
  outline: 0;
  border-color: var(--org);
  box-shadow: 0 0 0 3px rgba(232, 69, 10, .12);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-form .ws-csp-profile-grid {
  gap: 16px;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-form .ws-csp-profile-item {
  border-radius: 16px;
  padding: 15px 15px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-form .ws-csp-profile-label {
  font-size: .88rem;
  letter-spacing: .01em;
  margin-bottom: 8px;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 14px;
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action.ws-csp-profile-action-primary {
  border-color: var(--org);
  background: var(--org);
  color: var(--white);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action.ws-csp-profile-action-primary:hover {
  background: var(--org-dark);
  border-color: var(--org-dark);
  color: var(--white);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action.ws-csp-profile-action-secondary {
  background: var(--light);
}
body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action.ws-csp-profile-action-secondary:hover {
  background: #eceff5;
  color: var(--navy);
  border-color: var(--border);
}

@media (max-width: 768px) {
  body.ws-customer-profile #ws-cspWrap .ws-csp-profile-header { flex-direction: column; align-items: flex-start; }
  body.ws-customer-profile #ws-cspWrap .ws-csp-profile-actions { width: 100%; }
  body.ws-customer-profile #ws-cspWrap .ws-csp-profile-action { width: 100%; }
  body.ws-customer-profile #ws-cspWrap .ws-csp-profile-grid { grid-template-columns: 1fr; }
  body.ws-customer-profile #ws-cspWrap .ws-csp-profile-edit-actions { justify-content: flex-start; }
}
.ws-stat-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 24px; }
.ws-stat-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 18px; text-align: center; }
.ws-stat-card strong { display: block; font-family: var(--font-h); font-size: 1.8rem; font-weight: 600; }
.ws-stat-card span { font-size: 1rem; color: var(--muted); text-transform: none; letter-spacing: .05em; }
.ws-card-box { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 20px; }
.ws-card-box-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; border-bottom: 1px solid var(--border); }
.ws-card-box-head h3,
.ws-card-box-head .ws-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); }
.ws-card-box-head a { font-size: 1rem; color: var(--org); font-weight: 600; }
table { width: 100%; border-collapse: collapse; font-size: 1rem; }
th { padding: 10px 14px; text-align: left; font-size: 1rem; text-transform: none; letter-spacing: .05em; color: var(--muted); background: var(--light); border-bottom: 1px solid var(--border); }
td { padding: 11px 14px; border-bottom: 1px solid var(--border); vertical-align: middle; }
tr:last-child td { border-bottom: none; }
tr:hover td { background: var(--light); }
.ws-status-tag { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 1rem; font-weight: 600; text-transform: none; }
.ws-st-approved { background: var(--green-light); color: var(--green); }
.ws-st-pending { background: var(--yellow-light); color: #92400E; }
.ws-st-rejected { background: var(--red-light); color: var(--red); }
.ws-st-active { background: var(--green-light); color: var(--green); }
.ws-st-blocked { background: var(--red-light); color: var(--red); }
.ws-ab-btn { padding: 5px 10px; border-radius: 4px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all var(--trans); border: none; }
.ws-ab-view { background: var(--blue-light); color: var(--blue); }
.ws-ab-approve { background: var(--green-light); color: var(--green); }
.ws-ab-reject { background: var(--red-light); color: var(--red); }
.ws-ab-block { background: var(--yellow-light); color: #92400E; }
.ws-notif-item { display: flex; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--border); }
.ws-notif-item.ws-unread { background: var(--org-light); }
.ws-notif-item:last-child { border: none; }
.ws-notif-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--org); flex-shrink: 0; margin-top: 6px; }
.ws-notif-msg { font-size: 1rem; }
.ws-notif-time { font-size: 1rem; color: var(--muted); margin-top: 3px; }

/* MODAL */
.ws-modal-bg { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 999; overflow-y: auto; padding: 20px; }
.ws-modal-box { background: var(--white); border-radius: var(--radius); max-width: 640px; margin: 40px auto; overflow: hidden; }
.ws-modal-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1.5px solid var(--border); }
.ws-modal-head h2,
.ws-modal-head .ws-h2 { font-family: var(--font-h); font-size: 1.1rem; font-weight: 600; color: var(--navy); }
.ws-modal-close { font-size: 1.3rem; color: var(--muted); cursor: pointer; transition: color var(--trans); }
.ws-modal-close:hover { color: var(--red); }
#ws-modalBody { padding: 22px; }
#ws-modalActions { padding: 0 22px 22px; }

/* Empty State */
.ws-empty-state { text-align: center; padding: 48px 24px; }
.ws-ei { font-size: 3rem; margin-bottom: 12px; }
.ws-empty-state h3,
.ws-empty-state .ws-h3 { font-family: var(--font-h); font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.ws-empty-state p { font-size: 1rem; color: var(--muted); }

/* Spinner */
.ws-spinner { width: 40px; height: 40px; border: 3px solid var(--border); border-top-color: var(--org); border-radius: 50%; animation: spin .8s linear infinite; margin: 80px auto; }
@keyframes spin { to { transform: rotate(360deg); } }

/* How it Works */
.ws-steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ws-step { text-align: center; padding: 24px 16px; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--radius); }
.ws-step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--org); color: white; font-family: var(--font-h); font-size: 1.2rem; font-weight: 600; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.ws-step h3,
.ws-step .ws-h3 { font-family: var(--font-h); font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.ws-step p { font-size: 1rem; color: var(--muted); line-height: 1.7; }

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 1024px) {
  .ws-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ws-biz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 32px;
    align-items: start;
  }
  .ws-footer-brand {
    grid-column: 1 / -1;
    max-width: 36rem;
  }
  .ws-stat-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px) {
  .ws-header-nav { display: none; }
  .ws-site-header {
    overflow-x: clip;
  }
  /* Tablet / narrow: single-row header — logo | actions | menu */
  .ws-header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px 12px;
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
    padding: 10px 12px;
  }
  .ws-logo {
    order: 1;
    flex-shrink: 0;
    min-width: 0;
    max-width: 42%;
    line-height: 0;
  }
  .ws-logo-img--header {
    max-width: min(200px, 38vw);
    max-height: 44px;
    width: auto;
    height: auto;
  }
  .ws-hamburger {
    display: inline-flex;
    order: 3;
    flex-shrink: 0;
    align-self: center;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .ws-header-actions {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    margin-left: 0;
    position: static;
  }
  .ws-header-list-biz-btn {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    margin-inline: 0;
    padding: 7px 12px !important;
    font-size: 0.72rem !important;
    line-height: 1.25;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ws-user-login-widget {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    flex: 0 0 auto;
    min-width: 0;
    max-width: min(40vw, 13rem);
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .ws-user-login-widget-btn {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 8px 10px;
    gap: 6px;
    font-size: 0.875rem;
    min-height: 40px;
  }
  .ws-user-login-widget-list {
    left: auto;
    right: 0;
    transform: none;
    width: min(100vw - 24px, 16rem);
    min-width: 0;
    max-width: none;
  }
  .ws-top-strip {
    overflow: hidden;
  }
  .ws-top-strip::after {
    display: none;
  }
  /* Top strip: keep contact + auth on one row when space allows */
  .ws-top-strip-inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
  }
  .ws-top-strip-contact {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px 14px;
    width: auto;
    max-width: none;
    margin-inline: 0;
  }
  .ws-top-strip-line {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px 8px;
    width: auto;
    max-width: none;
    margin-inline: 0;
    padding: 4px 0;
  }
  .ws-top-strip-line .ws-top-strip-icon,
  .ws-top-strip-line a {
    grid-column: unset;
    grid-row: unset;
  }
  .ws-top-strip-line a {
    min-width: 0;
    text-align: inherit;
    line-height: 1.35;
  }
  .ws-top-strip-line--phone .ws-top-strip-label {
    display: none;
  }
  .ws-top-strip-auth {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-inline: 0;
    justify-content: flex-end;
    gap: 8px;
  }
  .ws-top-strip-auth-btn {
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    padding: 6px 14px;
  }
}

@media (max-width: 768px) {
  .ws-hero-search-box { flex-direction: column; gap: 8px; padding: 10px; }
  .ws-hsb-field { border-right: none; border-bottom: 1.5px solid var(--border); padding: 8px; }
  .ws-hsb-field:last-of-type { border-bottom: none; }
  .ws-hsb-loc { max-width: 100%; }
  .ws-hsb-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .ws-results-layout { grid-template-columns: 1fr; }
  .ws-filter-panel { position: static; }
  .ws-biz-list-item { flex-direction: column; }
  .ws-bli-actions { flex-direction: row; width: 100%; margin-left: 0; }
  .ws-call-btn, .ws-whatsapp-btn, .ws-view-btn { flex: 1; }
  /* /business-list (search): stack CTAs; overrides row flex above */
  .ws-business-list-template .ws-bli-actions {
    flex-direction: column;
    flex-wrap: nowrap;
    align-self: stretch;
    gap: 10px;
  }
  .ws-business-list-template .ws-call-btn,
  .ws-business-list-template .ws-whatsapp-btn,
  .ws-business-list-template .ws-view-btn {
    flex: none;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    white-space: normal;
    justify-content: flex-start;
    text-align: left;
    padding: 10px 12px;
  }
  .ws-business-list-template .ws-bli-action-label {
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .ws-business-list-template .ws-biz-list-item {
    align-items: stretch;
    gap: 12px;
    padding: 14px;
    min-width: 0;
  }
  .ws-business-list-template .ws-bli-logo {
    align-self: flex-start;
  }
  .ws-business-list-template .ws-results-layout {
    padding: 16px 0 36px;
    gap: 16px;
    min-width: 0;
  }
  .ws-business-list-template #wsSearchResultsPane {
    min-width: 0;
  }
  .ws-business-list-template .ws-results-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .ws-business-list-template .ws-results-sort {
    width: 100%;
  }
  .ws-business-list-template .ws-results-sort .ws-custom-select-wrap,
  .ws-business-list-template .ws-results-sort .ws-custom-select-trigger {
    min-width: 0;
    width: 100%;
  }
  .ws-search-bar-strip {
    padding: 10px 0;
  }
  .ws-search-seo-footer {
    padding: 18px 0;
    margin-top: 12px;
  }
  .ws-biz-detail-body { grid-template-columns: 1fr; }
  .ws-contact-card { position: static; }
  .ws-info-grid { grid-template-columns: 1fr; }
  .ws-f-row { grid-template-columns: 1fr; }
  .ws-dash-sidebar { display: none; }
  body.ws-customer-portal .ws-csp-main-menu-bar,
  body.ws-customer-profile .ws-csp-main-menu-bar,
  body.ws-customer-business-listings .ws-csp-main-menu-bar {
    top: auto;
    border-radius: 14px;
    padding: 8px;
  }
  .ws-cta-inner { flex-direction: column; text-align: center; }
  .ws-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
  .ws-footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
  .ws-footer-col .ws-h4 {
    margin-bottom: 10px;
  }
  .ws-biz-grid { grid-template-columns: minmax(0, 1fr); }
  .ws-biz-name {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
  }
  .ws-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ws-card-box { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 480px) {
  .ws-logo-img--header {
    max-width: min(180px, 72vw);
    max-height: 46px;
  }
  .ws-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-stat-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-footer-cta {
    padding: 22px 0;
  }
  .ws-footer-cta-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .ws-footer-cta-btn {
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }
  .ws-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
    justify-items: center;
  }
  .ws-footer-brand {
    grid-column: auto;
    max-width: 22rem;
  }
  .ws-footer-brand .ws-logo {
    justify-content: center;
  }
  .ws-footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }
  .ws-footer-social {
    justify-content: center;
  }
  .ws-footer-col {
    width: 100%;
    max-width: 20rem;
  }
  .ws-footer-col .ws-h4 {
    margin-bottom: 10px;
  }
  .ws-footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .ws-hero-search-box { border-radius: var(--radius); }
  .ws-hero { padding: 36px 0 32px; }
  .ws-steps-grid { grid-template-columns: 1fr; }
  .ws-form-box { padding: 24px 16px; }
  .ws-register-page .ws-form-box { padding: 24px 16px 20px; }
  .ws-register-page .ws-register-account-type { grid-template-columns: 1fr; }
  .ws-bdh-inner { flex-wrap: wrap; }
  .ws-results-sort { width: 100%; }
  .ws-results-sort .ws-custom-select-wrap,
  .ws-results-sort .ws-custom-select-trigger { min-width: 0; width: 100%; }
}

/* â”€â”€ UTILITY CLASSES â”€â”€ */
.ws-text-green { color: var(--green); }
.ws-text-red { color: var(--red); }
.ws-text-navy { color: var(--navy); }
.ws-fw-900 { font-weight: 600; }
.ws-font-h { font-family: var(--font-h); }
.ws-d-none { display: none !important; }
.ws-d-flex { display: flex; }
.ws-gap-8 { gap: 8px; }
.ws-mt-8 { margin-top: 8px; }
.ws-mt-16 { margin-top: 16px; }
.ws-mb-0 { margin-bottom: 0; }
.ws-text-center { text-align: center; }
.ws-w-full { width: 100%; }

/* ===== PAGE: about ===== */
.ws-about-hero{background:linear-gradient(135deg,var(--navy) 0%,#163354 100%);padding:60px 0;text-align:center;color:white}
.ws-about-hero h1,.ws-about-hero .ws-h1{font-family:var(--font-h);font-size:clamp(1.8rem,4vw,2.8rem);font-weight: 600;margin-bottom:12px}
.ws-about-hero h1 span,.ws-about-hero .ws-h1 span{color:var(--org)}
.ws-about-hero p{font-size:1.05rem;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto}
.ws-mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.ws-mission-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:28px 20px;text-align:center;transition:all var(--trans)}
.ws-mission-card:hover{box-shadow:var(--shadow-lg);border-color:var(--org);transform:translateY(-3px)}
.ws-mission-icon{font-size:2.5rem;margin-bottom:14px}
.ws-mission-card h3,.ws-mission-card .ws-h3{font-family:var(--font-h);font-size:1rem;font-weight: 600;color:var(--navy);margin-bottom:8px}
.ws-mission-card p{font-size: 1rem;color:var(--muted);line-height:1.7}
.ws-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ws-team-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:24px 16px;text-align:center}
.ws-team-avatar{width:70px;height:70px;border-radius:50%;background:var(--org);color:white;font-family:var(--font-h);font-size:1.6rem;font-weight: 600;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.ws-team-name{font-weight: 600;font-size: 1rem;color:var(--navy)}
.ws-team-role{font-size: 1rem;color:var(--muted)}
.ws-timeline{position:relative;padding:0 0 0 32px;border-left:3px solid var(--org)}
.ws-tl-item{position:relative;margin-bottom:28px}
.ws-tl-dot{width:14px;height:14px;border-radius:50%;background:var(--org);position:absolute;left:-39px;top:4px;border:3px solid white;box-shadow:0 0 0 2px var(--org)}
.ws-tl-year{font-family:var(--font-h);font-weight: 600;color:var(--org);font-size: 1rem;margin-bottom:4px}
.ws-tl-item h4,.ws-tl-item .ws-h4{font-family:var(--font-h);font-weight: 600;color:var(--navy);margin-bottom:4px}
.ws-tl-item p{font-size: 1rem;color:var(--muted);line-height:1.7}
@media(max-width:768px){.ws-mission-grid,.ws-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.ws-mission-grid,.ws-team-grid{grid-template-columns:1fr}}

/* ===== PAGE: cities ===== */
.ws-cities-hero { padding: 46px 0; }
.ws-cities-search-band { background: linear-gradient(180deg, #fff 0%, #fffaf6 100%); border-bottom: 1px solid var(--border); padding: 18px 0; }
.ws-cities-search-wrap { display: flex; gap: 10px; max-width: 560px; }
.ws-cities-search-input { flex: 1; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 1rem; padding: 10px 14px; background: #fff; transition: border-color var(--trans), box-shadow var(--trans); }
.ws-cities-search-input:focus { outline: none; border-color: var(--org-mid); box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.15); }
.ws-cities-main { background: linear-gradient(180deg, #fffefc 0%, #ffffff 45%); padding: 34px 0 64px; }
.ws-cities-block { margin-bottom: 40px; }
.ws-cities-title { margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.ws-cities-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.ws-city-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:18px 14px;text-align:center;transition:all var(--trans);cursor:pointer}
.ws-city-card-photo{box-shadow:0 6px 18px rgba(15,23,42,.05)}
.ws-city-card:hover{border-color:var(--org);background:var(--org-light);transform:translateY(-2px);box-shadow:var(--shadow)}
.ws-city-card:hover .ws-city-name{color:var(--org)}
.ws-city-icon{font-size:1.8rem;margin-bottom:8px}
.ws-city-photo-wrap{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px;background:var(--light);margin-bottom:10px;display:flex;align-items:center;justify-content:center}
.ws-city-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.ws-city-card:hover .ws-city-photo{transform:scale(1.03)}
.ws-city-name{font-family:var(--font-h);font-weight: 600;font-size: 1rem;color:var(--navy);margin-bottom:4px}
.ws-city-count{font-size: 1rem;color:var(--muted)}
.ws-state-section{margin-bottom:40px}
.ws-state-title{font-family:var(--font-h);font-size:1rem;font-weight: 600;color:var(--navy);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--org);display:flex;align-items:center;gap:8px}
.ws-state-city-list{display:flex;flex-wrap:wrap;gap:8px}
.ws-state-city-chip{background:var(--white);border:1.5px solid var(--border);padding:7px 16px;border-radius:999px;font-size:.83rem;font-weight: 600;color:var(--text);transition:all .2s}
.ws-state-city-chip:hover{background:var(--org);color:white;border-color:var(--org)}
.ws-cities-empty{text-align:center;padding:24px}
@media(max-width:1024px){.ws-cities-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:768px){.ws-cities-search-wrap{max-width:none}.ws-cities-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:480px){.ws-cities-search-wrap{flex-direction:column}.ws-sbs-btn{width:100%}.ws-cities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* ===== PAGE: home ===== */
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

body.ws-home .ws-home-quick-cities {
  background: var(--white);
  border-bottom: 2px solid var(--border);
  padding: 12px 0;
  overflow-x: hidden;
}
body.ws-home .ws-home-quick-cities-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
}
body.ws-home .ws-home-quick-cities-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
body.ws-home .ws-home-quick-city-link {
  background: var(--white);
  border: 1.5px solid var(--border);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}
body.ws-home .ws-home-quick-city-link:hover {
  border-color: var(--org-mid);
  color: var(--org);
}
body.ws-home .ws-home-section--plain {
  background: var(--white);
}
body.ws-home .ws-home-featured-empty {
  grid-column: 1 / -1;
  padding: 40px;
  text-align: center;
  font-size: 0.9rem;
}
body.ws-home .ws-home-featured-empty-link {
  color: var(--org);
  font-weight: 700;
}
body.ws-home .ws-home-section-head-center {
  text-align: center;
  margin-bottom: 32px;
}
body.ws-home .ws-home-cities-head {
  margin-bottom: 28px;
}
body.ws-home .ws-home-heading-inline {
  display: inline-block;
}
body.ws-home .ws-home-hiw-footnote {
  text-align: center;
  margin-top: 14px;
}
body.ws-home .ws-home-top-cities-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
body.ws-home .ws-home-city-tile {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 8px 12px;
  text-align: center;
  transition: all 0.2s;
  display: block;
  overflow: hidden;
}
body.ws-home .ws-home-city-tile-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 8px;
  background: var(--light);
}
body.ws-home .ws-home-city-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.ws-home .ws-home-city-tile-icon-fallback {
  font-size: 1.6rem;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
}
body.ws-home .ws-home-city-tile-name {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--navy);
}
body.ws-home .ws-home-cities-cta-wrap {
  text-align: center;
  margin-top: 20px;
}
body.ws-home .ws-home-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
body.ws-home .ws-home-why-lead {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 12px 0 24px;
  line-height: 1.8;
}
body.ws-home .ws-home-why-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.ws-home .ws-home-why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
body.ws-home .ws-home-why-item-icon {
  font-size: 1.4rem;
  display: inline-flex;
}
body.ws-home .ws-home-why-item-title {
  font-family: var(--font-h);
  color: var(--navy);
}
body.ws-home .ws-home-why-item-text {
  font-size: 0.83rem;
  color: var(--muted);
  margin-top: 3px;
}
body.ws-home .ws-home-why-cta {
  margin-top: 24px;
  display: inline-flex;
}
body.ws-home .ws-home-testimonials {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 32px;
  color: white;
}
body.ws-home .ws-home-testimonials-title {
  font-family: var(--font-h);
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--org-mid);
}
body.ws-home .ws-home-testimonial {
  margin-bottom: 12px;
}
body.ws-home .ws-home-testimonial:last-child {
  margin-bottom: 0;
}
body.ws-home .ws-home-testimonial-quote {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 8px;
}
body.ws-home .ws-home-testimonial-name {
  color: var(--org-mid);
  font-size: 0.85rem;
}
body.ws-home .ws-home-testimonial-meta {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
body.ws-home .ws-home-popular-seo {
  background: var(--white);
  padding: 32px 0;
  border-top: 2px solid var(--border);
}
body.ws-home .ws-home-popular-seo-heading {
  font-family: var(--font-h);
  font-size: 1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.ws-home .ws-home-popular-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.ws-home .ws-home-popular-seo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border: 1.5px solid var(--border);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  transition: border-color var(--trans), color var(--trans), background var(--trans);
}
body.ws-home .ws-home-popular-seo-link:hover {
  border-color: var(--org-mid);
  color: var(--org);
  background: var(--org-light);
}
@media (max-width: 1024px) {
  body.ws-home .ws-home-top-cities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.ws-home .ws-hero {
    padding: 40px 0 36px;
  }
  body.ws-home .ws-hero .ws-h1 {
    font-size: clamp(1.55rem, 3.8vw, 2.25rem);
    line-height: 1.22;
  }
  body.ws-home .ws-hero-sub {
    font-size: 0.95rem;
    margin-bottom: 22px;
    padding: 0 4px;
  }
  body.ws-home .ws-popular {
    padding: 0 4px;
    justify-content: flex-start;
  }
  body.ws-home .ws-popular span,
  body.ws-home .ws-popular a {
    font-size: 0.875rem;
  }
  body.ws-home .ws-section {
    padding: 36px 0;
  }
  body.ws-home .ws-section-head {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.ws-home .ws-section-head .ws-view-all {
    align-self: flex-start;
  }
  body.ws-home .ws-home-section-head-center {
    margin-bottom: 26px;
  }
  body.ws-home .ws-home-top-cities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.ws-home .ws-home-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.ws-home .ws-home-popular-seo-heading {
    flex-wrap: wrap;
    line-height: 1.35;
  }
  body.ws-home .ws-biz-card-foot {
    flex-direction: column;
  }
  body.ws-home .ws-biz-foot-btn {
    flex: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--border);
    min-height: 44px;
    padding: 12px 10px;
  }
  body.ws-home .ws-biz-foot-btn:last-child {
    border-bottom: none;
  }
  body.ws-home .ws-biz-addr span:last-child {
    word-break: break-word;
  }
}
@media (max-width: 480px) {
  body.ws-home .ws-home-top-cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.ws-home .ws-home-quick-city-link {
    white-space: normal;
    text-align: center;
  }
  body.ws-home .ws-hero-pill {
    font-size: 0.78rem;
    padding: 6px 12px;
    letter-spacing: 0.04em;
    line-height: 1.35;
    max-width: 100%;
  }
  body.ws-home .ws-hero .ws-h1 {
    font-size: clamp(1.28rem, 4.9vw, 1.72rem);
    line-height: 1.26;
    padding: 0 2px;
  }
  body.ws-home .ws-home-featured-empty {
    padding: 28px 14px;
  }
  body.ws-home .ws-home-testimonials {
    padding: 22px 16px;
  }
  body.ws-home .ws-home-popular-seo {
    padding: 24px 0;
  }
  body.ws-home .ws-home-popular-seo-link {
    flex: 1 1 calc(50% - 4px);
    text-align: center;
    justify-content: center;
  }
  body.ws-home .ws-home-city-tile-name {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  body.ws-home .ws-stats-band {
    padding: 22px 0;
  }
  body.ws-home .ws-stat span {
    font-size: 0.875rem;
  }
}
@media (max-width: 380px) {
  body.ws-home .ws-home-popular-seo-link {
    flex: 1 1 100%;
  }
}

/* ===== PAGE: list-business (reference: assets/documents/listing-business-page.html) ===== */
body.ws-list-business {
  background: #0d1b35;
}
body.ws-list-business .ws-site-header,
body.ws-list-business .ws-site-footer {
  font-family: var(--font-b);
}
body.ws-list-business {
  --lb-navy: #0d1b35;
  --lb-navy2: #112040;
  --lb-teal: #00c897;
  --lb-orange: #e85d26;
  --lb-orange2: #ff6b35;
  --lb-gray: #8da3c0;
  --lb-border: rgba(255, 255, 255, 0.08);
  --lb-font: 'Plus Jakarta Sans', var(--font-h), system-ui, sans-serif;
}
body.ws-list-business .ws-lb-shell {
  font-family: var(--lb-font);
  color: #fff;
  overflow-x: hidden;
}
body.ws-list-business .ws-lb-hero {
  background: linear-gradient(160deg, #0d1b35 0%, #112a50 50%, #0d1b35 100%);
  padding: 56px 24px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.ws-list-business .ws-lb-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 200, 151, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
body.ws-list-business .ws-lb-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
body.ws-list-business .ws-lb-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 93, 38, 0.15);
  border: 1px solid rgba(232, 93, 38, 0.4);
  border-radius: 20px;
  padding: 6px 18px;
  margin-bottom: 22px;
}
body.ws-list-business .ws-lb-badge-dot {
  width: 8px;
  height: 8px;
  background: var(--lb-orange);
  border-radius: 50%;
  animation: ws-lb-pulse 1.5s infinite;
}
body.ws-list-business .ws-lb-offer-badge span:last-child {
  color: var(--lb-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
body.ws-list-business .ws-lb-hero h1,
body.ws-list-business .ws-lb-hero .ws-h1 {
  font-family: var(--lb-font);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #fff;
}
body.ws-list-business .ws-lb-hero h1 em,
body.ws-list-business .ws-lb-hero .ws-h1 em {
  color: var(--lb-teal);
  font-style: normal;
}
body.ws-list-business .ws-lb-hero-sub {
  color: var(--lb-gray);
  font-size: 16px;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
body.ws-list-business .ws-lb-price-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 200, 151, 0.2);
  border-radius: 16px;
  padding: 18px 32px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
body.ws-list-business .ws-lb-price-box--single {
  gap: 0;
  padding: 20px 40px;
}
body.ws-list-business .ws-lb-price-label {
  font-size: 14px;
  color: var(--lb-gray);
  text-align: left;
  margin-bottom: 4px;
}
body.ws-list-business .ws-lb-price-original {
  font-size: 22px;
  color: #556a85;
  text-decoration: line-through;
  font-weight: 500;
}
body.ws-list-business .ws-lb-price-arrow {
  color: var(--lb-teal);
  font-size: 22px;
}
body.ws-list-business .ws-lb-price-new {
  font-size: clamp(36px, 8vw, 54px);
  font-weight: 800;
  color: var(--lb-teal);
  line-height: 1;
}
body.ws-list-business .ws-lb-save-badge {
  display: inline-block;
  background: rgba(0, 200, 151, 0.15);
  border: 1px solid rgba(0, 200, 151, 0.3);
  color: var(--lb-teal);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 22px;
}
body.ws-list-business .ws-lb-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
body.ws-list-business .ws-lb-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--lb-border);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 13px;
  color: var(--lb-gray);
}
body.ws-list-business .ws-lb-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lb-teal);
}
body.ws-list-business .ws-lb-urgency {
  background: linear-gradient(90deg, rgba(232, 93, 38, 0.1), rgba(232, 93, 38, 0.2), rgba(232, 93, 38, 0.1));
  border-top: 1px solid rgba(232, 93, 38, 0.2);
  border-bottom: 1px solid rgba(232, 93, 38, 0.2);
  padding: 14px 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
body.ws-list-business .ws-lb-urgency strong {
  color: var(--lb-orange);
}
body.ws-list-business .ws-lb-spots-count {
  font-weight: 800;
  font-size: 18px;
  color: var(--lb-orange);
}
body.ws-list-business .ws-lb-features {
  padding: 56px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
body.ws-list-business .ws-lb-section-label {
  text-align: center;
  color: var(--lb-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body.ws-list-business .ws-lb-section-title {
  text-align: center;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 8px;
}
body.ws-list-business .ws-lb-section-sub {
  text-align: center;
  color: var(--lb-gray);
  font-size: 15px;
  margin-bottom: 40px;
}
body.ws-list-business .ws-lb-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
body.ws-list-business .ws-lb-feature-card {
  background: var(--lb-navy2);
  border: 1px solid var(--lb-border);
  border-radius: 16px;
  padding: 26px;
  transition: border-color 0.3s, transform 0.3s;
}
body.ws-list-business .ws-lb-feature-card:hover {
  border-color: rgba(0, 200, 151, 0.3);
  transform: translateY(-3px);
}
body.ws-list-business .ws-lb-feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 200, 151, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
body.ws-list-business .ws-lb-feature-card h3,
body.ws-list-business .ws-lb-feature-card .ws-h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
body.ws-list-business .ws-lb-feature-card p {
  color: var(--lb-gray);
  font-size: 14px;
  line-height: 1.7;
}
body.ws-list-business .ws-lb-offer-section {
  background: linear-gradient(135deg, #0a2040, #112a50);
  border-top: 1px solid var(--lb-border);
  border-bottom: 1px solid var(--lb-border);
  padding: 56px 24px;
}
body.ws-list-business .ws-lb-offer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
body.ws-list-business .ws-lb-offer-left h2 {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
body.ws-list-business .ws-lb-offer-left h2 span {
  color: var(--lb-teal);
}
body.ws-list-business .ws-lb-offer-left p {
  color: var(--lb-gray);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
body.ws-list-business .ws-lb-offer-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.ws-list-business .ws-lb-offer-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--lb-gray);
  font-size: 14px;
  line-height: 1.5;
}
body.ws-list-business .ws-lb-check-icon {
  width: 20px;
  height: 20px;
  background: rgba(0, 200, 151, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--lb-teal);
  font-size: 11px;
  margin-top: 2px;
}
body.ws-list-business .ws-lb-offer-right {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 200, 151, 0.2);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
}
body.ws-list-business .ws-lb-offer-tag {
  background: rgba(232, 93, 38, 0.15);
  border: 1px solid rgba(232, 93, 38, 0.3);
  color: var(--lb-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 12px;
}
body.ws-list-business .ws-lb-offer-right h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
body.ws-list-business .ws-lb-offer-right .ws-lb-offer-sub {
  color: var(--lb-gray);
  font-size: 13px;
  margin-bottom: 18px;
}
body.ws-list-business .ws-lb-price-display .ws-lb-old {
  font-size: 20px;
  color: #556a85;
  text-decoration: line-through;
  display: block;
}
body.ws-list-business .ws-lb-price-display .ws-lb-new {
  font-size: clamp(40px, 8vw, 52px);
  font-weight: 800;
  color: var(--lb-teal);
  line-height: 1.1;
}
body.ws-list-business .ws-lb-price-display .ws-lb-per {
  font-size: 13px;
  color: var(--lb-gray);
  display: block;
  margin-top: 6px;
}
body.ws-list-business .ws-lb-meter-wrap {
  margin: 18px 0;
}
body.ws-list-business .ws-lb-meter-label {
  font-size: 12px;
  color: var(--lb-gray);
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
body.ws-list-business .ws-lb-meter {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  height: 8px;
  overflow: hidden;
}
body.ws-list-business .ws-lb-meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--lb-teal), #0072ff);
  border-radius: 99px;
  width: 15%;
  transition: width 0.5s;
}
body.ws-list-business .ws-lb-btn-cta {
  display: block;
  background: linear-gradient(135deg, var(--lb-orange), var(--lb-orange2));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  transition: opacity 0.2s;
}
body.ws-list-business .ws-lb-btn-cta:hover {
  opacity: 0.92;
  color: #fff;
}
body.ws-list-business .ws-lb-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #25d366;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s;
}
body.ws-list-business .ws-lb-btn-wa:hover {
  background: rgba(37, 211, 102, 0.2);
  color: #25d366;
}
body.ws-list-business .ws-lb-stats {
  padding: 48px 24px;
  max-width: 900px;
  margin: 0 auto;
}
body.ws-list-business .ws-lb-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
body.ws-list-business .ws-lb-stat-card {
  background: var(--lb-navy2);
  border: 1px solid var(--lb-border);
  border-radius: 14px;
  padding: 22px 14px;
  text-align: center;
}
body.ws-list-business .ws-lb-stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--lb-teal);
}
body.ws-list-business .ws-lb-stat-label {
  color: var(--lb-gray);
  font-size: 13px;
  margin-top: 6px;
  line-height: 1.4;
}
body.ws-list-business #ws-lb-list-form {
  scroll-margin-top: 120px;
}
body.ws-list-business .ws-lb-form-wrap {
  padding: 56px 24px 64px;
}
body.ws-list-business .ws-lb-form-wrap .ws-container {
  max-width: 1040px;
}
body.ws-list-business .ws-lb-form-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}
body.ws-list-business .ws-lb-form-card.ws-form-section {
  background: var(--lb-navy2);
  border: 1px solid var(--lb-border);
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 20px;
}
body.ws-list-business .ws-lb-form-card.ws-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lb-teal), #0072ff);
  z-index: 0;
}
body.ws-list-business .ws-lb-form-card.ws-form-section > * {
  position: relative;
  z-index: 1;
}
body.ws-list-business #ws-step2Box.ws-form-section {
  border: 2px solid rgba(232, 93, 38, 0.45);
}
body.ws-list-business .ws-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 200, 151, 0.2);
  color: #fff;
  border: 1px solid rgba(0, 200, 151, 0.35);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: var(--lb-font);
}
body.ws-list-business #ws-step2Box .ws-step-pill {
  background: rgba(232, 93, 38, 0.2);
  border-color: rgba(232, 93, 38, 0.45);
}
body.ws-list-business .ws-lb-form-card .ws-h2 {
  font-family: var(--lb-font);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}
body.ws-list-business .ws-lb-form-card .ws-f-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lb-gray);
}
body.ws-list-business .ws-lb-form-card .ws-f-group input,
body.ws-list-business .ws-lb-form-card .ws-f-group select,
body.ws-list-business .ws-lb-form-card .ws-f-group textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 14px;
  color: #fff;
  font-size: 14px;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-form-card .ws-f-group input:focus,
body.ws-list-business .ws-lb-form-card .ws-f-group select:focus,
body.ws-list-business .ws-lb-form-card .ws-f-group textarea:focus {
  border-color: rgba(0, 200, 151, 0.45);
  outline: none;
}
body.ws-list-business .ws-lb-form-card .ws-f-group select option {
  background: #0d1b35;
  color: #fff;
}
body.ws-list-business .ws-lb-form-card .ws-pay-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--lb-orange), var(--lb-orange2));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: var(--lb-font);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body.ws-list-business .ws-lb-form-card .ws-pay-btn:hover:not(:disabled) {
  opacity: 0.92;
  background: linear-gradient(135deg, var(--lb-orange), var(--lb-orange2));
}
body.ws-list-business .ws-lb-form-card .ws-pay-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
body.ws-list-business .ws-lb-form-card a.ws-pay-btn {
  text-decoration: none;
}
body.ws-list-business .ws-lb-price-line {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--lb-teal);
  margin-top: 10px;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-form-note {
  text-align: center;
  color: var(--lb-gray);
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.6;
}
body.ws-list-business .ws-lb-form-card #ws-formAlert.ws-alert {
  border-radius: 10px;
}
body.ws-list-business .ws-lb-form-card .ws-field-error {
  color: #ffb4b4;
}
body.ws-list-business .ws-lb-form-card #ws-formAlert.ws-alert-error {
  background: rgba(211, 47, 47, 0.18);
  border-color: rgba(255, 138, 138, 0.45);
  color: #fecaca;
}
body.ws-list-business .ws-lb-form-card #ws-formAlert.ws-alert-success {
  background: rgba(0, 200, 151, 0.15);
  border-color: rgba(0, 200, 151, 0.45);
  color: #a7f3d0;
}
body.ws-list-business .ws-lb-form-card #ws-formAlert.ws-alert-warn {
  background: rgba(245, 158, 11, 0.15);
  border-color: rgba(251, 191, 36, 0.45);
  color: #fde68a;
}
body.ws-list-business .ws-lb-form-card #ws-formAlert.ws-alert-info {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(96, 165, 250, 0.45);
  color: #bfdbfe;
}
body.ws-list-business .ws-lb-processing-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 8;
  background: rgba(13, 27, 53, 0.72);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 18px 96px;
  text-align: center;
}
body.ws-list-business .ws-lb-processing-inner {
  background: var(--lb-navy2);
  border: 1px solid var(--lb-border);
  border-radius: 12px;
  padding: 18px 16px;
  min-width: 220px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
body.ws-list-business .ws-lb-processing-inner p {
  margin: 12px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}
body.ws-list-business .ws-success-box {
  display: none;
  background: rgba(0, 200, 151, 0.12);
  border: 2px solid rgba(0, 200, 151, 0.45);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
}
body.ws-list-business .ws-success-box h2,
body.ws-list-business .ws-success-box .ws-h2 {
  font-family: var(--lb-font);
  color: var(--lb-teal);
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
}
body.ws-list-business .ws-success-box p {
  color: var(--lb-gray);
  font-size: 0.9rem;
  margin-bottom: 0;
}
body.ws-list-business .ws-rzp-note {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--lb-border);
  border-radius: 12px;
  padding: 14px;
  margin-top: 14px;
  font-size: 14px;
  color: var(--lb-gray);
  text-align: center;
  line-height: 1.7;
}
body.ws-list-business .ws-rzp-note strong {
  color: #fff;
}
body.ws-list-business .ws-lb-sidebar-card {
  background: var(--lb-navy2);
  border: 1px solid rgba(0, 200, 151, 0.2);
  border-radius: 20px;
  padding: 26px;
  position: sticky;
  top: 88px;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-sidebar-card h3,
body.ws-list-business .ws-lb-sidebar-card .ws-h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--lb-teal);
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-promise-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
body.ws-list-business .ws-lb-promise-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--lb-gray);
  line-height: 1.5;
}
body.ws-list-business .ws-lb-why-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
body.ws-list-business .ws-lb-why-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--lb-border);
  font-size: 13px;
}
body.ws-list-business .ws-lb-why-row:last-child {
  border-bottom: none;
}
body.ws-list-business .ws-lb-why-row span:last-child {
  font-weight: 700;
  color: var(--lb-teal);
}
body.ws-list-business .ws-lb-sidebar-price {
  background: rgba(232, 93, 38, 0.08);
  border: 1px solid rgba(232, 93, 38, 0.2);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  margin-top: 18px;
}
body.ws-list-business .ws-lb-sidebar-price .ws-lb-sp-tag {
  font-size: 11px;
  color: var(--lb-orange);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
body.ws-list-business .ws-lb-sidebar-price .ws-lb-sp-old {
  font-size: 14px;
  color: #556a85;
  text-decoration: line-through;
}
body.ws-list-business .ws-lb-sidebar-price .ws-lb-sp-new {
  font-size: 30px;
  font-weight: 800;
  color: var(--lb-orange);
  display: block;
  line-height: 1.15;
}
body.ws-list-business .ws-lb-sidebar-price .ws-lb-sp-note {
  font-size: 12px;
  color: var(--lb-gray);
  margin-top: 6px;
}
body.ws-list-business .ws-lb-sidebar-wa {
  margin-top: 14px;
}
body.ws-list-business .ws-lb-faq {
  padding: 48px 24px 56px;
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-faq-item {
  border-bottom: 1px solid var(--lb-border);
  padding: 18px 0;
}
body.ws-list-business .ws-lb-faq-q {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #fff;
  list-style: none;
}
body.ws-list-business .ws-lb-faq-q::-webkit-details-marker {
  display: none;
}
body.ws-list-business .ws-lb-faq-q::after {
  content: '+';
  font-size: 20px;
  color: var(--lb-teal);
  flex-shrink: 0;
}
body.ws-list-business .ws-lb-faq-item[open] .ws-lb-faq-q::after {
  content: '\2212';
}
body.ws-list-business .ws-lb-faq-a {
  color: var(--lb-gray);
  font-size: 14px;
  line-height: 1.7;
  padding-top: 12px;
}
body.ws-list-business .ws-lb-cta-banner {
  background: linear-gradient(135deg, #0a2040, #0d3060);
  border-top: 1px solid var(--lb-border);
  padding: 52px 24px;
  text-align: center;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-lb-cta-banner h2 {
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 10px;
}
body.ws-list-business .ws-lb-cta-banner h2 span {
  color: var(--lb-teal);
}
body.ws-list-business .ws-lb-cta-banner p {
  color: var(--lb-gray);
  font-size: 15px;
  margin-bottom: 28px;
}
body.ws-list-business .ws-lb-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
body.ws-list-business .ws-lb-btn-primary {
  background: linear-gradient(135deg, var(--lb-orange), var(--lb-orange2));
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
body.ws-list-business .ws-lb-btn-primary:hover {
  opacity: 0.92;
  color: #fff;
}
body.ws-list-business .ws-lb-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
body.ws-list-business .ws-lb-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
/* Listing offer modal: global (home + list-business) — local tokens so it works off the navy page theme */
.ws-lb-popup-overlay {
  --lb-teal: #00c897;
  --lb-orange: #e85d26;
  --lb-orange2: #ff6b35;
  --lb-gray: #8da3c0;
  --lb-font: 'Plus Jakarta Sans', var(--font-h), system-ui, sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 10050;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.ws-lb-popup-overlay .ws-lb-popup-box {
  background: #0a1628;
  border: 1px solid rgba(0, 200, 151, 0.25);
  border-radius: 20px;
  max-width: 460px;
  width: 100%;
  position: relative;
  overflow: hidden;
  animation: ws-lb-popin 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ws-lb-popup-overlay .ws-lb-popup-top {
  height: 4px;
  background: linear-gradient(90deg, var(--lb-teal), #0072ff);
}
.ws-lb-popup-overlay .ws-lb-popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: #aaa;
  font-size: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  font-family: var(--lb-font);
}
.ws-lb-popup-overlay .ws-lb-popup-body {
  padding: 26px 24px 24px;
  font-family: var(--lb-font);
}
.ws-lb-popup-overlay .ws-lb-popup-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 200, 151, 0.12);
  border: 1px solid rgba(0, 200, 151, 0.3);
  border-radius: 20px;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.ws-lb-popup-overlay .ws-lb-popup-badge-dot {
  width: 7px;
  height: 7px;
  background: var(--lb-teal);
  border-radius: 50%;
  animation: ws-lb-pulse 1.5s infinite;
}
.ws-lb-popup-overlay .ws-lb-popup-badge span:last-child {
  color: var(--lb-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ws-lb-popup-overlay .ws-lb-popup-h {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #fff;
}
.ws-lb-popup-overlay .ws-lb-popup-h span {
  color: var(--lb-teal);
}
.ws-lb-popup-overlay .ws-lb-popup-p {
  color: var(--lb-gray);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.ws-lb-popup-overlay .ws-lb-popup-price {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  margin-bottom: 16px;
}
.ws-lb-popup-overlay .ws-lb-popup-price .ws-lb-pp-label {
  font-size: 11px;
  color: var(--lb-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.ws-lb-popup-overlay .ws-lb-popup-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ws-lb-popup-overlay .ws-lb-pp-old {
  font-size: 20px;
  color: #556a85;
  text-decoration: line-through;
}
.ws-lb-popup-overlay .ws-lb-pp-new {
  font-size: 42px;
  font-weight: 800;
  color: var(--lb-teal);
  line-height: 1;
}
.ws-lb-popup-overlay .ws-lb-pp-per {
  font-size: 13px;
  color: var(--lb-gray);
  margin-top: 6px;
}
.ws-lb-popup-overlay .ws-lb-pp-save {
  display: inline-block;
  background: rgba(0, 200, 151, 0.12);
  border: 1px solid rgba(0, 200, 151, 0.25);
  color: var(--lb-teal);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 10px;
  margin-top: 8px;
}
.ws-lb-popup-overlay .ws-lb-popup-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.ws-lb-popup-overlay .ws-lb-ps-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 10px 6px;
  text-align: center;
}
.ws-lb-popup-overlay .ws-lb-ps-num {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
.ws-lb-popup-overlay .ws-lb-ps-lbl {
  font-size: 11px;
  color: var(--lb-gray);
  margin-top: 3px;
}
.ws-lb-popup-overlay .ws-lb-popup-cta {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, var(--lb-orange), var(--lb-orange2));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px;
  border-radius: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.ws-lb-popup-overlay .ws-lb-popup-cta:hover {
  color: #fff;
  opacity: 0.92;
}
.ws-lb-popup-overlay .ws-lb-popup-skip {
  display: block;
  width: 100%;
  text-align: center;
  background: transparent;
  border: none;
  color: #556a85;
  font-size: 12px;
  cursor: pointer;
  padding: 6px;
  font-family: var(--lb-font);
}
body.ws-list-business .ws-listing-form-overlay > div {
  background: var(--lb-navy2) !important;
  border: 1px solid var(--lb-border) !important;
  color: #fff;
}
body.ws-list-business .ws-listing-form-overlay .ws-h3 {
  color: #fff !important;
}
body.ws-list-business .ws-listing-form-overlay p {
  color: var(--lb-gray) !important;
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-trigger {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e8eef8;
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-trigger:focus {
  border-color: rgba(0, 200, 151, 0.45);
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-trigger::after {
  border-color: #8da3c0;
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-panel {
  background: #0d1b35;
  border: 1px solid var(--lb-border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-search {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-option {
  color: #e8eef8;
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-option:hover {
  background: rgba(0, 200, 151, 0.12);
}
body.ws-list-business .ws-lb-form-card .ws-custom-select-option.active {
  background: rgba(0, 200, 151, 0.2);
  color: var(--lb-teal);
}
body.ws-list-business .ws-lb-form-card .tox-tinymce {
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
@keyframes ws-lb-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes ws-lb-popin {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  body.ws-list-business .ws-lb-offer-inner {
    grid-template-columns: 1fr;
  }
  body.ws-list-business .ws-lb-form-grid,
  body.ws-list-business .ws-layout-2col {
    grid-template-columns: 1fr !important;
  }
  body.ws-list-business .ws-lb-sidebar-card {
    position: static;
  }
  body.ws-list-business .ws-lb-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.ws-list-business .ws-lb-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.ws-list-business .ws-lb-form-card .ws-f-row {
    grid-template-columns: 1fr;
  }
  body.ws-list-business .ws-lb-price-box {
    padding: 16px 20px;
  }
}

/* ===== Lead generation pay modal + embed ===== */
.ws-lg-pay-overlay {
  position: fixed;
  inset: 0;
  z-index: 2500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(6, 11, 20, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.ws-lg-pay-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: min(92vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px 24px;
  box-shadow: 0 28px 80px rgba(6, 11, 20, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  border: 1px solid rgba(229, 231, 235, 0.9);
}
.ws-lg-pay-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--org, #e8450a), var(--org-mid, #f26522));
}
.ws-lg-pay-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f3f4f6;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ws-lg-pay-close:hover {
  background: #e5e7eb;
  color: #111827;
  transform: scale(1.05);
}
.ws-lg-pay-head {
  margin-bottom: 22px;
  padding-right: 40px;
}
.ws-lg-pay-title {
  font-family: var(--font-h, 'Nunito', sans-serif);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--navy, #0d1b35);
  margin: 0 0 8px;
  line-height: 1.25;
}
.ws-lg-pay-sub {
  font-size: 16px;
  color: var(--text-muted, #6b7280);
  margin: 0 0 16px;
  line-height: 1.55;
}
.ws-lg-pay-price-badge {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 32px;
  border-radius: 999px;
  background: #fff7ed;
  border: 2px solid #fed7aa;
  color: #c2410c;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
}
.ws-lg-pay-alert {
  margin-bottom: 14px;
  border-radius: 10px;
}
.ws-lg-pay-form .ws-f-group {
  margin-bottom: 16px;
}
.ws-lg-pay-form .ws-f-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--navy, #0d1b35);
}
.ws-lg-pay-form .ws-lg-req {
  color: var(--org, #f26522);
}
.ws-lg-pay-form .ws-f-group input {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  color: #111827;
  background: #fafbfc;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.ws-lg-pay-form .ws-f-group input::placeholder {
  color: #9ca3af;
}
.ws-lg-pay-form .ws-f-group input:hover {
  border-color: #d1d5db;
}
.ws-lg-pay-form .ws-f-group input:focus {
  outline: none;
  border-color: var(--org-mid, #f26522);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(242, 101, 34, 0.15);
}
.ws-lg-pay-submit {
  width: 100%;
  margin-top: 8px;
  padding: 15px 20px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--org-mid, #f26522) 0%, var(--org, #e8450a) 100%);
  color: #fff;
  font-family: var(--font-h, 'Nunito', sans-serif);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 28px rgba(242, 101, 34, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.ws-lg-pay-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(242, 101, 34, 0.42);
}
.ws-lg-pay-submit:active:not(:disabled) {
  transform: translateY(0);
}
.ws-lg-pay-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}
.ws-lg-pay-submit-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.ws-lg-pay-submit:hover:not(:disabled) .ws-lg-pay-submit-arrow {
  transform: translateX(3px);
}
.ws-lg-pay-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
  line-height: 1.45;
}
.ws-lg-pay-trust svg {
  flex-shrink: 0;
  color: #9ca3af;
}
.ws-lg-pay-summary {
  background: var(--light, #f8fafc);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--text, #374151);
}
.ws-lg-pay-summary div + div {
  margin-top: 4px;
}
.ws-lg-rzp-inline-wrap {
  border: 1.5px solid var(--border, #e5e7eb);
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  margin-bottom: 12px;
}
.ws-lg-rzp-inline-label {
  margin: 0;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy, #0d1b35);
  background: #fff;
  border-bottom: 1px solid var(--border, #e5e7eb);
}
.ws-lg-rzp-iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  height: 56vh;
  max-height: 620px;
  border: 0;
  background: #fff;
}
.ws-lg-pay-back {
  border: none;
  background: transparent;
  color: var(--org, #f26522);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0;
}
.ws-lg-embed-root {
  min-height: 480px;
  padding: 12px;
}
.ws-lg-embed-msg {
  font-size: 16px;
  color: #374151;
  text-align: center;
  margin: 24px 12px;
}
@media (max-width: 560px) {
  .ws-lg-pay-box {
    padding: 24px 18px 20px;
    border-radius: 16px;
  }
  .ws-lg-pay-head {
    padding-right: 36px;
  }
  .ws-lg-pay-title {
    font-size: 1.3rem;
  }
  .ws-lg-pay-price-badge {
    font-size: 1.35rem;
    padding: 10px 26px;
  }
  .ws-lg-rzp-iframe {
    min-height: 460px;
    height: 50vh;
  }
}

/* ===== PAGE: privacy ===== */
.ws-legal-body{max-width:820px;margin:0 auto;padding:40px 16px 64px}
.ws-legal-body h2,.ws-legal-body .ws-h2{font-family:var(--font-h);font-size:1.1rem;font-weight: 600;color:var(--navy);margin:28px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--org)}
.ws-legal-body h3,.ws-legal-body .ws-h3{font-family:var(--font-h);font-size: 1rem;font-weight: 600;color:var(--navy);margin:16px 0 6px}
.ws-legal-body p{font-size: 1rem;color:var(--text);line-height:1.9;margin-bottom:12px}
.ws-legal-body ul{margin:0 0 12px 20px}
.ws-legal-body ul li{font-size: 1rem;color:var(--text);line-height:1.9;margin-bottom:4px}
.ws-legal-toc{background:var(--light);border:1.5px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:32px}
.ws-legal-toc h3,.ws-legal-toc .ws-h3{font-family:var(--font-h);font-weight: 600;color:var(--navy);margin-bottom:10px;font-size:.9rem}
.ws-legal-toc a{display:block;font-size: 1rem;color:var(--org);margin-bottom:5px}
.ws-legal-toc a:hover{text-decoration:underline}
.ws-last-updated{background:var(--org-light);border-left:4px solid var(--org);padding:10px 14px;border-radius:var(--radius-sm);font-size: 1rem;color:var(--org-dark);font-weight: 600;margin-bottom:24px}

/* ===== PAGE: terms ===== */
.ws-legal-body{max-width:820px;margin:0 auto;padding:40px 16px 64px}
.ws-legal-body h2,.ws-legal-body .ws-h2{font-family:var(--font-h);font-size:1.1rem;font-weight: 600;color:var(--navy);margin:28px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--org)}
.ws-legal-body p{font-size: 1rem;color:var(--text);line-height:1.9;margin-bottom:12px}
.ws-legal-body ul{margin:0 0 12px 20px}
.ws-legal-body ul li{font-size: 1rem;color:var(--text);line-height:1.9;margin-bottom:4px}
.ws-last-updated{background:var(--org-light);border-left:4px solid var(--org);padding:10px 14px;border-radius:var(--radius-sm);font-size: 1rem;color:var(--org-dark);font-weight: 600;margin-bottom:24px}

/* =========================================================
   RESPONSIVE ENHANCEMENTS (site-wide)
   ========================================================= */

.ws-app-page-container img,
.ws-app-page-container video,
.ws-app-page-container iframe,
.ws-app-page-container embed {
  max-width: 100%;
}

.ws-app-page-container table {
  width: 100%;
  border-collapse: collapse;
}

.ws-card-box,
.ws-csp-card,
.ws-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ws-about-verify-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Tablet: business list cards */
@media (max-width: 992px) and (min-width: 769px) {
  .ws-biz-list-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ws-bli-body {
    flex: 1 1 calc(100% - 76px);
  }
  .ws-bli-actions {
    width: 100%;
    margin-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ws-bli-actions .ws-call-btn,
  .ws-bli-actions .ws-whatsapp-btn,
  .ws-bli-actions .ws-view-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 9rem;
  }
  body.ws-customer-portal #ws-cspWrap .ws-csp-stats,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .ws-section-head {
    align-items: flex-start;
  }
  .ws-popular-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ws-search-seo-footer .ws-popular-links a {
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .ws-about-verify-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ws-business-profile-template .ws-biz-detail-header {
    padding: 22px 0;
  }
  .ws-business-profile-template .ws-bdh-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .ws-business-profile-template .ws-bdh-breadcrumb {
    font-size: 0.875rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
  .ws-business-profile-template .ws-bdh-addr {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ws-business-profile-template .ws-bdh-pills {
    width: 100%;
  }
  .ws-business-profile-template .ws-detail-section {
    padding: 16px;
  }
  .ws-business-profile-template .ws-contact-card {
    width: 100%;
  }
  .ws-search-bar-strip .ws-selected-tag {
    max-width: 100%;
    flex-wrap: wrap;
    min-height: 40px;
    height: auto;
    padding: 6px 8px;
  }
  .ws-search-bar-strip .ws-selected-tag .tag-term-value {
    overflow-wrap: anywhere;
  }
  .ws-search-bar-strip .ws-row + .ws-row {
    margin-top: 4px;
  }
  body.ws-customer-portal #ws-cspMain,
  body.ws-customer-profile #ws-cspMain,
  body.ws-customer-business-listings #ws-cspMain {
    padding: 14px;
  }
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-listings-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-search {
    flex-direction: column;
    align-items: stretch;
  }
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-search input,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-primary-btn {
    width: 100%;
  }
  .ws-legal-body {
    padding: 28px 12px 48px;
  }
  .ws-form-page {
    padding: 24px 12px;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  /* Phones: centered compact top strip; single-row header (inherits flex from 992px) */
  .ws-top-strip {
    padding: 8px 0;
    overflow: hidden;
  }
  .ws-top-strip::after {
    display: none;
  }
  .ws-top-strip-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding-inline: 12px;
    box-sizing: border-box;
  }
  .ws-top-strip-contact {
    flex: 0 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
    gap: 8px;
  }
  .ws-top-strip-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    width: auto;
    max-width: 100%;
    margin-inline: auto;
    padding: 2px 0;
  }
  .ws-top-strip-line--phone .ws-top-strip-label {
    display: none;
  }
  .ws-top-strip-line .ws-top-strip-icon,
  .ws-top-strip-line a {
    grid-column: unset;
    grid-row: unset;
  }
  .ws-top-strip-line a {
    min-width: 0;
    text-align: center;
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .ws-top-strip-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
    padding-top: 0;
    border-top: none;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .ws-top-strip-auth-btn {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  .ws-header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
  }
  .ws-logo {
    order: 1;
    flex-shrink: 0;
    max-width: 36%;
  }
  .ws-logo-img--header {
    max-width: min(150px, 36vw);
    max-height: 40px;
  }
  .ws-hamburger {
    order: 3;
    flex-shrink: 0;
  }
  .ws-header-actions {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }
  .ws-header-list-biz-btn {
    padding: 6px 8px !important;
    font-size: 0.62rem !important;
    max-width: 100%;
    margin-inline: 0;
  }
  .ws-header-actions:not(:has(.ws-user-login-widget)) .ws-header-list-biz-btn {
    max-width: 100%;
  }
  .ws-user-login-widget {
    max-width: min(46vw, 11rem);
  }
  .ws-user-login-widget-btn {
    padding: 6px 8px;
    font-size: 0.8125rem;
    min-height: 36px;
  }
  .ws-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .ws-header-inner {
    padding-inline: 10px;
  }
  .ws-bli-actions {
    width: 100%;
    margin-left: 0;
  }
  .ws-pagination {
    gap: 6px;
  }
  .ws-page-btn {
    min-width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
  .ws-modal-box {
    margin: 16px auto;
    max-width: calc(100vw - 24px);
  }
  body.ws-customer-portal #ws-cspWrap .ws-csp-stats,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.ws-customer-portal #ws-cspWrap .ws-csp-stat-card,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stat-card {
    padding: 14px 10px;
  }
  body.ws-customer-portal #ws-cspWrap .ws-csp-stat-card strong,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stat-card strong {
    font-size: 1.45rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 15px;
  }
  .ws-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ws-top-strip {
    font-size: 0.8125rem;
    padding: 8px 0;
  }
  .ws-top-strip-contact,
  .ws-top-strip-auth {
    max-width: 100%;
  }
  .ws-top-strip-line {
    gap: 6px;
  }
  .ws-top-strip-line a,
  .ws-top-strip-email {
    font-size: 0.8rem;
  }
  .ws-top-strip-auth-btn {
    padding: 7px 12px;
    font-size: 0.75rem;
    max-width: none;
  }
  .ws-header-list-biz-btn {
    font-size: 0.58rem !important;
    padding: 6px 7px !important;
    text-align: center;
  }
  .ws-user-login-widget {
    max-width: min(52vw, 12.5rem);
  }
  .ws-user-login-widget-btn {
    padding: 8px 8px;
    font-size: 0.8125rem;
  }
  .ws-bli-desc {
    -webkit-line-clamp: 3;
  }
  .ws-scroll-top-btn {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: 40px;
    height: 40px;
  }
  body.ws-customer-portal #ws-cspWrap .ws-csp-stats,
  body.ws-customer-business-listings #ws-cspWrap .ws-csp-stats {
    grid-template-columns: 1fr;
  }
  .ws-search-seo-footer .ws-popular-title {
    font-size: 0.95rem;
  }
  .ws-search-seo-footer .ws-popular-links {
    flex-direction: column;
    align-items: stretch;
  }
  .ws-search-seo-footer .ws-popular-links a {
    width: 100%;
  }
}

@media (max-width: 896px) and (orientation: landscape) {
  .ws-mobile-menu-panel-inner {
    overflow-y: auto;
  }
  .ws-hero {
    padding: 28px 0 24px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .ws-header-nav a,
  .ws-page-btn,
  .ws-sbs-btn,
  .ws-search-top-submit,
  .ws-hsb-btn {
    min-height: 44px;
  }
  .ws-custom-select-trigger {
    min-height: 44px;
  }
  .ws-top-strip-auth-btn {
    min-height: 36px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

