:root {
  --brand-primary: #b85a82;
  --brand-secondary: #d8a3b8;
  --brand-accent: #d4a94f;
  --brand-dark: #4d3140;
  --brand-light: #f8f4f6;
  --surface: #ffffff;
  --surface-muted: #f7f3f5;
  --text-primary: #0f172a;
  --text-muted: #6b7280;
  --shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.12);
  --shadow-strong: 0 24px 60px rgba(15, 23, 42, 0.16);
  --radius-xl: 1.5rem;
  --radius-lg: 1rem;
  --bs-primary: #b85a82;
  --bs-primary-rgb: 184, 90, 130;
  --bs-link-color: #9a4268;
  --bs-link-hover-color: #7f3455;
}

/* ===== HERO TITLE STYLING ===== */

.hero-title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.3;
    color: #8c3972;
    margin-bottom: 20px;
    direction: rtl;
    position: relative;
    /* soft depth */
    text-shadow: 0 2px 10px rgba(212, 106, 126, 0.15);
    /* animation */
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeUp 0.8s ease forwards;
}

    .hero-title .highlight {
        background: linear-gradient( 135deg, #d46a7e 0%, #c5576d 40%, #9f3d56 100% );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
    }


.hero-subtitle {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.8;
    color: #6b6b6b;
    max-width: 600px;
    direction: rtl;
}

/* animation keyframes */
@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.btn-hero {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient( 135deg, #d46a7e 0%, #c5576d 40%, #b4455e 100% );
    box-shadow: 0 10px 25px rgba(180, 69, 94, 0.35), 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .btn-hero:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 35px rgba(180, 69, 94, 0.45), 0 6px 15px rgba(0, 0, 0, 0.12);
        background: linear-gradient( 135deg, #e07b8e 0%, #cf5f77 40%, #b4455e 100% );
        color: #fff8f1;
    }

    .btn-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, 0.35), transparent );
        transition: 0.6s;
    }

    .btn-hero:hover::before {
        left: 100%;
    }


.dropdown-menu.dropdown-menu-end.nav-notification__menu.show {
    inset-inline-end: 0;
    inset-inline-start: auto;
}

.seller-category-label {
    text-align: right !important;
}

input.form-control.nav-search__input {
    border: none !important;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/webfonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Vazirmatn', sans-serif;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: var(--brand-light);
  direction: rtl;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(184, 90, 130, 0.4);
}

html, body {
  min-height: 100%;
}

body {
  margin-bottom: 0;
}

.site-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1 0 auto;
  padding-bottom: 3rem;
}

.footer {
  margin-top: auto;
}

.footer {
  position: static;
  line-height: normal;
}

.site-body {
  color: var(--text-primary);
  background: radial-gradient(circle at top right, rgba(184, 90, 130, 0.12), transparent 45%),
              radial-gradient(circle at 20% 20%, rgba(216, 163, 184, 0.08), transparent 40%),
              var(--brand-light);
  position: relative;
  overflow-x: hidden;
}

.site-body::before {
  content: "";
  position: fixed;
  inset: 0;
/*  background-image: linear-gradient(transparent 95%, rgba(15, 23, 42, 0.04) 96%),
                    linear-gradient(90deg, transparent 95%, rgba(15, 23, 42, 0.04) 96%);*/
  background-size: 40px 40px;
  pointer-events: none;
  z-index: -1;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.card-soft {
  border: 0;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(6px);
}

.site-header .navbar {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.site-header {
    position: relative;
    z-index: 1040;
}

.navbar-brand {
  letter-spacing: -0.5px;
}

.nav-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.2rem 0.75rem;
  border-radius: 15px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  flex: 1 1 260px;
  max-width: 520px;
}

.nav-search__icon-plain {
  color: #94a3b8;
}

.nav-search__input {
  border: none;
  box-shadow: none;
  padding: 0.4rem 0;
  background: transparent;
  flex: 1 1 220px;
}

.nav-search__input:focus {
  box-shadow: none;
}

.nav-search__panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  padding: 0.5rem;
  z-index: 4000;
  max-height: 360px;
  overflow-y: auto;
}

