:root {
  --sp-primary: #1d4ed8;
  --sp-primary-dark: #1e3a8a;
  --sp-success: #128c4a;
  --sp-ink: #111827;
  --sp-text: #374151;
  --sp-muted: #6b7280;
  --sp-soft: #f6f8fb;
  --sp-surface: #ffffff;
  --sp-border: #dfe5ee;
  --sp-border-strong: #cbd5e1;
  --sp-shadow-sm: 0 8px 22px rgba(17, 24, 39, 0.06);
  --sp-shadow-md: 0 18px 48px rgba(17, 24, 39, 0.1);
  --sp-radius: 8px;
  --sp-radius-sm: 6px;
  --sp-focus: 0 0 0 3px rgba(29, 78, 216, 0.18);
}

/* Premium marketplace UI refresh */
:root {
  --sp-primary: #0f172a;
  --sp-primary-dark: #020617;
  --sp-secondary: #2563eb;
  --sp-accent: #f59e0b;
  --sp-success: #16a34a;
  --sp-danger: #dc2626;
  --sp-ink: #111827;
  --sp-text: #374151;
  --sp-muted: #6b7280;
  --sp-soft: #f8fafc;
  --sp-surface: #ffffff;
  --sp-border: #e5e7eb;
  --sp-border-strong: #cbd5e1;
  --sp-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --sp-shadow-md: 0 18px 50px rgba(15, 23, 42, 0.11);
  --sp-shadow-lg: 0 28px 80px rgba(15, 23, 42, 0.16);
  --sp-radius: 14px;
  --sp-radius-sm: 10px;
  --sp-radius-lg: 20px;
  --sp-focus: 0 0 0 4px rgba(37, 99, 235, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f8fafc;
}

.sp-public-menu-wrap,
.sp-public-menu-nav,
nav:has(.sp-public-menu__link),
.wp-block-navigation:has(.sp-public-menu__link) {
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 22px;
  padding: 10px;
  border: 1px solid rgba(229, 231, 235, 0.92);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.sp-public-menu,
.sp-public-menu-wrap > ul,
.sp-public-menu-nav ul,
.wp-block-navigation__container.sp-public-menu {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sp-public-menu__item,
.sp-public-menu > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.sp-public-menu__link,
.sp-public-menu a,
.wp-block-navigation .sp-public-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.sp-public-menu__link:hover,
.sp-public-menu__link:focus,
.sp-public-menu a:hover,
.sp-public-menu a:focus {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
  color: #1d4ed8 !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.1);
}

.sp-public-menu__item:last-child .sp-public-menu__link,
.sp-public-menu > li:last-child > a {
  background: #0f172a;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.sp-public-menu__item:last-child .sp-public-menu__link:hover,
.sp-public-menu__item:last-child .sp-public-menu__link:focus,
.sp-public-menu > li:last-child > a:hover,
.sp-public-menu > li:last-child > a:focus {
  background: #2563eb;
  color: #ffffff !important;
}

.sp-listing-page,
.sp-submit-wrap,
.sp-auth-wrap,
.sp-dashboard,
.sp-single,
.sp-home {
  color: var(--sp-text);
  letter-spacing: 0;
}

.sp-home,
.sp-listing-page,
.sp-dashboard,
.sp-auth-wrap,
.sp-submit-wrap {
  isolation: isolate;
}

.sp-home::before,
.sp-listing-page::before,
.sp-dashboard::before,
.sp-auth-wrap::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.sp-home-hero,
.sp-form,
.sp-profile-card,
.sp-profile-detail__hero,
.sp-profile-panel,
.sp-card,
.sp-auth-card,
.sp-chat-modal__dialog {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--sp-radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--sp-shadow-sm);
}

.sp-home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(37, 99, 235, 0.88)),
    #0f172a;
  color: #ffffff;
}

.sp-home-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.sp-home-eyebrow {
  border-color: rgba(245, 158, 11, 0.42);
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
}

.sp-home-hero h1,
.sp-home-hero p {
  color: #ffffff;
}

.sp-home-hero p {
  color: rgba(255, 255, 255, 0.82);
}

.sp-home-search,
.sp-filter-form {
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--sp-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--sp-shadow-md);
  backdrop-filter: blur(14px);
}

.sp-filter-shell {
  margin: 0 0 18px;
}

.sp-filter-toggle {
  display: none;
  width: 100%;
  min-height: 48px;
  margin: 0 0 10px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: var(--sp-primary);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.sp-filter-toggle::after {
  content: "+";
  margin-left: auto;
}

.sp-filter-toggle.is-open::after {
  content: "-";
}

.sp-home-search input,
.sp-home-search select,
.sp-form input,
.sp-form select,
.sp-form textarea,
.sp-filter-form input,
.sp-filter-form select {
  border-radius: var(--sp-radius-sm);
  border-color: var(--sp-border);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.sp-home-search input:hover,
.sp-home-search select:hover,
.sp-form input:hover,
.sp-form select:hover,
.sp-form textarea:hover,
.sp-filter-form input:hover,
.sp-filter-form select:hover {
  border-color: #bfdbfe;
}

.sp-btn,
.sp-category-card,
.sp-chat-thread,
.sp-profile-card,
.sp-card,
.sp-profile-gallery__item {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sp-btn {
  border-radius: 999px;
  background: var(--sp-secondary);
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.2);
}

.sp-btn:hover,
.sp-btn:focus {
  transform: translateY(-2px);
  color: #ffffff;
  background: #1d4ed8;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.28);
}

.sp-btn--outline,
.sp-btn-light {
  background: #ffffff;
  color: var(--sp-primary);
  box-shadow: none;
}

.sp-btn--outline:hover,
.sp-btn--outline:focus,
.sp-btn-light:hover,
.sp-btn-light:focus {
  background: #eff6ff;
  color: #1d4ed8;
}

.sp-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.sp-contact-actions .sp-btn {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.sp-contact-actions .sp-btn:first-child {
  background: var(--sp-primary);
  color: #ffffff;
}

.sp-contact-actions .sp-btn:first-child:hover,
.sp-contact-actions .sp-btn:first-child:focus {
  background: #020617;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--outline {
  border-color: rgba(22, 163, 74, 0.26);
  background: #f0fdf4;
  color: #15803d;
}

.sp-contact-actions .sp-btn--outline:hover,
.sp-contact-actions .sp-btn--outline:focus {
  border-color: #16a34a;
  background: #16a34a;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--chat {
  border-color: rgba(37, 99, 235, 0.22);
  background: #eff6ff;
  color: #1d4ed8;
}

.sp-contact-actions .sp-btn--chat:hover,
.sp-contact-actions .sp-btn--chat:focus {
  border-color: #2563eb;
  background: #2563eb;
  color: #ffffff;
}

.sp-btn:active,
.sp-category-card:active {
  transform: translateY(0);
}

.sp-btn--outline,
.sp-btn-light {
  color: var(--sp-primary);
  box-shadow: none;
}

.sp-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.sp-category-card {
  min-height: 126px;
  border-radius: var(--sp-radius);
  background: #ffffff;
  box-shadow: var(--sp-shadow-sm);
}

.sp-category-card:hover,
.sp-category-card:focus {
  border-color: rgba(37, 99, 235, 0.42);
  transform: translateY(-4px);
  box-shadow: var(--sp-shadow-md);
}

.sp-category-card__icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(245, 158, 11, 0.14));
  color: var(--sp-secondary);
}

.sp-profile-card {
  overflow: hidden;
  background: #ffffff;
}

.sp-profile-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  transform: translateY(-3px);
  box-shadow: var(--sp-shadow-md);
}

.sp-profile-card__photo {
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.sp-profile-card__type {
  border-radius: 999px;
  letter-spacing: 0;
}

.sp-profile-card__type--offer {
  background: #eff6ff;
  color: #1d4ed8;
}

.sp-profile-card__type--hire {
  background: #fef2f2;
  color: var(--sp-danger);
}

.sp-profile-stars {
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: #fffbeb;
  color: #92400e;
  width: fit-content;
}

.sp-profile-stars span {
  color: var(--sp-accent);
}

#sp-results {
  position: relative;
}

#sp-results.sp-loading {
  opacity: 1;
}

#sp-results.sp-loading::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 20px auto;
  border: 4px solid #dbeafe;
  border-top-color: var(--sp-secondary);
  border-radius: 50%;
  animation: spSpin 0.75s linear infinite;
}

.sp-results-skeleton {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.sp-results-skeleton span {
  display: block;
  height: 118px;
  overflow: hidden;
  border-radius: var(--sp-radius);
  background: linear-gradient(90deg, #e5e7eb, #f8fafc, #e5e7eb);
  background-size: 220% 100%;
  animation: spShimmer 1.1s ease-in-out infinite;
}

@keyframes spShimmer {
  to {
    background-position: -220% 0;
  }
}

.sp-category-card.is-active {
  border-color: var(--sp-secondary);
  background: #eff6ff;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.16);
}

@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}

.sp-profile-detail__hero {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9));
}

.sp-profile-detail__photo,
.sp-profile-gallery__item {
  border-radius: var(--sp-radius);
}

.sp-profile-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: var(--sp-shadow-md);
}

.sp-contact-actions {
  gap: 10px;
}

.sp-chat-modal__dialog {
  border-radius: 22px;
}

.sp-dashboard-chat,
.sp-profile-panel,
.sp-form {
  box-shadow: var(--sp-shadow-sm);
}

@media (max-width: 900px) {
  .sp-filter-shell {
    position: sticky;
    top: 8px;
    z-index: 20;
  }

  .sp-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }

  .sp-filter-shell:not(.is-open) .sp-filter-form {
    display: none;
  }

  .sp-filter-form,
  .sp-home-search {
    grid-template-columns: 1fr !important;
    padding: 14px;
  }
}

@media (max-width: 760px) {
  .sp-home {
    width: min(100% - 20px, 1120px);
    padding-top: 18px;
  }

  .sp-home-hero {
    padding: 24px;
  }

  .sp-home-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .sp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .sp-category-card {
    min-height: 112px;
  }

  .sp-profile-card {
    gap: 14px;
    padding: 14px;
  }

  .sp-profile-card__top {
    grid-template-columns: 76px minmax(0, 1fr) !important;
  }

  .sp-btn,
  .sp-filter-toggle,
  .sp-form button,
  .sp-contact-actions .sp-btn {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.sp-listing-page,
.sp-submit-wrap,
.sp-auth-wrap,
.sp-dashboard,
.sp-single,
.sp-home {
  color: var(--sp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-listing-page,
.sp-submit-wrap,
.sp-auth-wrap,
.sp-dashboard {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.sp-home {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.wp-block-post-title:has(+ .entry-content .sp-home),
.wp-block-post-title:has(~ .entry-content .sp-home) {
  display: none;
}

.entry-content:has(.sp-home) {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.sp-home-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(236, 253, 245, 0.92)),
    var(--sp-surface);
  box-shadow: var(--sp-shadow-md);
}

.sp-home-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: var(--sp-radius-sm);
  background: #ecfdf5;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sp-home-hero h1 {
  max-width: 860px;
  margin: 0 0 14px;
  color: var(--sp-ink);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.02;
}

.sp-home-hero p {
  max-width: 660px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.sp-home-search {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: var(--sp-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.sp-home-search input,
.sp-home-search select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--sp-border-strong);
  border-radius: var(--sp-radius-sm);
  background: #fff;
  color: var(--sp-ink);
  font: inherit;
}

.sp-home-search .sp-btn {
  min-width: 0;
  width: 100%;
}

.sp-home-section {
  margin-top: 34px;
}

.sp-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.sp-section-heading h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 850;
  line-height: 1.15;
}

.sp-section-heading a {
  color: var(--sp-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.sp-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sp-category-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 15px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  color: var(--sp-ink);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  box-shadow: var(--sp-shadow-sm);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sp-category-card:hover,
.sp-category-card:focus {
  border-color: var(--sp-primary);
  box-shadow: var(--sp-shadow-md);
  transform: translateY(-2px);
}

.sp-category-card__icon {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--sp-radius-sm);
  background: #eff6ff;
  color: var(--sp-primary-dark);
}

.sp-category-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.sp-submit-wrap,
.sp-auth-wrap,
.sp-dashboard {
  padding: 32px 0;
}

.sp-auth-wrap {
  max-width: 1120px;
}

.sp-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.sp-form--compact {
  max-width: 520px;
}

.sp-submit-wrap {
  max-width: 780px;
}

.sp-mt {
  margin-top: 20px;
}

.sp-alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  color: var(--sp-text);
  font-size: 14px;
  box-shadow: var(--sp-shadow-sm);
}

.sp-alert-success {
  border-color: rgba(18, 140, 74, 0.24);
  background: #f0fdf6;
  color: #166534;
}

.sp-alert-error {
  border-color: rgba(185, 28, 28, 0.22);
  background: #fef2f2;
  color: #991b1b;
}

.sp-form {
  padding: 26px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-form h3,
.sp-form h4,
.sp-dashboard h2 {
  margin: 0 0 20px;
  color: var(--sp-ink);
  font-weight: 750;
  line-height: 1.2;
}

.sp-form h3 {
  font-size: clamp(22px, 3vw, 28px);
}

.sp-form h4 {
  font-size: 18px;
}

.sp-form p {
  margin: 0 0 16px;
}

.sp-form-note {
  margin-top: -8px;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sp-choice-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.sp-choice-fieldset legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--sp-ink);
  font-size: 14px;
  font-weight: 750;
}

.sp-choice-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px;
  border: 1px solid var(--sp-border-strong);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  cursor: pointer;
}

.sp-choice-card:has(input:checked) {
  border-color: var(--sp-primary);
  background: #eff6ff;
}

.sp-profile-type-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -8px;
  color: var(--sp-muted);
  font-size: 14px;
  font-weight: 700;
}

.sp-profile-type-line a {
  color: var(--sp-primary);
}

.sp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sp-profile-panel {
  margin-bottom: 24px;
}

.sp-profile-form {
  max-width: 920px;
}

.sp-profile-photo-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.sp-profile-photo-preview,
.sp-profile-summary__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--sp-border);
  background: var(--sp-soft);
  color: var(--sp-muted);
  font-size: 13px;
  font-weight: 800;
}

.sp-profile-photo-preview {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.sp-profile-photo-preview img,
.sp-profile-summary__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-profile-gallery-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 18px;
}

.sp-profile-gallery-preview img {
  width: 72px;
  height: 72px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  object-fit: cover;
}

.sp-profile-gallery-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 22px;
}

.sp-profile-gallery-summary img {
  width: 84px;
  height: 84px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  object-fit: cover;
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-summary {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-summary__photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.sp-profile-summary h3 {
  margin: 0 0 4px;
  color: var(--sp-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.sp-profile-summary p {
  margin: 3px 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.sp-profile-dashboard-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: var(--sp-radius);
  background: #ecfdf5;
  color: #0f766e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.sp-form .sp-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-soft);
}

.sp-form .sp-fieldset legend {
  padding: 0 8px;
  color: var(--sp-ink);
  font-size: 14px;
  font-weight: 700;
}

.sp-form .sp-fieldset p,
.sp-form .sp-field {
  margin: 0;
}

.sp-field--wide {
  grid-column: 1 / -1;
}

.sp-form .sp-field label,
.sp-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--sp-ink);
  font-size: 14px;
  font-weight: 650;
}

.sp-required {
  color: #dc2626;
  font-weight: 800;
}

.sp-form input[type="text"],
.sp-form input[type="email"],
.sp-form input[type="password"],
.sp-form input[type="number"],
.sp-form input[type="file"],
.sp-form textarea,
.sp-form select,
.sp-form .sp-select,
.sp-filter-form input,
.sp-filter-form select {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--sp-border-strong);
  border-radius: var(--sp-radius-sm);
  background: var(--sp-surface);
  color: var(--sp-ink);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.sp-form input[type="file"] {
  padding: 8px 10px;
}

.sp-form textarea {
  min-height: 150px;
  resize: vertical;
}

.sp-form input:focus,
.sp-form textarea:focus,
.sp-form select:focus,
.sp-filter-form input:focus,
.sp-filter-form select:focus {
  outline: none;
  border-color: var(--sp-primary);
  box-shadow: var(--sp-focus);
}

.sp-form input::placeholder,
.sp-form textarea::placeholder,
.sp-filter-form input::placeholder {
  color: #9ca3af;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: var(--sp-radius-sm);
  background: var(--sp-primary);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.sp-btn:hover,
.sp-btn:focus {
  color: #fff;
  background: var(--sp-primary-dark);
  text-decoration: none;
}

.sp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(29, 78, 216, 0.18);
}

.sp-btn:focus-visible {
  outline: none;
  box-shadow: var(--sp-focus);
}

.sp-btn--whatsapp {
  background: var(--sp-success);
}

.sp-btn--whatsapp:hover,
.sp-btn--whatsapp:focus {
  background: #0f7a3f;
}

.sp-btn--dark {
  background: var(--sp-ink);
}

.sp-btn--dark:hover,
.sp-btn--dark:focus {
  background: #030712;
}

.sp-btn--outline,
.sp-btn-light {
  border-color: var(--sp-border-strong);
  background: var(--sp-surface);
  color: var(--sp-ink);
}

.sp-btn--outline:hover,
.sp-btn--outline:focus,
.sp-btn-light:hover,
.sp-btn-light:focus {
  border-color: var(--sp-primary);
  background: #eff6ff;
  color: var(--sp-primary-dark);
  box-shadow: none;
}

.sp-btn--block {
  width: 100%;
}

.sp-listing-page {
  padding: 32px 0 44px;
}

.sp-search-box {
  margin-bottom: 24px;
}

.sp-filter-form {
  display: grid;
  grid-template-columns: minmax(160px, 1.2fr) repeat(6, minmax(120px, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-card__location {
  color: #475569 !important;
  font-weight: 700;
}

#sp-results {
  min-height: 72px;
}

#sp-results.sp-loading {
  opacity: 0.6;
  pointer-events: none;
}

.sp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sp-profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.sp-profile-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 12px 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-card__link {
  color: inherit;
  text-decoration: none;
}

.sp-profile-card__link:hover h3,
.sp-profile-card__link:focus h3 {
  color: var(--sp-primary);
}

.sp-profile-card__top {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  grid-column: 1;
  gap: 16px;
  align-items: center;
}

.sp-profile-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 92px;
  height: 92px;
  border-radius: 10px;
  background: var(--sp-ink);
  color: #fff;
  font-size: 24px;
  font-weight: 850;
}

.sp-profile-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-profile-card__type {
  display: inline-flex;
  margin-bottom: 4px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sp-profile-card__type--hire {
  background: #fef2f2;
  color: #b91c1c;
}

.sp-choice-card--hire:has(input:checked) {
  border-color: #dc2626;
  background: #fef2f2;
}

.sp-profile-card h3 {
  margin: 0 0 4px;
  color: var(--sp-ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.2;
}

.sp-profile-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.sp-profile-card__service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}

.sp-profile-card__experience {
  margin-top: 3px !important;
  color: #10b981 !important;
  font-size: 13px !important;
  font-weight: 850;
}

.sp-profile-card__service-line span {
  display: inline-flex;
}

.sp-profile-card__availability {
  margin-top: 5px !important;
  color: #0f766e !important;
  font-weight: 800;
}

.sp-profile-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px !important;
}

.sp-profile-card__prices span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857 !important;
  font-size: 12px;
  font-weight: 850;
}

.sp-profile-card__prices strong {
  color: #065f46;
  font-weight: 950;
}

.sp-profile-card__location,
.sp-profile-card__phone,
.sp-profile-card__education,
.sp-profile-card__address,
.sp-profile-card__details,
.sp-profile-stars,
.sp-profile-comments {
  grid-column: 1;
}

.sp-profile-stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 2px;
}

.sp-profile-stars span {
  color: #f59e0b;
  letter-spacing: 0;
}