.nav-search__section + .nav-search__section {
  border-top: 1px dashed rgba(15, 23, 42, 0.12);
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.nav-search__section-title {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.nav-search__item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.nav-search__item:hover {
  background: #faf6f8;
}

.nav-search__icon {
  width: 34px;
  height: 34px;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4ebef;
  color: #0f172a;
  flex-shrink: 0;
}

.nav-search__icon[data-type="service"] {
  background: rgba(199, 136, 164, 0.12);
  color: #9a4268;
}

.nav-search__icon[data-type="category"] {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.nav-search__icon[data-type="blog"] {
  background: rgba(249, 115, 22, 0.12);
  color: #ea580c;
}

.nav-search__title {
  font-weight: 600;
  font-size: 0.92rem;
}

.nav-search__meta {
  font-size: 0.78rem;
  color: #6b7280;
}

.nav-search__empty {
  padding: 0.6rem;
  text-align: center;
  color: #94a3b8;
  font-size: 0.85rem;
}

.nav-search__quick {
  flex: 0 0 100%;
  border-top: 1px dashed rgba(15, 23, 42, 0.12);
  margin-top: 0.2rem;
  padding-top: 0.5rem;
}

.nav-search__quick-title {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.nav-search__quick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.nav-search__quick-item {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.24rem 0.62rem;
  background: rgba(184, 90, 130, 0.1);
  color: #7f3455;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-search__quick-item:hover {
  background: rgba(184, 90, 130, 0.16);
  color: #6f2b49;
}

.nav-search.nav-search--modal {
  width: 100%;
  order: 0;
  max-width: none;
  margin: 0;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.search-modal .modal-content {
  border-radius: 1.15rem;
}

.search-modal .modal-body {
  padding-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .nav-search {
    order: 3;
    width: 100%;
    max-width: none;
    margin: 0.6rem 0 0;
  }
}

.form-control,
.form-select {
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background-color: #fff;
  padding: 0.65rem 0.9rem;
}

.table {
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}

.table thead th {
  background: transparent;
  border: none;
  color: var(--text-muted);
}

.table tbody tr {
  background: var(--surface);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.table tbody td {
  border-top: none;
}

.hero-banner {
  background: linear-gradient(135deg, rgba(184, 90, 130, 0.12), rgba(216, 163, 184, 0.08));
}

.cta-banner {
  background: linear-gradient(135deg, rgba(184, 90, 130, 0.08), rgba(184, 90, 130, 0.02));
}

.stat-card {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid rgba(184, 90, 130, 0.1);
}

a.seller-map-popup__action {
    color: white !important;
}

.seller-map-popup {
    font-family: 'Vazirmatn', sans-serif !important;
}

.hero-apple {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbf9fa);
  border: 1px solid rgba(42, 28, 39, 0.1);
  border-radius: calc(var(--radius-xl) + 0.25rem);
  margin-top: 1.2rem;
  padding: 4.6rem 0 3.2rem;
  box-shadow: 0 20px 44px rgba(42, 28, 39, 0.12);
  padding-top:0px;
}

.home-marketplace-hero::before,
.home-marketplace-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
}

.home-marketplace-hero::before {
  width: 360px;
  height: 360px;
  top: -150px;
  inset-inline-end: -120px;
  background: radial-gradient(circle, rgba(222, 194, 205, 0.34), rgba(222, 194, 205, 0));
}

.home-marketplace-hero::after {
  width: 280px;
  height: 280px;
  bottom: -130px;
  inset-inline-start: -90px;
  background: radial-gradient(circle, rgba(205, 184, 195, 0.24), rgba(205, 184, 195, 0));
}

.home-marketplace-crumb {
  display: inline-flex;
  font-size: 0.78rem;
  color: #645260;
  background: rgba(74, 54, 68, 0.08);
  border: 1px solid rgba(74, 54, 68, 0.15);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
}

.home-marketplace-title {
  margin: 0;
  font-size: clamp(2rem, 4.1vw, 3.2rem);
  line-height: 1.2;
  color: #231821;
}

.home-marketplace-subtitle {
  margin: 1.05rem 0 0;
  max-width: 700px;
  font-size: 1.02rem;
  line-height: 1.95;
  color: #5f5961;
  font-weight:400;
}

.home-marketplace-actions {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-marketplace-panel {
  position: relative;
  z-index: 2;
  border-radius: 1.35rem;
  padding: 1.2rem;
  background: linear-gradient(160deg, #2f212b, #43303f);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(33, 24, 32, 0.34);
}

.home-marketplace-panel__eyebrow {
  display: inline-flex;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.18);
}

.home-marketplace-panel__title {
  margin-top: 0.8rem;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-marketplace-panel__text {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.8;
}

.home-marketplace-panel__stats {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-marketplace-panel__stats > div {
  border-radius: 0.85rem;
  padding: 0.6rem 0.65rem;
  background: rgba(255, 255, 255, 0.13);
}

.home-marketplace-panel__stats span {
  display: block;
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.8);
}

.home-marketplace-panel__stats strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1rem;
  font-weight: 700;
}

.section-apple {
  padding: 3.8rem 0;
}

.section-apple--alt {
  background: linear-gradient(180deg, rgba(251, 248, 249, 0.95), rgba(255, 255, 255, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(42, 28, 39, 0.08);
}

.section-title {
  text-align: center;
  margin-bottom: 2.2rem;
}

.section-title__eyebrow {
  display: inline-flex;
  margin-bottom: 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5d4958;
  background: rgba(74, 54, 68, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.72rem;
}

.feature-apple {
  position: relative;
  background: #ffffff;
  border-radius: 1.05rem;
  padding: 1.3rem;
  height: 100%;
  border: 1px solid rgba(42, 28, 39, 0.12);
  box-shadow: 0 12px 24px rgba(42, 28, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-apple:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(42, 28, 39, 0.12);
}

.metric-card {
  border-top: 4px solid #43303f;
}

.metric-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #5d4958;
  background: rgba(74, 54, 68, 0.12);
  margin-bottom: 0.7rem;
}

.metric-card__value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #2f212b;
}

.opportunity-card {
  text-align: center;
}

.opportunity-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  margin: 0 auto 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5d4958;
  background: rgba(74, 54, 68, 0.12);
  font-size: 1.05rem;
}

.category-apple {
  background: #ffffff;
  border-radius: 1.05rem;
  padding: 1.2rem;
  height: 100%;
  border: 1px solid rgba(42, 28, 39, 0.12);
  box-shadow: 0 12px 24px rgba(42, 28, 39, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-apple:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(42, 28, 39, 0.12);
}

.category-apple__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #5d4958;
  background: rgba(74, 54, 68, 0.1);
  border-radius: 999px;
  padding: 0.18rem 0.56rem;
  margin-bottom: 0.6rem;
}

.category-apple__title {
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: #231821;
}

.category-apple__desc {
  color: #5f5961;
  font-size: 0.92rem;
  min-height: 48px;
}

.category-apple__link {
  margin-top: 1rem;
  display: inline-flex;
  color: #43303f;
  text-decoration: none;
  font-weight: 600;
}

.category-apple__link:hover {
  color: #2f212b;
}

.featured-seller-card {
  border: 1px solid rgba(42, 28, 39, 0.12);
  border-radius: 1rem;
  background: #fff;
  padding: 0.95rem;
  box-shadow: 0 10px 20px rgba(42, 28, 39, 0.08);
}

.featured-seller-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.featured-seller-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(42, 28, 39, 0.14);
  background: #fff;
  flex-shrink: 0;
}

.featured-seller-card__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #645260;
  background: #f7eef2;
  font-size: 1.1rem;
}

.featured-seller-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}

.featured-seller-card__stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.featured-seller-card__score {
  font-size: 0.8rem;
  color: #5f5961;
}

.cta-apple {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #ffffff, #faf7f8);
  border-radius: var(--radius-xl);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(42, 28, 39, 0.12);
  box-shadow: 0 18px 32px rgba(42, 28, 39, 0.1);
}

.cta-apple__eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #5d4958;
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .hero-apple {
    padding: 3.4rem 0 2.6rem;
    margin-top: 0.6rem;
  }

  .home-marketplace-title {
    font-size: 1.8rem;
  }

  .home-marketplace-actions {
    flex-direction: column;
  }

  .home-marketplace-actions .btn {
    width: 100%;
  }

  .home-marketplace-panel__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-apple {
    padding: 2.7rem 0;
  }

  .cta-apple {
    flex-direction: column;
    text-align: center;
    padding: 1.55rem;
  }

}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.badge-soft {
  background: rgba(184, 90, 130, 0.1);
  color: var(--brand-dark);
}

.table thead th {
  background-color: #faf6f8;
}

.rtl-input {
  text-align: right;
}

.ltr-input {
  text-align: left;
}

.map-container {
  background: linear-gradient(135deg, #f3e8ee, #fbf7f9);
  border: 1px dashed #d8c3cd;
  border-radius: 0.75rem;
  height: 300px;
  min-height: 260px;
  position: relative;
}

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

.form-section-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.product-main-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.product-main-image--placeholder {
  height: 360px;
  background: #faf6f8;
  border: 1px dashed rgba(15, 23, 42, 0.2);
}

.product-thumb {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb.active {
  border-color: var(--brand-primary);
}

.market-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.market-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.market-card--highlight {
  border-color: rgba(199, 136, 164, 0.5);
  box-shadow: 0 14px 30px rgba(199, 136, 164, 0.18);
}

.market-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
}

.market-card__image-link {
  display: block;
  text-decoration: none;
}

.market-card__image,
.market-card__image-placeholder {
  width: 100%;
  height: 180px;
}

.market-card__image {
  object-fit: cover;
  display: block;
  background: #fff;
}

.market-card__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.2);
  background: #faf6f8;
  color: #64748b;
  font-size: 0.8rem;
}

.market-card__body {
  padding: 0.95rem;
}

.market-card__badge {
  display: inline-flex;
  align-items: center;
  background: rgba(199, 136, 164, 0.12);
  color: #b85a82;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}

.market-card__title {
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  display: block;
  line-height: 1.5;
  min-height: 3rem;
  margin-bottom: 0.5rem;
}

.market-card__title:hover {
  color: var(--brand-primary);
}

.market-card__shop {
  font-weight: 600;
  font-size: 0.92rem;
}

.market-card__seller {
  color: var(--text-muted);
  font-size: 0.86rem;
  margin-bottom: 0.2rem;
}

.market-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.market-chip {
  background: #f4ebef;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  font-size: 0.74rem;
  padding: 0.2rem 0.55rem;
  color: #334155;
}

.market-card__footer {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.market-card__price {
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
}

.filter-panel__header {
  position: relative;
  z-index: 1;
}

.filter-panel__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.08rem;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.filter-location-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 247, 255, 0.9));
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.filter-location-card__title {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.15rem;
}

.filter-location-card__hint {
  font-size: 0.8rem;
  color: #6b7280;
}

.filter-group {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 0.9rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.filter-group__title {
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.filter-search-input {
  background: #faf6f8;
}

.filter-options {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  padding: 0.6rem;
  max-height: 180px;
  overflow-y: auto;
  background: #faf6f8;
}

.filter-range .form-control {
  background: #faf6f8;
}

.price-range {
  background: #faf6f8;
  border-radius: 0.85rem;
  padding: 0.75rem;
  border: 1px dashed rgba(15, 23, 42, 0.15);
}

.price-range__values {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.65rem;
}

.price-range__value {
  min-width: 72px;
  text-align: center;
  background: #fff;
  border-radius: 999px;
  padding: 0.2rem 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08);
}

.price-range__inputs {
  position: relative;
  height: 34px;
}

.price-range__inputs input[type=range] {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  accent-color: #b85a82;
  background: transparent;
}

.filter-offcanvas {
  width: 360px;
}

@media (min-width: 992px) {
  .filter-offcanvas {
    position: static;
    border: none;
    background: transparent;
    width: 100%;
    height: auto;
    visibility: visible !important;
    transform: none !important;
  }

  .filter-offcanvas .offcanvas-header {
    display: none;
  }

  .filter-offcanvas .offcanvas-body {
    padding: 0;
  }
}

.wizard-card {
  position: relative;
}

.wizard-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}

.wizard-step {
  text-align: center;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: #f4ebef;
  color: #64748b;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.wizard-step.is-active {
  background: rgba(184, 90, 130, 0.12);
  color: var(--brand-primary);
  border-color: rgba(184, 90, 130, 0.25);
}

.wizard-step.is-complete {
  background: rgba(16, 185, 129, 0.12);
  color: #0f766e;
  border-color: rgba(16, 185, 129, 0.25);
}

.wizard-panel {
  display: none;
}

.wizard-panel.is-active {
  display: block;
}

.map-explore-wizard .wizard-steps {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-radius: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
}

.map-explore-wizard .wizard-step {
  position: relative;
  flex: 1 1 0;
  text-align: center;
  border: 0;
  border-radius: 0;
  padding: 0.8rem 1.15rem;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  color: #64748b;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.map-explore-wizard .wizard-step:not(:last-child) {
  padding-inline-end: 1.9rem;
}

.map-explore-wizard .wizard-step:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: -0.95rem;
  width: 1.9rem;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 2;
}

.map-explore-wizard .wizard-step:not(:last-child)::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: -1rem;
  width: 2rem;
  background: rgba(15, 23, 42, 0.12);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

[dir="rtl"] .map-explore-wizard .wizard-step:not(:last-child)::after {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

[dir="rtl"] .map-explore-wizard .wizard-step:not(:last-child)::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

[dir="rtl"] .map-explore-wizard .wizard-step {
  z-index: 1;
}

[dir="rtl"] .map-explore-wizard .wizard-step:nth-child(1) {
  z-index: 8;
}

[dir="rtl"] .map-explore-wizard .wizard-step:nth-child(2) {
  z-index: 7;
}

[dir="rtl"] .map-explore-wizard .wizard-step:nth-child(3) {
  z-index: 6;
}

[dir="rtl"] .map-explore-wizard .wizard-step:nth-child(4) {
  z-index: 5;
}

[dir="rtl"] .map-explore-wizard .wizard-step::before,
[dir="rtl"] .map-explore-wizard .wizard-step::after {
  display: none;
}

[dir="rtl"] .map-explore-wizard .wizard-step {
  margin: 0;
}

[dir="rtl"] .map-explore-wizard .wizard-step:not(:last-child) {
  clip-path: polygon(100% 0, 16px 0, 0 50%, 16px 100%, 100% 100%);
}

[dir="rtl"] .map-explore-wizard .wizard-step:not(:first-child) {
  margin-inline-start: -16px;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, calc(100% - 16px) 50%);
}

.map-explore-wizard .wizard-step__number {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
  font-size: 0.74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.map-explore-wizard .wizard-step__label {
  font-size: 0.86rem;
  font-weight: 700;
}

.map-explore-wizard .wizard-step.is-active {
  background: linear-gradient(180deg, rgba(232, 93, 117, 0.15), rgba(232, 93, 117, 0.08));
  color: #9f1239;
  transform: translateY(-1px);
}

.map-explore-wizard .wizard-step.is-active::after {
  background: linear-gradient(180deg, rgba(232, 93, 117, 0.15), rgba(232, 93, 117, 0.08));
}

.map-explore-wizard .wizard-step.is-active .wizard-step__number {
  background: #e85d75;
  color: #fff;
}

.map-explore-wizard .wizard-step.is-complete {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0.09));
  color: #0f766e;
}

.map-explore-wizard .wizard-step.is-complete::after {
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0.09));
}

.map-explore-wizard .wizard-step.is-complete .wizard-step__number {
  background: #059669;
  color: #fff;
}

.map-explore-wizard .wizard-panel {
  padding: 1rem;
  border: 1px solid rgba(29, 35, 51, 0.12);
  border-radius: 1rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 241, 0.86));
}

.map-explore-wizard .wizard-panel.is-active {
  animation: map-wizard-reveal 0.36s ease both;
}

@media (max-width: 768px) {
  .map-explore-wizard .wizard-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .map-explore-wizard .wizard-step {
    border-radius: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding-inline: 0.75rem;
  }

  .map-explore-wizard .wizard-step:not(:last-child) {
    padding-inline-end: 0.75rem;
  }

  .map-explore-wizard .wizard-step::before,
  .map-explore-wizard .wizard-step::after {
    display: none;
  }
}

@keyframes map-wizard-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.wizard-results-placeholder {
  padding: 2rem;
  border-radius: 1rem;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  background: #faf6f8;
  color: #64748b;
  text-align: center;
}

.category-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.category-card-item {
  position: relative;
}

.category-card-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.category-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.category-card__title {
  font-weight: 700;
  color: var(--text-primary);
}

.category-card__hint {
  font-size: 0.82rem;
  color: #64748b;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.category-card-input:checked + .category-card {
  border-color: rgba(184, 90, 130, 0.5);
  box-shadow: 0 18px 36px rgba(184, 90, 130, 0.18);
  transform: translateY(-2px);
}

.product-offers-sort-select {
  min-width: 210px;
}

.list-thumb-image {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 0.6rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
}

.list-thumb-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 0.6rem;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  background: #faf6f8;
  color: #64748b;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.2rem;
}

.product-admin-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.product-admin-item {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: grab;
}

.product-admin-item:hover {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

[data-image-item].is-dragging .product-admin-item {
  opacity: 0.7;
  border-color: var(--brand-primary);
  box-shadow: 0 16px 30px rgba(184, 90, 130, 0.25);
}

.seller-rating-link {
  color: #f59e0b;
  text-decoration: none;
  font-size: 0.85rem;
}

.seller-rating-link:hover {
  text-decoration: underline;
}

.seller-category-label {
  border-radius: 0.9rem;
  line-height: 1.5;
  transition: all 0.15s ease;
}

.btn-check:checked + .seller-category-label {
  box-shadow: 0 8px 18px rgba(184, 90, 130, 0.22);
}

.seller-profile-strip {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.9);
}

.seller-profile-strip__avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
}

.seller-profile-strip__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  background: #faf6f8;
  font-size: 1.25rem;
}

.nav-auth .nav-item {
  margin: 0;
}

.nav-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-primary) !important;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav-icon-link .bi {
  font-size: 1.1rem;
}

.nav-icon-link:hover {
  color: var(--brand-primary) !important;
  border-color: rgba(184, 90, 130, 0.25);
  box-shadow: 0 12px 26px rgba(184, 90, 130, 0.18);
  transform: translateY(-1px);
  text-decoration: none;
}

.nav-icon-link.btn {
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.nav-notification {
  position: relative;
}

.nav-notification__toggle {
  min-width: 104px;
  justify-content: center;
}

.nav-notification__badge {
  position: absolute;
  inset-block-start: -0.35rem;
  inset-inline-start: -0.15rem;
  font-size: 0.66rem;
  line-height: 1;
  min-width: 1.25rem;
}

.nav-notification__menu {
  width: min(92vw, 360px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 1rem;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
  z-index: 4100;
  max-height: min(70vh, 420px);
  overflow-y: auto;
}

.nav-notification__head {
  padding: 0.75rem 0.9rem;
  background: linear-gradient(130deg, rgba(184, 90, 130, 0.09), rgba(184, 90, 130, 0.02));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.nav-notification__empty {
  padding: 0.85rem 0.9rem;
  color: #64748b;
  font-size: 0.84rem;
}

.nav-notification__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.nav-notification__item:last-child {
  border-bottom: 0;
}

.nav-notification__item-icon {
  width: 30px;
  height: 30px;
  border-radius: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 90, 130, 0.12);
  color: #9a4268;
  flex-shrink: 0;
}

.nav-notification__item-body {
    min-width: 0;
    display: inline-flex;
    flex-direction: column;
    gap: 0.12rem;
    text-align: right;
}

.nav-notification__item-title {
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
}

.nav-notification__item-desc {
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.45;
}

.blog-hero {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

.blog-card {
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.blog-card__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.blog-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf6f8;
  color: #94a3b8;
  font-size: 0.85rem;
}

.blog-card__image-link {
  display: block;
  text-decoration: none;
}

.blog-card__body {
  padding: 1rem 1.1rem 1.2rem;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #64748b;
  margin-bottom: 0.6rem;
}

.blog-card__tag {
  background: rgba(184, 90, 130, 0.1);
  color: var(--brand-primary);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
}

.blog-card__title {
  font-weight: 700;
  color: var(--text-primary);
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
}

.blog-card__title:hover {
  color: var(--brand-primary);
}

.blog-card__summary {
  color: #6b7280;
  font-size: 0.92rem;
  min-height: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.blog-card__author {
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
}

.blog-card__link {
  font-weight: 600;
  color: var(--brand-primary);
  text-decoration: none;
}

.blog-card__link:hover {
  text-decoration: underline;
}

.blog-load-trigger {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.blog-loader {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 0.6rem 1rem;
  color: #64748b;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.blog-sidebar {
  position: relative;
}

.blog-sidebar-stack {
  position: sticky;
  top: 110px;
  z-index: 10;
}

.blog-sidebar-stack.reveal,
.blog-sidebar-stack.reveal.is-visible {
  opacity: 1;
  transform: none !important;
}

.blog-category-list {
  display: grid;
  gap: 0.75rem;
}

.blog-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: var(--text-primary);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.blog-category-item:hover {
  border-color: rgba(184, 90, 130, 0.3);
  box-shadow: 0 12px 24px rgba(184, 90, 130, 0.12);
  transform: translateY(-2px);
}

.blog-category-item.is-active {
  border-color: rgba(184, 90, 130, 0.5);
  background: rgba(184, 90, 130, 0.08);
}

.blog-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-editor-wrapper {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.9rem;
  background: #fff;
}

.blog-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.6rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #faf6f8;
}

.blog-editor-group {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-editor-toolbar .form-select {
  min-width: 140px;
}

.blog-editor-toolbar .btn {
  border-radius: 0.6rem;
}

.blog-editor {
  min-height: 260px;
  padding: 1rem;
  line-height: 2;
  color: #1f2937;
  outline: none;
}

.blog-editor:empty:before {
  content: "متن مقاله را بنویسید...";
  color: #94a3b8;
}

.blog-gallery {
  border-top: 1px dashed rgba(15, 23, 42, 0.15);
  padding-top: 1rem;
}

.blog-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.blog-gallery-item {
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0.85rem;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.blog-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.18);
}

.blog-gallery-editor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
}

.blog-gallery-editor-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-gallery-editor-item.is-dragging {
  opacity: 0.7;
  border-style: dashed;
}

.blog-gallery-editor-thumb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: block;
}

.blog-gallery-editor-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.55rem;
}

.blog-gallery-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 0.6rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #faf6f8;
  color: #475569;
  cursor: grab;
}

.blog-detail__cover {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 1rem;
}

.blog-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: #64748b;
  font-size: 0.85rem;
}

.blog-detail__summary {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.9;
}

.blog-detail__content {
  margin-top: 1rem;
  color: #1f2937;
  line-height: 2;
}

.blog-related-list {
  display: grid;
  gap: 0.75rem;
}