.sp-profile-stars strong,
.sp-profile-stars small {
  color: var(--sp-muted);
  font-size: 13px;
}

.sp-profile-comments {
  display: grid;
  gap: 8px;
}

.sp-profile-comments blockquote {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--sp-primary);
  border-radius: var(--sp-radius-sm);
  background: var(--sp-soft);
}

.sp-profile-comments p {
  color: var(--sp-text);
}

.sp-profile-comments cite {
  display: block;
  margin-top: 4px;
  color: var(--sp-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.sp-profile-review-form {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--sp-border);
}

.sp-profile-review-form select,
.sp-profile-review-form textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--sp-border-strong);
  border-radius: var(--sp-radius-sm);
  font: inherit;
}

.sp-profile-card__button {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: stretch;
  margin-top: 0;
}

.sp-profile-card > .sp-profile-review-form {
  display: none;
}

.sp-profile-detail {
  padding: 34px 0 56px;
  background: #f8fafc;
}

.sp-back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--sp-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.sp-profile-empty,
.sp-profile-detail__hero,
.sp-profile-panel {
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-empty {
  padding: 28px;
}

.sp-profile-detail__hero {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  margin-bottom: 24px;
  padding: 26px;
}

.sp-profile-detail__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 12px;
  background: var(--sp-ink);
  color: #ffffff;
  font-size: 64px;
  font-weight: 850;
}