.blog-related-item {
  display: block;
  text-decoration: none;
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: var(--text-primary);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-related-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.blog-related-item__title {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.blog-related-item__meta {
  font-size: 0.75rem;
  color: #6b7280;
}

.blog-carousel {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(184, 90, 130, 0.14);
  box-shadow: 0 20px 42px rgba(184, 90, 130, 0.14);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 248, 0.9));
}

.blog-carousel__viewport {
  overflow: hidden;
}

.blog-carousel__track {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.blog-carousel__track::-webkit-scrollbar {
  display: none;
}

.blog-carousel-card {
  flex: 0 0 calc(33.333% - 0.67rem);
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(184, 90, 130, 0.12);
  background: #fff;
  box-shadow: 0 12px 22px rgba(184, 90, 130, 0.1);
}

.blog-carousel-card__image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-carousel-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-carousel-card:hover .blog-carousel-card__image img {
  transform: scale(1.04);
}

.blog-carousel-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fbf7f9, #ffeaf3);
  color: #b47a95;
}

.blog-carousel-card__body {
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 251, 0.9));
}

.blog-carousel-card__body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-carousel-card__tag {
  display: inline-flex;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: rgba(184, 90, 130, 0.12);
  color: #7f3455;
  font-size: 0.75rem;
  font-weight: 600;
}

.blog-cover-preview {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.market-card__seller-link {
  text-decoration: none;
}

.market-card__seller-link:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}

.seller-public-profile__hero {
  overflow: hidden;
  padding: 0;
}

.seller-public-profile__cover {
    height: 120px;
    background: linear-gradient(132deg, rgba(232, 93, 117, 0.24), rgb(168 63 127 / 19%))
}

.seller-public-profile__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  padding: 0 1.25rem 1rem;
  margin-top: -44px;
}

.seller-public-profile__avatar {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.15);
  background: #fff;
}

.seller-public-profile__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #64748b;
  background: #faf6f8;
}

.seller-public-profile__identity {
  flex: 1 1 220px;
}

.seller-public-profile__shop {
  font-size: 1rem;
  color: #475569;
  height:20px;
}

.seller-public-profile__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.seller-public-profile__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.65rem;
  padding: 0 1.25rem 1.25rem;
}

.seller-public-profile__stat {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.8rem;
  padding: 0.55rem 0.7rem;
  background: #fff;
}

.seller-public-profile__stat span {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
}

.seller-public-profile__stat strong {
  display: block;
  font-size: 0.95rem;
  margin-top: 0.15rem;
}

.seller-public-services {
  display: grid;
  gap: 0.75rem;
}

.seller-public-service {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.75rem;
  background: #fff;
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.seller-public-service__image {
  width: 92px;
  height: 92px;
  border-radius: 0.75rem;
  object-fit: cover;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.seller-public-service__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #64748b;
  background: #faf6f8;
}

.seller-public-service__title {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.seller-public-service__title:hover {
  color: var(--brand-primary);
}

.seller-public-service__chips {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.seller-public-reviews {
  display: grid;
  gap: 0.65rem;
}

.seller-public-review {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.75rem;
  background: #fff;
}

.seller-public-posts {
  display: grid;
  gap: 0.75rem;
}

.seller-public-post {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  overflow: hidden;
  background: #fff;
}

.seller-public-post__image {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.seller-public-post__body {
  padding: 0.75rem 0.9rem;
}

.seller-public-post__title {
  font-weight: 700;
  text-decoration: none;
  color: #0f172a;
}

.seller-public-post__title:hover {
  color: var(--brand-primary);
}

.seller-work-sample__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.seller-samples-carousel__image {
  width: 100%;
  height: clamp(240px, 46vw, 420px);
  object-fit: cover;
  display: block;
}

.seller-samples-carousel__overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 0.9rem 1rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.78) 100%);
}

.seller-samples-thumbs {
  position: static;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
}

.seller-samples-thumbs [data-bs-target] {
  text-indent: 0;
  width: 110px;
  height: auto;
  margin: 0;
  flex: 0 0 110px;
  border: 2px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.8rem;
  background: #fff;
  opacity: 1;
  padding: 0.25rem;
}

.seller-samples-thumbs [data-bs-target].active {
  border-color: #e85d75;
  box-shadow: 0 8px 18px rgba(232, 93, 117, 0.28);
}

.seller-samples-thumbs img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 0.55rem;
  display: block;
}

.seller-samples-thumbs span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller-public-schedule {
  display: grid;
  gap: 0.45rem;
}

.seller-public-schedule__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  padding: 0.5rem 0.65rem;
  background: #fff;
}

.seller-public-schedule__row span {
  color: #64748b;
  font-size: 0.84rem;
}

.seller-public-schedule__row strong {
  font-size: 0.84rem;
}

.seller-public-exceptions {
  display: grid;
  gap: 0.55rem;
}

.seller-public-exceptions__item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  padding: 0.55rem 0.65rem;
  background: #fff;
}

@media (max-width: 767.98px) {
  .seller-public-profile__header {
    align-items: center;
    margin-top: -34px;
  }

  .seller-public-profile__avatar {
    width: 82px;
    height: 82px;
  }

  .seller-public-service {
    grid-template-columns: 1fr;
  }

  .seller-public-service__image {
    width: 100%;
    height: 160px;
  }
}

@media (max-width: 991.98px) {
  .blog-carousel-card {
    flex-basis: calc(50% - 0.5rem);
  }
}

@media (max-width: 767.98px) {
  .blog-carousel-card {
    flex-basis: 100%;
  }
}

@media (min-width: 992px) {
  .blog-carousel-card {
    grid-template-columns: 1.2fr 1fr;
  }

  .blog-carousel-card__image {
    height: 100%;
    min-height: 260px;
  }
}

.blog-carousel__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(184, 90, 130, 0.2);
  box-shadow: 0 10px 18px rgba(184, 90, 130, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-carousel__control:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 14px 24px rgba(184, 90, 130, 0.24);
}

.blog-carousel__control.prev {
  left: 0.75rem;
}

.blog-carousel__control.next {
  right: 0.75rem;
}

.blog-carousel__control .carousel-control-prev-icon,
.blog-carousel__control .carousel-control-next-icon {
  filter: invert(16%) sepia(52%) saturate(2678%) hue-rotate(306deg) brightness(95%) contrast(96%);
  width: 1.4rem;
  height: 1.4rem;
}

.account-page {
  position: relative;
}

.account-hero {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.account-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.account-name {
  font-weight: 700;
}

.account-meta {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.account-role-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.account-tip {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 1rem;
  height: 100%;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.account-tip__title {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.account-tip__text {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.account-tip__link {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 600;
}

.account-tip__link:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-primary);
}

.site-body {
  background:
    radial-gradient(68rem 40rem at 110% -10%, rgba(255, 106, 61, 0.18), transparent 62%),
    radial-gradient(58rem 34rem at -10% 18%, rgba(14, 165, 168, 0.16), transparent 54%),
    linear-gradient(180deg, #fff8f2 0%, #fffdf9 54%, #fff7ee 100%);
}

.site-body::before,
.site-body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.site-body::before {
  background:
    linear-gradient(transparent 95%, rgba(15, 23, 42, 0.035) 96%),
    linear-gradient(90deg, transparent 95%, rgba(15, 23, 42, 0.03) 96%);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent 88%);
}

/*.site-body::after {
  background:
    radial-gradient(24rem 24rem at 85% 84%, rgba(245, 158, 11, 0.16), transparent 70%),
    radial-gradient(22rem 22rem at 12% 92%, rgba(14, 165, 168, 0.14), transparent 74%);
}*/

h1, h2, h3 {
/*  letter-spacing: -0.02em;*/
  font-weight: 800;
}

h4, h5, h6 {
  letter-spacing: -0.01em;
  font-weight: 700;
}

a {
  text-underline-offset: 0.18em;
}

.nav-auth {
    padding-right: 0px;
}



.site-header {
    position: sticky;
    top: 0.65rem;
    z-index: 1040;
    padding-inline: 0.6rem;
    transition: top 0.24s ease, padding-inline 0.24s ease;
}

.site-header .navbar {
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(255, 249, 242, 0.76));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px) saturate(160%);
  transition: border-radius 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
  transform-origin: top center;
}

.site-header.is-stuck {
  top: 0;
  inset-inline: 0;
  padding-inline: 0;
}

.site-header.is-stuck .navbar {
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(24, 27, 38, 0.16);
  animation: navbar-stick-in 0.28s ease-out;
}

@keyframes navbar-stick-in {
  from {
    transform: translateY(-10px) scale(0.985);
    opacity: 0.86;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header .navbar,
  .site-header.is-stuck .navbar {
    transition: none;
    animation: none;
  }
}

.navbar-brand {
  font-size: 1.02rem;
  font-weight: 800 !important;
  color: #0f172a !important;
}

.navbar .nav-link {
  border-radius: 999px;
  padding: 0.46rem 0.8rem !important;
  color: #1e293b;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus-visible {
  color: #0f172a;
  background: rgba(14, 165, 168, 0.12);
  transform: translateY(-1px);
}

.nav-search {
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.nav-search__input {
  font-weight: 500;
}

.nav-search__input::placeholder {
  color: #64748b;
}

.nav-search__panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.2);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, #e85d75, #d24482);
    box-shadow: 0 10px 18px rgba(232, 93, 117, 0.28);
    border: none;
}

    .btn-primary:hover {
        filter: saturate(1.05) brightness(1.02);
        box-shadow: 0px 0 20px rgb(214 57 101);
    }

.btn-dark {
  background: linear-gradient(135deg, #0f172a, #1f314d);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.28);
}

.btn-outline-primary {
  border-color: rgba(14, 165, 168, 0.45);
  color: #0b7285;
}

.btn-outline-primary:hover {
  background: rgba(14, 165, 168, 0.12);
  color: #0f172a;
}

.btn-outline-secondary {
  border-color: rgba(15, 23, 42, 0.2);
}

.form-control,
.form-select,
.form-check-input {
  border-color: rgba(15, 23, 42, 0.12);
}

.form-control,
.form-select {
  background-color: rgba(255, 255, 255, 0.9);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(14, 165, 168, 0.5);
  box-shadow: 0 0 0 0.24rem rgba(14, 165, 168, 0.18);
}

.card-soft,
.feature-apple,
.category-apple,
.market-card,
.blog-card,
.filter-group,
.filter-location-card,
.account-tip,
.seller-public-service,
.seller-public-profile__stat,
.blog-related-item,
.blog-gallery-editor-item {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 246, 0.9));
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.card-soft {
  border-radius: 1.2rem;
}

.table {
  border-spacing: 0 0.78rem;
}

.table thead th {
  color: #475569;
}

.table tbody tr {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.hero-apple {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 106, 61, 0.14), transparent 34%),
    radial-gradient(circle at 16% 24%, rgba(14, 165, 168, 0.13), transparent 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 238, 0.9));
  box-shadow: var(--shadow-strong);
}

.home-marketplace-title {
  background: linear-gradient(125deg, #0f172a 12%, #0b7180 58%, #ff6a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-marketplace-subtitle {
  color: #334155;
}

.home-marketplace-panel {
  background: linear-gradient(150deg, #13233b, #0b3e4d);
  box-shadow: 0 24px 44px rgba(11, 62, 77, 0.36);
}

.section-apple--alt {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 244, 232, 0.68));
}

.section-title__eyebrow,
.category-apple__chip,
.home-marketplace-crumb {
  background: rgba(14, 165, 168, 0.12);
  color: #0b7285;
  border-color: rgba(14, 165, 168, 0.26);
}

.metric-card {
  border-top-color: #0b7285;
}

.metric-card__icon,
.opportunity-card__icon {
  background: rgba(14, 165, 168, 0.14);
  color: #0b7285;
}

.featured-seller-card {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 238, 0.9));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.featured-seller-card__avatar {
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.market-card__badge,
.blog-carousel-card__tag {
  background: rgba(245, 158, 11, 0.16);
  color: #a16207;
}

.market-card__title,
.market-card__seller,
.blog-card__title,
.blog-card__author,
.blog-related-item__title {
  color: #0f172a;
}

.market-card__shop,
.blog-card__summary,
.blog-detail__summary,
.blog-detail__meta {
  color: #475569;
}

.seller-rating-link {
  color: #f59e0b;
}

.blog-card__tag {
  background: rgba(14, 165, 168, 0.14);
  color: #0b7285;
}

.blog-carousel,
.blog-carousel-card {
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.blog-carousel__control {
  border-color: rgba(14, 165, 168, 0.2);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
}

.seller-public-profile__cover {
    background: linear-gradient(132deg, rgba(232, 93, 117, 0.24), rgb(168 63 127 / 19%));
}

.seller-public-profile__avatar {
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
}

.footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(8px);
}

@keyframes theme-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes theme-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.main-content main > * {
  animation: theme-rise 0.58s ease both;
}

.main-content main > *:nth-child(2) {
  animation-delay: 0.05s;
}

.main-content main > *:nth-child(3) {
  animation-delay: 0.1s;
}

.main-content main > *:nth-child(4) {
  animation-delay: 0.15s;
}

.featured-seller-card:hover .featured-seller-card__avatar,
.market-card:hover .market-card__image,
.blog-card:hover .blog-card__image {
  animation: theme-float 1.8s ease-in-out;
}

.market-card-grid > *,
.blog-card-grid > *,
.category-card-grid > * {
  animation: theme-rise 0.62s ease both;
}

.market-card-grid > *:nth-child(2),
.blog-card-grid > *:nth-child(2),
.category-card-grid > *:nth-child(2) {
  animation-delay: 0.05s;
}

.market-card-grid > *:nth-child(3),
.blog-card-grid > *:nth-child(3),
.category-card-grid > *:nth-child(3) {
  animation-delay: 0.1s;
}

.market-card-grid > *:nth-child(4),
.blog-card-grid > *:nth-child(4),
.category-card-grid > *:nth-child(4) {
  animation-delay: 0.15s;
}

@media (max-width: 991.98px) {
  .site-header {
    top: 0.25rem;
    padding-inline: 0.35rem;
  }

  .site-header .navbar {
    border-radius: 0.95rem;
  }

  .home-marketplace-title {
    font-size: clamp(1.78rem, 8vw, 2.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

body {
  color: var(--text-primary);
}

.site-body {
  background:
    radial-gradient(56rem 36rem at 88% -6%, rgba(232, 93, 117, 0.22), transparent 62%),
    radial-gradient(50rem 34rem at -8% 20%, rgba(22, 163, 148, 0.16), transparent 56%),
    radial-gradient(36rem 26rem at 50% 100%, rgba(212, 169, 79, 0.12), transparent 70%),
    linear-gradient(180deg, #fffaf7 0%, #fffdfc 55%, #fff8f4 100%);
}

.site-body::before {
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 86%);
}

.site-header {
  padding-inline: 0.7rem;
}

.site-header .navbar {
  border: 1px solid rgba(255, 255, 255, 0.66);
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 243, 0.8));
  box-shadow: 0 16px 34px rgba(24, 27, 38, 0.1);
}

.site-header .navbar::after {
  content: "";
  position: absolute;
  inset-inline: 1.25rem;
  bottom: 0.3rem;
  height: 2px;
  border-radius: 999px;
/*  background: linear-gradient(90deg, rgba(232, 93, 117, 0), rgba(232, 93, 117, 0.45), rgba(22, 163, 148, 0.42), rgba(22, 163, 148, 0));*/
  pointer-events: none;
}

.navbar-brand {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.navbar .nav-link {
  font-weight: 600;
  color: #253047;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus-visible {
  background: linear-gradient(130deg, rgba(232, 93, 117, 0.14), rgba(22, 163, 148, 0.12));
}

.nav-icon-link {
  border-color: rgba(29, 35, 51, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 239, 0.9));
  box-shadow: 0 10px 22px rgba(24, 27, 38, 0.09);
}

.nav-icon-link:hover {
  border-color: rgba(232, 93, 117, 0.28);
  box-shadow: 0 14px 28px rgba(232, 93, 117, 0.2);
}

.hero-apple {
  position: relative;
  isolation: isolate;
  border-radius: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(circle at 84% 14%, rgba(232, 93, 117, 0.17), transparent 35%),
    radial-gradient(circle at 16% 26%, rgba(22, 163, 148, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 238, 0.9));
}

.hero-apple::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: -1;
}

.home-marketplace-title {
  background: linear-gradient(126deg, #1d2435 12%, #0f7d7f 56%, #e85d75 98%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-marketplace-subtitle {
  color: #3f4658;
  line-height: 2;
}

.home-marketplace-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(152deg, #20283d, #27395f);
}

.home-marketplace-panel__eyebrow {
  background: rgba(232, 93, 117, 0.24);
}

.home-marketplace-panel__stats > div {
  background: rgba(255, 255, 255, 0.16);
}

.section-title h2 {
  color: #1f2434;
}

.section-title__eyebrow {
    background: linear-gradient(130deg, rgba(232, 93, 117, 0.15), rgb(198 79 146 / 15%));
    color: #c05f75;
}

.feature-apple,
.category-apple,
.cta-apple,
.market-card,
.blog-card,
.seller-public-service,
.seller-public-profile__stat,
.blog-related-item,
.seller-profile-strip,
.account-tip {
  border: 1px solid rgba(29, 35, 51, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 243, 0.9));
  box-shadow: 0 14px 30px rgba(24, 27, 38, 0.1);
}

.feature-apple:hover,
.category-apple:hover,
.market-card:hover,
.blog-card:hover {
  box-shadow: 0 20px 36px rgba(24, 27, 38, 0.14);
}

.metric-card {
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #b14786;
}

.metric-card__icon,
.opportunity-card__icon,
.category-apple__chip {
  background: linear-gradient(140deg, rgba(232, 93, 117, 0.14), rgba(22, 163, 148, 0.15));
  color: #17696d;
}

.featured-seller-card {
  border-radius: 1.2rem;
  overflow: hidden;
}

.featured-seller-card__head {
  padding: 0.2rem 0.1rem 0.1rem;
}

.featured-seller-card__meta {
  padding: 0.55rem 0.65rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.78);
}

.featured-seller-card__score {
  color: #465066;
}