.sp-profile-detail__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-profile-detail__intro h1 {
  margin: 0 0 8px;
  color: var(--sp-ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.sp-profile-detail__subtitle {
  margin: 0 0 14px;
  color: var(--sp-muted);
  font-size: 18px;
  font-weight: 750;
}

.sp-profile-detail__layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.sp-profile-detail__main {
  grid-column: 2;
}

.sp-profile-detail__sidebar {
  grid-column: 1;
  grid-row: 1;
}

.sp-profile-detail__main,
.sp-profile-detail__sidebar {
  display: grid;
  gap: 22px;
}

.sp-profile-sidebar-sticky {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 18px;
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.sp-profile-panel {
  padding: 24px;
}

.sp-profile-panel h2 {
  margin: 0 0 16px;
  color: var(--sp-ink);
  font-size: 22px;
  line-height: 1.2;
}

.sp-profile-detail__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sp-profile-detail__facts div {
  padding: 14px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: var(--sp-soft);
}

.sp-profile-detail__facts span,
.sp-profile-contact span {
  display: block;
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sp-profile-detail__facts strong,
.sp-profile-contact a {
  color: var(--sp-ink);
  font-weight: 850;
  text-decoration: none;
}

.sp-profile-detail__about {
  margin: 18px 0 0;
  color: var(--sp-text);
  line-height: 1.75;
}

.sp-profile-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sp-profile-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--sp-radius-sm);
  object-fit: cover;
}

.sp-profile-gallery__item {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--sp-radius-sm);
  background: transparent;
  cursor: zoom-in;
}

.sp-profile-gallery__item:focus {
  outline: 3px solid rgba(14, 165, 233, 0.35);
  outline-offset: 3px;
}

.sp-profile-comments--detail {
  margin-bottom: 18px;
}

.sp-profile-comments--detail blockquote {
  padding: 14px 16px;
}

.sp-profile-review-form--detail {
  margin-top: 18px;
}

.sp-profile-contact {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-service-picker-native {
  display: none;
}

.sp-service-picker {
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: auto;
  padding: 12px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: #f8fafc;
}

.sp-service-picker-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.8fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 6px;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  background: #ffffff;
}

.sp-service-picker-search {
  width: 100%;
  min-height: 36px !important;
  border: 1px solid #dbeafe !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  padding: 7px 10px !important;
  outline: none;
}

.sp-service-picker-search:focus {
  border-color: rgba(37, 99, 235, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}

.sp-service-picker-selected {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.sp-service-tag {
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: #eff6ff;
  color: #0f172a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.sp-service-picker-placeholder,
.sp-service-picker-count {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.sp-service-picker-list {
  display: grid;
  max-height: 220px;
  overflow: auto;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #ffffff;
}

.sp-service-chip {
  width: 100%;
  min-height: 36px;
  padding: 8px 11px;
  border: 0;
  border-bottom: 1px solid #eff6ff;
  border-radius: 0;
  background: #ffffff;
  color: var(--sp-ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.sp-service-chip.is-selected {
  background: #2563eb;
  color: #ffffff;
}

.sp-service-picker-empty {
  color: var(--sp-muted);
  font-size: 14px;
}

.sp-service-price-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fafc;
}

.sp-service-price-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.sp-service-price-panel__head strong {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.sp-service-price-panel__head span,
.sp-service-price-empty {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.sp-service-price-list {
  display: grid;
  gap: 9px;
}

.sp-service-price-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) minmax(180px, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.sp-service-price-row span {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.sp-service-price-row input {
  min-height: 42px !important;
}

.sp-search-empty-note {
  margin: 0;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #ffffff;
  color: #64748b;
  font-weight: 800;
  text-align: center;
}

.sp-searchable {
  position: relative;
  min-width: 0;
}

.sp-searchable-field {
  position: relative;
  display: block;
}

.sp-searchable-input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #2563eb;
  width: 15px;
  height: 15px;
  pointer-events: none;
}

.sp-searchable-input-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #2563eb;
  border-radius: 50%;
}

.sp-searchable-input-icon::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: #2563eb;
  transform: rotate(45deg);
  transform-origin: left center;
}

.sp-searchable-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.sp-searchable-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.9));
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  padding: 11px 14px 11px 56px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.sp-searchable:not(.sp-searchable--category) .sp-searchable-input {
  padding-left: 14px;
}

.sp-searchable:not(.sp-searchable--category) .sp-searchable-input-icon {
  display: none;
}

.sp-searchable-input:focus {
  border-color: rgba(37, 99, 235, 0.6);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 10px 26px rgba(15, 23, 42, 0.08);
}

.sp-searchable-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
  max-height: min(420px, 58vh);
  overflow: auto;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  padding: 10px;
  opacity: 0;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.16s ease, transform 0.16s ease;
  backdrop-filter: blur(14px);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f8fafc;
}

.sp-searchable.is-open .sp-searchable-list {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sp-searchable-list::-webkit-scrollbar {
  width: 8px;
}

.sp-searchable-list::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 999px;
}

.sp-searchable-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.sp-searchable-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 8px 10px;
}

.sp-searchable-panel-head strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 950;
}

.sp-searchable-panel-head span {
  color: #64748b;
  font-size: 11px;
  font-weight: 850;
}

.sp-searchable-section-title {
  margin: 8px 4px 6px;
  color: #10b981;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sp-searchable-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 7px 10px;
  text-align: left;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.sp-searchable-option.has-icon {
  grid-template-columns: 34px minmax(0, 1fr);
}

.sp-searchable-option + .sp-searchable-option {
  margin-top: 5px;
}

.sp-searchable-option-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 11px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: linear-gradient(135deg, #eff6ff, #ecfdf5);
  color: #2563eb;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.sp-searchable-option-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-searchable-option:hover,
.sp-searchable-option:focus,
.sp-searchable-option.is-active,
.sp-searchable-option.is-selected {
  border-color: rgba(37, 99, 235, 0.22);
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.16);
  transform: translateY(-1px);
}

.sp-searchable-option:hover .sp-searchable-option-icon,
.sp-searchable-option:focus .sp-searchable-option-icon,
.sp-searchable-option.is-active .sp-searchable-option-icon,
.sp-searchable-option.is-selected .sp-searchable-option-icon {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.sp-searchable-empty {
  display: block;
  padding: 16px 12px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.sp-site-footer {
  margin-top: 56px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-site-footer__main {
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: 42px 0 64px;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 1fr 1.7fr;
  gap: 36px;
}

.sp-site-footer h2 {
  margin: 0 0 20px;
  color: #176b57;
  font-size: 16px;
  font-weight: 950;
}

.sp-site-footer h3 {
  margin: 24px 0 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 950;
}

.sp-site-footer ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-site-footer a {
  color: #111827;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.sp-site-footer a:hover,
.sp-site-footer a:focus {
  color: #16a34a;
  text-decoration: underline;
}

.sp-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 28px;
}

.sp-site-footer__social a {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background: #333333;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}

.sp-site-footer__newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-bottom: 12px;
}

.sp-site-footer__newsletter input {
  min-height: 44px;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  background: #f3f4f6;
  color: #111827;
  padding: 10px 14px;
}

.sp-site-footer__newsletter button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #fbbf24;
  color: #111827;
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  padding: 0 16px;
}

.sp-site-footer__agree {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 650;
}

.sp-site-footer__agree input {
  width: 12px;
  height: 12px;
  accent-color: #22c55e;
}

.sp-site-footer__updates p {
  max-width: 360px;
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}

.sp-site-footer__trust {
  display: inline-flex;
  margin-top: 30px;
  padding: 8px 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #5fd42d 0 42%, #333333 42% 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.sp-site-footer__bottom {
  border-top: 1px solid #d1d5db;
  padding: 26px max(18px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sp-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.sp-site-footer__brand img {
  width: 58px;
  height: auto;
}

.sp-site-footer__brand strong {
  display: block;
  color: #0f172a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.sp-site-footer__brand small {
  display: block;
  color: #16a34a;
  font-size: 10px;
  font-weight: 900;
  margin-top: 3px;
}

.sp-site-footer__bottom p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 650;
  text-align: right;
}

@media (max-width: 980px) {
  .sp-site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-site-footer__updates {
    grid-column: 1 / -1;
  }
}

.sp-home-showcase {
  display: grid;
  gap: 28px;
}

.sp-showcase-tabs {
  display: grid;
  grid-template-columns: repeat(9, minmax(110px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scrollbar-width: thin;
}

.sp-showcase-tab {
  min-height: 132px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid #176b57;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #9ca3af;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sp-showcase-tab:hover,
.sp-showcase-tab:focus,
.sp-showcase-tab.is-active {
  background: #32c24a;
  color: #ffffff;
  box-shadow: 0 20px 34px rgba(50, 194, 74, 0.22);
  transform: translateY(-2px);
  text-decoration: none;
}

.sp-showcase-tab__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}

.sp-showcase-tab__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sp-showcase-tab span:last-child {
  max-width: 92px;
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
}

.sp-service-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sp-service-offer-card {
  overflow: hidden;
  border: 1px solid #22c55e;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sp-service-offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.13);
}

.sp-service-offer-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.sp-service-offer-card__media {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  background: linear-gradient(135deg, #2563eb, #10b981);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.sp-service-offer-card__media::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  transform: rotate(-5deg);
}

.sp-service-offer-card__media::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -24px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.sp-service-offer-card__media span {
  position: relative;
  z-index: 1;
  max-width: 210px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(15, 23, 42, 0.26);
}

.sp-service-offer-card__media.is-cool { background: linear-gradient(135deg, #0284c7, #38bdf8); }
.sp-service-offer-card__media.is-blue { background: linear-gradient(135deg, #1d4ed8, #60a5fa); }
.sp-service-offer-card__media.is-aqua { background: linear-gradient(135deg, #0891b2, #22d3ee); }
.sp-service-offer-card__media.is-wood { background: linear-gradient(135deg, #92400e, #f59e0b); }
.sp-service-offer-card__media.is-green { background: linear-gradient(135deg, #15803d, #4ade80); }
.sp-service-offer-card__media.is-dark { background: linear-gradient(135deg, #111827, #475569); }

.sp-service-offer-card__body {
  padding: 16px;
}

.sp-service-offer-card h3 {
  min-height: 54px;
  margin: 0 0 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}

.sp-service-offer-card__delivery {
  margin: 0 0 14px;
  color: #475569;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.sp-service-offer-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  color: #111827;
  font-size: 13px;
  font-weight: 750;
}

.sp-service-offer-card__provider {
  color: #334155;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-service-offer-card__meta strong {
  color: #111827;
  font-size: 20px;
  font-weight: 950;
}

@media (max-width: 980px) {
  .sp-showcase-tabs {
    grid-template-columns: repeat(5, minmax(110px, 1fr));
  }

  .sp-service-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sp-showcase-tabs {
    display: flex;
    gap: 12px;
    scroll-snap-type: x proximity;
  }

  .sp-showcase-tab {
    flex: 0 0 118px;
    min-height: 112px;
    scroll-snap-align: start;
  }

  .sp-service-offer-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep searchable filter option lists above nearby results/content. */
.sp-home-hero,
.sp-home-search,
.sp-filter-form,
.sp-filter-shell {
  overflow: visible !important;
}

.sp-home-hero {
  z-index: 25;
}

.sp-home-search,
.sp-filter-form {
  position: relative;
  z-index: 40 !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9)) !important;
  backdrop-filter: blur(16px);
}

.sp-searchable {
  z-index: 45;
}

.sp-searchable.is-open {
  z-index: 10050;
}

.sp-searchable-list {
  z-index: 10060 !important;
}

#sp-results,
.sp-home-results {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .sp-site-footer__main {
    grid-template-columns: 1fr;
    padding: 32px 0 42px;
  }

  .sp-site-footer__newsletter {
    grid-template-columns: 1fr;
  }

  .sp-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-site-footer__bottom p {
    text-align: left;
  }
}

.sp-gps-location-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.sp-gps-location-field .sp-btn {
  min-height: 44px;
  white-space: nowrap;
}

.sp-use-gps-location.is-loading {
  opacity: 0.78;
  cursor: wait;
}

.sp-gps-location-status {
  display: block;
  margin-top: 6px;
}

@media (max-width: 640px) {
  .sp-gps-location-field {
    grid-template-columns: 1fr;
  }

  .sp-gps-location-field .sp-btn {
    width: 100%;
  }
}

.sp-profile-service-prices {
  display: grid;
  gap: 10px;
}

.sp-profile-service-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}

.sp-profile-service-price span {
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.sp-profile-service-price strong {
  color: #10b981;
  font-size: 14px;
  font-weight: 950;
  text-align: right;
}

.sp-profile-map-panel {
  overflow: hidden;
}

.sp-profile-map {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
  aspect-ratio: 4 / 3;
}

.sp-profile-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
}

.sp-profile-map-link {
  display: inline-flex;
  margin-top: 10px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sp-profile-map-link:hover,
.sp-profile-map-link:focus {
  text-decoration: underline;
}

.sp-chat-box {
  display: grid;
  gap: 10px;
}

.sp-btn--chat {
  width: 100%;
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
}

.sp-btn--chat:hover,
.sp-btn--chat:focus {
  background: #115e59;
  color: #ffffff;
}

.sp-chat-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.sp-chat-modal.is-open {
  display: flex;
}

.sp-chat-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(3px);
}

.sp-chat-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(100%, 520px);
  max-height: min(720px, calc(100vh - 36px));
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}

.sp-chat-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--sp-border);
  background: #f8fafc;
}

.sp-chat-modal__header span {
  display: block;
  margin-bottom: 2px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sp-chat-modal__header h2 {
  margin: 0;
  color: var(--sp-ink);
  font-size: 20px;
  line-height: 1.2;
}

.sp-chat-modal__close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--sp-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--sp-ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.sp-chat-modal .sp-chat-box {
  min-height: 0;
  padding: 16px;
}

.sp-chat-modal .sp-chat-messages {
  min-height: 320px;
  max-height: none;
}

body.sp-chat-modal-open {
  overflow: hidden;
}

.sp-chat-messages {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 260px;
  max-height: 420px;
  overflow: auto;
  padding: 14px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  scroll-behavior: smooth;
}

.sp-chat-message {
  justify-self: start;
  max-width: min(86%, 520px);
  padding: 10px 13px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px 14px 14px 4px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.sp-chat-message.is-mine {
  justify-self: end;
  border-color: rgba(37, 99, 235, 0.16);
  border-radius: 14px 14px 4px 14px;
  background: #dbeafe;
}

.sp-chat-message p {
  margin: 0;
  color: var(--sp-ink);
  font-size: 14px;
  line-height: 1.45;
}

.sp-chat-message time {
  display: block;
  margin-top: 4px;
  color: var(--sp-muted);
  font-size: 11px;
  text-align: right;
}

.sp-chat-form {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.sp-chat-form textarea {
  width: 100%;
  min-height: 52px;
  max-height: 120px;
  padding: 11px 12px;
  border: 1px solid var(--sp-border-strong);
  border-radius: var(--sp-radius-sm);
  font: inherit;
  resize: vertical;
}

.sp-chat-form .sp-btn {
  min-height: 52px;
  white-space: nowrap;
}

.sp-chat-form .sp-btn:disabled {
  cursor: wait;
  opacity: 0.68;
}

.sp-chat-status {
  min-height: 18px;
  color: var(--sp-muted);
  font-size: 12px;
  font-weight: 650;
}

.sp-chat-status.is-error {
  color: #b91c1c;
}

.sp-dashboard-chat {
  margin-top: 22px;
}

.sp-dashboard-chat h3 {
  margin: 0 0 16px;
  color: var(--sp-ink);
}

.sp-chat-dashboard {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 18px;
}

.sp-chat-thread-list {
  display: grid;
  align-content: start;
  gap: 8px;
  max-height: 460px;
  overflow: auto;
}

.sp-chat-thread {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: #ffffff;
  color: var(--sp-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: left;
  transition: border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.sp-chat-thread.is-active,
.sp-chat-thread:hover {
  border-color: var(--sp-primary);
  background: #eff6ff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.sp-chat-thread span,
.sp-chat-thread small,
.sp-chat-placeholder,
.sp-chat-empty {
  color: var(--sp-muted);
  font-size: 13px;
  font-weight: 500;
}

.sp-chat-box--dashboard:not(.is-active) .sp-chat-messages,
.sp-chat-box--dashboard:not(.is-active) .sp-chat-form {
  display: none;
}

.sp-field-help {
  display: block;
  margin-top: 6px;
  color: var(--sp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.sp-form select[multiple] {
  min-height: 170px;
}

.sp-card {
  overflow: hidden;
  margin: 0 0 24px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-grid > .sp-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.sp-grid > .sp-card:hover {
  transform: translateY(-3px);
  border-color: var(--sp-border-strong);
  box-shadow: var(--sp-shadow-md);
}

.sp-grid > .sp-card > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sp-soft);
}

.sp-grid > .sp-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.sp-grid > .sp-card:hover img {
  transform: scale(1.03);
}

.sp-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.sp-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.sp-card__title a {
  color: var(--sp-ink);
  text-decoration: none;
}

.sp-card__title a:hover {
  color: var(--sp-primary);
}

.sp-price {
  margin: 0 0 8px;
  color: var(--sp-success);
  font-size: 17px;
  font-weight: 800;
}

.sp-meta {
  margin: 0 0 10px;
  color: var(--sp-muted);
  font-size: 14px;
}

.sp-card__body p:not(.sp-price):not(.sp-meta) {
  margin: 0 0 16px;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sp-card__body .sp-btn {
  margin-top: auto;
}

.sp-dashboard h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.sp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  min-width: 940px;
}

.sp-table th,
.sp-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--sp-border);
  text-align: left;
  vertical-align: middle;
}

.sp-table th {
  background: var(--sp-soft);
  color: var(--sp-ink);
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sp-table tbody tr:hover {
  background: #fbfdff;
}

.sp-table tr:last-child td {
  border-bottom: none;
}

.sp-table a {
  color: var(--sp-primary);
  font-weight: 700;
  text-decoration: none;
}

.sp-table a:hover {
  color: var(--sp-primary-dark);
  text-decoration: underline;
}

.sp-inline-action {
  margin: 0;
}

.sp-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 78px;
  padding: 7px 10px;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 7px;
  background: #eff6ff;
  color: var(--sp-primary-dark);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.sp-table a.sp-table-action {
  color: var(--sp-primary-dark);
}

.sp-table-action:hover,
.sp-table-action:focus {
  border-color: var(--sp-primary);
  background: #dbeafe;
  color: var(--sp-primary-dark);
  text-decoration: none;
}

.sp-table-action--warning {
  border-color: rgba(217, 119, 6, 0.22);
  background: #fffbeb;
  color: #92400e;
}

.sp-table-action--warning:hover,
.sp-table-action--warning:focus {
  border-color: #d97706;
  background: #fef3c7;
  color: #78350f;
}

.sp-table-action--danger {
  border-color: rgba(220, 38, 38, 0.2);
  background: #fef2f2;
  color: #b91c1c;
}

.sp-table-action--danger:hover,
.sp-table-action--danger:focus {
  border-color: #dc2626;
  background: #fee2e2;
  color: #991b1b;
}

.sp-table-muted {
  color: var(--sp-muted);
  font-size: 13px;
  font-weight: 700;
}

.sp-single {
  padding: 40px 0 54px;
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
}

.sp-single__container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.sp-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: var(--sp-shadow-sm);
}

.sp-hero__left {
  min-width: 0;
}

.sp-hero__right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.sp-hero__title {
  margin: 0 0 16px;
  color: var(--sp-ink);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.12;
}

.sp-badges,
.sp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-badge,
.sp-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid var(--sp-border);
  border-radius: 999px;
  background: var(--sp-soft);
  color: var(--sp-text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.sp-badge--price,
.sp-tag {
  border-color: rgba(29, 78, 216, 0.12);
  background: #eff6ff;
  color: var(--sp-primary-dark);
}

.sp-tag--light {
  border-color: var(--sp-border);
  background: var(--sp-soft);
  color: var(--sp-text);
}

.sp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.sp-single .sp-card {
  padding: 24px;
}

.sp-card__heading {
  margin: 0 0 18px;
  color: var(--sp-ink);
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.sp-card--gallery {
  padding: 0;
}

.sp-main-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--sp-radius-sm);
  background: var(--sp-soft);
}

.sp-main-image {
  display: block;
  width: 100%;
  height: min(560px, 58vw);
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.22s ease;
}

.sp-main-image.is-clickable {
  cursor: zoom-in;
}

.sp-main-image.is-clickable:hover {
  filter: brightness(1.03);
  transform: scale(1.015);
}

.sp-main-image__hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(223, 229, 238, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--sp-ink);
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12);
}

.sp-gallery-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-color: var(--sp-border-strong) transparent;
  scrollbar-width: thin;
}

.sp-gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}

.sp-gallery-thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--sp-border-strong);
}

.sp-thumb-btn {
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--sp-radius-sm);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sp-thumb-btn.is-clickable {
  cursor: zoom-in;
}

.sp-thumb-btn:hover {
  transform: translateY(-2px);
}

.sp-thumb-btn.is-active {
  border-color: var(--sp-primary);
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
}

.sp-thumb-btn:focus-visible {
  outline: none;
  box-shadow: var(--sp-focus);
}

.sp-thumb-btn img {
  display: block;
  width: 104px;
  height: 78px;
  object-fit: cover;
}

.sp-content {
  color: var(--sp-text);
  font-size: 16px;
  line-height: 1.75;
}

.sp-content > :first-child {
  margin-top: 0;
}

.sp-content > :last-child {
  margin-bottom: 0;
}

.sp-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sp-detail {
  padding: 16px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: var(--sp-soft);
}

.sp-detail small {
  display: block;
  margin-bottom: 6px;
  color: var(--sp-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sp-detail strong {
  display: block;
  color: var(--sp-ink);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.sp-detail--wide {
  grid-column: 1 / -1;
}

.sp-sidebar {
  position: sticky;
  top: 24px;
}

.sp-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sp-meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--sp-border);
}

.sp-meta-list li:first-child {
  padding-top: 0;
}

.sp-meta-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sp-meta-list span {
  color: var(--sp-muted);
  font-size: 14px;
}

.sp-meta-list strong {
  color: var(--sp-ink);
  font-size: 14px;
  font-weight: 750;
  text-align: right;
  overflow-wrap: anywhere;
}

.sp-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.sp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.sp-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.sp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 18, 0.82);
  cursor: zoom-out;
}

.sp-lightbox__content {
  position: relative;
  z-index: 1;
  max-width: min(94vw, 1180px);
  max-height: 90vh;
  margin: 24px;
}

.sp-lightbox__content img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: var(--sp-radius-sm);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.sp-lightbox__close {
  position: absolute;
  top: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--sp-border);
  border-radius: 50%;
  background: var(--sp-surface);
  color: var(--sp-ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  box-shadow: var(--sp-shadow-md);
}

.sp-lightbox__close:hover,
.sp-lightbox__close:focus {
  background: var(--sp-soft);
}

body.sp-no-scroll {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .sp-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-filter-form .sp-btn {
    grid-column: 1 / -1;
  }

  .sp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-home-hero {
    grid-template-columns: 1fr;
  }

  .sp-home-search {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-home-search .sp-btn {
    grid-column: 1 / -1;
  }

  .sp-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-layout {
    grid-template-columns: 1fr;
  }

  .sp-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .sp-listing-page,
  .sp-submit-wrap,
  .sp-auth-wrap,
  .sp-dashboard,
  .sp-single__container {
    width: min(100% - 24px, 1120px);
  }

  .sp-form,
  .sp-single .sp-card,
  .sp-hero {
    padding: 18px;
  }

  .sp-form .sp-fieldset,
  .sp-form-grid,
  .sp-filter-form,
  .sp-auth-grid,
  .sp-grid,
  .sp-category-grid,
  .sp-profile-grid,
  .sp-details-grid {
    grid-template-columns: 1fr;
  }

  .sp-profile-card {
    grid-template-columns: 1fr;
  }

  .sp-profile-card__top {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .sp-profile-card__photo {
    width: 78px;
    height: 78px;
  }

  .sp-profile-card__button {
    grid-column: 1;
    grid-row: auto;
  }

  .sp-chat-dashboard {
    grid-template-columns: 1fr;
  }

  .sp-chat-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .sp-chat-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .sp-chat-modal .sp-chat-messages {
    min-height: 300px;
  }

  .sp-chat-form {
    display: grid;
  }

  .sp-home {
    width: min(100% - 24px, 1120px);
    padding-top: 22px;
  }

  .sp-home-hero {
    padding: 22px;
  }

  .sp-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-home-search {
    grid-template-columns: 1fr;
  }

  .sp-home-search .sp-btn {
    grid-column: auto;
  }

  .sp-profile-photo-row,
  .sp-profile-summary {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .sp-profile-summary .sp-btn {
    width: 100%;
  }

  .sp-filter-form .sp-btn {
    grid-column: auto;
  }

  .sp-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-hero__right,
  .sp-hero__right .sp-btn {
    width: 100%;
  }

  .sp-main-image {
    height: 320px;
    min-height: 260px;
  }

  .sp-thumb-btn img {
    width: 84px;
    height: 64px;
  }
}

@media (max-width: 480px) {
  .sp-submit-wrap,
  .sp-auth-wrap,
  .sp-dashboard {
    padding: 22px 0;
  }

  .sp-single {
    padding: 24px 0 34px;
  }

  .sp-main-image {
    height: 260px;
  }

  .sp-meta-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .sp-meta-list strong {
    text-align: left;
  }
}

/* Refined single service presentation */
.sp-single {
  padding: 34px 0 64px;
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef3f8 48%, #f8fafc 100%);
}

.sp-single__container {
  width: min(1180px, calc(100% - 36px));
}

.sp-hero {
  align-items: flex-end;
  margin-bottom: 22px;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid var(--sp-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sp-hero__content {
  min-width: 0;
  max-width: 820px;
}

.sp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(18, 140, 74, 0.18);
  border-radius: var(--sp-radius-sm);
  background: #eefaf3;
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sp-hero__title {
  max-width: 900px;
  margin-bottom: 12px;
  color: #0f172a;
  font-size: clamp(32px, 4.4vw, 54px);
  font-weight: 850;
  line-height: 1.04;
}

.sp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 650;
}

.sp-hero__meta span {
  position: relative;
}

.sp-hero__meta span + span::before {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #94a3b8;
  content: "";
  transform: translateY(-50%);
}

.sp-hero__price {
  flex: 0 0 auto;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: var(--sp-radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.sp-hero__price span,
.sp-price-panel span,
.sp-provider-card span {
  display: block;
  color: var(--sp-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sp-hero__price strong,
.sp-price-panel strong {
  display: block;
  margin-top: 5px;
  color: #0f766e;
  font-size: 28px;
  font-weight: 850;
  line-height: 1.05;
}

.sp-layout {
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.82fr);
  gap: 26px;
}

.sp-single .sp-card {
  border-color: rgba(203, 213, 225, 0.78);
  border-radius: var(--sp-radius);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.sp-single .sp-main .sp-card:not(.sp-card--gallery),
.sp-sidebar .sp-card {
  padding: 26px;
}

.sp-card--gallery {
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

.sp-main-image-wrap {
  border: 1px solid rgba(203, 213, 225, 0.78);
  border-radius: var(--sp-radius);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.sp-main-image {
  height: clamp(360px, 52vw, 620px);
  min-height: 360px;
}

.sp-main-image__hint {
  right: 16px;
  bottom: 16px;
  border-radius: var(--sp-radius-sm);
  background: rgba(15, 23, 42, 0.78);
  color: #ffffff;
  box-shadow: none;
}

.sp-gallery-thumbs {
  gap: 10px;
  margin-top: 16px;
  padding-bottom: 4px;
}

.sp-thumb-btn {
  border-radius: var(--sp-radius-sm);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.sp-thumb-btn img {
  width: 112px;
  height: 82px;
}

.sp-card__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 850;
}

.sp-card__heading::before {
  width: 4px;
  height: 20px;
  border-radius: 999px;
  background: #0f766e;
  content: "";
}

.sp-content {
  color: #334155;
  font-size: 16px;
}

.sp-details-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-detail {
  padding: 17px;
  border-color: rgba(203, 213, 225, 0.72);
  background: #f8fafc;
}

.sp-detail--wide {
  grid-column: span 3;
}

.sp-contact-card {
  border-top: 4px solid #0f766e;
}

.sp-provider-card {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sp-border);
}

.sp-provider-card__avatar {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.sp-provider-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-provider-card strong {
  display: block;
  margin-top: 4px;
  color: var(--sp-ink);
  font-size: 17px;
  line-height: 1.2;
}

.sp-price-panel {
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: var(--sp-radius);
  background: #ecfdf5;
}

.sp-meta-list li {
  align-items: center;
  padding: 14px 0;
}

.sp-actions .sp-btn {
  min-height: 48px;
}

.sp-contact-card .sp-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sp-contact-card .sp-actions .sp-btn {
  min-height: 56px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
}

.sp-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: var(--sp-radius);
  background: #f8fafc;
}

.sp-contact-actions .sp-btn {
  min-height: 48px;
  border-radius: var(--sp-radius-sm);
  box-shadow: none;
}

.sp-contact-actions .sp-btn:hover {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.sp-single .sp-hero {
  align-items: flex-start;
}

.sp-single .sp-hero__content {
  max-width: 980px;
}

.sp-single .sp-hero__title {
  margin-bottom: 14px;
}

.sp-single .sp-contact-card {
  overflow: visible;
}

.sp-single .sp-price-panel {
  margin-bottom: 24px;
}

.sp-single .sp-meta-list li:last-child {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sp-border);
}

.sp-tags {
  gap: 8px;
}

.sp-tag {
  border-radius: var(--sp-radius-sm);
}

@media (max-width: 1100px) {
  .sp-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .sp-hero__price {
    width: 100%;
  }

  .sp-profile-detail__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .sp-single {
    padding: 24px 0 42px;
  }

  .sp-single__container {
    width: min(100% - 24px, 1120px);
  }

  .sp-hero {
    margin-bottom: 18px;
  }

  .sp-hero__title {
    font-size: clamp(30px, 10vw, 42px);
  }

  .sp-hero__meta {
    gap: 7px;
  }

  .sp-hero__meta span {
    width: 100%;
  }

  .sp-hero__meta span + span::before {
    display: none;
  }

  .sp-single .sp-main .sp-card:not(.sp-card--gallery),
  .sp-sidebar .sp-card {
    padding: 20px;
  }

  .sp-main-image {
    height: 320px;
    min-height: 280px;
  }

  .sp-details-grid {
    grid-template-columns: 1fr;
  }

  .sp-detail--wide {
    grid-column: auto;
  }

  .sp-thumb-btn img {
    width: 86px;
    height: 64px;
  }

  .sp-profile-detail {
    padding: 24px 0 42px;
  }

  .sp-profile-detail__hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .sp-profile-detail__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: 360px;
  }

  .sp-profile-detail__facts,
  .sp-profile-gallery {
    grid-template-columns: 1fr;
  }

  .sp-profile-panel {
    padding: 20px;
  }
}

/* Final premium UI overrides - keep this block last. */
.sp-home-hero,
.sp-form,
.sp-profile-card,
.sp-profile-detail__hero,
.sp-profile-panel,
.sp-card,
.sp-auth-card,
.sp-chat-modal__dialog {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--sp-radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--sp-shadow-sm);
}

.sp-home-hero {
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(37, 99, 235, 0.9));
}

.sp-home-hero h1,
.sp-home-hero p {
  color: #ffffff;
}

.sp-home-search,
.sp-filter-form {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: var(--sp-radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--sp-shadow-md);
}

.sp-btn {
  border-radius: 999px;
  background: var(--sp-secondary);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.2);
}

.sp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.28);
}

.sp-profile-card:hover,
.sp-card:hover,
.sp-category-card:hover {
  border-color: rgba(37, 99, 235, 0.28);
  transform: translateY(-3px);
  box-shadow: var(--sp-shadow-md);
}

.sp-category-card.is-active {
  border-color: var(--sp-secondary);
  background: #eff6ff;
}

.sp-profile-card__type--hire {
  background: #fef2f2;
  color: var(--sp-danger);
}

.sp-profile-stars {
  width: fit-content;
  border-radius: 999px;
  background: #fffbeb;
  color: #92400e;
}

.sp-chat-modal__dialog {
  border-radius: 22px;
  box-shadow: var(--sp-shadow-lg);
}

/* Final button polish - keep after all generic button rules. */
.sp-btn,
.sp-btn:visited {
  color: #ffffff;
}

.sp-btn:hover,
.sp-btn:focus {
  color: #ffffff;
  background: #1d4ed8;
}

.sp-btn--outline,
.sp-btn--outline:visited,
.sp-btn-light,
.sp-btn-light:visited {
  background: #ffffff;
  color: var(--sp-primary);
}

.sp-btn--outline:hover,
.sp-btn--outline:focus,
.sp-btn-light:hover,
.sp-btn-light:focus {
  background: #eff6ff;
  color: #1d4ed8;
}

.sp-contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.sp-contact-actions .sp-btn,
.sp-contact-actions .sp-btn:visited {
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.sp-contact-actions .sp-btn:first-child {
  background: #0f172a;
}

.sp-contact-actions .sp-btn:first-child:hover,
.sp-contact-actions .sp-btn:first-child:focus {
  background: #020617;
}

.sp-contact-actions > a.sp-btn:not(.sp-btn--outline):not(.sp-btn--chat),
.sp-contact-actions > a.sp-btn:not(.sp-btn--outline):not(.sp-btn--chat):visited {
  background: #0f172a;
  color: #ffffff;
}

.sp-contact-actions > a.sp-btn:not(.sp-btn--outline):not(.sp-btn--chat):hover,
.sp-contact-actions > a.sp-btn:not(.sp-btn--outline):not(.sp-btn--chat):focus {
  background: #020617;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--outline,
.sp-contact-actions .sp-btn--outline:visited {
  border-color: rgba(22, 163, 74, 0.28);
  background: #16a34a;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--outline:hover,
.sp-contact-actions .sp-btn--outline:focus {
  border-color: #15803d;
  background: #15803d;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--chat,
.sp-contact-actions .sp-btn--chat:visited {
  border-color: rgba(37, 99, 235, 0.28);
  background: #2563eb;
  color: #ffffff;
}

.sp-contact-actions .sp-btn--chat:hover,
.sp-contact-actions .sp-btn--chat:focus {
  border-color: #1d4ed8;
  background: #1d4ed8;
  color: #ffffff;
}

.sp-profile-card__short,
.sp-profile-detail__short {
  max-width: 760px;
  margin-top: 10px !important;
  color: var(--sp-muted);
  line-height: 1.65;
}

.sp-profile-follow-count {
  margin-top: 10px;
  color: var(--sp-muted);
  font-size: 13px;
  font-weight: 750;
}

.sp-follow-form {
  margin: 0;
}

.sp-follow-form .sp-btn {
  width: 100%;
}

.sp-contact-actions .sp-btn--follow,
.sp-contact-actions .sp-btn--follow:visited {
  border-color: rgba(245, 158, 11, 0.35);
  background: #f59e0b;
  color: #111827;
}

.sp-contact-actions .sp-btn--follow:hover,
.sp-contact-actions .sp-btn--follow:focus {
  border-color: #d97706;
  background: #d97706;
  color: #ffffff;
}

.sp-profile-updates {
  display: grid;
  gap: 14px;
}

.sp-profile-update {
  padding: 16px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius);
  background: #ffffff;
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-update p {
  margin: 0 0 12px;
  color: var(--sp-text);
  line-height: 1.65;
}

.sp-profile-update img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--sp-radius-sm);
}

.sp-profile-update time {
  display: block;
  margin-top: 10px;
  color: var(--sp-muted);
  font-size: 12px;
  font-weight: 750;
}

.sp-update-like-form {
  margin: 12px 0 0;
}

.sp-update-like,
.sp-update-like-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 850;
}

.sp-update-like {
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sp-update-like:hover,
.sp-update-like:focus,
.sp-update-like.is-liked {
  transform: translateY(-1px);
  background: #2563eb;
  color: #ffffff;
}

.sp-update-like:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  transform: none;
}

.sp-update-form {
  margin-bottom: 18px;
}

.sp-profile-card__follow {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
}

.sp-profile-card__follow .sp-btn--follow {
  width: 100%;
  min-height: 44px;
  border-color: rgba(245, 158, 11, 0.35);
  background: #fffbeb;
  color: #92400e;
  box-shadow: none;
}

.sp-profile-card__follow .sp-btn--follow:hover,
.sp-profile-card__follow .sp-btn--follow:focus {
  background: #f59e0b;
  color: #111827;
}

.sp-profile-cover-row {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.sp-profile-cover-preview {
  min-height: 160px;
  border: 1px dashed var(--sp-border);
  border-radius: var(--sp-radius);
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  overflow: hidden;
  display: grid;
  place-items: center;
  color: var(--sp-muted);
  font-weight: 800;
}

.sp-profile-cover-preview img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sp-profile-cover-card {
  margin: 0 0 18px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-lg);
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--sp-shadow-sm);
}

.sp-profile-cover-card img {
  display: block;
  width: 100%;
  height: clamp(180px, 28vw, 340px);
  object-fit: cover;
}

.sp-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sp-check-grid label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid var(--sp-border);
  border-radius: var(--sp-radius-sm);
  background: #ffffff;
  font-weight: 800;
}

.sp-media-upload-grid {
  margin-top: 10px;
}

.sp-profile-detail__hero--cover {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.58)),
    var(--sp-cover-image) center/cover;
  color: #ffffff;
}

.sp-profile-detail__hero--cover .sp-profile-detail__short,
.sp-profile-detail__hero--cover .sp-profile-follow-count,
.sp-profile-detail__hero--cover .sp-profile-detail__subtitle,
.sp-profile-detail__hero--cover .sp-profile-stars small {
  color: rgba(255, 255, 255, 0.82);
}

.sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 12px;
}

.sp-hero-actions .sp-follow-form {
  display: contents;
}

.sp-hero-actions .sp-btn {
  width: auto;
  min-height: 44px;
  padding-inline: 16px;
  color: #ffffff;
  background: #0f172a;
  border-color: #0f172a;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.sp-hero-actions .sp-btn:hover,
.sp-hero-actions .sp-btn:focus {
  transform: translateY(-1px);
  color: #ffffff;
  background: #020617;
}

.sp-hero-actions .sp-btn--outline {
  background: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
}

.sp-hero-actions .sp-btn--chat {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.sp-hero-actions .sp-btn--follow {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #111827;
}

.sp-hero-actions .sp-btn--ghost {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #111827;
}

.sp-hero-actions .sp-btn--ghost:hover,
.sp-hero-actions .sp-btn--ghost:focus {
  background: #f8fafc;
  color: #111827;
}

.sp-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sp-trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #166534;
  border: 1px solid rgba(22, 163, 74, 0.22);
  font-size: 12px;
  font-weight: 850;
}

.sp-profile-gallery--compact {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.sp-share-profile.is-copied {
  background: #ecfdf5 !important;
  border-color: rgba(22, 163, 74, 0.28) !important;
  color: #166534 !important;
}

.sp-mobile-contact-dock {
  display: none;
}

@media (max-width: 760px) {
  .sp-mobile-contact-dock {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9998;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(14px);
  }

  .sp-profile-detail {
    padding-bottom: 78px;
  }

  .sp-mobile-contact-dock a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
  }

  .sp-mobile-contact-dock a:last-child {
    background: #16a34a;
  }

  .sp-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: sticky;
    top: 8px;
    z-index: 5;
    padding: 8px;
    margin-inline: -8px;
    border-radius: var(--sp-radius);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    box-shadow: var(--sp-shadow-sm);
  }

  .sp-hero-actions .sp-btn {
    width: 100%;
    padding-inline: 10px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .sp-profile-card__follow {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Final professional polish */
.sp-container {
  width: min(1180px, calc(100% - 32px));
}

.sp-home,
.sp-listing-page,
.sp-dashboard,
.sp-auth-wrap,
.sp-submit-wrap,
.sp-profile-detail {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-home h1,
.sp-home h2,
.sp-listing-page h1,
.sp-listing-page h2,
.sp-dashboard h1,
.sp-dashboard h2,
.sp-dashboard h3,
.sp-profile-detail h1,
.sp-profile-detail h2,
.sp-auth-wrap h1,
.sp-auth-wrap h2,
.sp-auth-wrap h3 {
  letter-spacing: 0;
  color: #0f172a;
}

.sp-home-hero h1,
.sp-home-hero h2,
.sp-home-hero p {
  color: #ffffff;
}

.sp-card,
.sp-profile-card,
.sp-profile-panel,
.sp-form,
.sp-auth-card,
.sp-home-category-card,
.sp-profile-cover-card,
.sp-filter-form,
.sp-home-search {
  border-color: rgba(226, 232, 240, 0.96);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
}

.sp-card:hover,
.sp-profile-card:hover,
.sp-home-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.13);
}

.sp-card,
.sp-profile-card,
.sp-home-category-card {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sp-form input,
.sp-form select,
.sp-form textarea,
.sp-filter-form input,
.sp-filter-form select,
.sp-home-search input,
.sp-home-search select {
  min-height: 46px;
  border-radius: 12px;
  border-color: #dbe3ef;
  background: #ffffff;
  color: #111827;
}

.sp-form input:focus,
.sp-form select:focus,
.sp-form textarea:focus,
.sp-filter-form input:focus,
.sp-filter-form select:focus,
.sp-home-search input:focus,
.sp-home-search select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
  outline: none;
}

.sp-btn,
.sp-form button,
.sp-filter-form button,
.sp-home-search button {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
}

.sp-profile-detail__facts > div {
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.sp-profile-detail__facts span,
.sp-profile-contact span,
.sp-field-help {
  color: #64748b;
}

.sp-profile-card__type,
.sp-trust-badges span,
.sp-home-eyebrow {
  letter-spacing: 0;
}

.sp-service-picker {
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 10px;
}

.sp-service-chip {
  border-radius: 999px;
  font-weight: 850;
}

.sp-chat-modal__dialog,
.sp-chat-messages {
  border-radius: 18px;
}

.sp-chat-message {
  border-radius: 16px 16px 16px 6px;
}

.sp-chat-message.is-mine {
  border-radius: 16px 16px 6px 16px;
  background: #2563eb;
}

.sp-chat-message.is-mine p,
.sp-chat-message.is-mine time {
  color: #ffffff;
}

.sp-chat-attachment {
  display: block;
  width: min(260px, 100%);
  max-height: 240px;
  object-fit: cover;
  margin-top: 8px;
  border-radius: 14px;
}

.sp-chat-file-name {
  margin-top: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 850;
}

.sp-chat-file-name[hidden] {
  display: none;
}

@media (max-width: 760px) {
  .sp-public-menu-wrap,
  .sp-public-menu-nav,
  nav:has(.sp-public-menu__link),
  .wp-block-navigation:has(.sp-public-menu__link) {
    width: min(100% - 20px, 1180px);
    margin-top: 10px;
    padding: 8px;
    border-radius: 16px;
  }

  .sp-public-menu,
  .sp-public-menu-wrap > ul,
  .sp-public-menu-nav ul,
  .wp-block-navigation__container.sp-public-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sp-public-menu__link,
  .sp-public-menu a {
    width: 100%;
    min-height: 42px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .sp-container {
    width: min(100% - 24px, 1180px);
  }

  .sp-card:hover,
  .sp-profile-card:hover,
  .sp-home-category-card:hover {
    transform: none;
  }
}

/* Modern marketplace chat and visibility controls */
.sp-profile-visibility {
  margin: 0 0 20px;
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 16px;
  background: #eff6ff;
}

.sp-profile-visibility label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #0f172a;
  font-weight: 900;
}

.sp-profile-visibility small {
  display: block;
  margin-top: 6px;
  color: #64748b;
}

.sp-chat-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #10b981, #2563eb);
  color: #ffffff;
  box-shadow: 0 22px 52px rgba(37, 99, 235, 0.32);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sp-chat-floating:hover,
.sp-chat-floating:focus {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 28px 70px rgba(37, 99, 235, 0.42);
}

.sp-chat-floating__icon {
  font-size: 26px;
  line-height: 1;
}

.sp-chat-floating__badge {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.sp-chat-modal {
  animation: spFadeIn 0.18s ease;
}

.sp-chat-modal__backdrop {
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(10px);
}

.sp-chat-modal__dialog {
  width: min(100%, 560px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.34);
  animation: spChatPop 0.22s ease;
}

.sp-chat-modal__header {
  padding: 18px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.85);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(37, 99, 235, 0.9));
  color: #ffffff;
}

.sp-chat-modal__person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-chat-modal__avatar {
  position: relative;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
}

.sp-chat-modal__avatar::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #0f172a;
  border-radius: 999px;
  background: #10b981;
}

.sp-chat-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-chat-modal__header h2 {
  color: #ffffff;
}

.sp-chat-status-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-transform: none !important;
}

.sp-chat-status-pill i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22);
}

.sp-chat-modal__close {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sp-chat-messages {
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.sp-chat-messages::-webkit-scrollbar {
  width: 8px;
}

.sp-chat-messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cbd5e1;
}

.sp-chat-placeholder,
.sp-chat-empty {
  display: grid;
  place-items: center;
  min-height: 140px;
  color: #64748b;
  text-align: center;
  font-weight: 800;
}

.sp-chat-message {
  max-width: min(82%, 520px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px 18px 18px 6px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  animation: spMessageIn 0.18s ease;
}

.sp-chat-message.is-mine {
  border-color: transparent;
  border-radius: 18px 18px 6px 18px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.sp-chat-message.is-mine p,
.sp-chat-message.is-mine time {
  color: #ffffff;
}

.sp-chat-typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e5e7eb;
}

.sp-chat-typing[hidden] {
  display: none;
}

.sp-chat-typing span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #64748b;
  animation: spTyping 0.9s infinite ease-in-out;
}

.sp-chat-typing span:nth-child(2) {
  animation-delay: 0.12s;
}

.sp-chat-typing span:nth-child(3) {
  animation-delay: 0.24s;
}

.sp-chat-form {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.sp-chat-input-wrap {
  position: relative;
  flex: 1;
}

.sp-chat-form textarea {
  width: 100%;
  min-height: 44px;
  max-height: 120px;
  border: 0;
  border-radius: 14px;
  background: #f8fafc;
  resize: none;
}

.sp-chat-icon-btn,
.sp-chat-send {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #eef2ff;
  color: #2563eb;
  font-weight: 900;
  cursor: pointer;
}

.sp-chat-send {
  min-width: 68px;
  padding: 0 14px;
  background: #10b981;
  color: #ffffff;
}

.sp-chat-emoji-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  display: grid;
  grid-template-columns: repeat(6, 36px);
  gap: 6px;
  padding: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.sp-chat-emoji-panel[hidden] {
  display: none;
}

.sp-chat-emoji-panel button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: #f8fafc;
  color: #111827;
  cursor: pointer;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.16s ease, background 0.16s ease;
}

.sp-chat-emoji-panel button:hover,
.sp-chat-emoji-panel button:focus {
  background: #e0f2fe;
  transform: translateY(-1px);
}

.sp-chat-sidebar {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.sp-chat-search {
  width: 100%;
  min-height: 42px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 9px 12px;
}

.sp-chat-thread {
  position: relative;
  border-radius: 16px;
}

.sp-chat-thread-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #10b981;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
}

body.sp-dark-chat .sp-chat-modal__dialog {
  background: rgba(15, 23, 42, 0.94);
  color: #ffffff;
}

body.sp-dark-chat .sp-chat-messages {
  background: #020617;
}

.sp-profile-detail__facts {
  gap: 14px;
}

.sp-profile-detail__facts > div {
  min-height: 86px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.sp-profile-detail__facts span {
  display: block;
  margin-bottom: 7px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sp-profile-detail__facts strong,
.sp-profile-detail__facts a {
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.sp-profile-about-panel {
  border-left: 4px solid #2563eb;
}

.sp-profile-detail__about {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
}

.sp-sidebar-media-panel {
  padding: 16px;
}

.sp-sidebar-media-panel h2 {
  margin-bottom: 12px;
  font-size: 16px;
}

.sp-profile-gallery--sidebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sp-profile-gallery--sidebar .sp-profile-gallery__item {
  min-height: 110px;
  border-radius: 14px;
}

.sp-profile-gallery-manage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.sp-profile-gallery-manage > strong {
  flex-basis: 100%;
  color: #0f172a;
}

.sp-media-manage-item {
  width: 96px;
  display: grid;
  gap: 6px;
}

.sp-media-manage-item img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
}

.sp-media-delete-button,
.sp-media-manage-item button,
.sp-link-danger {
  border: 0;
  background: transparent;
  color: #dc2626;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.sp-update-edit-form {
  display: grid;
  gap: 10px;
}

.sp-update-edit-form textarea {
  width: 100%;
  min-height: 72px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 10px 12px;
  resize: vertical;
}

.sp-update-delete-form {
  margin-top: 10px;
}

@keyframes spChatPop {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes spMessageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes spTyping {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.45; }
  40% { transform: translateY(-4px); opacity: 1; }
}

@media (max-width: 760px) {
  .sp-chat-floating {
    right: 16px;
    bottom: 86px;
  }

  .sp-chat-modal {
    padding: 10px;
  }

  .sp-chat-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 20px;
  }

  .sp-chat-form {
    gap: 6px;
  }

  .sp-chat-icon-btn {
    min-width: 38px;
    height: 38px;
  }

  .sp-chat-send {
    min-width: 58px;
  }
}

/* Marketplace profile detail redesign */
.sp-profile-detail {
  background: #f8fafc;
  color: #111827;
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-market-profile-hero {
  position: relative;
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96)),
    #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.sp-market-profile-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #0f172a, #2563eb, #10b981);
}

.sp-market-profile-hero .sp-profile-detail__photo {
  width: 156px;
  height: 156px;
  border: 6px solid #ffffff;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.sp-market-profile-hero .sp-profile-detail__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-market-profile-hero h1 {
  margin: 10px 0 6px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 950;
}

.sp-profile-detail__subtitle {
  color: #475569;
  font-size: 16px;
  font-weight: 800;
}

.sp-market-profile-hero .sp-profile-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #ffffff;
}

.sp-profile-follow-count {
  display: inline-flex;
  margin-left: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
}

.sp-hero-actions {
  gap: 10px;
}

.sp-hero-actions .sp-btn,
.sp-sidebar-ctas .sp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.sp-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 10px;
  font-weight: 950;
}

.sp-btn--call {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}

.sp-btn--whatsapp {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #ffffff !important;
}

.sp-btn--quote {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

.sp-btn--book {
  background: #eff6ff !important;
  border-color: rgba(37, 99, 235, 0.22) !important;
  color: #1d4ed8 !important;
}

.sp-profile-detail__layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 24px;
  align-items: start;
}

.sp-profile-panel {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.sp-profile-panel h2 {
  margin-bottom: 18px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 950;
}

.sp-profile-detail__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sp-profile-fact {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 96px;
  padding: 16px 16px 16px 62px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

.sp-profile-fact::before {
  content: attr(data-icon);
  position: absolute;
  left: 16px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 10px;
  font-weight: 950;
}

.sp-profile-fact span {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sp-profile-fact strong,
.sp-profile-fact a {
  color: #111827;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.sp-profile-about-panel {
  border-left: 0;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.sp-profile-detail__about {
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
}

.sp-contact-provider-card {
  position: relative;
  top: auto;
}

.sp-profile-contact {
  display: grid;
  gap: 10px;
}

.sp-profile-contact li {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
}

.sp-profile-contact span {
  color: #64748b;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.sp-profile-contact a {
  color: #0f172a;
  font-weight: 850;
  word-break: break-word;
}

.sp-sidebar-ctas {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.sp-sidebar-ctas .sp-btn {
  width: 100%;
  justify-content: center;
}

.sp-sidebar-media-panel {
  padding: 18px;
}

.sp-profile-gallery--sidebar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-profile-gallery--sidebar .sp-profile-gallery__item,
.sp-profile-gallery .sp-profile-gallery__item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: #f8fafc;
}

.sp-profile-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.sp-profile-gallery__item:hover img {
  transform: scale(1.05);
}

.sp-update-post {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}

.sp-update-post__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.sp-update-post__head strong {
  color: #0f172a;
  font-weight: 950;
}

.sp-update-post__head time {
  margin: 0;
  color: #64748b;
  font-size: 12px;
}

.sp-update-post > p {
  padding: 16px 16px 0;
}

.sp-update-post > img {
  width: calc(100% - 32px);
  margin: 16px;
  border-radius: 18px;
}

.sp-update-like-form,
.sp-update-comment-link {
  margin: 0 0 16px 16px;
}

.sp-update-comment-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.sp-profile-comments-panel .sp-profile-comments--detail {
  display: grid;
  gap: 12px;
}

.sp-profile-comments--detail blockquote {
  margin: 0;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f8fafc;
}

.sp-profile-review-form--detail {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #ffffff;
}

.sp-profile-review-form--detail select,
.sp-profile-review-form--detail textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 11px 12px;
}

@media (max-width: 980px) {
  .sp-market-profile-hero,
  .sp-profile-detail__layout {
    grid-template-columns: 1fr;
  }

  .sp-profile-detail__main,
  .sp-profile-detail__sidebar {
    grid-column: auto;
    grid-row: auto;
  }

  .sp-profile-sidebar-sticky,
  .sp-contact-provider-card {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .sp-market-profile-hero {
    text-align: center;
    justify-items: center;
  }

  .sp-market-profile-hero .sp-profile-detail__photo {
    width: 128px;
    height: 128px;
  }

  .sp-profile-detail__facts,
  .sp-profile-gallery--sidebar {
    grid-template-columns: 1fr;
  }

  .sp-hero-actions {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }

  .sp-hero-actions .sp-btn {
    width: 100%;
    justify-content: center;
  }
}

.sp-seo-landing {
  padding: 20px 0 48px;
}

.sp-seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.sp-seo-breadcrumbs a {
  color: #2563eb;
  text-decoration: none;
}

.sp-seo-hero {
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a, #2563eb);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.sp-seo-hero h1 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.sp-seo-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.sp-seo-content h3 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 18px;
}

/* Keep profile contact details fixed on desktop profile pages. */
@media (min-width: 981px) {
  .sp-profile-detail .sp-profile-sidebar-sticky {
    position: fixed;
    top: 96px;
    left: max(24px, calc((100vw - 1180px) / 2 + 24px));
    z-index: 20;
    width: 340px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    padding-bottom: 4px;
  }

  .admin-bar .sp-profile-detail .sp-profile-sidebar-sticky {
    top: 128px;
    max-height: calc(100vh - 152px);
  }
}

/* Mobile fixed search filters and profile media limits */
.sp-service-picker.sp-service-picker {
  display: grid;
  gap: 10px;
  max-height: none;
  padding: 12px;
  overflow: visible;
}

.sp-service-picker.sp-service-picker .sp-service-picker-list {
  max-height: 230px;
  overflow: auto;
}

@media (max-width: 900px) {
  .sp-filter-shell {
    position: fixed !important;
    top: 0;
    left: 10px;
    right: 10px;
    z-index: 9998;
    max-height: 72vh;
    overflow: auto;
    padding-top: env(safe-area-inset-top);
  }

  .admin-bar .sp-filter-shell {
    top: 46px;
  }

  .sp-filter-shell + #sp-results {
    padding-top: 74px;
  }

  .sp-filter-shell.is-open + #sp-results {
    padding-top: min(72vh, 520px);
  }

  .sp-service-picker-control {
    grid-template-columns: 1fr;
  }
}

/* Premium marketplace profile refresh */
.sp-profile-detail {
  --sp-premium-primary: #2563eb;
  --sp-premium-secondary: #0f172a;
  --sp-premium-accent: #14b8a6;
  --sp-premium-bg: #f8fafc;
  --sp-premium-card: rgba(255, 255, 255, 0.94);
  --sp-premium-border: rgba(226, 232, 240, 0.94);
  --sp-premium-muted: #64748b;
  background:
    radial-gradient(circle at 16% 8%, rgba(37, 99, 235, 0.09), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef4ff 45%, #f8fafc 100%);
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-profile-detail .sp-container {
  width: min(100% - 32px, 1280px);
  padding: 18px 0 52px;
}

.sp-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--sp-premium-muted);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.sp-back-link::before {
  content: "<";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--sp-premium-primary);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.sp-market-profile-hero {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 26px;
  min-height: 255px;
  margin-bottom: 22px;
  padding: clamp(22px, 3.2vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.1));
  box-shadow: 0 28px 86px rgba(15, 23, 42, 0.13);
  animation: spPremiumFade 0.34s ease both;
}

.sp-market-profile-hero::before {
  height: 8px;
  background: linear-gradient(90deg, var(--sp-premium-secondary), var(--sp-premium-primary), var(--sp-premium-accent));
}

.sp-market-profile-hero::after {
  content: "";
  position: absolute;
  inset: auto -70px -110px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  pointer-events: none;
}

.sp-market-profile-hero .sp-profile-detail__photo {
  width: 150px;
  height: 150px;
  border: 7px solid #ffffff;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.2);
}

.sp-profile-detail__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sp-profile-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sp-market-profile-hero h1 {
  margin: 0;
  color: var(--sp-premium-secondary);
  font-size: clamp(32px, 4.2vw, 54px);
  letter-spacing: 0;
  line-height: 1.02;
  font-weight: 950;
}

.sp-profile-verified-badge,
.sp-trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(20, 184, 166, 0.24);
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 12px;
  font-weight: 950;
}

.sp-profile-verified-badge::before,
.sp-trust-badges span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sp-premium-accent);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.14);
}

.sp-profile-detail__subtitle {
  margin: 0;
  color: #334155;
  font-size: 17px;
  font-weight: 850;
}

.sp-profile-detail__short {
  max-width: 850px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.65;
}

.sp-profile-hero-meta,
.sp-profile-social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.sp-profile-hero-meta span,
.sp-profile-follow-count,
.sp-market-profile-hero .sp-profile-stars {
  margin: 0;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--sp-premium-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  font-size: 13px;
  font-weight: 850;
}

.sp-profile-status-pill.is-available {
  border-color: rgba(20, 184, 166, 0.24);
  background: #ecfdf5;
  color: #047857;
}

.sp-profile-status-pill.is-busy {
  border-color: rgba(245, 158, 11, 0.28);
  background: #fffbeb;
  color: #b45309;
}

.sp-profile-status-pill.is-offline {
  border-color: rgba(100, 116, 139, 0.22);
  background: #f1f5f9;
  color: #475569;
}

.sp-hero-actions {
  order: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.sp-hero-actions .sp-btn,
.sp-hero-actions .sp-follow-form button,
.sp-share-profile {
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  font-size: 13px;
  font-weight: 950;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.sp-hero-actions .sp-btn:hover,
.sp-hero-actions .sp-btn:focus,
.sp-hero-actions .sp-follow-form button:hover,
.sp-hero-actions .sp-follow-form button:focus {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  filter: saturate(1.05);
}

.sp-btn-icon {
  background: rgba(255, 255, 255, 0.22);
  letter-spacing: 0;
}

.sp-btn--chat {
  width: auto;
  background: var(--sp-premium-accent) !important;
  border-color: var(--sp-premium-accent) !important;
  color: #ffffff !important;
}

.sp-btn--quote {
  background: var(--sp-premium-primary) !important;
  border-color: var(--sp-premium-primary) !important;
}

.sp-btn--book,
.sp-share-profile {
  background: #ffffff !important;
  border-color: var(--sp-premium-border) !important;
  color: var(--sp-premium-secondary) !important;
}

.sp-profile-detail__layout {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.sp-profile-detail__main {
  gap: 18px;
}

.sp-profile-sidebar-sticky {
  gap: 16px;
}

.sp-profile-panel {
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: var(--sp-premium-card);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  animation: spPremiumFade 0.38s ease both;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sp-profile-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 26px 72px rgba(15, 23, 42, 0.11);
}

.sp-profile-panel h2 {
  margin: 0 0 16px;
  color: var(--sp-premium-secondary);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
}

.sp-profile-detail__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sp-profile-fact {
  min-height: 92px;
  padding: 15px 15px 15px 58px !important;
  border-color: var(--sp-premium-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.sp-profile-fact:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.24) !important;
}

.sp-profile-fact::before {
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  color: var(--sp-premium-primary);
}

.sp-profile-fact span,
.sp-profile-contact span {
  color: var(--sp-premium-muted);
  letter-spacing: 0;
}

.sp-profile-fact strong,
.sp-profile-fact a {
  color: var(--sp-premium-secondary);
  font-size: 15px;
}

.sp-contact-provider-card {
  border-color: rgba(37, 99, 235, 0.13);
}

.sp-profile-contact {
  gap: 9px;
}

.sp-profile-contact li {
  padding: 12px 13px 12px 46px;
  position: relative;
  border-color: var(--sp-premium-border);
  border-radius: 16px;
  background: #ffffff;
}

.sp-profile-contact li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--sp-premium-primary), var(--sp-premium-accent));
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
}

.sp-sidebar-media-panel {
  padding: 16px;
}

.sp-profile-gallery--sidebar {
  gap: 10px;
}

.sp-profile-gallery--sidebar .sp-profile-gallery__item,
.sp-profile-gallery .sp-profile-gallery__item {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

.sp-update-post {
  border: 1px solid var(--sp-premium-border);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.sp-update-post__head {
  padding: 16px;
  border-bottom: 1px solid #eef2f7;
}

.sp-update-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-update-avatar,
.sp-comment-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, #dbeafe, #ccfbf1);
  color: var(--sp-premium-secondary);
  font-weight: 950;
}

.sp-update-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-update-author strong {
  display: block;
  color: var(--sp-premium-secondary);
  font-size: 15px;
}

.sp-update-author time {
  display: block;
  margin-top: 2px;
  color: var(--sp-premium-muted);
}

.sp-update-post > p {
  margin: 0;
  padding: 16px 18px 0;
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
}

.sp-update-post > img {
  width: calc(100% - 36px);
  max-height: 520px;
  margin: 16px 18px;
  border-radius: 20px;
  object-fit: cover;
}

.sp-update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 18px;
}

.sp-update-like-form,
.sp-update-comment-link {
  margin: 0;
}

.sp-update-like,
.sp-update-comment-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--sp-premium-border);
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.sp-update-like:hover,
.sp-update-comment-link:hover {
  transform: translateY(-1px);
  background: #eff6ff;
}

.sp-update-like.is-liked {
  border-color: rgba(20, 184, 166, 0.26);
  background: #ecfdf5;
  color: #047857;
}

.sp-profile-comments--detail blockquote {
  display: grid;
  gap: 12px;
  border-color: var(--sp-premium-border);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.sp-comment-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-comment-head cite {
  display: block;
  color: var(--sp-premium-secondary);
  font-style: normal;
  font-weight: 950;
}

.sp-comment-head .sp-profile-stars {
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #f59e0b;
}

.sp-profile-comments--detail blockquote p {
  margin: 0;
  color: #334155;
  line-height: 1.7;
}

.sp-profile-review-form--detail {
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.sp-profile-review-form--detail select,
.sp-profile-review-form--detail textarea {
  min-height: 48px;
  border-color: var(--sp-premium-border);
  border-radius: 16px;
  background: #ffffff;
  font-size: 15px;
}

.sp-profile-review-form--detail .sp-btn {
  justify-self: start;
  min-height: 44px;
  padding-inline: 18px;
  background: var(--sp-premium-primary);
  color: #ffffff;
}

.sp-public-menu-wrap,
.sp-public-menu-nav,
nav:has(.sp-public-menu__link) {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(14px);
}

.sp-public-menu,
.sp-public-menu-wrap > ul,
.sp-public-menu-nav ul {
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.sp-public-menu__link,
.sp-public-menu a {
  border-radius: 999px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sp-public-menu__link:hover,
.sp-public-menu a:hover {
  transform: translateY(-1px);
  background: #eff6ff;
  color: var(--sp-premium-primary);
}

.sp-results-skeleton span {
  position: relative;
  overflow: hidden;
}

.sp-results-skeleton span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  animation: spShimmer 1.3s infinite;
}

footer,
.site-footer,
.wp-site-blocks > footer {
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  color: #64748b;
}

@keyframes spPremiumFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spShimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (min-width: 981px) {
  .sp-profile-detail .sp-profile-sidebar-sticky {
    left: max(24px, calc((100vw - 1280px) / 2 + 16px));
    width: 330px;
  }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .sp-profile-detail .sp-container {
    width: min(100% - 24px, 1120px);
  }

  .sp-profile-detail__layout {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .sp-profile-detail .sp-profile-sidebar-sticky {
    left: 12px;
    width: 310px;
  }
}

@media (max-width: 980px) {
  .sp-profile-detail .sp-container {
    width: min(100% - 24px, 980px);
  }

  .sp-profile-detail__layout {
    grid-template-columns: 1fr;
  }

  .sp-profile-detail__sidebar {
    order: 2;
  }

  .sp-profile-detail__main {
    order: 1;
  }

  .sp-profile-sidebar-sticky {
    position: static !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .sp-profile-gallery--sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .sp-market-profile-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
    text-align: left;
  }

  .sp-market-profile-hero .sp-profile-detail__photo {
    width: 118px;
    height: 118px;
  }

  .sp-profile-title-row,
  .sp-profile-hero-meta,
  .sp-profile-social-proof,
  .sp-hero-actions {
    align-items: stretch;
  }

  .sp-hero-actions,
  .sp-profile-social-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sp-hero-actions .sp-btn,
  .sp-hero-actions .sp-follow-form,
  .sp-hero-actions .sp-follow-form button {
    width: 100%;
    justify-content: center;
  }

  .sp-profile-detail__facts,
  .sp-profile-gallery--sidebar {
    grid-template-columns: 1fr;
  }

  .sp-profile-panel {
    border-radius: 20px;
  }
}

/* Find Profiles category shortcuts */
.sp-find-category-strip {
  width: min(100% - 32px, 1180px);
  margin: 18px auto 18px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

.sp-find-category-strip .sp-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.sp-find-category-strip h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
}

.sp-find-category-strip .sp-section-heading span {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.sp-find-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.sp-find-category {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  min-height: 116px;
  padding: 12px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.sp-find-category:hover,
.sp-find-category:focus,
.sp-find-category.is-active {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.3);
  background: #eff6ff;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.14);
  outline: none;
}

.sp-find-category__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.sp-find-category__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .sp-find-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .sp-find-category-strip {
    width: min(100% - 20px, 1180px);
    padding: 16px;
  }

  .sp-find-category-strip .sp-section-heading {
    display: grid;
    align-items: start;
  }

  .sp-find-category-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .sp-find-category {
    flex: 0 0 126px;
    min-height: 108px;
    scroll-snap-align: start;
  }
}

/* FixitBook.com brand polish and layout consolidation */
:root {
  --hn-primary: #2563eb;
  --hn-navy: #0f172a;
  --hn-bg: #f8fafc;
  --hn-card: #ffffff;
  --hn-green: #10b981;
  --hn-text: #111827;
  --hn-muted: #64748b;
  --hn-border: #e5e7eb;
  --hn-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.sp-home,
.sp-listing-page,
.sp-auth-wrap,
.sp-dashboard,
.sp-profile-detail {
  color: var(--hn-text);
  font-family: Inter, Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-public-menu-wrap,
.sp-public-menu-nav {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  padding: 10px max(16px, calc((100vw - 1180px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: sticky;
  top: 8px;
  z-index: 999;
  backdrop-filter: blur(14px);
}

.sp-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  color: var(--hn-navy);
  text-decoration: none;
}

.sp-public-brand__logo {
  display: block;
  width: 58px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.sp-public-brand__text {
  display: block;
  min-width: 0;
}

.sp-public-brand__text strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.sp-public-brand__text small {
  display: block;
  color: #16a34a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 3px;
}

.sp-public-brand__mark,
.sp-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hn-primary), var(--hn-green));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
  font-weight: 950;
}

.sp-auth-brand__logo {
  display: block;
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
}

.sp-public-brand strong {
  display: block;
  color: #0f172a;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.sp-public-brand small {
  display: block;
  color: #16a34a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 3px;
}

.sp-public-menu,
.sp-public-menu-wrap > ul,
.sp-public-menu-nav ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  list-style: none;
}

.sp-public-menu__brand-item {
  margin-right: auto;
}

.sp-public-menu__link,
.sp-public-menu a:not(.sp-public-brand) {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #334155;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.sp-public-menu__item.is-active .sp-public-menu__link,
.sp-public-menu__link[aria-current="page"],
.sp-public-menu__link:hover,
.sp-public-menu a:not(.sp-public-brand):hover {
  background: #eff6ff;
  color: var(--hn-primary);
}

.sp-home {
  width: min(100% - 28px, 1180px);
  margin: 0 auto;
}

.sp-home-hero {
  min-height: auto;
  margin: 12px 0 24px;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(37, 99, 235, 0.82)),
    url("../images/placeholder.png") center/cover;
  box-shadow: 0 28px 88px rgba(15, 23, 42, 0.18);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 24px;
  align-items: center;
}

.sp-home-hero h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: #ffffff;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 950;
}

.sp-home-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.sp-home-eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 950;
}

.sp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sp-home-hero__actions .sp-btn {
  background: #ffffff;
  color: var(--hn-primary);
}

.sp-home-hero__actions .sp-btn--outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.sp-home-search,
.sp-filter-form {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--hn-shadow);
}

.sp-home-search {
  padding: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-home-section,
.sp-find-category-strip,
.sp-search-box {
  margin-top: 18px;
  margin-bottom: 18px;
}

.sp-category-grid,
.sp-profile-grid {
  gap: 14px;
}

.sp-category-card,
.sp-find-category,
.sp-profile-card,
.sp-auth-wrap .sp-form,
.sp-profile-panel {
  border-color: var(--hn-border);
  background: var(--hn-card);
  box-shadow: var(--hn-shadow);
}

.sp-auth-wrap {
  width: min(100% - 28px, 980px);
  margin: 20px auto 42px;
}

.sp-auth-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--hn-border);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--hn-shadow);
}

.sp-auth-brand h1 {
  margin: 0;
  color: var(--hn-navy);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
}

.sp-auth-brand p,
.sp-form-intro {
  margin: 4px 0 0;
  color: var(--hn-muted);
  line-height: 1.55;
}

.sp-auth-grid {
  align-items: stretch;
  gap: 16px;
}

.sp-auth-wrap .sp-form {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
}

.sp-auth-wrap .sp-form h2 {
  margin: 0 0 6px;
  color: var(--hn-navy);
  font-size: 24px;
  font-weight: 950;
}

.sp-auth-wrap .sp-form button {
  margin-top: auto;
}

.sp-form--compact.sp-mt {
  max-width: none;
  margin-top: 16px;
  min-height: 0;
}

.sp-profile-detail .sp-container {
  width: min(100% - 28px, 1180px);
}

.sp-profile-detail__layout {
  grid-template-columns: minmax(0, 1fr) 340px !important;
}

.sp-profile-detail__main {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.sp-profile-detail__sidebar {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.sp-profile-sidebar-sticky {
  position: sticky !important;
  top: 92px !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

.sp-profile-detail .sp-profile-sidebar-sticky {
  left: auto !important;
  right: auto !important;
}

.sp-market-profile-hero {
  min-height: auto;
  margin-bottom: 18px;
  grid-template-columns: 150px minmax(0, 1fr);
}

.sp-profile-detail__facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sp-profile-card {
  overflow: hidden;
}

.sp-profile-card__short,
.sp-profile-card__service-line,
.sp-profile-card__location,
.sp-profile-card__availability {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .sp-home-hero,
  .sp-profile-detail__layout {
    grid-template-columns: 1fr !important;
  }

  .sp-profile-detail__main,
  .sp-profile-detail__sidebar {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .sp-profile-sidebar-sticky {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 760px) {
  .sp-public-menu-wrap,
  .sp-public-menu-nav {
    width: 100%;
    padding: 10px 12px;
    display: grid;
    border-radius: 0;
  }

  .sp-public-brand {
    min-width: 0;
  }

  .sp-public-brand__logo {
    width: 52px;
    max-height: 52px;
  }

  .sp-public-menu,
  .sp-public-menu-wrap > ul,
  .sp-public-menu-nav ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-public-menu__brand-item {
    grid-column: 1 / -1;
  }

  .sp-home,
  .sp-auth-wrap,
  .sp-profile-detail .sp-container {
    width: min(100% - 18px, 1180px);
  }

  .sp-home-hero {
    padding: 22px;
    border-radius: 24px;
  }

  .sp-home-search,
  .sp-filter-form,
  .sp-auth-grid,
  .sp-profile-detail__facts {
    grid-template-columns: 1fr !important;
  }

  .sp-auth-brand {
    align-items: flex-start;
  }
}

/* Final profile page sidebar/media placement */
@media (min-width: 981px) {
  .sp-profile-detail .sp-profile-detail__sidebar {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .sp-profile-detail .sp-profile-sidebar-sticky {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    z-index: 10 !important;
  }

  .admin-bar .sp-profile-detail .sp-profile-sidebar-sticky {
    top: auto !important;
    max-height: none !important;
  }
}

.sp-profile-detail .sp-sidebar-media-panel {
  display: block;
}

.sp-profile-detail .sp-sidebar-media-panel h2 {
  margin-bottom: 12px;
}

.sp-profile-detail .sp-sidebar-empty {
  margin: 0;
  padding: 14px;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  background: #f8fafc;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.sp-profile-sidebar-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.sp-profile-sidebar-actions .sp-btn {
  width: 100%;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.sp-profile-comments-panel h2::after,
.sp-profile-panel h2:has(+ .sp-profile-updates)::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #10b981);
}

.sp-profile-comments-panel .sp-profile-stars span,
.sp-market-profile-hero .sp-profile-stars span {
  color: #f59e0b;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .sp-profile-detail .sp-profile-sidebar-sticky {
    left: auto !important;
    width: 100% !important;
  }
}

/* Authoritative profile media sidebar: right column only */
.sp-profile-detail .sp-profile-detail__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 340px) !important;
  gap: 22px !important;
  align-items: start !important;
}

.sp-profile-detail .sp-profile-detail__main {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
}

.sp-profile-detail .sp-profile-detail__sidebar {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
}

.sp-profile-detail .sp-profile-sidebar-sticky {
  position: static !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

.sp-profile-detail .sp-sidebar-media-panel {
  width: 100% !important;
}

@media (max-width: 980px) {
  .sp-profile-detail .sp-profile-detail__layout {
    grid-template-columns: 1fr !important;
  }

  .sp-profile-detail .sp-profile-detail__main,
  .sp-profile-detail .sp-profile-detail__sidebar {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* FixitBook.com final color system */
:root {
  --sp-primary: #2563eb;
  --sp-secondary: #111827;
  --sp-ink: #111827;
  --sp-muted: #6b7280;
  --sp-bg: #f9fafb;
  --sp-soft: #f9fafb;
  --sp-card: #ffffff;
  --sp-border: #e5e7eb;
  --sp-success: #10b981;
  --sp-danger: #dc2626;
  --sp-warning: #f59e0b;
  --hn-primary: #2563eb;
  --hn-navy: #111827;
  --hn-bg: #f9fafb;
  --hn-card: #ffffff;
  --hn-green: #10b981;
  --hn-text: #111827;
  --hn-muted: #6b7280;
  --hn-border: #e5e7eb;
}

.sp-home,
.sp-listing-page,
.sp-auth-wrap,
.sp-dashboard,
.sp-profile-detail,
.sp-submit-wrap,
.sp-single {
  background-color: #f9fafb;
  color: #111827;
}

.sp-profile-panel,
.sp-form,
.sp-card,
.sp-profile-card,
.sp-auth-card,
.sp-find-category-strip,
.sp-search-box,
.sp-home-search,
.sp-filter-form,
.sp-public-menu-wrap,
.sp-public-menu-nav {
  border-color: #e5e7eb !important;
  background-color: #ffffff !important;
  color: #111827;
}

.sp-btn,
.sp-form button[type="submit"],
.sp-filter-form button,
.sp-home-search button {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.sp-btn:hover,
.sp-form button[type="submit"]:hover,
.sp-filter-form button:hover,
.sp-home-search button:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

.sp-btn--outline,
.sp-btn-light,
.sp-share-profile,
.sp-btn--book {
  background: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #111827 !important;
}

.sp-btn--whatsapp,
.sp-btn--chat,
.sp-profile-status-pill.is-available,
.sp-chat-send {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #ffffff !important;
}

.sp-btn--quote,
.sp-btn--call {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

.sp-home-hero {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.9), rgba(37, 99, 235, 0.84)),
    url("../images/placeholder.png") center/cover !important;
}

.sp-profile-card__type--offer,
.sp-profile-verified-badge,
.sp-trust-badges span {
  background: #ecfdf5 !important;
  border-color: rgba(16, 185, 129, 0.24) !important;
  color: #047857 !important;
}

.sp-profile-card__type--hire {
  background: #fef2f2 !important;
  border-color: rgba(220, 38, 38, 0.22) !important;
  color: #dc2626 !important;
}

.sp-profile-stars span,
.sp-profile-comments-panel .sp-profile-stars span,
.sp-market-profile-hero .sp-profile-stars span {
  color: #f59e0b !important;
}

.sp-profile-fact span,
.sp-profile-contact span,
.sp-field-help,
.sp-profile-detail__short,
.sp-profile-card__short,
.sp-auth-brand p,
.sp-form-intro {
  color: #6b7280;
}

.sp-home-hero p {
  color: #ffffff !important;
}

.sp-profile-fact strong,
.sp-profile-fact a,
.sp-profile-contact a,
.sp-profile-panel h2,
.sp-market-profile-hero h1,
.sp-auth-brand h1,
.sp-auth-wrap .sp-form h2 {
  color: #111827;
}

.sp-service-chip.is-selected,
.sp-find-category.is-active,
.sp-find-category:hover,
.sp-profile-card-filter.is-active,
.sp-profile-card-filter:hover,
.sp-profile-card-filter:focus,
.sp-public-menu__item.is-active .sp-public-menu__link,
.sp-public-menu__link[aria-current="page"] {
  background: #eff6ff !important;
  border-color: rgba(37, 99, 235, 0.28) !important;
  color: #2563eb !important;
}

.sp-profile-card__service-line .sp-profile-card-filter {
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #2563eb;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 9px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sp-profile-card__service-line .sp-profile-card-filter:hover,
.sp-profile-card__service-line .sp-profile-card-filter:focus {
  outline: none;
  transform: translateY(-1px);
}

.sp-profile-card__service-group {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

/* Final override: keep category search text clear of the search icon. */
.sp-home-search .sp-searchable.sp-searchable--category .sp-searchable-input,
.sp-filter-form .sp-searchable.sp-searchable--category .sp-searchable-input {
  padding-left: 62px !important;
}

.sp-home-search .sp-searchable.sp-searchable--category .sp-searchable-input-icon,
.sp-filter-form .sp-searchable.sp-searchable--category .sp-searchable-input-icon {
  left: 24px !important;
}

.sp-home-search .sp-searchable:not(.sp-searchable--category) .sp-searchable-input,
.sp-filter-form .sp-searchable:not(.sp-searchable--category) .sp-searchable-input {
  padding-left: 14px !important;
}

@media (max-width: 760px) {
  .sp-service-picker-control {
    grid-template-columns: 1fr;
  }
}

/* Thumbtack-style search results */
.sp-pro-results {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  color: #111827;
  margin: 24px auto;
  max-width: 1180px;
  padding: 26px 30px 18px;
}

.sp-pro-results-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 0 24px;
}

.sp-pro-listing > .sp-pro-results-head {
  display: none !important;
}

.sp-pro-results-head h2 {
  color: #111827;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 8px;
}

.sp-pro-results-head p {
  align-items: center;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 8px;
  line-height: 1.5;
  margin: 0;
}

.sp-pro-info {
  align-items: center;
  border: 2px solid #94a3b8;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}

.sp-pro-sort,
.sp-pro-results-head select {
  appearance: auto;
  background: #ffffff;
  border: 1px solid #2563eb;
  border-radius: 6px;
  color: #111827;
  font-size: 15px;
  min-height: 46px;
  min-width: 210px;
  padding: 0 14px;
}

.sp-pro-results-layout {
  display: grid;
  gap: 26px;
  grid-template-columns: 260px minmax(0, 1fr);
}

.sp-pro-filters {
  border-right: 1px solid #e5e7eb;
  padding: 0 26px 0 0;
}

.sp-pro-filters h3 {
  color: #111827;
  font-size: 22px;
  font-weight: 850;
  margin: 0 0 24px;
}

.sp-pro-filter-group {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
}

.sp-pro-filter-group strong {
  color: #111827;
  font-size: 15px;
  font-weight: 850;
}

.sp-pro-filter-group label {
  align-items: flex-start;
  color: #475569;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.35;
  margin: 0;
}

.sp-pro-filter-group label span {
  background: #ffffff;
  border: 2px solid #d1d5db;
  border-radius: 999px;
  flex: 0 0 22px;
  height: 22px;
  margin-top: -1px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
  width: 22px;
}

.sp-pro-filter-group label:hover {
  color: #111827;
}

.sp-pro-filter-group label:hover span {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.sp-pro-listing {
  min-width: 0;
}

.sp-pro-list {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
}

.sp-pro-results .sp-pro-card {
  align-items: start;
  background: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 154px;
  margin: 0 !important;
  padding: 26px 0 !important;
  transform: none !important;
}

.sp-pro-results .sp-pro-card:first-child {
  padding-top: 0 !important;
}

.sp-pro-results .sp-pro-card:last-child {
  border-bottom: 0 !important;
}

.sp-pro-results .sp-pro-card:hover {
  box-shadow: none !important;
  transform: none !important;
}

.sp-pro-card__main {
  align-items: flex-start !important;
  color: inherit !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  min-width: 0;
  text-decoration: none !important;
}

.sp-pro-card__avatar {
  align-items: center;
  background: #eff6ff;
  border: 3px solid #ffffff;
  border-radius: 999px !important;
  box-shadow: 0 0 0 3px #e5e7eb;
  color: #2563eb;
  display: inline-flex;
  font-size: 28px;
  font-weight: 900;
  height: 76px !important;
  justify-content: center;
  overflow: hidden;
  width: 76px !important;
}

.sp-pro-card__avatar img {
  border-radius: 999px !important;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.sp-pro-card__body {
  min-width: 0;
}

.sp-pro-results .sp-pro-card h3 {
  align-items: center;
  color: #111827;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 850;
  gap: 8px;
  line-height: 1.25;
  margin: 0 0 8px !important;
}

.sp-pro-results .sp-pro-card h3 span {
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.sp-pro-card__rating {
  align-items: center;
  color: #10b981;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 7px;
  margin: 0 0 10px;
}

.sp-pro-card__rating strong {
  color: #10b981;
  font-weight: 850;
}

.sp-pro-card__rating small {
  color: #475569;
  font-size: 14px;
}

.sp-pro-badge {
  align-items: center;
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  border-radius: 999px;
  color: #2563eb !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 5px 8px;
}

.sp-pro-badge::before {
  content: "\2713";
  margin-right: 4px;
}

.sp-pro-results .sp-profile-card__type {
  border-radius: 999px !important;
  display: inline-flex;
  font-size: 12px !important;
  font-weight: 850 !important;
  margin: 2px 0 10px;
  padding: 6px 10px !important;
}

.sp-pro-results .sp-profile-card__experience,
.sp-pro-results .sp-profile-card__availability,
.sp-pro-results .sp-profile-card__service-line,
.sp-pro-results .sp-profile-card__short {
  margin: 0 0 10px !important;
}

.sp-pro-results .sp-profile-card__experience {
  color: #475569 !important;
  font-size: 15px !important;
  font-weight: 700;
}

.sp-pro-results .sp-profile-card__service-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-pro-results .sp-profile-card__service-group {
  color: #64748b;
  font-size: 13px;
  font-weight: 850;
}

.sp-pro-results .sp-profile-card-filter {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
  padding: 5px 9px;
}

.sp-pro-card__facts {
  display: grid;
  gap: 7px;
  margin: 10px 0;
}

.sp-pro-card__facts span {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 15px;
  gap: 8px;
  line-height: 1.35;
}

.sp-pro-card__facts span::before {
  align-items: center;
  color: #64748b;
  content: "\25c9";
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  width: 18px;
}

.sp-pro-card__facts span:last-child::before {
  color: #10b981;
}

.sp-pro-card__facts .sp-pro-fact-followers::before {
  content: "\263a";
}

.sp-pro-card__facts .sp-pro-fact-ratings::before {
  color: #f59e0b;
  content: "\2605";
}

.sp-pro-card__facts .sp-pro-fact-online::before {
  color: #10b981;
  content: "\25c9";
}

.sp-pro-results .sp-profile-card__short {
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  max-width: 620px;
}

.sp-pro-results .sp-profile-card__short em {
  color: #0284c7;
  font-style: normal;
  font-weight: 800;
}

.sp-pro-card__side {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  min-height: 100%;
  text-align: center;
}

.sp-pro-card__side p {
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.35 !important;
  margin: 0 !important;
  text-align: center;
}

.sp-pro-message-icon {
  color: transparent;
  font-size: 0;
  height: 24px;
  position: relative;
  width: 24px;
}

.sp-pro-message-icon::before {
  color: #111827;
  content: "\260f";
  font-size: 22px;
  line-height: 1;
}

.sp-pro-results .sp-profile-card__button {
  background: #0ea5e9 !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 850;
  justify-content: center;
  min-width: 136px;
  padding: 13px 18px !important;
}

.sp-pro-results .sp-profile-card__button:hover,
.sp-pro-results .sp-profile-card__button:focus {
  background: #0284c7 !important;
  transform: translateY(-1px);
}

.sp-pro-empty {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  color: #64748b;
  margin: 24px auto;
  max-width: 760px;
  padding: 34px;
  text-align: center;
}

.sp-pro-empty h2 {
  color: #111827;
  font-size: 24px;
  margin: 0 0 8px;
}

.sp-pro-empty p {
  margin: 0;
}

@media (max-width: 900px) {
  .sp-pro-results {
    padding: 22px 18px;
  }

  .sp-pro-results-head {
    align-items: stretch;
    flex-direction: column;
  }

  .sp-pro-sort,
  .sp-pro-results-head select {
    min-width: 0;
    width: 100%;
  }

  .sp-pro-results-layout {
    grid-template-columns: 1fr;
  }

  .sp-pro-filters {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 16px;
  }

  .sp-pro-filters h3 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .sp-pro-filter-group {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .sp-pro-results {
    border-radius: 16px;
    margin: 18px 0;
    padding: 18px 14px;
  }

  .sp-pro-results-head h2 {
    font-size: 25px;
  }

  .sp-pro-results-head p {
    font-size: 14px;
  }

  .sp-pro-filters {
    grid-template-columns: 1fr;
  }

  .sp-pro-results .sp-pro-card {
    grid-template-columns: 1fr;
    padding: 22px 0 !important;
  }

  .sp-pro-card__main {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .sp-pro-card__avatar {
    height: 58px !important;
    width: 58px !important;
  }

  .sp-pro-results .sp-pro-card h3 {
    font-size: 18px;
  }

  .sp-pro-card__side {
    align-items: stretch;
    border-top: 1px solid #e5e7eb;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 14px;
    text-align: left;
  }

  .sp-pro-message-icon {
    display: none;
  }

  .sp-pro-results .sp-profile-card__button {
    min-width: 118px;
  }
}

/* Edit profile: full-width service picker */
.sp-form .sp-field--service-picker {
  display: block;
  grid-column: 1 / -1;
  margin: 0 0 16px;
  width: 100%;
}

.sp-form .sp-field--service-picker .sp-service-picker {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.sp-form .sp-field--service-picker .sp-field-help {
  display: block;
  margin-top: 9px;
}

.sp-form .sp-field--service-picker .sp-service-picker-control {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto;
  width: 100%;
}

@media (max-width: 760px) {
  .sp-form .sp-field--service-picker .sp-service-picker-control {
    grid-template-columns: 1fr;
  }
}

/* Clean simple homepage refresh */
.sp-home .sp-home-hero--simple {
  align-items: center;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: clamp(28px, 5vw, 72px) !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.15fr) !important;
  margin: 0 auto !important;
  max-width: 1280px !important;
  min-height: 520px;
  overflow: visible !important;
  padding: clamp(42px, 7vw, 78px) 24px !important;
}

.sp-home .sp-home-hero--simple::after,
.sp-home .sp-home-hero--simple::before {
  display: none !important;
}

.sp-home .sp-home-hero--simple .sp-home-hero__content {
  max-width: 560px;
}

.sp-home .sp-home-hero--simple .sp-home-eyebrow {
  background: transparent !important;
  border: 0 !important;
  color: #10b981 !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 18px;
  padding: 0 !important;
  text-transform: uppercase;
}

.sp-home .sp-home-hero--simple h1 {
  color: #2b2d33 !important;
  font-size: clamp(42px, 6vw, 66px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 0 18px !important;
  max-width: 620px;
}

.sp-home .sp-home-hero--simple p {
  color: #111827 !important;
  font-size: clamp(19px, 2.2vw, 26px) !important;
  font-weight: 650;
  line-height: 1.35 !important;
  margin: 0 0 26px !important;
}

.sp-home-search--simple {
  align-items: stretch;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) 58px !important;
  margin: 0 0 20px !important;
  max-width: 500px;
  padding: 0 !important;
}

.sp-home-search--simple input[type="text"] {
  background: #ffffff !important;
  border: 1.5px solid #111827 !important;
  border-radius: 7px 0 0 7px !important;
  box-shadow: none !important;
  color: #111827 !important;
  font-size: 15px !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 18px !important;
}

.sp-home-search--simple input[type="text"]::placeholder {
  color: #9ca3af;
}

.sp-home-search--simple .sp-home-hidden-select {
  display: none !important;
}

.sp-home-search--simple .sp-btn {
  align-items: center;
  background: #fbbf24 !important;
  border: 1.5px solid #111827 !important;
  border-left: 0 !important;
  border-radius: 0 7px 7px 0 !important;
  box-shadow: none !important;
  color: #111827 !important;
  display: inline-flex;
  font-size: 0 !important;
  height: 54px !important;
  justify-content: center;
  min-height: 54px !important;
  min-width: 58px !important;
  padding: 0 !important;
}

.sp-home-search--simple .sp-btn::before {
  content: "\2315";
  font-size: 28px;
  line-height: 1;
  transform: rotate(-20deg);
}

.sp-home-search--simple .sp-btn:hover,
.sp-home-search--simple .sp-btn:focus {
  background: #f59e0b !important;
  transform: none !important;
}

.sp-home-popular {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
}

.sp-home-popular > span {
  color: #111827;
  font-size: 15px;
  font-weight: 750;
}

.sp-home-popular-chip {
  background: #ffffff;
  border: 1px solid #111827;
  border-radius: 7px;
  color: #111827;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 18px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sp-home-popular-chip:hover,
.sp-home-popular-chip:focus,
.sp-home-popular-chip.is-active {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.sp-home .sp-home-hero--simple .sp-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 !important;
}

.sp-home .sp-home-hero--simple .sp-btn {
  border-radius: 7px !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 18px !important;
}

.sp-home .sp-btn--provider {
  background: #287963 !important;
  border-color: #287963 !important;
  color: #ffffff !important;
}

.sp-home .sp-btn--client {
  background: #2b2d33 !important;
  border-color: #2b2d33 !important;
  color: #ffffff !important;
}

.sp-home .sp-btn--provider::after,
.sp-home .sp-btn--client::after {
  align-items: center;
  background: #fbbf24;
  border-radius: 999px;
  color: #111827;
  content: ">";
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  margin-left: 10px;
  width: 22px;
}

.sp-home-visual {
  background: #287963;
  border-radius: 28px 28px 0 0;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}

.sp-home-visual::before {
  border: 7px dashed #fbbf24;
  border-left-color: transparent;
  border-radius: 999px;
  content: "";
  height: 230px;
  position: absolute;
  right: 150px;
  top: 130px;
  width: 250px;
}

.sp-home-visual__card {
  align-items: center;
  background: #ffffff;
  border: 5px solid #34c759;
  border-radius: 18px;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.22);
  display: flex;
  gap: 18px;
  left: 14%;
  min-height: 94px;
  padding: 18px 34px;
  position: absolute;
  width: min(360px, 58%);
  z-index: 2;
}

.sp-home-visual__card--client {
  top: 110px;
}

.sp-home-visual__card--provider {
  bottom: 90px;
}

.sp-home-avatar {
  align-items: center;
  background: #f97316;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 56px;
  font-size: 22px;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.sp-home-avatar--green {
  background: #14b8a6;
}

.sp-home-visual__card strong {
  color: #2b2d33;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 850;
}

.sp-home-visual__trust {
  align-items: center;
  background: #ffffff;
  border: 7px solid #34c759;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.24);
  color: #34c759;
  display: flex;
  font-size: 30px;
  font-weight: 900;
  height: 70px;
  justify-content: center;
  left: 34%;
  position: absolute;
  top: 48%;
  width: 70px;
  z-index: 3;
}

.sp-home-visual__payment {
  background: #34c759;
  border: 3px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.25);
  color: #ffffff;
  padding: 18px 34px;
  position: absolute;
  right: 8%;
  top: 46%;
  z-index: 2;
}

.sp-home-visual__payment span,
.sp-home-visual__payment strong {
  display: block;
}

.sp-home-visual__payment span {
  font-size: 15px;
  font-weight: 750;
}

.sp-home-visual__payment strong {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.sp-home-section--compact {
  margin-top: 0 !important;
  padding-top: 26px !important;
}

.sp-home-section--compact .sp-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}

.sp-home-results {
  padding-bottom: 28px !important;
}

@media (max-width: 980px) {
  .sp-home .sp-home-hero--simple {
    grid-template-columns: 1fr !important;
    min-height: 0;
    padding-top: 34px !important;
  }

  .sp-home .sp-home-hero--simple .sp-home-hero__content {
    max-width: 100%;
  }

  .sp-home-visual {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .sp-home .sp-home-hero--simple {
    padding: 28px 16px !important;
  }

  .sp-home .sp-home-hero--simple h1 {
    font-size: 38px !important;
  }

  .sp-home .sp-home-hero--simple p {
    font-size: 18px !important;
  }

  .sp-home-search--simple {
    max-width: none;
  }

  .sp-home .sp-home-hero--simple .sp-home-hero__actions,
  .sp-home .sp-home-hero--simple .sp-btn {
    width: 100%;
  }

  .sp-home-visual {
    border-radius: 22px;
    min-height: 330px;
  }

  .sp-home-visual__card {
    left: 7%;
    padding: 14px 18px;
    width: 74%;
  }

  .sp-home-visual__payment {
    bottom: 24px;
    right: 7%;
    top: auto;
  }
}

/* Premium search result service cards */
.sp-pro-results .sp-pro-card.sp-profile-card {
  align-items: stretch !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08) !important;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  margin: 0 0 18px !important;
  overflow: hidden;
  padding: 24px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.sp-pro-results .sp-pro-card.sp-profile-card:hover {
  border-color: rgba(37, 99, 235, 0.28) !important;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.13) !important;
  transform: translateY(-3px) !important;
}

.sp-pro-results .sp-pro-card.sp-profile-card:last-child {
  border-bottom: 1px solid #e5e7eb !important;
}

.sp-pro-results .sp-pro-card__main {
  align-items: center !important;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: 108px minmax(0, 1fr) !important;
  padding: 0 !important;
}

.sp-pro-results .sp-pro-card__avatar {
  background: linear-gradient(135deg, #eff6ff, #ecfdf5) !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 0 0 1px #dbeafe, 0 12px 26px rgba(37, 99, 235, 0.18) !important;
  height: 96px !important;
  width: 96px !important;
}

.sp-pro-results .sp-pro-card__avatar span {
  font-size: 34px;
}

.sp-pro-results .sp-pro-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sp-pro-results .sp-pro-card h3 {
  color: #111827 !important;
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 900 !important;
  gap: 10px !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 0 8px !important;
}

.sp-pro-results .sp-pro-card h3 span {
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.sp-pro-results .sp-pro-card h3 span::before {
  color: #94a3b8;
  content: "\2022";
  margin: 0 8px 0 2px;
}

.sp-pro-results .sp-pro-card__rating {
  align-items: center;
  gap: 8px !important;
  margin: 0 0 12px !important;
}

.sp-pro-results .sp-pro-card__rating .sp-pro-badge {
  background: #eff6ff !important;
  border: 1px solid rgba(37, 99, 235, 0.2) !important;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
  color: #2563eb !important;
  font-size: 12px;
  padding: 6px 10px;
}

.sp-pro-results .sp-pro-card__rating strong {
  color: #10b981 !important;
  font-size: 15px;
  font-weight: 900;
}

.sp-pro-results .sp-pro-card__rating span:not(.sp-pro-badge) {
  color: #10b981;
  font-size: 14px;
}

.sp-pro-results .sp-profile-card__experience {
  align-items: center;
  color: #334155 !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 850 !important;
  gap: 7px;
  margin: 0 0 12px !important;
}

.sp-pro-results .sp-profile-card__experience::before {
  color: #2563eb;
  content: "\25a3";
  font-size: 12px;
}

.sp-pro-results .sp-profile-card__type {
  align-self: flex-start;
  letter-spacing: 0 !important;
  margin: 0 0 12px !important;
}

.sp-pro-results .sp-profile-card__service-line {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  gap: 8px !important;
  margin: 0 0 12px !important;
  padding: 10px 12px;
}

.sp-pro-results .sp-profile-card__service-group {
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  margin-right: 2px;
  text-transform: uppercase;
}

.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter {
  background: #ffffff !important;
  border: 1px solid #dbeafe !important;
  border-radius: 999px !important;
  color: #2563eb !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  padding: 6px 10px !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter::before {
  color: #10b981;
  content: "\25cf";
  font-size: 8px;
  margin-right: 6px;
  vertical-align: 1px;
}

.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter:nth-of-type(n+5) {
  display: none;
}

.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter:hover,
.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter:focus {
  background: #eff6ff !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
  transform: translateY(-1px);
}

.sp-pro-results .sp-profile-card__availability {
  align-items: center;
  background: #ecfdf5;
  border-radius: 999px;
  color: #047857 !important;
  display: inline-flex;
  font-size: 13px !important;
  font-weight: 850 !important;
  gap: 8px;
  margin: 0 0 12px !important;
  padding: 7px 11px;
  width: fit-content;
}

.sp-pro-results .sp-profile-card__availability::before {
  background: #10b981;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.15);
  content: "";
  height: 8px;
  width: 8px;
}

.sp-pro-results .sp-profile-card__short {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 2px 0 14px !important;
  max-width: 760px !important;
}

.sp-pro-results .sp-pro-card__facts {
  align-items: center;
  border-top: 1px solid #eef2f7;
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 16px !important;
  margin: auto 0 0 !important;
  padding-top: 13px;
}

.sp-pro-results .sp-pro-card__facts span {
  color: #64748b;
  font-size: 13px !important;
  font-weight: 750;
}

.sp-pro-results .sp-pro-card__facts .sp-pro-fact-online {
  color: #047857;
}

.sp-pro-results .sp-pro-card__facts .sp-pro-fact-online::before {
  animation: sp-online-glow 1.8s ease-in-out infinite;
  background: #10b981;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
  content: "";
  height: 9px;
  width: 9px;
}

@keyframes sp-online-glow {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(16, 185, 129, 0.2);
  }
}

.sp-pro-results .sp-pro-card__side {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border-left: 1px solid #eef2f7;
  border-radius: 16px;
  gap: 14px !important;
  justify-content: center;
  padding: 18px;
}

.sp-pro-results .sp-pro-message-icon {
  align-items: center;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.sp-pro-results .sp-pro-message-icon::before {
  color: #2563eb !important;
  content: "\260e";
  font-size: 22px !important;
  font-weight: 900;
}

.sp-pro-results .sp-pro-card__side p {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  max-width: 150px;
}

.sp-pro-results .sp-profile-card__button {
  background: linear-gradient(135deg, #2563eb, #10b981) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.24) !important;
  color: #ffffff !important;
  gap: 8px;
  min-width: 150px !important;
  padding: 13px 18px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.sp-pro-results .sp-profile-card__button::after {
  content: "\2192";
  font-size: 16px;
  line-height: 1;
}

.sp-pro-results .sp-profile-card__button:hover,
.sp-pro-results .sp-profile-card__button:focus {
  background: linear-gradient(135deg, #1d4ed8, #059669) !important;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.3) !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 900px) {
  .sp-pro-results .sp-pro-card.sp-profile-card {
    grid-template-columns: 1fr !important;
  }

  .sp-pro-results .sp-pro-card__side {
    align-items: center;
    border-left: 0;
    border-top: 1px solid #eef2f7;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .sp-pro-results .sp-pro-card.sp-profile-card {
    padding: 18px !important;
  }

  .sp-pro-results .sp-pro-card__main {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .sp-pro-results .sp-pro-card__avatar {
    height: 72px !important;
    width: 72px !important;
  }

  .sp-pro-results .sp-pro-card__side {
    align-items: stretch;
    flex-direction: column;
  }

  .sp-pro-results .sp-pro-card__side p {
    max-width: none;
  }

  .sp-pro-results .sp-profile-card__button {
    width: 100%;
  }
}

/* Premium services selection component */
.sp-service-picker.sp-service-picker {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
  display: grid;
  gap: 14px;
  max-height: none;
  overflow: visible;
  padding: 16px;
  width: 100%;
}

.sp-service-picker.sp-service-picker .sp-service-picker-control {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.65fr) auto;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.sp-service-picker.sp-service-picker .sp-service-picker-selected {
  align-content: flex-start;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 54px;
  padding: 10px;
}

.sp-service-picker.sp-service-picker .sp-service-picker-placeholder {
  align-items: center;
  color: #94a3b8;
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  min-height: 32px;
}

.sp-service-picker.sp-service-picker .sp-service-tag {
  align-items: center;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1e40af;
  display: inline-flex;
  gap: 7px;
  min-height: 32px;
  padding: 6px 7px 6px 11px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.sp-service-picker.sp-service-picker .sp-service-tag:hover,
.sp-service-picker.sp-service-picker .sp-service-tag:focus {
  background: #dbeafe;
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.sp-service-tag-remove {
  align-items: center;
  background: rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: #1d4ed8;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  width: 18px;
}

.sp-service-picker-search-wrap {
  position: relative;
}

.sp-service-picker-search-icon {
  height: 18px;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.sp-service-picker-search-icon::before {
  border: 2px solid #64748b;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.sp-service-picker-search-icon::after {
  background: #64748b;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 11px;
  position: absolute;
  top: 11px;
  transform: rotate(-45deg);
  width: 2px;
}

.sp-service-picker.sp-service-picker .sp-service-picker-search {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04) !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  min-height: 54px !important;
  padding: 0 14px 0 44px !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.sp-service-picker.sp-service-picker .sp-service-picker-search:focus {
  border-color: rgba(37, 99, 235, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12), 0 12px 24px rgba(37, 99, 235, 0.08) !important;
}

.sp-service-picker.sp-service-picker .sp-service-picker-count {
  align-items: center;
  align-self: center;
  background: #ecfdf5;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 999px;
  color: #047857;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  white-space: nowrap;
}

.sp-service-picker.sp-service-picker .sp-service-picker-list {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: grid;
  gap: 8px;
  max-height: 285px;
  overflow: auto;
  padding: 10px;
  scroll-behavior: smooth;
}

.sp-service-picker.sp-service-picker .sp-service-picker-list::-webkit-scrollbar {
  width: 8px;
}

.sp-service-picker.sp-service-picker .sp-service-picker-list::-webkit-scrollbar-track {
  background: transparent;
}

.sp-service-picker.sp-service-picker .sp-service-picker-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.sp-service-picker.sp-service-picker .sp-service-chip {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  color: #111827;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  min-height: 46px;
  padding: 10px 12px;
  text-align: left;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sp-service-picker.sp-service-picker .sp-service-chip:hover,
.sp-service-picker.sp-service-picker .sp-service-chip:focus {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.sp-service-picker.sp-service-picker .sp-service-chip.is-selected {
  background: #eff6ff !important;
  border-color: rgba(37, 99, 235, 0.32);
  color: #1d4ed8 !important;
}

.sp-service-chip-icon {
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 15px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.sp-service-chip.is-selected .sp-service-chip-icon {
  background: #10b981;
  color: #ffffff;
}

.sp-service-chip-label {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
}

.sp-service-chip-label mark {
  background: #fef3c7;
  border-radius: 5px;
  color: #92400e;
  padding: 0 2px;
}

.sp-service-picker.sp-service-picker .sp-service-picker-empty {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  color: #64748b;
  font-size: 14px;
  font-weight: 750;
  padding: 18px;
  text-align: center;
}

@media (max-width: 820px) {
  .sp-service-picker.sp-service-picker .sp-service-picker-control {
    grid-template-columns: 1fr;
  }

  .sp-service-picker.sp-service-picker .sp-service-picker-count {
    justify-self: start;
  }
}

/* FixitBook.com app-style teal redesign */
:root {
  --sp-primary: #14b8a6;
  --sp-primary-dark: #0f766e;
  --sp-secondary: #f8fafc;
  --sp-bg: #f8fafc;
  --sp-soft: #f8fafc;
  --sp-card: #ffffff;
  --sp-surface: #ffffff;
  --sp-ink: #0f172a;
  --sp-muted: #475569;
  --sp-border: #e2e8f0;
  --sp-success: #14b8a6;
  --sp-warning: #f59e0b;
  --sp-danger: #dc2626;
  --sp-teal-gradient: linear-gradient(135deg, #14b8a6, #0f766e);
  --sp-shadow-app: 0 22px 60px rgba(15, 23, 42, 0.10);
  --sp-shadow-card: 0 16px 38px rgba(15, 23, 42, 0.08);
  --sp-radius-app: 24px;
}

html {
  scroll-behavior: smooth;
}

body,
.sp-home,
.sp-listing-page,
.sp-profile-detail,
.sp-dashboard,
.sp-auth-wrap,
.sp-submit-wrap,
.sp-single {
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 184, 166, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #f8fafc 100%) !important;
  color: #0f172a;
  font-family: Inter, Poppins, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.sp-container,
.sp-home,
.sp-listing-page .sp-container,
.sp-profile-detail .sp-container,
.sp-dashboard,
.sp-auth-wrap {
  max-width: 1180px;
}

/* Header / navbar */
.sp-public-menu-wrap,
.sp-public-menu-nav,
nav:has(.sp-public-menu__link),
.wp-block-navigation:has(.sp-public-menu__link) {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(226, 232, 240, 0.78) !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08) !important;
  margin: 16px auto 24px !important;
  max-width: min(1180px, calc(100vw - 28px)) !important;
  padding: 10px 14px !important;
  position: sticky;
  top: 12px;
  z-index: 1000;
}

.sp-public-menu,
.sp-public-menu-wrap > ul,
.sp-public-menu-nav ul {
  align-items: center;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  justify-content: flex-end;
}

.sp-brand {
  gap: 10px;
}

.sp-brand__icon {
  background: rgba(20, 184, 166, 0.10);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.18);
  height: 46px !important;
  padding: 5px;
  width: 46px !important;
}

.sp-brand__name {
  color: #0f172a !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.sp-brand__tagline {
  color: #14b8a6 !important;
  font-size: 11px !important;
  font-weight: 800;
}

.sp-public-menu__link,
.sp-public-menu a {
  border-radius: 999px !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  padding: 11px 16px !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.sp-public-menu__link:hover,
.sp-public-menu__link:focus,
.sp-public-menu__item.is-active .sp-public-menu__link,
.sp-public-menu__link[aria-current="page"] {
  background: rgba(20, 184, 166, 0.10) !important;
  color: #0f766e !important;
  transform: translateY(-1px);
}

.sp-public-menu__item:last-child .sp-public-menu__link,
.sp-public-menu > li:last-child > a {
  background: var(--sp-teal-gradient) !important;
  box-shadow: 0 12px 26px rgba(20, 184, 166, 0.26) !important;
  color: #ffffff !important;
}

/* Buttons */
.sp-btn,
.sp-form button[type="submit"],
.sp-filter-form button,
.sp-home-search button,
.sp-chat-send {
  background: var(--sp-teal-gradient) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.24) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  min-height: 44px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, filter 0.2s ease !important;
}

.sp-btn:hover,
.sp-btn:focus,
.sp-form button[type="submit"]:hover,
.sp-filter-form button:hover,
.sp-home-search button:hover {
  filter: saturate(1.05);
  box-shadow: 0 18px 38px rgba(20, 184, 166, 0.32) !important;
  transform: translateY(-2px);
}

.sp-btn--outline,
.sp-btn-light,
.sp-share-profile,
.sp-btn--book {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
  color: #0f172a !important;
}

/* Hero */
.sp-home .sp-home-hero--simple,
.sp-home-hero {
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 255, 255, 0.44), transparent 22%),
    linear-gradient(135deg, #fffdf3 0%, #ffffff 42%, #ecfdf5 100%) !important;
  border: 1px solid rgba(226, 232, 240, 0.88) !important;
  border-radius: 36px !important;
  box-shadow: var(--sp-shadow-app) !important;
  isolation: isolate;
  margin: 22px auto 28px !important;
  overflow: hidden !important;
  position: relative;
}

.sp-home .sp-home-hero--simple::before,
.sp-home-hero::before {
  background: var(--sp-teal-gradient);
  border-radius: 999px;
  content: "";
  height: 280px;
  opacity: 0.12;
  position: absolute;
  right: -80px;
  top: -90px;
  width: 280px;
  z-index: -1;
}

.sp-home .sp-home-hero--simple .sp-home-eyebrow {
  background: rgba(20, 184, 166, 0.10) !important;
  border: 1px solid rgba(20, 184, 166, 0.18) !important;
  border-radius: 999px !important;
  color: #0f766e !important;
  padding: 8px 13px !important;
}

.sp-home .sp-home-hero--simple h1,
.sp-home-hero h1 {
  color: #173143 !important;
  font-family: Poppins, Inter, Manrope, system-ui, sans-serif !important;
  font-size: clamp(42px, 6vw, 70px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.sp-home .sp-home-hero--simple p,
.sp-home-hero p {
  color: #64748b !important;
  font-size: clamp(17px, 2vw, 22px) !important;
  font-weight: 600 !important;
}

.sp-home-search--simple,
.sp-home-search,
.sp-filter-form {
  background: rgba(255, 255, 255, 0.84) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
  padding: 10px !important;
}

.sp-home-search--simple input[type="text"],
.sp-home-search input,
.sp-filter-form input,
.sp-filter-form select,
.sp-searchable-input {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  color: #0f172a !important;
  min-height: 52px !important;
}

.sp-home-search--simple .sp-btn {
  background: var(--sp-teal-gradient) !important;
  border: 0 !important;
  border-radius: 16px !important;
  color: #ffffff !important;
}

.sp-home-popular-chip,
.sp-category-card,
.sp-find-category,
.sp-showcase-tab {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07) !important;
  color: #0f172a !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

.sp-home-popular-chip:hover,
.sp-home-popular-chip:focus,
.sp-category-card:hover,
.sp-category-card:focus,
.sp-find-category:hover,
.sp-find-category:focus,
.sp-find-category.is-active,
.sp-category-card.is-active {
  border-color: rgba(20, 184, 166, 0.36) !important;
  box-shadow: 0 22px 44px rgba(20, 184, 166, 0.14) !important;
  color: #0f766e !important;
  transform: translateY(-4px);
}

.sp-category-card__icon,
.sp-find-category__icon,
.sp-showcase-tab__icon {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(15, 118, 110, 0.08)) !important;
  border-radius: 18px !important;
  color: #0f766e !important;
}

.sp-home-visual {
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.86), rgba(15, 118, 110, 0.96)),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.35), transparent 24%) !important;
  border-radius: 38px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 28px 70px rgba(15, 118, 110, 0.26);
}

.sp-home-visual__card,
.sp-home-visual__payment {
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.20) !important;
}

/* Provider cards */
.sp-pro-results {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.sp-pro-results .sp-pro-card.sp-profile-card,
.sp-profile-card,
.sp-card,
.sp-profile-panel,
.sp-auth-card,
.sp-form,
.sp-dashboard-chat,
.sp-service-picker.sp-service-picker {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(226, 232, 240, 0.95) !important;
  border-radius: 24px !important;
  box-shadow: var(--sp-shadow-card) !important;
}

.sp-pro-results .sp-pro-card.sp-profile-card {
  grid-template-columns: minmax(0, 1fr) 210px !important;
  padding: 22px !important;
}

.sp-pro-results .sp-pro-card__avatar,
.sp-profile-card__photo,
.sp-profile-detail__photo {
  border: 5px solid #ffffff !important;
  box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.18), 0 16px 34px rgba(20, 184, 166, 0.18) !important;
}

.sp-pro-results .sp-pro-card h3,
.sp-profile-card h3,
.sp-profile-detail h1,
.sp-profile-detail h2,
.sp-dashboard h2,
.sp-auth-wrap h1,
.sp-auth-wrap h2 {
  color: #0f172a !important;
  font-family: Poppins, Inter, Manrope, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

.sp-pro-badge,
.sp-profile-verified-badge,
.sp-profile-card__type--offer,
.sp-profile-status-pill.is-available,
.sp-trust-badges span {
  background: rgba(20, 184, 166, 0.10) !important;
  border-color: rgba(20, 184, 166, 0.22) !important;
  color: #0f766e !important;
}

.sp-profile-card__type--hire {
  background: #fff7ed !important;
  border-color: #fed7aa !important;
  color: #c2410c !important;
}

.sp-pro-results .sp-profile-card__availability,
.sp-profile-card__availability {
  background: rgba(20, 184, 166, 0.10) !important;
  color: #0f766e !important;
}

.sp-pro-results .sp-profile-card__button,
.sp-btn--call,
.sp-btn--chat,
.sp-btn--whatsapp,
.sp-btn--quote {
  background: var(--sp-teal-gradient) !important;
  border-radius: 999px !important;
}

.sp-pro-results .sp-pro-card__side {
  background: linear-gradient(180deg, #ecfdf5, #ffffff) !important;
  border-color: rgba(20, 184, 166, 0.16) !important;
  border-radius: 22px !important;
}

.sp-pro-results .sp-profile-card__service-line .sp-profile-card-filter,
.sp-profile-card__service-line .sp-profile-card-filter,
.sp-service-chip,
.sp-service-tag {
  border-color: rgba(20, 184, 166, 0.20) !important;
}

/* Profile page app-style */
.sp-profile-detail {
  padding-bottom: 42px;
}

.sp-profile-detail .sp-back-link {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  color: #0f766e;
  display: inline-flex;
  font-weight: 850;
  margin-bottom: 16px;
  padding: 10px 14px;
  text-decoration: none;
}

.sp-profile-detail__hero,
.sp-market-profile-hero {
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.94) 0 160px, #fffdf5 160px 100%) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 34px !important;
  box-shadow: var(--sp-shadow-app) !important;
  overflow: hidden;
  padding-top: 92px !important;
  position: relative;
}

.sp-profile-detail__hero::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent);
  content: "";
  inset: 0 0 auto 0;
  height: 160px;
  position: absolute;
}

.sp-profile-detail__photo {
  height: 132px !important;
  width: 132px !important;
  z-index: 1;
}

.sp-profile-title-row h1 {
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 900 !important;
}

.sp-profile-detail__subtitle,
.sp-profile-detail__short,
.sp-profile-panel p,
.sp-profile-card__short {
  color: #64748b !important;
}

.sp-profile-detail__facts,
.sp-profile-stats,
.sp-profile-detail-grid {
  gap: 14px !important;
}

.sp-profile-detail__facts div,
.sp-profile-fact,
.sp-profile-contact,
.sp-profile-media-card,
.sp-profile-update-card,
.sp-profile-comments-panel,
.sp-sidebar-media-panel {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
}

.sp-profile-sidebar-sticky,
.sp-profile-detail__sidebar {
  top: 110px;
}

.sp-profile-gallery img,
.sp-profile-media-grid img,
.sp-update-image img {
  border-radius: 20px !important;
}

/* Forms, dropdowns, chat */
.sp-form input,
.sp-form select,
.sp-form textarea,
.sp-searchable-list,
.sp-chat-widget,
.sp-chat-modal__dialog {
  border-color: #e2e8f0 !important;
  border-radius: 20px !important;
}

.sp-service-picker.sp-service-picker {
  background: rgba(255, 255, 255, 0.96) !important;
  border-radius: 24px !important;
}

.sp-service-picker.sp-service-picker .sp-service-picker-count,
.sp-service-picker.sp-service-picker .sp-service-chip.is-selected,
.sp-service-chip.is-selected .sp-service-chip-icon {
  background: var(--sp-teal-gradient) !important;
  color: #ffffff !important;
}

.sp-service-picker.sp-service-picker .sp-service-picker-search:focus,
.sp-form input:focus,
.sp-form select:focus,
.sp-form textarea:focus,
.sp-searchable-input:focus {
  border-color: rgba(20, 184, 166, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.13) !important;
}

.sp-searchable-option.is-selected,
.sp-searchable-option:hover,
.sp-searchable-option:focus {
  background: rgba(20, 184, 166, 0.10) !important;
  color: #0f766e !important;
}

/* Footer */
.sp-site-footer {
  background:
    radial-gradient(circle at 16% 0%, rgba(20, 184, 166, 0.14), transparent 28%),
    #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  margin-top: 40px;
}

.sp-site-footer h3,
.sp-site-footer__title {
  color: #0f766e !important;
  font-weight: 900 !important;
}

.sp-site-footer a {
  color: #475569 !important;
  transition: color 0.18s ease;
}

.sp-site-footer a:hover {
  color: #0f766e !important;
}

.sp-site-footer input {
  border-radius: 999px !important;
}

.sp-info-page {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  color: #475569;
  line-height: 1.75;
  margin: 28px auto;
  max-width: 920px;
  padding: clamp(24px, 5vw, 46px);
}

.sp-info-page h1 {
  color: #0f172a;
  font-family: Poppins, Inter, Manrope, system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 18px;
}

.sp-info-page p {
  color: #475569;
  font-size: 16px;
  margin: 0 0 14px;
}

/* Animation helpers */
.sp-home-section,
.sp-pro-results .sp-pro-card,
.sp-profile-panel,
.sp-form,
.sp-auth-card,
.sp-category-card {
  animation: sp-app-fade-up 0.42s ease both;
}

@keyframes sp-app-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile app feel */
@media (max-width: 760px) {
  body {
    padding-bottom: 78px;
  }

  .sp-public-menu-wrap,
  .sp-public-menu-nav,
  nav:has(.sp-public-menu__link),
  .wp-block-navigation:has(.sp-public-menu__link) {
    border-radius: 26px !important;
    margin: 10px auto 18px !important;
    padding: 10px !important;
    top: 6px;
  }

  .sp-public-menu,
  .sp-public-menu-wrap > ul,
  .sp-public-menu-nav ul {
    justify-content: center;
  }

  .sp-public-menu__link,
  .sp-public-menu a {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }

  .sp-home .sp-home-hero--simple,
  .sp-home-hero {
    border-radius: 28px !important;
    margin-inline: 10px !important;
    padding: 28px 16px !important;
  }

  .sp-home .sp-home-hero--simple h1,
  .sp-home-hero h1 {
    font-size: 38px !important;
  }

  .sp-home-visual {
    min-height: 300px !important;
  }

  .sp-pro-results .sp-pro-card.sp-profile-card {
    border-radius: 24px !important;
    grid-template-columns: 1fr !important;
    margin-inline: 4px !important;
  }

  .sp-pro-results .sp-pro-card__main {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .sp-pro-results .sp-pro-card__avatar {
    height: 74px !important;
    width: 74px !important;
  }

  .sp-pro-results .sp-pro-card__side {
    align-items: stretch !important;
    border-left: 0 !important;
    border-top: 1px solid rgba(20, 184, 166, 0.16) !important;
  }

  .sp-profile-detail__hero,
  .sp-market-profile-hero {
    border-radius: 30px !important;
    padding-top: 78px !important;
  }

  .sp-profile-detail__layout {
    grid-template-columns: 1fr !important;
  }

  .sp-profile-sidebar-sticky {
    position: static !important;
  }

  .sp-site-footer {
    border-radius: 28px 28px 0 0;
  }
}

/* Search result card hierarchy: type, services, name, live stats */
.sp-pro-results .sp-pro-card__body > .sp-profile-card__type {
  order: 1;
}

.sp-pro-results .sp-pro-card__body > .sp-pro-card__top-meta {
  order: 1;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__service-line {
  order: 5;
}

.sp-pro-results .sp-pro-card__body > h3 {
  order: 2;
}

.sp-pro-results .sp-pro-card__facts--under-name {
  order: 3;
}

.sp-pro-results .sp-pro-card__body > .sp-pro-card__rating {
  display: none !important;
  order: 4;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__experience {
  order: 6;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__availability {
  order: 7;
}

.sp-pro-results .sp-pro-card__body > .sp-pro-card__facts:not(.sp-pro-card__facts--under-name) {
  order: 8;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__short {
  order: 9;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__type {
  margin: 0 0 8px !important;
}

.sp-pro-results .sp-pro-card__top-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.sp-pro-results .sp-pro-card__top-meta .sp-profile-card__type {
  margin: 0 !important;
}

.sp-pro-results .sp-pro-card__top-chip {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 30px;
  padding: 7px 10px;
}

.sp-pro-results .sp-pro-card__top-chip--availability {
  background: rgba(20, 184, 166, 0.10);
  border-color: rgba(20, 184, 166, 0.20);
  color: #0f766e;
}

.sp-pro-results .sp-pro-card__body > .sp-profile-card__service-line {
  margin: 0 0 14px !important;
}

.sp-pro-results .sp-pro-card__body > h3 {
  margin: 0 0 6px !important;
}

.sp-pro-results .sp-pro-card__facts--under-name {
  border-top: 0 !important;
  gap: 12px !important;
  margin: 0 0 10px !important;
  padding-top: 0 !important;
}

.sp-pro-results .sp-pro-card__facts--under-name span {
  color: #64748b;
  font-size: 13px !important;
  font-weight: 850;
}

.sp-pro-results .sp-pro-card__facts--under-name .sp-pro-fact-online {
  animation: sp-online-blink 1.1s ease-in-out infinite;
  color: #047857 !important;
}

.sp-pro-results .sp-pro-card__body > .sp-pro-card__facts:not(.sp-pro-card__facts--under-name) {
  border-top: 0;
  margin: 0 0 8px !important;
  padding-top: 0;
}

/* Premium provider profile hero redesign */
.sp-profile-detail .sp-market-profile-hero,
.sp-profile-detail .sp-profile-detail__hero.sp-market-profile-hero {
  align-items: stretch !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.24), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(20, 184, 166, 0.35), transparent 26%),
    linear-gradient(135deg, #14b8a6 0%, #0f766e 100%) !important;
  border: 0 !important;
  border-radius: 30px !important;
  box-shadow: 0 28px 80px rgba(15, 118, 110, 0.22) !important;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr) !important;
  margin: 18px auto 28px !important;
  max-width: 1180px;
  overflow: hidden !important;
  padding: 26px !important;
  position: relative;
}

.sp-profile-detail .sp-market-profile-hero::before {
  background: rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px;
  content: "";
  filter: blur(2px);
  height: 220px;
  left: -78px;
  position: absolute;
  top: -82px;
  width: 220px;
}

.sp-profile-detail .sp-market-profile-hero::after {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  bottom: -90px;
  content: "";
  height: 280px;
  position: absolute;
  right: -110px;
  width: 280px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo {
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)) !important;
  border: 1px solid rgba(255, 255, 255, 0.66) !important;
  border-radius: 26px !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18) !important;
  display: flex !important;
  height: auto !important;
  min-height: 420px;
  overflow: visible !important;
  padding: 18px;
  position: relative;
  width: 100% !important;
  z-index: 2;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo::before {
  display: none;
}

.sp-profile-detail .sp-market-profile-hero.is-online .sp-profile-detail__photo::before {
  background: #10b981;
  border: 4px solid #ffffff;
  border-radius: 999px;
  bottom: 36px;
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.18);
  content: "";
  height: 18px;
  position: absolute;
  right: 38px;
  width: 18px;
  z-index: 3;
  display: block;
  animation: sp-online-blink 1.1s ease-in-out infinite;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo::after {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(20, 184, 166, 0.24);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  color: #0f766e;
  content: "\2713";
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 26px;
  top: 26px;
  width: 36px;
  z-index: 3;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo img,
.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo > span {
  align-self: center;
  aspect-ratio: 1;
  border: 7px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 22px 48px rgba(20, 184, 166, 0.22) !important;
  height: min(320px, 88%) !important;
  margin: auto;
  object-fit: cover;
  width: min(320px, 88%) !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo > span {
  align-items: center;
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #0f766e;
  display: flex;
  font-size: 64px;
  font-weight: 900;
  justify-content: center;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__intro {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 26px;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 4vw, 40px);
  position: relative;
  z-index: 2;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-card__type {
  align-self: flex-start;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 14px !important;
  padding: 8px 12px !important;
  text-transform: uppercase;
}

.sp-profile-detail .sp-profile-hero-line--top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.sp-profile-detail .sp-profile-hero-line--top > span:not(.sp-profile-card__type) {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  min-height: 32px;
  padding: 7px 11px;
  white-space: nowrap;
}

.sp-profile-detail .sp-profile-hero-line--top .sp-profile-card__type {
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 32px;
  padding: 7px 11px !important;
  white-space: nowrap;
}

.sp-profile-detail .sp-profile-hero-line--top .sp-profile-online-blink {
  background: rgba(16, 185, 129, 0.10);
  border-color: rgba(16, 185, 129, 0.22);
  color: #047857;
  animation: sp-online-blink 1.1s ease-in-out infinite;
}

.sp-profile-detail .sp-profile-hero-line--top .sp-profile-online-blink::before {
  background: #10b981;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.14);
  content: "";
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.sp-profile-detail .sp-profile-hero-line--top .sp-profile-verified-badge {
  align-items: center;
  align-self: center;
  background: rgba(20, 184, 166, 0.10) !important;
  border: 1px solid rgba(20, 184, 166, 0.24) !important;
  border-radius: 999px;
  color: #0f766e !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 8px 12px;
}

.sp-profile-detail .sp-profile-title-row .sp-profile-online-sup {
  align-items: center;
  animation: sp-online-blink 1.1s ease-in-out infinite;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: 999px;
  color: #047857;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  margin-left: -4px;
  padding: 6px 9px;
  position: relative;
  top: -14px;
}

.sp-profile-detail .sp-profile-title-row .sp-profile-online-sup::before {
  background: #10b981;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
  content: "";
  height: 7px;
  margin-right: 6px;
  width: 7px;
}

.sp-profile-detail .sp-profile-email-verified-tip {
  align-items: center;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.26);
  border-radius: 999px;
  color: #0f766e;
  cursor: help;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  position: relative;
  top: -3px;
  width: 30px;
}

.sp-profile-detail .sp-profile-email-verified-tip::after {
  background: #0f172a;
  border-radius: 10px;
  bottom: calc(100% + 8px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  color: #ffffff;
  content: attr(data-status);
  font-size: 12px;
  font-weight: 850;
  left: 50%;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  z-index: 20;
}

.sp-profile-detail .sp-profile-email-verified-tip:hover::after,
.sp-profile-detail .sp-profile-email-verified-tip:focus::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sp-profile-detail .sp-profile-hero-stats-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -2px 0 12px;
}

.sp-profile-detail .sp-profile-hero-stats-line span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
}

.sp-profile-detail .sp-profile-hero-stats-line span::before {
  background: #14b8a6;
  border-radius: 999px;
  content: "";
  height: 7px;
  width: 7px;
}

.sp-contact-provider-card--main .sp-profile-contact {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.sp-profile-detail .sp-profile-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 10px;
}

.sp-profile-detail .sp-market-profile-hero h1 {
  color: #0f172a !important;
  font-family: Poppins, Inter, Manrope, system-ui, sans-serif !important;
  font-size: clamp(34px, 4.8vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  margin: 0 !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-verified-badge {
  align-items: center;
  background: rgba(20, 184, 166, 0.10) !important;
  border: 1px solid rgba(20, 184, 166, 0.24) !important;
  border-radius: 999px;
  color: #0f766e !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  padding: 8px 11px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-verified-badge::before {
  content: "\2713";
}

.sp-profile-detail .sp-profile-hero-address {
  color: #334155 !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.55 !important;
  margin: 0 0 16px !important;
}

.sp-profile-detail .sp-profile-hero-address::before {
  color: #14b8a6;
  content: "\25cf";
  font-size: 10px;
  margin-right: 8px;
  vertical-align: 2px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__subtitle {
  color: #0f766e !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px !important;
  font-weight: 850;
  gap: 8px;
  line-height: 1.55 !important;
  margin: 0 0 8px !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-services-line {
  order: 21;
  margin: 14px 0 8px !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__subtitle::before {
  color: #94a3b8;
  content: "Services";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-detail__short {
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 4px 0 12px !important;
  max-width: 760px;
}

.sp-profile-detail .sp-profile-hero-meta {
  align-items: center;
  display: none !important;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 16px;
}

.sp-profile-detail .sp-profile-hero-meta span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 11px;
}

.sp-profile-detail .sp-profile-hero-meta .sp-profile-status-pill {
  background: rgba(16, 185, 129, 0.10) !important;
  border-color: rgba(16, 185, 129, 0.22) !important;
  color: #047857 !important;
}

.sp-profile-detail .sp-profile-hero-meta .sp-profile-status-pill::before {
  background: #10b981;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.14);
  content: "";
  height: 8px;
  margin-right: 8px;
  width: 8px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-social-proof {
  display: none !important;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 18px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-stars,
.sp-profile-detail .sp-market-profile-hero .sp-profile-follow-count {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  color: #475569;
  min-height: 76px;
  padding: 14px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-stars span {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-stars strong,
.sp-profile-detail .sp-market-profile-hero .sp-profile-follow-count {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.sp-profile-detail .sp-market-profile-hero .sp-profile-stars small {
  color: #64748b;
  display: block;
  font-size: 13px;
  margin-top: 3px;
}

.sp-profile-detail .sp-market-profile-hero .sp-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.sp-profile-detail .sp-market-profile-hero .sp-trust-badges span {
  background: #ffffff !important;
  border: 1px solid rgba(20, 184, 166, 0.22) !important;
  border-radius: 999px;
  color: #0f766e !important;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  order: 20;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-profile-verified-badge {
  align-items: center;
  align-self: center;
  background: rgba(20, 184, 166, 0.10) !important;
  border: 1px solid rgba(20, 184, 166, 0.24) !important;
  border-radius: 999px;
  color: #0f766e !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 14px;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn,
.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-follow-form button {
  align-items: center;
  border-radius: 999px !important;
  display: inline-flex;
  font-size: 13px !important;
  font-weight: 900 !important;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 16px !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--follow,
.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-follow-form button {
  background: linear-gradient(135deg, #0f172a, #334155) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--call {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.26) !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--whatsapp {
  background: linear-gradient(135deg, #22c55e, #15803d) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--chat {
  background: linear-gradient(135deg, #14b8a6, #0f766e) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--quote {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--book {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-share-profile {
  background: linear-gradient(135deg, #64748b, #475569) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--ghost:not(.sp-btn--quote):not(.sp-btn--book):not(.sp-share-profile),
.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--outline:not(.sp-btn--whatsapp),
.sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn--follow:not(button) {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
  color: #0f172a !important;
}

@media (max-width: 920px) {
  .sp-profile-detail .sp-market-profile-hero,
  .sp-profile-detail .sp-profile-detail__hero.sp-market-profile-hero {
    grid-template-columns: 1fr !important;
  }

  .sp-profile-detail .sp-market-profile-hero .sp-profile-detail__photo {
    min-height: 310px;
  }
}

@media (max-width: 640px) {
  .sp-profile-detail .sp-market-profile-hero,
  .sp-profile-detail .sp-profile-detail__hero.sp-market-profile-hero {
    border-radius: 26px !important;
    margin-inline: 8px !important;
    padding: 14px !important;
  }

  .sp-profile-detail .sp-market-profile-hero .sp-profile-detail__intro {
    border-radius: 22px;
    padding: 20px;
  }

  .sp-profile-detail .sp-market-profile-hero h1 {
    font-size: 32px !important;
  }

  .sp-profile-detail .sp-market-profile-hero .sp-profile-social-proof {
    grid-template-columns: 1fr;
  }

  .sp-profile-detail .sp-market-profile-hero .sp-hero-actions,
  .sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-btn,
  .sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-follow-form,
  .sp-profile-detail .sp-market-profile-hero .sp-hero-actions .sp-follow-form button {
    width: 100%;
  }
}

@keyframes sp-online-blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.45;
  }
}

/* FixitBook.com clean homepage refresh */
.sp-home {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 28px 18px 56px !important;
  color: #111827;
}

.sp-home > .sp-home-section--compact {
  display: none !important;
}

.sp-home .sp-home-hero--simple {
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.78fr) !important;
  align-items: center !important;
  gap: 34px !important;
  min-height: 0 !important;
  margin: 14px 0 26px !important;
  padding: clamp(30px, 5vw, 58px) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 86% 20%, rgba(249, 115, 22, 0.2), transparent 28%),
    radial-gradient(circle at 16% 12%, rgba(20, 184, 166, 0.2), transparent 32%),
    linear-gradient(135deg, #0b3a75 0%, #0f5cc8 50%, #0f766e 100%) !important;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.16) !important;
  overflow: hidden !important;
}

.sp-home .sp-home-hero--simple .sp-home-hero__content {
  max-width: 650px !important;
}

.sp-home .sp-home-eyebrow {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 0 14px !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.sp-home .sp-home-hero--simple h1 {
  max-width: 620px !important;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: clamp(34px, 5vw, 60px) !important;
  line-height: 1.03 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.sp-home .sp-home-hero--simple p {
  max-width: 620px !important;
  margin: 0 0 22px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(16px, 1.8vw, 19px) !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
}

.sp-home-search--simple {
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) 150px !important;
  gap: 10px !important;
  max-width: 560px !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18) !important;
  backdrop-filter: blur(10px) !important;
}

.sp-home-search--simple input[type="text"] {
  min-height: 50px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.sp-home-search--simple .sp-btn {
  min-height: 50px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #f97316, #2563eb) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.28) !important;
}

.sp-home-popular {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 9px !important;
  max-width: 620px !important;
  margin: 0 0 18px !important;
}

.sp-home-popular > span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.sp-home-popular-chip {
  min-height: 34px !important;
  padding: 7px 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.sp-home-popular-chip:hover,
.sp-home-popular-chip:focus,
.sp-home-popular-chip.is-active {
  background: #ffffff !important;
  color: #0b3a75 !important;
  transform: translateY(-1px) !important;
}

.sp-home .sp-home-hero--simple .sp-home-hero__actions {
  margin-top: 0 !important;
}

.sp-home .sp-home-hero--simple .sp-btn--provider {
  display: inline-flex !important;
  width: auto !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0b3a75 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.18) !important;
}

.sp-home-logo-visual {
  display: grid !important;
  place-items: center !important;
  min-height: 280px !important;
  padding: clamp(18px, 3vw, 34px) !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 24px 56px rgba(15, 23, 42, 0.18) !important;
}

.sp-home-logo-visual > :not(img) {
  display: none !important;
}

.sp-home-logo-visual img {
  display: block !important;
  width: min(100%, 420px) !important;
  height: auto !important;
  max-height: 300px !important;
  object-fit: contain !important;
  border-radius: 20px !important;
}

.sp-home-results {
  margin-top: 20px !important;
  padding-top: 0 !important;
}

.sp-home-results .sp-section-heading {
  margin-bottom: 16px !important;
}

.sp-home-results .sp-section-heading h2 {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 900px) {
  .sp-home {
    padding: 16px 12px 42px !important;
  }

  .sp-home .sp-home-hero--simple {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 26px !important;
    border-radius: 24px !important;
  }

  .sp-home-search--simple {
    grid-template-columns: 1fr !important;
  }

  .sp-home .sp-home-hero--simple .sp-btn--provider,
  .sp-home-search--simple .sp-btn {
    width: 100% !important;
  }
}