.market-card {
  border-radius: 1.12rem;
}

.market-card__badge {
  background: rgba(212, 169, 79, 0.18);
  color: #8a641a;
}

.market-card__title,
.market-card__seller,
.blog-card__title,
.blog-card__author {
  color: #1f273b;
}

.market-card__shop,
.blog-card__summary,
.blog-detail__summary,
.blog-detail__meta,
.account-meta {
  color: #5a6277;
}

.market-chip {
  background: rgba(250, 251, 255, 0.92);
  border: 1px solid rgba(29, 35, 51, 0.1);
  color: #3f4960;
}

.seller-rating-link {
  color: #cc930b;
  font-weight: 700;
}

.blog-hero {
  border: 1px solid rgba(29, 35, 51, 0.1);
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 93, 117, 0.12), transparent 45%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(255, 246, 240, 0.9));
}

.blog-card__tag,
.blog-carousel-card__tag {
  background: linear-gradient(130deg, rgba(232, 93, 117, 0.14), rgba(22, 163, 148, 0.12));
  color: #156f73;
}

.blog-carousel {
  border: 1px solid rgba(29, 35, 51, 0.1);
  background: linear-gradient(166deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 240, 0.92));
}

.blog-carousel__control {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(29, 35, 51, 0.12);
}

.filter-location-card,
.filter-group,
.price-range {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 242, 0.9));
  border-color: rgba(29, 35, 51, 0.1);
}

.form-control,
.form-select {
  border-radius: 0.95rem;
  border-color: rgba(29, 35, 51, 0.14);
  background-color: rgba(255, 255, 255, 0.94);
}

.form-select {
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.22s ease,
    transform 0.18s ease,
    background-position 0.22s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(232, 93, 117, 0.46);
  box-shadow: 0 0 0 0.22rem rgba(232, 93, 117, 0.15);
}

.form-select:focus {
  transform: translateY(-1px) scale(1.01);
}

.form-select:not(:focus) {
  transform: translateY(0) scale(1);
}

/* Keep select chevron on the left in RTL and prevent text overlap. */
[dir="rtl"] .form-select {
  background-position: left 0.8rem center;
  padding-left: 2.1rem;
  padding-right: 0.9rem;
}

[dir="rtl"] .form-select:focus {
  background-position: left 0.65rem center;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }

  .form-select:focus,
  .form-select:not(:focus) {
    transform: none;
  }
}

.table tbody tr {
  border-radius: 0.9rem;
}

.seller-public-profile__cover {
    background: linear-gradient(132deg, rgba(232, 93, 117, 0.24), rgb(168 63 127 / 19%))
}

.seller-public-profile__shop {
    color: #4d5a74;
    height: 20px;
}

.cta-apple {
  border-radius: 1.35rem;
  position: relative;
}

.cta-apple::after {
  content: "";
  position: absolute;
  inset-inline-start: 1.1rem;
  inset-block-start: 0.9rem;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 93, 117, 0.3), rgba(232, 93, 117, 0));
  pointer-events: none;
}

.cta-apple__eyebrow {
  color: #1e6f70;
}

.account-avatar {
  background: linear-gradient(135deg, #e85d75, #16a394);
}

.main-content {
  padding-top: 1.25rem;
}

.home-hero-visual {
  position: relative;
  padding: 0.35rem;
}

.home-hero-image-slot {
  position: relative;
  min-height: 365px;
  border-radius: 1.4rem;
  border: 1px solid rgba(29, 35, 51, 0.14);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 240, 0.9));
  box-shadow: 0 24px 44px rgba(24, 27, 38, 0.17);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.1rem 1.5rem;
  overflow: hidden;
}

.home-hero-image-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-hero-image-slot::before,
.home-hero-image-slot::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.home-hero-image-slot::before {
  width: 220px;
  height: 220px;
  top: -72px;
  inset-inline-start: -78px;
  background: radial-gradient(circle, rgba(22, 163, 148, 0.26), rgba(22, 163, 148, 0));
}

.home-hero-image-slot::after {
  width: 240px;
  height: 240px;
  bottom: -92px;
  inset-inline-end: -72px;
  background: radial-gradient(circle, rgba(232, 93, 117, 0.24), rgba(232, 93, 117, 0));
}

.home-hero-image-slot__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(29, 35, 51, 0.18);
  background: rgba(255, 255, 255, 0.86);
  color: #1f2b42;
}

.home-hero-image-slot__icon {
  position: relative;
  z-index: 2;
  margin-top: 0.95rem;
  font-size: 2.3rem;
  color: #cf466a;
}

.home-hero-image-slot__title {
  position: relative;
  z-index: 2;
  margin-top: 0.65rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: #1d2435;
}

.home-hero-image-slot__hint {
  position: relative;
  z-index: 2;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  color: #58607a;
}

.home-hero-image-slot__path {
  position: relative;
  z-index: 2;
  margin-top: 0.9rem;
  display: inline-block;
  border-radius: 0.72rem;
  padding: 0.4rem 0.75rem;
  background: rgba(29, 35, 51, 0.08);
  border: 1px dashed rgba(29, 35, 51, 0.22);
  font-size: 0.75rem;
  color: #334155;
}

.home-hero-float {
  position: absolute;
  z-index: 3;
  min-width: 138px;
  border-radius: 0.9rem;
  padding: 0.62rem 0.82rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(29, 35, 51, 0.12);
  box-shadow: 0 14px 28px rgba(24, 27, 38, 0.14);
  backdrop-filter: blur(6px);
}

.home-hero-float--top {
  top: 1.1rem;
  inset-inline-end: -0.65rem;
}

.home-hero-float--bottom {
  bottom: 1.15rem;
  inset-inline-start: -0.8rem;
}

.home-hero-float__label {
  display: block;
  font-size: 0.72rem;
  color: #647089;
}

.home-hero-float strong {
  display: block;
  margin-top: 0.16rem;
  font-size: 1.02rem;
  color: #1f293d;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-inline: 0.4rem;
  }

  .site-header .navbar {
    border-radius: 0.92rem;
  }

  .home-marketplace-title {
    font-size: clamp(1.75rem, 7.4vw, 2.36rem);
  }

  .home-marketplace-subtitle {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .home-hero-image-slot {
    min-height: 300px;
  }

  .home-hero-float {
    position: static;
    display: inline-block;
    margin-top: 0.72rem;
    margin-inline-end: 0.4rem;
  }

  .cta-apple::after {
    display: none;
  }
}

.appointment-day {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 246, 0.9));
}

.appointment-slot {
  min-width: 120px;
}

.appointment-slot.active {
  color: #fff !important;
  border-color: transparent;
  background: linear-gradient(135deg, #e85d75, #f2877a);
  box-shadow: 0 10px 20px rgba(232, 93, 117, 0.28);
}

.planner-day {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f7 100%);
}

.planner-slot {
  min-width: 112px;
  font-weight: 600;
}

.customer-map-explore__map {
  min-height: 560px;
  border-radius: 1.2rem;
  border: 1px solid rgba(29, 35, 51, 0.14);
  box-shadow: 0 18px 36px rgba(24, 27, 38, 0.14);
  overflow: hidden;
}

.customer-map-explore__map-shell {
  position: relative;
}

.customer-map-explore__locate-btn {
  position: absolute;
  inset-block-start: 0.85rem;
  inset-inline-start: 0.85rem;
  z-index: 840;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28);
}

.customer-map-explore__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background: rgba(17, 24, 39, 0.5);
  backdrop-filter: blur(2px);
  z-index: 850;
}

.customer-map-explore__loading-content {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
}

.customer-map-explore__retry {
  width: min(92%, 360px);
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  text-align: center;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.34);
}

.customer-map-explore__retry-title {
  font-size: 0.9rem;
  font-weight: 700;
}

.customer-map-explore__retry-actions {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.seller-map-marker-wrapper {
  background: transparent !important;
  border: 0 !important;
}

.seller-map-marker {
  position: relative;
  width: 44px;
  height: 44px;
}

.seller-map-marker__rating {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 0 0.42rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: #f8fafc;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.22);
}

.seller-map-marker__rating--empty {
  color: #d5d9e4;
}

.seller-map-marker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 10px 20px rgba(24, 27, 38, 0.3);
  background: linear-gradient(140deg, rgba(232, 93, 117, 0.2), rgba(22, 163, 148, 0.2));
}

.seller-map-marker__fallback {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1f2b42;
  box-shadow: 0 10px 20px rgba(24, 27, 38, 0.3);
  background: linear-gradient(140deg, rgba(232, 93, 117, 0.24), rgba(22, 163, 148, 0.24));
}

.seller-map-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  filter: drop-shadow(0 8px 10px rgba(24, 27, 38, 0.2));
}

.seller-map-popup-shell .leaflet-popup-content-wrapper {
  border-radius: 1rem;
  padding: 0;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99), rgba(255, 247, 241, 0.95));
  box-shadow: 0 18px 36px rgba(24, 27, 38, 0.24);
}

.seller-map-popup-shell .leaflet-popup-content {
  margin: 0;
}

.seller-map-popup-shell .leaflet-popup-tip {
  background: rgba(255, 249, 245, 0.98);
}

.seller-map-popup {
  width: 262px;
  padding: 0.88rem;
  color: #1f273b;
}

.seller-map-popup__header {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.seller-map-popup__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 10px 18px rgba(24, 27, 38, 0.18);
  flex-shrink: 0;
}

.seller-map-popup__avatar--placeholder,
.seller-map-card__avatar--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(232, 93, 117, 0.2), rgba(22, 163, 148, 0.22));
  color: #1f2b42;
  font-weight: 800;
}

.seller-map-popup__identity {
  min-width: 0;
}

.seller-map-popup__name {
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.35;
}

.seller-map-popup__shop {
  margin-top: 0.2rem;
  color: #5a6277;
  font-size: 0.79rem;
  line-height: 1.45;
}

.seller-map-popup__meta {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.seller-map-popup__latest {
  margin-top: 0.62rem;
}

.seller-map-popup__latest-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  text-align: right;
  border: 1px dashed rgba(29, 35, 51, 0.25);
  border-radius: 0.72rem;
  background: rgba(248, 250, 252, 0.92);
  color: #1f293d;
  padding: 0.44rem 0.56rem;
  font-size: 0.74rem;
  line-height: 1.5;
  cursor: pointer;
}

.seller-map-popup__latest-link:hover {
  background: rgba(241, 245, 249, 0.96);
}

.seller-map-popup__latest-link:focus-visible {
  outline: 2px solid rgba(29, 35, 51, 0.24);
  outline-offset: 2px;
}

.seller-map-popup__latest-head {
  font-weight: 700;
  color: #334155;
}

.seller-map-popup__latest-text {
  color: #1f293d;
}

.seller-map-popup__service,
.seller-map-card__service {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.18rem 0.62rem;
  background: rgba(22, 163, 148, 0.14);
  color: #0f7476;
  font-size: 0.72rem;
  font-weight: 700;
}

.seller-map-popup__action,
.seller-map-card__action {
  margin-top: 0.76rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0.78rem;
  padding: 0.46rem 0.62rem;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #e85d75, #d24482);
  box-shadow: 0 10px 18px rgba(232, 93, 117, 0.28);
}

.seller-map-popup__action:hover,
.seller-map-card__action:hover {
  color: #fff;
  filter: brightness(1.04);
}

.seller-map-price,
.seller-map-distance {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.16rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.seller-map-price {
  background: rgba(232, 93, 117, 0.14);
  color: #a02e57;
}

.seller-map-price--popup {
  font-size: 0.7rem;
}

.seller-map-distance {
  background: rgba(29, 35, 51, 0.1);
  color: #334155;
}

.seller-map-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 999px;
  padding: 0.16rem 0.58rem;
  font-size: 0.73rem;
  font-weight: 700;
  color: #765515;
  background: rgba(212, 169, 79, 0.2);
}

.seller-map-rating--action {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
}

.seller-map-rating--action:hover {
  filter: brightness(0.96);
}

.seller-map-rating--action:focus-visible {
  outline: 2px solid rgba(29, 35, 51, 0.24);
  outline-offset: 2px;
}

.seller-map-rating__star {
  color: #f59e0b;
}

.seller-map-rating small {
  color: #6a7388;
}

.seller-map-rating--empty {
  color: #4f627e;
  background: rgba(29, 35, 51, 0.08);
}

.seller-map-card {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  border-radius: 1rem;
  border: 1px solid rgba(29, 35, 51, 0.1);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 241, 0.92));
  box-shadow: 0 14px 28px rgba(24, 27, 38, 0.12);
  padding: 0.82rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seller-map-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(24, 27, 38, 0.16);
}

.seller-map-card__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.seller-map-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 10px 18px rgba(24, 27, 38, 0.17);
  flex-shrink: 0;
}

.seller-map-card__identity {
  min-width: 0;
}

.seller-map-card__name {
  color: #1f273b;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.seller-map-card__name:hover {
  color: #b73f5c;
}

.seller-map-card__shop {
  margin-top: 0.2rem;
  color: #5b657d;
  font-size: 0.79rem;
}

.seller-map-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.seller-map-empty {
  border-radius: 0.95rem;
  border: 1px dashed rgba(29, 35, 51, 0.22);
  background: rgba(255, 255, 255, 0.74);
  color: #4f5d78;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .customer-map-explore__map {
    min-height: 470px;
  }

  .customer-map-explore__locate-btn {
    inset-block-start: 0.65rem;
    inset-inline-start: 0.65rem;
    padding-inline: 0.58rem;
    font-size: 0.78rem;
  }
}

.navbar-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .navbar-logo {
    height: 38px;
    max-width: 136px;
  }
}

@media (max-width: 991.98px) {
  .site-header .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-inline: 0.6rem;
  }

  .site-header .navbar .navbar-brand {
    position: static;
    transform: none;
    order: 1;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 0.15rem 0 0.35rem;
  }

  .site-header .navbar .navbar-brand .navbar-logo {
    height: 36px;
    max-width: 128px;
  }

  .nav-header-controls {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-inline: 0 !important;
    gap: 0.35rem !important;
    flex-wrap: nowrap;
  }

  .site-header .navbar .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    margin-top: 0.35rem;
  }

  .nav-header-controls .nav-icon-link {
    padding: 0.35rem 0.55rem;
  }



  .nav-header-controls .nav-auth {
    gap: 0.35rem !important;
  }

  .nav-header-controls .nav-notification__toggle {
    min-width: auto;
  }

  .nav-header-controls .navbar-toggler {
    margin: 0;
    padding: 0.35rem 0.5rem;
    line-height: 1;
  }

  .dropdown-menu.dropdown-menu-end.nav-notification__menu.show {
    position: fixed;
    top: 4.2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(94vw, 360px);
    max-height: min(72vh, 440px);
  }
}

.site-footer {
  position: relative;
  margin-top: auto;
  color: #dbe3f0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(42rem 24rem at 12% -8%, rgba(255, 106, 61, 0.25), transparent 62%),
    radial-gradient(36rem 22rem at 88% -2%, rgba(14, 165, 168, 0.24), transparent 64%),
    linear-gradient(138deg, #101829 0%, #17233b 56%, #271b34 100%);
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer__top {
  padding-block: 2.55rem 1.75rem;
}

.site-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.72rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.08rem;
    font-weight: 800;
    background: #faf1e9;
    border-radius: 10px;
    padding: 5px;
}

.site-footer__brand:hover {
  color: #fff;
}

.site-footer__logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.site-footer__desc {
  margin-top: 1rem;
  margin-bottom: 0;
  color: rgba(219, 227, 240, 0.9);
  line-height: 1.9;
  font-size: 0.88rem;
  max-width: 34ch;
}

.site-footer__social {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.46rem;
}

    .site-footer__social a,
    .site-footer__social button {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #f8fafc;
        text-decoration: none;
        background: rgb(250 241 233);
        border: 1px solid rgba(255, 255, 255, 0.14);
        transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
        padding-top: 3px;
    }

.site-footer__social a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.site-footer__social button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.site-footer__title {
  margin-bottom: 0.9rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-footer__links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
}

.site-footer__links a {
  color: rgba(219, 227, 240, 0.92);
  text-decoration: none;
  font-size: 0.86rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
  color: #fff;
  transform: translateX(-3px);
}

.site-footer__contact {
  display: grid;
  gap: 0.56rem;
  margin-bottom: 1rem;
  color: rgba(219, 227, 240, 0.94);
  font-size: 0.86rem;
}

.site-footer__contact i {
  margin-inline-end: 0.4rem;
  color: #f8fafc;
}

.site-footer__cta {
  width: 100%;
  border: 0;
  border-radius: 0.9rem;
  color: #fff;
  font-weight: 700;
  padding: 0.6rem 0.85rem;
  background: linear-gradient(135deg, #ff6a3d, #f59e0b);
  box-shadow: 0 12px 24px rgba(255, 106, 61, 0.28);
}

.site-footer__cta:hover {
  color: #fff;
  filter: brightness(1.05);
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.82rem 0 0.92rem;
  color: rgba(219, 227, 240, 0.84);
  font-size: 0.8rem;
}

.site-footer__bottom-links {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
}

.site-footer__bottom-links a {
  color: rgba(219, 227, 240, 0.9);
  text-decoration: none;
}

.site-footer__bottom-links a:hover {
  color: #fff;
}

.site-footer__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(219, 227, 240, 0.65);
}

@media (max-width: 767.98px) {
  .site-footer__top {
    padding-block: 2.05rem 1.3rem;
  }

  .site-footer__desc {
    max-width: none;
  }

  .site-footer__bottom {
    text-align: center;
  }

  .site-footer__bottom-links {
    justify-content: center;
  }
}

.seller-onboarding-map__shell {
  position: relative;
}

.seller-onboarding-map__locate-btn {
  position: absolute;
  inset-block-start: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 840;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.28);
}

.seller-onboarding-map__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(17, 24, 39, 0.5);
  backdrop-filter: blur(2px);
  z-index: 850;
}

.seller-onboarding-map__loading-content {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
}

.seller-onboarding-map__retry {
  width: min(92%, 360px);
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.92);
  color: #f8fafc;
  text-align: center;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.34);
}

.seller-onboarding-map__retry-title {
  font-size: 0.9rem;
  font-weight: 700;
}

.seller-onboarding-map__retry-actions {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 991.98px) {
  .seller-onboarding-map__locate-btn {
    inset-block-start: 0.6rem;
    inset-inline-start: 0.6rem;
    padding-inline: 0.58rem;
    font-size: 0.78rem;
  }
}

.order-finalize-panel {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #f8fafc;
}

.order-finalize-panel__title {
  line-height: 1.6;
}

.order-finalize-card {
  background: #fff;
  border-width: 1px;
}

.order-finalize-card--success {
  border-color: #bbf7d0 !important;
}

.order-finalize-card--danger {
  border-color: #fecaca !important;
}

@media (max-width: 767.98px) {
  .order-finalize-panel {
    padding: 0.75rem;
  }

  .order-finalize-card {
    padding: 0.85rem !important;
  }
}

.modal.standalone-review-modal {
  z-index: 5000 !important;
}

.modal-backdrop.standalone-review-backdrop {
  z-index: 4990 !important;
}

.review-image-thumb {
  cursor: zoom-in;
}

.page-builder-block {
  border-color: rgba(15, 23, 42, 0.12) !important;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 240, 0.9));
  cursor: grab;
  transition: transform 0.18s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.page-builder-block:hover {
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.page-builder-block.is-dragging {
  opacity: 0.55;
  transform: scale(0.985);
}

.page-builder-block [data-block-number] {
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  color: #0f172a;
  border-radius: 999px;
  background: rgba(14, 165, 168, 0.18);
  padding: 0.08rem 0.45rem;
}

.page-builder-drag-handle {
  cursor: grab;
  border-radius: 999px;
}

.page-builder-layout {
  position: relative;
}

.page-builder-workspace {
  width: 100%;
}

.page-builder-elements-toggle {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.24);
}

.page-builder-elements-panel {
  position: fixed;
  left: 1rem;
  bottom: 4.4rem;
  z-index: 1040;
  width: min(320px, calc(100vw - 2rem));
  max-height: min(70vh, 640px);
  overflow: auto;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
  display: none;
  transform: translateY(1rem);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.page-builder-elements-panel.is-open {
  display: block;
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.page-builder-settings-panel {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1046;
  width: min(440px, 96vw);
  height: 100vh;
  overflow: auto;
  border-radius: 0;
  box-shadow: -18px 0 36px rgba(15, 23, 42, 0.2);
  transform: translateX(100%);
  transition: transform 0.22s ease;
}

.page-builder-settings-panel.is-open {
  transform: translateX(0);
}

.page-builder-settings-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.4);
  z-index: 1045;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.page-builder-settings-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal#pageBuilderPreviewModal {
  z-index: 5000;
}

.modal-backdrop.page-builder-preview-backdrop {
  z-index: 4990;
}

[dir="rtl"] .page-builder-device-group > .btn:first-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .page-builder-device-group > .btn:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-builder-preview-shell {
  position: sticky;
  top: 1rem;
}

.page-builder-preview {
  max-height: 78vh;
  overflow: auto;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #f8fafc, #fff);
  padding: 0.75rem;
}

.page-builder-preview.preview-device-tablet {
  width: min(100%, 820px);
  margin-inline: auto;
}

.page-builder-preview.preview-device-mobile {
  width: min(100%, 430px);
  margin-inline: auto;
}

.page-builder-preview--modal {
  max-height: calc(100vh - 120px);
}

.page-builder-preview-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(15, 23, 42, 0.2);
  border-radius: 0.8rem;
  color: #64748b;
  background: rgba(255, 255, 255, 0.85);
}

.dynamic-page-preview-head {
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.dynamic-page-preview-head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.dynamic-page-preview-head p {
  margin: 0.4rem 0 0;
  color: #64748b;
  font-size: 0.9rem;
}

.dynamic-page {
  display: grid;
  gap: 1rem;
}

.dynamic-page-block {
  --page-accent: #0ea5a8;
}



.dynamic-page-title {
  font-size: clamp(1.7rem, 2.7vw, 2.4rem);
  margin-bottom: 0.75rem;
}

.dynamic-page-subtitle {
  font-size: 1.06rem;
  color: #475569;
  margin-bottom: 1rem;
}

.dynamic-page-body {
  color: #1f2937;
  line-height: 2;
}

.dynamic-page-body p:last-child {
  margin-bottom: 0;
}

.dynamic-page-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
}

.dynamic-page-feature {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-inline-start: 3px solid var(--page-accent);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.7rem 0.8rem;
  color: #1f2937;
}

.dynamic-page-block.layout-center .card {
  text-align: center;
}

.dynamic-page-block.layout-left .card {
  text-align: left;
}

@media (max-width: 768px) {
  .page-builder-preview-shell {
    position: static;
  }

  .page-builder-elements-toggle {
    left: 0.75rem;
    bottom: 0.75rem;
  }

  .page-builder-elements-panel {
    left: 0.75rem;
    bottom: 4rem;
    width: calc(100vw - 1.5rem);
  }

  .page-builder-preview {
    max-height: none;
  }

  .dynamic-page-title {
    font-size: 1.5rem;
  }

  .dynamic-page-subtitle {
    font-size: 0.97rem;
  }
}

.page-builder-sections {
  display: grid;
  gap: 0.9rem;
}

.page-section {
  border: 1px solid rgba(15, 23, 42, 0.13);
  border-radius: 1rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  transition: box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.page-section:hover {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.page-section.is-section-dragging {
  opacity: 0.55;
  transform: scale(0.99);
}

.page-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.page-section__drag-handle {
  cursor: grab;
  border-radius: 999px;
}

.page-section__columns {
  display: grid;
  gap: var(--section-gap, 16px);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page-column {
  border: 1px dashed rgba(15, 23, 42, 0.2);
  border-radius: 0.8rem;
  padding: 0.65rem;
  background: rgba(248, 250, 252, 0.88);
}

.page-column__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.page-column__dropzone {
  min-height: 72px;
  display: grid;
  gap: 0.55rem;
}

.page-column__dropzone.is-drop-target {
  outline: 2px solid rgba(14, 165, 168, 0.6);
  outline-offset: 2px;
  border-radius: 0.6rem;
}

.page-column__empty {
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: 0.6rem;
  padding: 0.55rem;
  color: #64748b;
  font-size: 0.82rem;
}

.page-control-card {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.65rem;
  padding: 0.5rem;
  background: #fff;
}

.page-control-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.page-control-card__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #334155;
}

.page-rich-editor {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 0.7rem;
  background: #fff;
  overflow: hidden;
}

.page-rich-editor__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.45rem;
  background: rgba(248, 250, 252, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.page-rich-editor__toolbar .btn {
  min-width: 2rem;
}

.page-rich-editor__toolbar .btn.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.page-rich-editor__select {
  min-width: 9.75rem;
  flex: 0 0 auto;
}

.page-rich-editor__color {
  width: 2.15rem;
  min-width: 2.15rem;
  padding: 0.1rem;
  border-radius: 0.45rem;
}

.page-rich-editor__color::-webkit-color-swatch-wrapper {
  padding: 0;
}

.page-rich-editor__area {
  min-height: 120px;
  padding: 0.55rem 0.6rem;
  line-height: 1.8;
  outline: none;
}

.page-rich-editor__area:focus {
  box-shadow: inset 0 0 0 2px rgba(232, 93, 117, 0.22);
}

.page-builder-palette [data-palette-item] {
  text-align: left;
  cursor: grab;
}

.page-builder-quick-palette {
  position: sticky;
  top: 0.75rem;
  z-index: 3;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.8rem;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.page-builder-quick-palette__items {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.page-builder-quick-palette__items [data-palette-item] {
  white-space: nowrap;
  cursor: grab;
}

.page-builder-media-list {
  display: grid;
  gap: 0.55rem;
  max-height: 280px;
  overflow: auto;
  padding-inline-end: 0.1rem;
}

.page-builder-media-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.45rem;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.65rem;
  padding: 0.35rem;
  background: #fff;
}

.page-builder-media-item.is-dragging {
  opacity: 0.6;
}

.page-builder-media-item__thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 0.5rem;
  cursor: grab;
  border: 1px solid rgba(15, 23, 42, 0.12);
}

.page-builder-media-item__meta {
  display: grid;
  gap: 0.3rem;
}

[dir="rtl"] .page-builder-elements-panel .input-group > .btn[data-page-media-upload] {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
  border-start-end-radius: var(--bs-border-radius-sm);
  border-end-end-radius: var(--bs-border-radius-sm);
}

.dynamic-page-preview-column {
  display: grid;
  gap: 0.7rem;
}

.dynamic-page-heading {
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}

.dynamic-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.dynamic-icon-list li {
  position: relative;
  padding-inline-start: 1.25rem;
}

.dynamic-icon-list li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  position: absolute;
  inset-inline-start: 0;
  top: 0.08rem;
  color: #0ea5a8;
}

.dynamic-spacer {
  width: 100%;
}

.dynamic-video {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.dynamic-page-gallery {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.dynamic-page-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
}
