@font-face {
  font-display: swap;
  font-family: "JannaLT";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/JannaLT-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "JannaLT";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/JannaLT-Bold.ttf") format("truetype");
}

:root {
  --wb-bg: #f6f8fb;
  --wb-surface: #ffffff;
  --wb-surface-soft: #f8fafc;
  --wb-sidebar: #17212b;
  --wb-sidebar-deep: #101820;
  --wb-sidebar-hover: #223244;
  --wb-border: #dbe3ee;
  --wb-border-strong: #c7d2e2;
  --wb-text: #17212b;
  --wb-muted: #667085;
  --wb-accent: #198754;
  --wb-accent-dark: #146c43;
  --wb-accent-bright: #22c55e;
  --wb-accent-teal: #0f766e;
  --wb-accent-blue: #2563eb;
  --wb-ring: rgba(25, 135, 84, .22);
  --wb-gradient-brand: linear-gradient(135deg, #198754 0%, #0f766e 58%, #155e75 100%);
  --wb-gradient-brand-hover: linear-gradient(135deg, #157347 0%, #0f6b63 58%, #164e63 100%);
  --wb-gradient-brand-soft: linear-gradient(135deg, rgba(25, 135, 84, .14) 0%, rgba(15, 118, 110, .08) 48%, rgba(37, 99, 235, .06) 100%);
  --wb-gradient-surface: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 252, 250, .94) 58%, rgba(238, 248, 242, .72));
  --wb-gradient-panel-header: linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(245, 250, 247, .96) 48%, rgba(232, 245, 238, .9) 100%);
  --wb-gradient-dark: linear-gradient(135deg, #17212b 0%, #111827 54%, #0f3f3a 100%);
  --wb-shadow-sm: 0 1px 2px rgba(15, 23, 42, .06), 0 1px 4px rgba(15, 23, 42, .04);
  --wb-shadow-md: 0 10px 26px rgba(15, 23, 42, .08), 0 2px 8px rgba(15, 23, 42, .05);
  --wb-shadow-lg: 0 24px 60px rgba(15, 23, 42, .16);
  --wb-radius: 10px;
  --wb-radius-sm: 8px;
  --wb-transition: 160ms ease;
  --wb-font-sans: "JannaLT", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% -8%, rgba(34, 197, 94, .16), rgba(34, 197, 94, 0) 30rem),
    radial-gradient(circle at 92% 4%, rgba(37, 99, 235, .09), rgba(37, 99, 235, 0) 28rem),
    linear-gradient(180deg, rgba(25, 135, 84, .075), rgba(246, 248, 251, 0) 300px),
    var(--wb-bg);
  color: var(--wb-text);
  font-family: var(--wb-font-sans);
  font-size: 15px;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(25, 135, 84, .18);
}

.tippy-box[data-theme~='whatsbox'] {
  background: #17212b;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
  color: #fff;
  font-family: var(--wb-font-sans);
  font-size: .78rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.35;
}

.tippy-box[data-theme~='whatsbox'] .tippy-content {
  padding: .38rem .6rem;
}

.tippy-box[data-theme~='whatsbox'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #17212b;
}

.tippy-box[data-theme~='whatsbox'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #17212b;
}

.tippy-box[data-theme~='whatsbox'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #17212b;
}

.tippy-box[data-theme~='whatsbox'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #17212b;
}

.swal2-popup.swal2-toast.wb-toast {
  background: linear-gradient(135deg, #198754 0%, #12a66a 100%) !important;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .22);
  color: #fff !important;
  padding: .85rem 1rem !important;
}

.swal2-popup.swal2-toast.wb-toast .swal2-title {
  color: #fff !important;
  font-weight: 700;
  line-height: 1.45;
}

.swal2-popup.swal2-toast.wb-toast .swal2-timer-progress-bar {
  background: rgba(255, 255, 255, .55);
}

.swal2-popup.swal2-toast.wb-toast .swal2-icon {
  border-color: rgba(255, 255, 255, .78) !important;
  color: #fff !important;
}

.swal2-popup.swal2-toast.wb-toast-error {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
}

.swal2-popup.swal2-toast.wb-toast-warning {
  background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%) !important;
}

.swal2-popup.swal2-toast.wb-toast-clickable {
  cursor: pointer;
}

.swal2-popup.swal2-toast.wb-toast-clickable:hover {
  filter: brightness(1.04);
}

.wb-toast-container {
  display: grid;
  gap: .65rem;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  position: fixed;
  width: min(380px, calc(100vw - 2rem));
  z-index: 2200;
}

.wb-native-toast {
  background: linear-gradient(135deg, #198754 0%, #12a66a 100%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .22);
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.45;
  padding: .85rem 1rem;
  text-align: start;
  transition: opacity 180ms ease, transform 180ms ease;
}

.wb-native-toast.wb-toast-error {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.wb-native-toast.wb-toast-warning {
  background: linear-gradient(135deg, #b45309 0%, #f59e0b 100%);
}

.wb-native-toast.wb-toast-clickable {
  cursor: pointer;
}

.wb-native-toast.wb-toast-clickable:hover {
  filter: brightness(1.04);
}

.wb-native-toast.is-hiding {
  opacity: 0;
  transform: translateY(-6px);
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background-color: #198754;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #198754;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgb(204 229 217);
}

a {
  text-decoration: none;
}

.data-link {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  font-weight: inherit;
  text-decoration: none;
  text-underline-offset: .22em;
}

.data-link::after {
  color: var(--wb-accent);
  content: "\F138";
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: .72em;
  line-height: 1;
  opacity: 0;
  transform: translateX(-2px);
  transition: opacity var(--wb-transition), transform var(--wb-transition);
}

.rtl .data-link::after {
  transform: translateX(2px) scaleX(-1);
}

.data-link:hover,
.data-link:focus {
  color: var(--wb-accent-dark);
  text-decoration: underline;
}

.data-link:hover::after,
.data-link:focus::after {
  opacity: 1;
  transform: translateX(0);
}

.rtl .data-link:hover::after,
.rtl .data-link:focus::after {
  transform: translateX(0) scaleX(-1);
}

.data-link-muted {
  color: var(--wb-muted);
  font-weight: 700;
}

a,
.btn,
.form-control,
.form-select,
.dropdown-item,
.sidebar a,
.panel,
.metric,
.cron-card,
.wizard-nav-item,
.preview-switcher .nav-link,
.modal-content {
  transition:
    background-color var(--wb-transition),
    border-color var(--wb-transition),
    color var(--wb-transition),
    box-shadow var(--wb-transition),
    opacity var(--wb-transition),
    transform var(--wb-transition);
}

:focus-visible {
  outline: 3px solid var(--wb-ring);
  outline-offset: 2px;
}

.app-shell {
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background:
    radial-gradient(circle at 0 0, rgba(34, 197, 94, .16), rgba(34, 197, 94, 0) 14rem),
    radial-gradient(circle at 100% 34%, rgba(37, 99, 235, .09), rgba(37, 99, 235, 0) 16rem),
    linear-gradient(180deg, var(--wb-sidebar) 0%, var(--wb-sidebar-deep) 100%);
  color: #fff;
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 16px 0 42px rgba(15, 23, 42, .14);
  transition: width 220ms ease, box-shadow var(--wb-transition), transform 220ms ease;
}

.sidebar-mobile-backdrop {
  display: none;
}

.sidebar-nav {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .22) transparent;
}

.sidebar-nav::-webkit-scrollbar {
  width: 8px;
}

.sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .18);
  border-radius: 999px;
}

.sidebar .brand {
  height: 64px;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: 0 1.25rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  flex: 0 0 auto;
  overflow: hidden;
  transition: justify-content 220ms ease, padding 220ms ease;
}

.sidebar .brand span,
.sidebar a span,
.sidebar-group-title {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 180ms ease, max-width 220ms ease, transform 220ms ease, padding 220ms ease;
  white-space: nowrap;
}

.sidebar .brand span,
.sidebar a span {
  max-width: 180px;
}

.brand-logo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 16px rgba(134, 239, 172, .18));
}

.sidebar a {
  color: rgba(255, 255, 255, .76);
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: .08rem .65rem;
  padding: .72rem .75rem;
  border-radius: var(--wb-radius-sm);
  overflow: hidden;
  position: relative;
}

.sidebar a::before {
  content: "";
  position: absolute;
  inset-block: .55rem;
  inset-inline-start: 0;
  width: 3px;
  border-radius: 999px;
  background: #22c55e;
  opacity: 0;
  transform: scaleY(.55);
  transition: opacity var(--wb-transition), transform var(--wb-transition);
}

.sidebar a i {
  color: rgba(255, 255, 255, .58);
  font-size: 1rem;
  width: 1.1rem;
  text-align: center;
  transition: color var(--wb-transition), transform var(--wb-transition);
}

.sidebar a:hover,
.sidebar a.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(34, 197, 94, .10));
  color: #fff;
  transform: translateX(2px);
}

.rtl .sidebar a:hover,
.rtl .sidebar a.active {
  transform: translateX(-2px);
}

.sidebar a:hover::before,
.sidebar a.active::before {
  opacity: 1;
  transform: scaleY(1);
}

.sidebar a:hover i,
.sidebar a.active i {
  color: #86efac;
  transform: translateY(-1px);
}

.sidebar-group {
  padding: .35rem 0 .55rem;
}

.sidebar-group + .sidebar-group {
  margin-top: .15rem;
}

.sidebar-group-title {
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
  font-weight: 800;
  max-width: 220px;
  padding: .55rem 1.25rem .3rem;
  text-transform: uppercase;
}

.main {
  margin-inline-start: 260px;
  min-height: 100vh;
  transition: margin-inline-start 220ms ease;
}

.topbar {
  height: 64px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(247, 252, 249, .88) 52%, rgba(238, 248, 242, .82)),
    rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(219, 227, 238, .78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 8px 28px rgba(15, 23, 42, .055);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.topbar-start {
  align-items: center;
  display: flex;
  gap: .75rem;
  min-width: 0;
}

.sidebar-toggle {
  align-items: center;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 12px;
  box-shadow: var(--wb-shadow-sm);
  color: #17212b;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.sidebar-toggle:hover,
.sidebar-toggle:focus {
  background: var(--wb-gradient-brand);
  border-color: transparent;
  box-shadow: var(--wb-shadow-md);
  color: #fff;
}

.sidebar-toggle i {
  font-size: 1.25rem;
}

body.sidebar-collapsed .sidebar {
  width: 76px;
}

body.sidebar-collapsed .main {
  margin-inline-start: 76px;
}

body.sidebar-collapsed .sidebar .brand {
  gap: 0;
  justify-content: center;
  padding-inline: .7rem;
}

body.sidebar-collapsed .sidebar .brand span,
body.sidebar-collapsed .sidebar a span,
body.sidebar-collapsed .sidebar-group-title {
  max-width: 0;
  opacity: 0;
  padding-inline: 0;
  transform: translateX(-4px);
}

.rtl body.sidebar-collapsed .sidebar .brand span,
.rtl body.sidebar-collapsed .sidebar a span,
.rtl body.sidebar-collapsed .sidebar-group-title {
  transform: translateX(4px);
}

body.sidebar-collapsed .sidebar a {
  gap: 0;
  justify-content: center;
  margin-inline: .55rem;
  padding-inline: .6rem;
}

body.sidebar-collapsed .sidebar a i {
  font-size: 1.08rem;
}

body.sidebar-collapsed .sidebar-group {
  padding-block: .24rem;
}

body.sidebar-collapsed .sidebar-toggle {
  background: var(--wb-gradient-brand);
  border-color: transparent;
  color: #fff;
}

.topbar strong {
  display: inline-flex;
  align-items: center;
  color: #101828;
  font-size: 1.02rem;
  min-height: 32px;
}

.tenant-topbar {
  align-items: center;
  display: inline-flex;
  gap: .7rem;
  min-width: 0;
}

.tenant-topbar-icon {
  align-items: center;
  background: linear-gradient(135deg, #eef8f2, #dff7e9);
  border: 1px solid #d6f0df;
  border-radius: 999px;
  color: var(--wb-accent);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.tenant-topbar span:last-child {
  display: grid;
  line-height: 1.1;
  min-width: 0;
}

.tenant-topbar small {
  color: var(--wb-muted);
  font-size: .74rem;
  font-weight: 700;
}

.user-menu-toggle {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 252, 250, .88));
  border: 1px solid var(--wb-border);
  border-radius: 999px;
  display: flex;
  gap: .65rem;
  padding: .35rem .65rem .35rem .4rem;
  box-shadow: var(--wb-shadow-sm);
}

.user-menu-toggle:hover,
.user-menu-toggle:focus {
  background: #fff;
  border-color: var(--wb-border-strong);
  box-shadow: var(--wb-shadow-md);
}

.user-menu {
  position: relative;
}

.user-avatar {
  align-items: center;
  background: var(--wb-gradient-brand);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  width: 36px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .16);
  flex: 0 0 auto;
  overflow: hidden;
}

.user-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.user-avatar-sm {
  font-size: 12px;
  height: 30px;
  width: 30px;
}

.user-avatar-lg {
  font-size: 18px;
  height: 48px;
  width: 48px;
}

.user-avatar-xl {
  font-size: 28px;
  height: 84px;
  width: 84px;
}

.profile-avatar-field {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .07), rgba(37, 99, 235, .05));
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.profile-avatar-field.compact {
  padding: .8rem;
}

.user-table-identity {
  align-items: center;
  display: flex;
  gap: .65rem;
  min-width: 0;
}

.user-menu-text {
  line-height: 1.15;
  text-align: start;
}

.user-menu-name,
.user-menu-email {
  display: block;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-menu-name {
  color: var(--wb-text);
  font-size: .9rem;
  font-weight: 800;
}

.user-menu-email {
  color: var(--wb-muted);
  font-size: .75rem;
}

.dropdown-menu {
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow-lg);
  padding: .55rem;
}

.user-menu .dropdown-menu {
  inset-inline-end: 0;
  inset-inline-start: auto;
  margin-top: .45rem;
  opacity: 0;
  top: 100%;
  transform: translateY(-4px) scale(.985);
  transform-origin: top right;
  transition: opacity 130ms ease, transform 130ms ease;
  will-change: opacity, transform;
}

.user-menu .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.rtl .user-menu .dropdown-menu {
  transform-origin: top left;
}

.dropdown-item {
  border-radius: 7px;
  padding: .55rem .65rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: #f0fdf4;
  color: #166534;
}

.dropdown-header {
  color: var(--wb-muted);
}

.user-dropdown {
  min-width: 260px;
}

.user-dropdown .dropdown-item {
  align-items: center;
  display: flex;
  gap: .55rem;
}

.content {
  padding: 1.25rem;
}

body.page-inbox {
  overflow: hidden;
}

body.page-inbox .app-shell,
body.page-inbox .main {
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

body.page-inbox .main {
  display: flex;
  flex-direction: column;
}

body.page-inbox .topbar {
  flex: 0 0 64px;
  position: static;
}

body.page-inbox .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: calc(100vh - 64px);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

body.page-crm {
  overflow: hidden;
}

body.page-crm .app-shell,
body.page-crm .main {
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

body.page-crm .main {
  display: flex;
  flex-direction: column;
}

body.page-crm .topbar {
  flex: 0 0 64px;
  position: static;
}

body.page-crm .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: calc(100vh - 64px);
  min-height: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.auth-screen {
  background:
    radial-gradient(circle at 18% -10%, rgba(34, 197, 94, .18), rgba(34, 197, 94, 0) 30rem),
    radial-gradient(circle at 88% 8%, rgba(37, 99, 235, .11), rgba(37, 99, 235, 0) 26rem),
    linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(246, 248, 251, 0) 300px),
    var(--wb-bg);
}

.auth-panel {
  box-shadow: var(--wb-shadow-lg);
  overflow: hidden;
}

.auth-panel .panel-header {
  background:
    radial-gradient(circle at 0 0, rgba(34, 197, 94, .16), rgba(34, 197, 94, 0) 14rem),
    radial-gradient(circle at 100% 34%, rgba(37, 99, 235, .09), rgba(37, 99, 235, 0) 16rem),
    linear-gradient(180deg, var(--wb-sidebar) 0%, var(--wb-sidebar-deep) 100%);
  border-bottom: none;
}

.auth-panel .panel-header h1,
.auth-panel .panel-header h2,
.auth-panel .panel-header h3,
.auth-panel .panel-header h4,
.auth-panel .panel-header h5,
.auth-panel .panel-header h6,
.auth-panel .panel-header .help {
  color: #fff;
}

.auth-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.auth-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 20px rgba(25, 135, 84, .2));
}

.metrics-row > [class*="col-"] {
  display: flex;
}

.metrics-row .metric {
  width: 100%;
}

.metric {
  background: var(--wb-gradient-surface);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 112px;
  padding: 1rem;
  min-height: 112px;
  box-shadow: var(--wb-shadow-sm);
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.metric:focus-visible {
  outline: 3px solid var(--wb-ring);
  outline-offset: 3px;
}

.metric::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, 0) 52%);
  pointer-events: none;
}

.metric:hover {
  box-shadow: var(--wb-shadow-md);
  transform: translateY(-2px);
}

.metric i {
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}

.metric .label,
.metric .value,
.metric .metric-meta {
  position: relative;
  z-index: 1;
}

.metric .label {
  color: var(--wb-muted);
  font-size: .85rem;
  font-weight: 600;
}

.metric .value {
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: .35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric .value-text {
  font-size: 1.22rem;
  line-height: 1.25;
  margin-top: .45rem;
}

.metric .metric-meta {
  color: var(--wb-muted);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: .28rem;
  overflow: hidden;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-accounts {
  background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 62%, #e0f2fe 100%);
  border-color: #a7f3d0;
}

.metric-accounts i,
.metric-accounts .value {
  color: #047857;
}

.metric-campaigns {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 62%, #ecfdf5 100%);
  border-color: #bfdbfe;
}

.metric-campaigns i,
.metric-campaigns .value {
  color: #1d4ed8;
}

.metric-sent {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 64%, #dcfce7 100%);
  border-color: #bbf7d0;
}

.metric-sent i,
.metric-sent .value {
  color: #16a34a;
}

.metric-contacts {
  background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 64%, #e0f2fe 100%);
  border-color: #99f6e4;
}

.metric-contacts i,
.metric-contacts .value {
  color: #0f766e;
}

.metric-pending {
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 64%, #f0fdf4 100%);
  border-color: #fde68a;
}

.metric-pending i,
.metric-pending .value {
  color: #b45309;
}

.metric-failed {
  background: linear-gradient(135deg, #fef2f2 0%, #ffffff 64%, #fff7ed 100%);
  border-color: #fecaca;
}

.metric-failed i,
.metric-failed .value {
  color: #dc2626;
}

.metric-suppressed,
.metric-optouts {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 62%, #eef8f2 100%);
  border-color: #cbd5e1;
}

.metric-suppressed i,
.metric-suppressed .value,
.metric-optouts i,
.metric-optouts .value {
  color: #475569;
}

.metric-cron-ok {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 64%, #e0f2fe 100%);
  border-color: #bbf7d0;
}

.metric-cron-ok i,
.metric-cron-ok .value {
  color: #15803d;
}

.metric-cron-warn {
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 64%, #f0fdf4 100%);
  border-color: #fde68a;
}

.metric-cron-warn i,
.metric-cron-warn .value {
  color: #b45309;
}

.cron-card {
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  padding: 1rem;
  min-height: 154px;
  box-shadow: var(--wb-shadow-sm);
}

.cron-card-ok {
  background: linear-gradient(135deg, #f6fef9, #ffffff);
  border-color: #abefc6;
}

.cron-card-warn {
  background: linear-gradient(135deg, #fffbeb, #ffffff);
  border-color: #fedf89;
}

.cron-meta {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cron-meta span {
  color: var(--wb-muted);
  display: block;
  font-size: .78rem;
  font-weight: 600;
}

.dashboard-charts .panel {
  height: 100%;
}

.chart-panel .panel-header {
  min-height: 82px;
}

.chart-panel .panel-body {
  padding: 1rem;
}

.chart-box {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.chart-box-donut {
  height: 300px;
}

.chart-box-wide {
  height: 280px;
}

.chart-box canvas {
  max-height: 100%;
  width: 100% !important;
}

.chart-empty {
  align-items: center;
  background: #f8fafc;
  border: 1px dashed var(--wb-border-strong);
  border-radius: var(--wb-radius);
  color: var(--wb-muted);
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  min-height: 180px;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.contact-source-options {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-source-option {
  align-items: center;
  background: linear-gradient(145deg, #fff, #fbfefd);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  box-shadow: var(--wb-shadow-sm);
  cursor: pointer;
  display: flex;
  gap: .8rem;
  min-height: 64px;
  padding: .85rem 1rem;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition), transform var(--wb-transition), background var(--wb-transition);
}

.contact-source-option:hover {
  border-color: rgba(25, 135, 84, .35);
  box-shadow: var(--wb-shadow-md);
  transform: translateY(-1px);
}

.contact-source-option:has(input:checked) {
  background: var(--wb-gradient-brand-soft);
  border-color: #198754;
  box-shadow: 0 0 0 .18rem rgba(25, 135, 84, .12);
}

.contact-source-option .form-check-input {
  margin: 0;
}

.contact-source-icon {
  align-items: center;
  background: linear-gradient(135deg, #e8f5ee, #dff7e9);
  border-radius: 999px;
  color: #198754;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1.15rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.contact-source-panel-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.contact-source-panel-grid-existing {
  grid-template-columns: minmax(0, 1fr);
}

.contact-source-panel-grid-split {
  grid-template-columns: minmax(0, 1fr);
}

.contact-source-panel-side {
  min-width: 0;
}

.audience-filter-panel {
  background: linear-gradient(145deg, #f8fafc, #f3fbf6);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  padding: 1rem;
}

.audience-filter-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  margin-bottom: .85rem;
}

.audience-filter-rule {
  background: #eef8f2;
  border: 1px solid #d8f0e2;
  border-radius: 999px;
  color: #166534;
  font-size: .82rem;
  font-weight: 800;
  padding: .32rem .65rem;
}

.audience-filter-rows {
  display: grid;
  gap: .7rem;
}

.audience-filter-row {
  align-items: end;
  background: linear-gradient(145deg, #fff, #fbfefd);
  border: 1px solid #e7edf5;
  border-radius: var(--wb-radius-sm);
  display: grid;
  gap: .7rem;
  grid-template-columns: minmax(180px, 1.25fr) minmax(150px, .9fr) minmax(180px, 1.25fr) auto;
  padding: .85rem;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition), transform var(--wb-transition);
}

.audience-filter-row:hover {
  border-color: #d6e1ee;
  box-shadow: var(--wb-shadow-sm);
}

.audience-filter-cell {
  min-width: 0;
}

.audience-filter-cell .form-label {
  font-size: .78rem;
  margin-bottom: .28rem;
}

.audience-filter-cell-action .btn {
  align-items: center;
  aspect-ratio: 1;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.audience-filter-cell .select2-container {
  min-width: 0;
}

.audience-preview-panel td,
.audience-preview-panel th {
  max-width: 220px;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.audience-preview-table-container {
  max-width: 100%;
  overflow-x: auto;
}

.audience-preview-table {
  min-width: 720px;
}

.audience-filter-groups {
  display: grid;
  gap: .9rem;
}

.audience-filter-group {
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: var(--wb-radius-sm);
  padding: .85rem;
}

.audience-filter-title {
  color: #17212b;
  font-size: .86rem;
  font-weight: 800;
  margin-bottom: .55rem;
  overflow-wrap: anywhere;
}

.audience-filter-values {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.audience-filter-chip {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: 999px;
  color: #344054;
  cursor: pointer;
  display: inline-flex;
  gap: .45rem;
  line-height: 1.35;
  max-width: min(100%, 520px);
  padding: .45rem .65rem;
  transition: background-color var(--wb-transition), border-color var(--wb-transition), box-shadow var(--wb-transition), transform var(--wb-transition);
}

.audience-filter-chip:hover {
  border-color: var(--wb-accent);
  box-shadow: var(--wb-shadow-sm);
  transform: translateY(-1px);
}

.audience-filter-chip input {
  flex: 0 0 auto;
  margin-top: .12rem;
}

.audience-filter-chip span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.audience-filter-chip small {
  background: linear-gradient(135deg, #eef8f2, #ddf7e8);
  border-radius: 999px;
  color: #166534;
  flex: 0 0 auto;
  font-weight: 800;
  padding: .05rem .38rem;
}

.resend-option {
  align-items: flex-start;
  background: linear-gradient(145deg, #fff, #fbfefd);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  cursor: pointer;
  display: flex;
  gap: .75rem;
  padding: .85rem;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition), background var(--wb-transition);
}

.resend-option:hover,
.resend-option:has(input:checked) {
  background: var(--wb-gradient-brand-soft);
  border-color: #198754;
  box-shadow: 0 0 0 .16rem rgba(25, 135, 84, .10);
}

.resend-option .form-check-input {
  flex: 0 0 auto;
  margin-top: .18rem;
}

.resend-option span {
  display: grid;
  gap: .2rem;
  min-width: 0;
}

.resend-option small {
  color: var(--wb-muted);
  font-weight: 700;
  line-height: 1.45;
}

.panel {
  background: var(--wb-gradient-surface);
  border: 1px solid rgba(219, 227, 238, .86);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow-sm);
  overflow: hidden;
}

.panel.auth-panel {
  box-shadow: var(--wb-shadow-lg);
}

.panel:has(.table-bulk-toolbar) {
  overflow: visible;
}

.panel:hover {
  box-shadow: var(--wb-shadow-md);
}

.panel-header {
  height: 71px;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--wb-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--wb-gradient-panel-header);
}

.panel-header:has(.table-bulk-toolbar) {
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  background: var(--wb-gradient-panel-header);
  border-top-left-radius: var(--wb-radius);
  border-top-right-radius: var(--wb-radius);
  position: sticky;
  top: 64px;
  z-index: 20;
}

.panel-header h1,
.panel-header h2,
.panel-header h3,
.panel-header h4,
.panel-header h5,
.panel-header h6 {
  color: #101828;
  font-weight: 800;
}

.panel-body {
  padding: 1.1rem;
}

.search-band {
  padding: 1rem 1.1rem;
}

.table {
  --bs-table-bg: transparent;
  margin-bottom: 0;
}

.table > :not(caption) > * > * {
  padding: .78rem .85rem;
  vertical-align: middle;
}

.table-controls {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(248, 252, 250, .92));
  border-top: 1px solid var(--wb-border);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  padding: .85rem 1rem;
}

.table-range {
  color: var(--wb-muted);
  font-size: .88rem;
  font-weight: 700;
}

.table-limit-form {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
}

.table-limit-form .form-select {
  min-height: 34px;
  min-width: 76px;
}

.pagination {
  --bs-pagination-active-bg: #198754;
  --bs-pagination-active-border-color: #198754;
  --bs-pagination-color: #198754;
  --bs-pagination-focus-box-shadow: 0 0 0 .18rem rgba(25, 135, 84, .18);
  --bs-pagination-focus-color: #146c43;
  --bs-pagination-hover-bg: #eef8f2;
  --bs-pagination-hover-border-color: #198754;
  --bs-pagination-hover-color: #146c43;
  --bs-pagination-border-color: #d8e3ee;
  font-weight: 800;
}

.pagination .page-link {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 252, 250, .86));
  transition: background-color var(--wb-transition), border-color var(--wb-transition), color var(--wb-transition), box-shadow var(--wb-transition);
}

.page-link {
  color: #344054;
  font-weight: 400;
}

.pagination .page-item.active .page-link {
  background-image: var(--wb-gradient-brand);
  box-shadow: 0 8px 18px rgba(25, 135, 84, .18);
}

.pagination .page-item.disabled .page-link {
  color: #98a2b3;
}

.table-bulk-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.table-bulk-toolbar [data-bulk-delete-button] {
  align-items: center;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.table-bulk-toolbar [data-bulk-delete-button][hidden] {
  display: none;
}

.bulk-select-cell {
  text-align: center;
  width: 46px;
}

.bulk-delete-form {
  display: none;
}

.table tbody tr {
  transition: background-color var(--wb-transition), box-shadow var(--wb-transition);
}

.table tbody tr:hover {
  background: #f8fafc;
}

th {
  background: var(--wb-gradient-dark) !important;
  color: white !important;
}

.table th {
  border-bottom: 0;
  font-size: .8rem;
  font-weight: 800;
  padding: 12px 13px;
}

.table th.table-sortable {
  cursor: pointer;
  padding-inline-end: 30px;
  position: relative;
  user-select: none;
}

.table th.table-sortable::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, .58);
  content: "";
  inset-inline-end: 12px;
  opacity: .78;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color var(--wb-transition), opacity var(--wb-transition), transform var(--wb-transition);
}

.table th.table-sortable:hover::after,
.table th.table-sortable:focus-visible::after {
  border-top-color: rgba(255, 255, 255, .95);
  opacity: 1;
}

.table th.table-sortable[aria-sort="ascending"]::after {
  border-bottom: 5px solid #fff;
  border-top: 0;
  opacity: 1;
}

.table th.table-sortable[aria-sort="descending"]::after {
  border-top-color: #fff;
  opacity: 1;
}

.floating-table-head {
  background: var(--wb-gradient-dark);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
  overflow: hidden;
  position: fixed;
  z-index: 19;
}

.floating-table-head.d-none {
  display: none;
}

.floating-table-head .table-responsive {
  border-radius: 0;
  overflow: hidden;
}

.floating-table-head .table {
  margin-bottom: 0;
}

.floating-table-head th {
  white-space: nowrap;
}

.table td {
  border-color: #e7edf5;
  font-size: 13px;
  padding: 5px 13px;
}

.table .btn,
.table .dropdown-toggle {
  white-space: nowrap;
}

.table td .btn {
  --bs-btn-padding-y: .16rem;
  --bs-btn-padding-x: .42rem;
  --bs-btn-font-size: .72rem;
  --bs-btn-border-radius: 6px;
  align-items: center;
  display: inline-flex;
  height: 25px;
  justify-content: center;
  line-height: 1.25;
  padding: 0;
  width: 25px;
}

.table td .btn i {
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
}

.table td .action-btn-group {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  vertical-align: middle;
  white-space: nowrap;
}

.table td .action-btn-group > form {
  display: inline-flex;
  margin: 0;
}

.table td .action-btn-group .btn {
  border-radius: 0;
  height: 35px;
  margin-inline-start: -1px;
  width: 35px;
}

.table td .action-btn-group > .btn:first-child,
.table td .action-btn-group > form:first-child .btn {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-inline-start: 0;
}

.table td .action-btn-group > .btn:last-child,
.table td .action-btn-group > form:last-child .btn {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.form-label {
  color: #344054;
  font-weight: 700;
  font-size: .88rem;
  margin-bottom: .35rem;
}

.help {
  color: var(--wb-muted);
  font-size: .82rem;
}

.user-access-check-grid {
  background: #f8fafc;
  border: 1px solid var(--wb-border);
  border-radius: 10px;
  display: grid;
  gap: .45rem;
  max-height: 230px;
  overflow: auto;
  padding: .7rem;
}

.user-access-check-grid .form-check {
  align-items: center;
  display: flex;
  gap: .45rem;
  margin: 0;
  min-height: 24px;
}

.user-access-check-grid .form-check-input {
  flex: 0 0 auto;
  margin: 0;
}

.user-access-check-grid .form-check-label {
  font-size: 13px;
  line-height: 1.25;
}

.crm-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 0;
  min-height: 0;
}

body.page-crm .crm-panel {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

body.page-crm .panel-header {
  position: static;
  top: auto;
  z-index: auto;
}

.crm-panel-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-end;
}

.crm-view-switcher {
  align-items: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--wb-border);
  border-radius: 12px;
  display: inline-flex;
  gap: .25rem;
  padding: .25rem;
}

.crm-view-switcher .btn {
  box-shadow: none;
  min-height: 34px;
  padding: .42rem .68rem;
}

.crm-view-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 1rem;
}

.crm-kanban {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  min-height: 0;
  overflow-x: auto;
  padding: 1rem;
}

body.page-crm .crm-kanban {
  flex: 1 1 auto;
  height: 100%;
}

.crm-kanban-column {
  background: linear-gradient(180deg, #f8fafc, #eef7f2);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  display: flex;
  flex-direction: column;
  min-height: 420px;
  min-width: 0;
  overflow: hidden;
}

body.page-crm .crm-kanban-column {
  min-height: 0;
}

.crm-kanban-column.is-drag-over {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .12);
}

.crm-kanban-header {
  align-items: center;
  background: linear-gradient(135deg, color-mix(in srgb, var(--state-color) 15%, #fff), #fff);
  border-bottom: 1px solid var(--wb-border);
  display: flex;
  justify-content: space-between;
  padding: .85rem 1rem;
}

.crm-kanban-header span {
  color: #101828;
  font-weight: 800;
}

.crm-kanban-header strong {
  background: var(--state-color);
  border-radius: 999px;
  color: #fff;
  min-width: 28px;
  padding: .18rem .55rem;
  text-align: center;
}

.crm-kanban-list {
  display: grid;
  gap: .75rem;
  min-height: 0;
  overflow-y: auto;
  padding: .85rem;
}

body.page-crm .crm-kanban-list {
  align-content: start;
  flex: 1 1 auto;
}

.crm-lead-card {
  background: #fff;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
  cursor: grab;
  padding: .85rem;
  transition: transform var(--wb-transition), box-shadow var(--wb-transition), opacity var(--wb-transition);
}

.crm-lead-card:active {
  cursor: grabbing;
}

.crm-lead-card.is-dragging {
  opacity: .55;
  transform: scale(.98);
}

.crm-lead-card.is-readonly {
  cursor: default;
  opacity: .78;
}

.crm-lead-card-title {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: space-between;
}

.crm-lead-meta {
  color: #667085;
  display: grid;
  font-size: 12px;
  gap: .25rem;
  margin-top: .55rem;
}

.crm-lead-meta span {
  align-items: center;
  display: flex;
  gap: .35rem;
  min-width: 0;
}

.crm-calendar-toolbar {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: center;
  margin-bottom: .85rem;
}

.crm-calendar-toolbar strong {
  color: #17212b;
  font-size: 1.05rem;
  font-weight: 700;
  min-width: 180px;
  text-align: center;
}

.crm-calendar-weekdays,
.crm-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
}

.crm-calendar-weekdays {
  background: #17212b;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}

.crm-calendar-weekdays span {
  padding: .62rem .75rem;
  text-align: center;
}

.crm-calendar-grid {
  background: var(--wb-border);
  border: 1px solid var(--wb-border);
  border-top: 0;
  gap: 1px;
}

.crm-calendar-cell {
  background: linear-gradient(180deg, #fff, #f8fafc);
  min-height: 160px;
  min-width: 0;
  padding: .55rem;
}

.crm-calendar-cell.is-muted {
  background: #f2f5f8;
}

.crm-calendar-day {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: .48rem;
}

.crm-calendar-day strong {
  color: #17212b;
  font-size: .9rem;
  font-weight: 700;
}

.crm-calendar-day span {
  background: #198754;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  min-width: 22px;
  padding: .08rem .4rem;
  text-align: center;
}

.crm-calendar-items,
.crm-agenda-list {
  display: grid;
  gap: .45rem;
}

.crm-schedule-card {
  align-items: start;
  background: #fff;
  border: 1px solid rgba(219, 227, 238, .9);
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
  display: grid;
  gap: .42rem;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: .58rem;
}

.crm-schedule-card.is-readonly {
  opacity: .78;
}

.crm-schedule-card-main {
  align-items: flex-start;
  display: flex;
  gap: .5rem;
  min-width: 0;
}

.crm-schedule-card-main strong,
.crm-schedule-card-main span,
.crm-schedule-card-meta span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crm-schedule-card-main strong {
  color: #17212b;
  font-size: 13px;
  font-weight: 700;
}

.crm-schedule-card-main span {
  color: #667085;
  font-size: 11px;
}

.crm-schedule-card-meta {
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  gap: .25rem .45rem;
  grid-column: 1 / -1;
}

.crm-schedule-card .btn {
  height: 30px;
  padding: 0;
  width: 30px;
}

.crm-agenda {
  display: grid;
  gap: .9rem;
  margin-inline: auto;
  max-width: 1120px;
}

.crm-agenda-day {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--wb-border);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  padding: .85rem;
}

.crm-agenda-day-header {
  align-items: center;
  border-bottom: 1px solid rgba(219, 227, 238, .75);
  display: flex;
  justify-content: space-between;
  margin: -.85rem -.85rem .85rem;
  padding: .78rem .85rem;
}

.crm-agenda-day-header strong {
  color: #17212b;
  font-size: 1rem;
  font-weight: 700;
}

.crm-agenda-day-header span {
  color: #667085;
  font-size: 12px;
}

.crm-color-chip {
  background: var(--chip-color, #198754);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
  display: inline-block;
  height: 14px;
  vertical-align: -2px;
  width: 14px;
}

.crm-priority-chip {
  align-items: center;
  background: color-mix(in srgb, var(--priority-color, #667085) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--priority-color, #667085) 42%, #fff);
  border-radius: 999px;
  color: color-mix(in srgb, var(--priority-color, #667085) 80%, #17212b);
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: .25rem;
  line-height: 1;
  padding: .28rem .5rem;
}

.crm-timeline {
  display: grid;
  gap: .85rem;
  max-height: 420px;
  overflow: auto;
  padding-inline-start: .15rem;
}

.crm-timeline.compact {
  max-height: 250px;
}

.crm-timeline-item {
  display: grid;
  gap: .65rem;
  grid-template-columns: 12px 1fr;
}

.crm-timeline-dot {
  background: #198754;
  border-radius: 999px;
  height: 10px;
  margin-top: .45rem;
  width: 10px;
}

.crm-timeline-item p {
  margin: .2rem 0;
}

.crm-timeline-item small {
  color: #667085;
}

.crm-lead-loading {
  align-items: center;
  color: #667085;
  display: flex;
  gap: .65rem;
  justify-content: center;
  min-height: 220px;
}

.crm-lead-detail {
  display: grid;
  gap: 1rem;
}

.crm-lead-modal .modal-header {
  align-items: center;
  gap: .75rem;
}

.crm-lead-modal-title {
  min-width: 180px;
}

.crm-lead-modal-actions {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.crm-lead-actions {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .08), rgba(14, 116, 144, .08));
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: .65rem;
}

.crm-lead-modal-actions .crm-lead-actions {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  border-radius: 12px;
  justify-content: flex-end;
  padding: .32rem;
}

.crm-lead-modal-actions .btn {
  box-shadow: none;
  min-height: 34px;
  padding: .42rem .62rem;
}

.crm-create-options {
  display: grid;
  gap: .85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-create-option {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .08), rgba(14, 116, 144, .08));
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 16px;
  color: #17212b;
  display: flex;
  gap: .9rem;
  min-height: 118px;
  padding: 1rem;
  text-align: start;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  width: 100%;
}

.crm-create-option:hover,
.crm-create-option:focus {
  border-color: rgba(25, 135, 84, .45);
  box-shadow: 0 14px 28px rgba(16, 24, 40, .08);
  transform: translateY(-1px);
}

.crm-create-option-icon {
  align-items: center;
  background: var(--wb-gradient-brand);
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.crm-create-option strong,
.crm-create-option small {
  display: block;
}

.crm-create-option strong {
  font-size: 1rem;
  font-weight: 600;
}

.crm-create-option small {
  color: #667085;
  font-size: .82rem;
  line-height: 1.45;
  margin-top: .24rem;
}

.crm-lead-detail-grid {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
}

.crm-detail-side {
  display: grid;
  gap: 1rem;
}

.crm-detail-main-stack {
  display: grid;
  gap: 1rem;
}

.crm-detail-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--wb-border);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  min-width: 0;
  padding: 1rem;
}

.crm-detail-main {
  min-height: 100%;
}

.crm-detail-card-header {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(219, 227, 238, .78);
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: .75rem;
  justify-content: space-between;
  margin: -1rem -1rem 0;
  padding: .85rem 1rem;
  text-align: start;
  transition: background .18s ease, border-color .18s ease;
  width: calc(100% + 2rem);
}

.crm-detail-card-header:hover {
  background: rgba(25, 135, 84, .04);
}

.crm-detail-card-header-meta {
  align-items: center;
  display: inline-flex;
  gap: .45rem;
  margin-inline-start: auto;
}

.crm-detail-card-header .bi-chevron-down {
  color: #667085;
  font-size: .9rem;
  transition: transform .18s ease;
}

.crm-detail-card-header.collapsed {
  border-bottom-color: transparent;
}

.crm-detail-card-header.collapsed .bi-chevron-down {
  transform: rotate(-90deg);
}

.rtl .crm-detail-card-header.collapsed .bi-chevron-down {
  transform: rotate(90deg);
}

.crm-detail-card-body {
  padding-top: 1rem;
}

.crm-detail-card-header h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.crm-contact-summary {
  display: grid;
  gap: .42rem;
}

.crm-contact-summary strong {
  color: #17212b;
  font-size: 1.05rem;
  font-weight: 700;
}

.crm-contact-summary span {
  align-items: center;
  color: #667085;
  display: flex;
  font-size: .85rem;
  gap: .42rem;
}

.crm-mini-list {
  border-top: 1px dashed rgba(152, 162, 179, .42);
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: .85rem;
  padding-top: .85rem;
}

.crm-mini-list div {
  background: linear-gradient(135deg, rgba(248, 250, 252, .86), rgba(255, 255, 255, .98));
  border: 1px solid rgba(219, 227, 238, .78);
  border-radius: 10px;
  display: grid;
  gap: .18rem;
  min-width: 0;
  padding: .52rem .62rem;
}

.crm-mini-list span {
  color: #667085;
  font-size: .72rem;
  text-transform: capitalize;
}

.crm-mini-list strong {
  color: #344054;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}

.crm-json-table-wrap {
  border: 1px solid rgba(219, 227, 238, .9);
  border-radius: 8px;
  max-height: 220px;
  overflow: auto;
}

.crm-json-table {
  border-collapse: collapse;
  font-size: 11px;
  min-width: 100%;
}

.crm-json-table th,
.crm-json-table td {
  border-bottom: 1px solid rgba(219, 227, 238, .72);
  padding: .34rem .45rem;
  text-align: start;
  vertical-align: top;
}

.crm-json-table th {
  background: #17212b;
  color: #fff;
  font-weight: 500;
  position: sticky;
  text-transform: capitalize;
  top: 0;
}

.crm-json-table td {
  color: #344054;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.crm-json-list,
.crm-json-dl {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding: 0;
}

.crm-json-list {
  list-style: none;
}

.crm-json-list li,
.crm-json-dl dd {
  color: #344054;
  font-size: .82rem;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.crm-json-dl dt {
  color: #667085;
  font-size: .72rem;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

.crm-lead-insights-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crm-activity-list {
  display: grid;
  gap: .65rem;
  max-height: 360px;
  overflow: auto;
  padding-inline-end: .15rem;
}

.crm-activity-list article {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(248, 250, 252, .86), rgba(255, 255, 255, .98));
  border: 1px solid rgba(219, 227, 238, .82);
  border-radius: 12px;
  display: grid;
  gap: .65rem;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: .65rem;
}

.crm-activity-icon {
  align-items: center;
  background: rgba(25, 135, 84, .1);
  border-radius: 999px;
  color: #198754;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.crm-activity-icon.outbound {
  background: rgba(13, 110, 253, .1);
  color: #0d6efd;
}

.crm-activity-icon.inbound {
  background: rgba(25, 135, 84, .1);
  color: #198754;
}

.crm-activity-list strong {
  color: #17212b;
  display: block;
  font-size: .84rem;
  font-weight: 700;
}

.crm-activity-list p {
  color: #475467;
  font-size: .8rem;
  line-height: 1.45;
  margin: .16rem 0;
}

.crm-activity-list small {
  color: #8f939b;
  font-size: .74rem;
}

.call-history-modal .modal-body {
  background:
    radial-gradient(circle at 10% 0%, rgba(14, 116, 144, .08), transparent 22rem),
    linear-gradient(180deg, #fff, #f8fafc);
}

.call-history-state {
  align-items: center;
  color: #475467;
  display: flex;
  gap: .65rem;
  justify-content: center;
  min-height: 220px;
  text-align: center;
}

.call-history-state.is-empty,
.call-history-state.is-error {
  flex-direction: column;
}

.call-history-state > .bi {
  color: #8f939b;
  font-size: 2rem;
}

.call-history-state.is-error > .bi {
  color: #dc3545;
}

.call-history-list {
  display: grid;
  gap: .75rem;
}

.call-history-item {
  align-items: flex-start;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(219, 227, 238, .92);
  border-radius: 12px;
  display: grid;
  gap: .75rem;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: .8rem;
}

.call-history-icon {
  align-items: center;
  background: rgba(13, 110, 253, .1);
  border-radius: 999px;
  color: #0d6efd;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.call-history-item.inbound .call-history-icon {
  background: rgba(25, 135, 84, .1);
  color: #198754;
}

.call-history-main {
  display: grid;
  gap: .45rem;
  min-width: 0;
}

.call-history-topline,
.call-history-meta,
.call-history-numbers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
}

.call-history-topline strong {
  color: #17212b;
  font-size: .92rem;
}

.call-history-meta,
.call-history-numbers {
  color: #667085;
  font-size: .8rem;
}

.call-history-recording {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.call-history-audio {
  display: block;
  max-width: 100%;
  min-height: 38px;
  width: min(420px, 100%);
}

.call-history-recording-empty {
  justify-self: start;
  white-space: normal;
}

.crm-lead-modal .modal-body {
  background:
    radial-gradient(circle at 10% 0%, rgba(25, 135, 84, .06), transparent 24rem),
    linear-gradient(180deg, #fff, #f8fafc);
}

@media (max-width: 1199.98px) {
  .crm-lead-modal .modal-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .crm-lead-modal-actions {
    flex-basis: 100%;
    justify-content: flex-start;
    order: 3;
  }

  .crm-lead-modal .btn-close {
    margin-inline-start: auto;
  }

  .crm-lead-detail-grid,
  .crm-lead-insights-grid {
    grid-template-columns: 1fr;
  }

  .crm-create-options {
    grid-template-columns: 1fr;
  }
}

.user-log-timeline-wrap {
  background:
    radial-gradient(circle at 12% 0%, rgba(25, 135, 84, .08), transparent 28rem),
    linear-gradient(180deg, rgba(248, 250, 252, .55), rgba(248, 250, 252, 0));
  border-top: 1px solid var(--wb-border);
  padding: 2.2rem 1.25rem;
}

.user-log-timeline {
  display: grid;
  gap: 2.25rem;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
}

.user-log-timeline::before {
  background: linear-gradient(180deg, rgba(203, 213, 225, .2), #cbd5e1 10%, #cbd5e1 90%, rgba(203, 213, 225, .2));
  border-radius: 999px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
}

.user-log-item {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  position: relative;
}

.user-log-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  min-width: 0;
  padding: 1.05rem 1.15rem;
  position: relative;
}

.user-log-card::after {
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  content: "";
  position: absolute;
  top: 28px;
}

.user-log-item-left .user-log-card {
  grid-column: 1;
}

.user-log-item-left .user-log-card::after {
  border-left: 12px solid #fff;
  right: -12px;
}

.user-log-item-right .user-log-card {
  grid-column: 3;
}

.user-log-item-right .user-log-card::after {
  border-right: 12px solid #fff;
  left: -12px;
}

.user-log-date {
  align-items: center;
  align-self: start;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  color: #101828;
  display: grid;
  grid-column: 2;
  justify-items: center;
  line-height: 1;
  min-height: 94px;
  padding: .7rem .55rem;
  position: relative;
  z-index: 1;
}

.user-log-date span,
.user-log-date em {
  color: #667085;
  font-size: .78rem;
  font-style: normal;
  font-weight: 500;
}

.user-log-date strong {
  font-size: 2rem;
  font-weight: 500;
}

.user-log-dot {
  background: #0d6efd;
  border: 4px solid #eaf2ff;
  border-radius: 999px;
  box-shadow: 0 0 0 2px #fff;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 38px;
  transform: translateX(-50%);
  width: 20px;
  z-index: 2;
}

.user-log-card-head {
  align-items: center;
  display: flex;
  gap: .65rem;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.user-log-action {
  background: linear-gradient(135deg, #198754, #0f766e);
  border-radius: 999px;
  color: #fff;
  font-size: .72rem;
  font-weight: 500;
  padding: .26rem .55rem;
}

.user-log-time {
  color: #667085;
  font-size: .78rem;
  font-weight: 400;
}

.user-log-card h3 {
  color: #101828;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 .85rem;
}

.user-log-meta {
  display: grid;
  gap: .45rem;
}

.user-log-meta span {
  align-items: center;
  color: #667085;
  display: flex;
  flex-wrap: wrap;
  font-size: .85rem;
  gap: .35rem;
  min-width: 0;
}

.user-log-meta i {
  color: #198754;
}

.user-log-meta strong {
  color: #344054;
  font-weight: 500;
}

.user-log-meta small {
  color: #8a94a6;
  font-size: .78rem;
}

.energy-points-badge {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .12), rgba(20, 184, 166, .12));
  border: 1px solid rgba(25, 135, 84, .22);
  border-radius: 999px;
  color: #087443;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: .38rem .6rem;
}

.energy-summary-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.energy-summary-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 252, 250, .92));
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow-sm);
  padding: 1rem;
}

.energy-summary-card.primary {
  background: var(--wb-gradient-brand);
  color: #fff;
}

.energy-summary-card span,
.energy-summary-card small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  opacity: .8;
}

.energy-summary-card strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.15;
  margin: .25rem 0;
}

.energy-rank-list,
.energy-recent-card {
  display: grid;
  gap: .75rem;
}

.energy-rank-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow-sm);
  display: grid;
  gap: .8rem;
  grid-template-columns: 42px auto minmax(0, 1fr) auto minmax(130px, auto);
  padding: .85rem;
}

.energy-rank-card.top {
  background:
    radial-gradient(circle at 0 0, rgba(25, 135, 84, .1), transparent 11rem),
    linear-gradient(135deg, #fff, #f8fffb);
  border-color: rgba(25, 135, 84, .22);
}

.energy-rank-number {
  align-items: center;
  background: #f1f5f9;
  border-radius: 999px;
  color: #344054;
  display: inline-flex;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.energy-rank-user strong,
.energy-recent-card strong {
  color: var(--wb-text);
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.energy-rank-user small,
.energy-rank-meta,
.energy-recent-card small,
.energy-recent-card span {
  color: var(--wb-muted);
  font-size: 12px;
}

.energy-rank-score {
  text-align: end;
}

.energy-rank-score strong {
  color: #087443;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.energy-rank-score span {
  color: var(--wb-muted);
  font-size: 11px;
}

.energy-rank-meta {
  text-align: end;
}

.energy-rank-meta span,
.energy-rank-meta small {
  display: block;
}

.energy-recent-card {
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow-sm);
  padding: 1rem;
}

.energy-recent-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 .4rem;
}

.energy-recent-card article {
  align-items: center;
  border-top: 1px solid #eef2f7;
  display: grid;
  gap: .6rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .7rem 0;
}

.energy-recent-card article:first-of-type {
  border-top: 0;
}

.energy-recent-card em {
  color: #087443;
  font-style: normal;
  font-weight: 700;
}

.inbox-crm-filters {
  display: grid;
  gap: .55rem;
  margin-top: .75rem;
}

.inbox-crm-summary {
  align-items: center;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  color: #166534;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .55rem 1rem;
}

.form-control,
.form-select {
  background-image: linear-gradient(180deg, #fff, #fbfdff);
  border-color: var(--wb-border);
  border-radius: var(--wb-radius-sm);
  min-height: 40px;
}

.form-control:hover,
.form-select:hover {
  border-color: var(--wb-border-strong);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--wb-accent);
  box-shadow: 0 0 0 .22rem var(--wb-ring);
}

.form-control::placeholder {
  color: #98a2b3;
}

input[type="file"].form-control {
  padding: .45rem .75rem;
}

input[type="file"]::file-selector-button {
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #eef8f2, #ddf7e8);
  color: #166534;
  font-weight: 700;
  margin-inline-end: .65rem;
  padding: .42rem .7rem;
}

.select2-container--bootstrap-5 .select2-selection {
  background-image: linear-gradient(180deg, #fff, #fbfdff);
  border-color: var(--wb-border);
  border-radius: var(--wb-radius-sm);
  min-height: 40px;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition);
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: var(--wb-accent);
  box-shadow: 0 0 0 .22rem var(--wb-ring);
}

.select2-dropdown {
  border-color: var(--wb-border);
  border-radius: var(--wb-radius-sm);
  box-shadow: var(--wb-shadow-md);
  overflow: hidden;
}

.btn {
  border-radius: var(--wb-radius-sm);
  font-size: 14px;
  font-weight: 300;
}

.btn i {
  margin-right: 3px;
}

.rtl .btn i {
  margin-left: 3px;
  margin-right: 0;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-success {
  background-color: var(--wb-accent);
  background-image: var(--wb-gradient-brand);
  border-color: var(--wb-accent);
  box-shadow: 0 8px 18px rgba(25, 135, 84, .20);
}

.btn-success:hover,
.btn-success:focus {
  background-color: var(--wb-accent-dark);
  background-image: var(--wb-gradient-brand-hover);
  border-color: var(--wb-accent-dark);
}

.btn-primary {
  background-image: linear-gradient(135deg, #2563eb, #1d4ed8 58%, #155e75);
  border-color: #2563eb;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.btn-primary:hover,
.btn-primary:focus {
  background-image: linear-gradient(135deg, #1d4ed8, #1e40af 58%, #164e63);
  border-color: #1d4ed8;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-dark {
  color: #fff;
  box-shadow: var(--wb-shadow-sm);
}

.btn-outline-primary {
  background-color: #2563eb;
  background-image: linear-gradient(135deg, #2563eb, #1d4ed8);
  border-color: #2563eb;
}

.btn-outline-secondary {
  background-color: #64748b;
  background-image: linear-gradient(135deg, #64748b, #475569);
  border-color: #64748b;
}

.btn-outline-success {
  background-color: var(--wb-accent);
  background-image: var(--wb-gradient-brand);
  border-color: var(--wb-accent);
}

.btn-outline-danger {
  background-color: #dc2626;
  background-image: linear-gradient(135deg, #ef4444, #dc2626);
  border-color: #dc2626;
}

.btn-outline-warning {
  background-color: #f59e0b;
  background-image: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-color: #f59e0b;
  color: #111827;
}

.btn-outline-info {
  background-color: #0891b2;
  background-image: linear-gradient(135deg, #06b6d4, #0891b2);
  border-color: #0891b2;
}

.btn-outline-dark {
  background-color: #17212b;
  background-image: var(--wb-gradient-dark);
  border-color: #17212b;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  color: #fff;
  filter: brightness(.94);
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active {
  color: #111827;
  filter: brightness(.96);
}

.btn-outline-primary:disabled,
.btn-outline-secondary:disabled,
.btn-outline-success:disabled,
.btn-outline-danger:disabled,
.btn-outline-warning:disabled,
.btn-outline-info:disabled,
.btn-outline-dark:disabled,
.btn-outline-primary.disabled,
.btn-outline-secondary.disabled,
.btn-outline-success.disabled,
.btn-outline-danger.disabled,
.btn-outline-warning.disabled,
.btn-outline-info.disabled,
.btn-outline-dark.disabled {
  opacity: .62;
}

.badge {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 300;
  padding: .38em .58em;
  text-transform: capitalize;
}

.alert {
  border-radius: var(--wb-radius-sm);
  border-width: 1px;
  box-shadow: var(--wb-shadow-sm);
}

.code-preview {
  background: linear-gradient(135deg, #101828, #17212b 56%, #0f3f3a);
  color: #e7edf8;
  border-radius: var(--wb-radius-sm);
  padding: 1rem;
  max-height: 460px;
  overflow: auto;
  direction: ltr;
  text-align: left;
  font-size: .86rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.code-preview-wrap {
  position: relative;
}

.code-preview-wrap .code-preview,
.code-preview-wrap .json-block {
  padding-inline-end: 3.25rem;
}

.code-preview-copy {
  align-items: center;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  opacity: .86;
  padding: 0;
  position: absolute;
  right: .55rem;
  top: .55rem;
  transition: opacity var(--wb-transition), transform var(--wb-transition);
  width: 34px;
  z-index: 2;
}

.rtl .code-preview-copy {
  left: .55rem;
  right: auto;
}

.code-preview-copy:hover,
.code-preview-copy:focus {
  opacity: 1;
  transform: translateY(-1px);
}

.header-image-thumb {
  display: block;
  max-height: 140px;
  max-width: 100%;
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  object-fit: cover;
  box-shadow: var(--wb-shadow-sm);
}

.header-image-thumb-sm {
  display: block;
  width: 64px;
  height: 42px;
  border: 1px solid var(--wb-border);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: var(--wb-shadow-sm);
}

.modal .code-preview {
  max-height: 320px;
}

.modal-backdrop.show {
  opacity: .34;
}

.modal-dialog {
  max-height: calc(100vh - 3.5rem);
}

.modal-content,
.modal-content > form {
  max-height: calc(100vh - 3.5rem);
  min-height: 0;
}

.modal-content,
.modal-content > form {
  display: flex;
  flex-direction: column;
}

.modal-content {
  border: 0;
  border-radius: 12px;
  box-shadow: var(--wb-shadow-lg);
  overflow: hidden;
  background: var(--wb-gradient-surface);
}

.modal-header,
.modal-footer {
  flex: 0 0 auto;
}

.modal-header {
  background: var(--wb-gradient-brand);
  border-bottom: 0;
  padding-block: .95rem;
}

.modal-header .modal-title {
  color: white;
  font-weight: 800;
}

.modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: .9;
}

.modal-header .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.modal-footer {
  background: linear-gradient(135deg, #f7f7f7, #eef8f2);
  border-top: 1px solid #d1d1d1;
  gap: .5rem;
}

.modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  background: linear-gradient(180deg, #fff, #fbfefd);
}

.log-detail {
  background: linear-gradient(145deg, #fff, #fbfefd);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  padding: .8rem;
  min-height: 78px;
  box-shadow: var(--wb-shadow-sm);
}

.log-detail > span:not(.badge) {
  color: var(--wb-muted);
  display: block;
  font-size: .78rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

.log-detail > .badge {
  display: inline-block;
  width: auto;
}

.log-detail strong {
  overflow-wrap: anywhere;
}

.log-message-id {
  direction: ltr;
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.nested-detail-table {
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  overflow: hidden;
}

.nested-detail-table th {
  font-size: .76rem;
}

.nested-detail-table td {
  background: #fff;
  min-width: 120px;
  white-space: normal;
}

.detail-list {
  display: grid;
  gap: .35rem;
  padding-inline-start: 1.15rem;
}

.detail-dl {
  display: grid;
  gap: .35rem .75rem;
  grid-template-columns: minmax(110px, auto) minmax(0, 1fr);
}

.detail-dl dt {
  color: var(--wb-muted);
  font-weight: 800;
}

.detail-dl dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wizard-step {
  border-bottom: 1px solid var(--wb-border);
  padding: 1rem 0;
}

.wizard-step:last-child {
  border-bottom: 0;
}

.wizard-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .45rem;
}

.wizard-nav-item {
  border: 1px solid var(--wb-border);
  background: linear-gradient(145deg, #fff, #fbfefd);
  color: #344054;
  border-radius: var(--wb-radius-sm);
  padding: .65rem .5rem;
  font-size: .82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 42px;
  box-shadow: var(--wb-shadow-sm);
}

.wizard-nav-item span {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8eef6, #f3f7fb);
  color: #344054;
  font-size: .75rem;
  font-weight: 800;
  transition: background-color var(--wb-transition), color var(--wb-transition), transform var(--wb-transition);
}

.wizard-nav-item:hover {
  border-color: var(--wb-border-strong);
  box-shadow: var(--wb-shadow-md);
  transform: translateY(-1px);
}

.wizard-nav-item.active {
  border-color: #16a34a;
  color: #166534;
  background: var(--wb-gradient-brand-soft);
}

.wizard-nav-item.active span {
  background: var(--wb-gradient-brand);
  color: #fff;
  transform: scale(1.04);
}

.campaign-create-modal .modal-content {
  max-height: calc(100vh - 2rem);
  min-height: min(760px, calc(100vh - 2rem));
}

.campaign-create-modal .modal-body {
  overflow-y: auto;
  padding: 1.35rem;
}

.embedded-page {
  background: transparent;
}

.embedded-content {
  padding: 0;
}

.embedded-page .campaign-create-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.embedded-page .campaign-create-panel .panel-header {
  display: none;
}

.campaign-create-panel .panel-body {
  padding: 1.35rem;
}

.campaign-create-panel .wizard-nav {
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: .75rem;
}

.campaign-create-panel .wizard-nav-item {
  border-radius: 8px;
  font-size: .94rem;
  min-height: 56px;
}

.campaign-create-panel .wizard-nav-item span {
  height: 1.8rem;
  width: 1.8rem;
}

.campaign-create-footer {
  background: linear-gradient(135deg, #f7f7f7, #eef8f2);
  border-top: 1px solid #d1d1d1;
  padding: 1rem 1.35rem;
}

.campaign-basics-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.campaign-grid-span-1 {
  grid-column: span 1;
}

.campaign-grid-span-2 {
  grid-column: span 2;
}

.campaign-grid-span-3 {
  grid-column: span 3;
}

.wizard-pane {
  display: none;
}

.wizard-pane.active {
  display: block;
  animation: wbFadeSlideIn 170ms ease-out;
}

.campaign-preview-tabs {
  max-width: 760px;
}

.preview-switcher {
  gap: .5rem;
}

.preview-switcher .nav-link {
  border: 1px solid var(--wb-border);
  border-radius: 999px;
  color: #344054;
  font-weight: 700;
  background: linear-gradient(135deg, #fff, #fbfefd);
  box-shadow: var(--wb-shadow-sm);
}

.preview-switcher .nav-link:hover {
  border-color: var(--wb-border-strong);
  transform: translateY(-1px);
}

.preview-switcher .nav-link.active {
  background: var(--wb-gradient-brand);
  border-color: #16a34a;
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .16);
}

.whatsapp-preview {
  max-width: 430px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fafc, #eef8f2);
  box-shadow: var(--wb-shadow-md);
}

.whatsapp-preview-header {
  background: linear-gradient(135deg, #075e54, #0f766e 58%, #064e45);
  color: #fff;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem .9rem;
}

.whatsapp-preview-header .small {
  color: rgba(255, 255, 255, .78);
}

.whatsapp-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.whatsapp-chat {
  min-height: 360px;
  padding: 1rem;
  background-color: #efe7dd;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, .16) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, .16) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, .16) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, .16) 75%);
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  background-size: 20px 20px;
}

.whatsapp-bubble {
  position: relative;
  max-width: 92%;
  background: #fff;
  border-radius: 0 10px 10px;
  padding: .58rem .68rem .48rem;
  box-shadow: 0 2px 7px rgba(15, 23, 42, .14);
}

.whatsapp-bubble::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -.55rem;
  border-block-start: .55rem solid #fff;
  border-inline-start: .55rem solid transparent;
}

.whatsapp-preview-img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: .55rem;
  display: block;
}

.whatsapp-message-text {
  color: #111827;
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: anywhere;
}

.whatsapp-message-time {
  color: #667085;
  font-size: .72rem;
  text-align: end;
  margin-top: .25rem;
}

.whatsapp-button {
  border-top: 1px solid #e5e7eb;
  color: #0b84ee;
  font-weight: 700;
  margin: .55rem -.68rem -.48rem;
  padding: .55rem .68rem;
  text-align: center;
  transition: background-color var(--wb-transition), color var(--wb-transition);
}

.whatsapp-button:hover {
  background: #f8fafc;
}

.whatsapp-button + .whatsapp-button {
  margin-top: .45rem;
}

.avatar-dot {
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .72);
}

.rtl .select2-container {
  direction: rtl;
}

.inbox-panel {
  border-radius: 14px;
  min-height: calc(100vh - 150px);
  overflow: hidden;
}

body.page-inbox .inbox-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.inbox-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 250, 247, .94)),
    var(--wb-surface);
  display: grid;
  grid-template-columns: minmax(320px, 395px) minmax(0, 1fr);
  min-height: calc(100vh - 236px);
}

body.page-inbox .inbox-shell {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  width: 100%;
}

.inbox-sidebar {
  border-inline-end: 1px solid var(--wb-border);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

body.page-inbox .inbox-sidebar,
body.page-inbox .inbox-chat {
  height: 100%;
  min-height: 0;
}

.inbox-filters {
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid var(--wb-border);
  padding: 1rem;
}

.inbox-search-row {
  align-items: center;
  display: grid;
  gap: .5rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.inbox-search-row .input-group {
  min-width: 0;
}

.inbox-search-row .form-control {
  min-height: 42px;
}

.inbox-icon-action,
.inbox-start-button {
  align-items: center;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.inbox-filter-collapse {
  padding-top: .75rem;
}

.inbox-crm-filters {
  display: grid;
  gap: .55rem;
}

.inbox-crm-filters .select2-container {
  width: 100% !important;
}

.inbox-list {
  display: flex;
  flex-direction: column;
  gap: .16rem;
  max-height: calc(100vh - 395px);
  overflow: auto;
  padding: .45rem;
}

body.page-inbox .inbox-list {
  flex: 1 1 auto;
  max-height: none;
  min-height: 0;
}

.inbox-conversation {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #111b21;
  display: flex;
  gap: .65rem;
  min-height: 64px;
  padding: .45rem .55rem;
  text-decoration: none;
  transition: background var(--wb-transition), border-color var(--wb-transition), box-shadow var(--wb-transition), transform var(--wb-transition);
}

.inbox-conversation:hover,
.inbox-conversation.active {
  background: #f3f3f3;
  border-color: transparent;
  box-shadow: none;
  color: #111b21;
}

.inbox-conversation.context-menu-open {
  background: rgba(25, 135, 84, .1);
  border-color: rgba(25, 135, 84, .22);
}

.inbox-conversation.context-action-busy {
  opacity: .68;
  pointer-events: none;
}

.inbox-conversation:hover {
  transform: translateY(-1px);
}

.inbox-avatar {
  align-items: center;
  background: linear-gradient(135deg, #198754, #12b76a);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 46px;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.inbox-avatar img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inbox-avatar.large {
  flex-basis: 40px;
  height: 40px;
  width: 40px;
}

.inbox-conversation-body {
  display: grid;
  gap: .08rem;
  min-width: 0;
  width: 100%;
}

.inbox-conversation-title {
  align-items: center;
  display: flex;
  gap: .45rem;
  justify-content: space-between;
  min-width: 0;
}

.inbox-conversation-name-wrap {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.inbox-conversation-title strong,
.inbox-conversation-name-wrap small,
.inbox-conversation-date,
.inbox-conversation-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-conversation-title strong {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}

.inbox-conversation-name-wrap small {
  color: #667085;
  font-size: .74rem;
  font-weight: 600;
  line-height: 1.05;
}

.inbox-lead-tag {
  align-items: center;
  background: color-mix(in srgb, var(--lead-tag-color, #198754) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--lead-tag-color, #198754) 34%, #fff);
  border-radius: 999px;
  color: color-mix(in srgb, var(--lead-tag-color, #198754) 78%, #17212b);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding: .22rem .42rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
}

.inbox-lead-tag.non-lead {
  background: #f2f4f7;
  border-color: #d0d5dd;
  color: #667085;
}

.inbox-profile-subname {
  color: #667085;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.2;
}

.inbox-conversation-date {
  color: #667085;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.2;
}

.inbox-conversation-preview {
  align-items: center;
  color: #8f939b;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: .24rem;
  line-height: 1.12;
  margin-top: 5px;
  min-width: 0;
}

.inbox-conversation-preview-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-conversation-responder {
  align-items: center;
  color: #667085;
  display: inline-flex;
  font-size: 11px;
  font-weight: 600;
  gap: .32rem;
  line-height: 1.1;
  margin-top: 2px;
  min-width: 0;
}

.inbox-conversation-responder[hidden] {
  display: none !important;
}

.inbox-conversation-responder > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-responder-avatar {
  align-items: center;
  background: linear-gradient(135deg, #eef8f2, #d7f7e5);
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 18px;
  height: 18px;
  justify-content: center;
  overflow: hidden;
  width: 18px;
}

.inbox-responder-avatar img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.inbox-chat {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.inbox-chat-header {
  align-items: center;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--wb-border);
  display: flex;
  gap: .72rem;
  justify-content: space-between;
  min-height: 58px;
  padding: .45rem .85rem;
}

.inbox-chat-header .gap-3 {
  gap: .65rem !important;
}

.inbox-chat-header h3 {
  font-size: 1rem;
  line-height: 1.15;
  margin-bottom: .12rem !important;
}

.inbox-chat-header .help {
  font-size: .76rem;
  line-height: 1.25;
}

.inbox-chat-header .help .inbox-profile-subname {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.inbox-chat-actions {
  align-items: center;
  display: flex;
  gap: .38rem;
}

.inbox-chat-actions .btn-sm {
  --bs-btn-padding-y: .28rem;
  --bs-btn-padding-x: .45rem;
  --bs-btn-font-size: .78rem;
}

.inbox-chat-actions .btn i {
  margin-right: 0;
}

.inbox-media-modal .modal-body {
  background:
    radial-gradient(circle at 1px 1px, rgba(25, 135, 84, .04) 1px, transparent 1.7px),
    linear-gradient(135deg, #ffffff, #f7fbf9);
  background-size: 28px 28px, auto;
}

.inbox-media-tabs {
  gap: .45rem;
}

.inbox-media-tabs .nav-link {
  align-items: center;
  border: 1px solid rgba(216, 226, 221, .95);
  border-radius: 999px;
  color: #344054;
  display: inline-flex;
  font-weight: 700;
  gap: .4rem;
}

.inbox-media-tabs .nav-link span {
  align-items: center;
  background: rgba(102, 112, 133, .12);
  border-radius: 999px;
  display: inline-flex;
  font-size: .76rem;
  height: 1.35rem;
  justify-content: center;
  min-width: 1.35rem;
  padding: 0 .38rem;
}

.inbox-media-tabs .nav-link.active {
  background: #198754;
  border-color: #198754;
  color: #fff;
}

.inbox-media-tabs .nav-link.active span {
  background: rgba(255, 255, 255, .2);
}

.inbox-media-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.inbox-media-item {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(216, 226, 221, .95);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  display: grid;
  gap: .65rem;
  overflow: hidden;
  padding: .7rem;
}

.inbox-media-thumb {
  align-items: center;
  background: #111827;
  border: 0;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  min-height: 150px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.inbox-media-thumb.image {
  cursor: zoom-in;
}

.inbox-media-thumb img,
.inbox-media-thumb video {
  display: block;
  height: 170px;
  object-fit: cover;
  width: 100%;
}

.inbox-media-document-card,
.inbox-media-audio-card {
  min-width: 0;
  width: 100%;
}

.inbox-media-caption {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.inbox-media-caption strong,
.inbox-media-caption span,
.inbox-media-caption small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inbox-media-caption strong {
  color: #111827;
  font-size: .9rem;
  font-weight: 800;
}

.inbox-media-caption span {
  color: #475467;
  font-size: .82rem;
  font-weight: 600;
}

.inbox-media-caption small {
  color: #98a2b3;
  font-size: .76rem;
  font-weight: 600;
}

.settings-panel .panel-body {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 252, 249, .92)),
    var(--wb-surface);
}

.settings-groups {
  display: grid;
  gap: .95rem;
}

.settings-group {
  display: grid;
  gap: .45rem;
}

.settings-group-heading {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.settings-group-heading h3 {
  color: #17212b;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.settings-category-grid {
  display: grid;
  gap: .55rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.settings-category-card {
  align-items: center;
  background: linear-gradient(135deg, #fff, #f6fbf8);
  border: 1px solid rgba(216, 226, 221, .95);
  border-radius: 12px;
  color: #111827;
  display: grid;
  gap: .58rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 76px;
  padding: .68rem .75rem;
  text-decoration: none;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition), transform var(--wb-transition);
}

.settings-category-card:hover,
.settings-category-card:focus {
  border-color: rgba(25, 135, 84, .35);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .1);
  color: #111827;
  outline: 0;
  transform: translateY(-2px);
}

.settings-category-icon,
.settings-section-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .13), rgba(18, 183, 106, .18));
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 10px;
  color: #198754;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.settings-category-icon i,
.settings-section-icon i {
  font-size: 1rem;
}

.settings-category-card strong {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.15;
}

.settings-category-card small {
  color: #667085;
  display: -webkit-box;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.22;
  margin-top: 3px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.settings-category-arrow {
  color: #98a2b3;
  font-size: .85rem;
}

.settings-section {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(216, 226, 221, .95);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  overflow: hidden;
  padding: 0;
  scroll-margin-top: 94px;
}

.panel-footer {
  background: #efefef;
  border-top: 1px solid #d1d1d1;
}

.settings-section-heading {
  align-items: center;
  display: flex;
  gap: .85rem;
  margin: 0;
}

.settings-section-heading h3 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.settings-section-heading p {
  color: #667085;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.35;
  margin: .12rem 0 0;
}

.settings-fields-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.15rem;
}

.settings-field-full {
  grid-column: 1 / -1;
}

.settings-savebar {
  align-items: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: .95rem 1.15rem;
}

.settings-savebar .btn {
  min-height: 48px;
  min-width: 132px;
  padding: .72rem 1.35rem;
}

.inbox-alert {
  align-items: center;
  border-radius: 0;
  display: flex;
  gap: .5rem;
  margin: 0;
}

.inbox-thread {
  background:
    radial-gradient(circle at 1px 1px, rgba(25, 135, 84, .055) 1px, transparent 1.8px),
    radial-gradient(circle at 18px 20px, rgba(37, 99, 235, .045) 1px, transparent 1.8px),
    linear-gradient(135deg, #fbf5eb 0%, #fffaf1 52%, #f8fbf8 100%);
  background-size: 32px 32px, 38px 38px, auto;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: .4rem;
  max-height: calc(100vh - 374px);
  min-height: 500px;
  overflow: auto;
  padding: 1.25rem;
}

body.page-inbox .inbox-thread {
  max-height: none;
  min-height: 0;
}

.chat-row {
  align-items: flex-end;
  display: flex;
  gap: .45rem;
  width: 100%;
}

.chat-row.outbound {
  justify-content: flex-end;
}

.chat-sender-badge {
  align-items: center;
  color: #667085;
  display: inline-flex;
  flex: 0 1 auto;
  gap: .3rem;
  margin-bottom: .22rem;
  max-width: 150px;
  min-width: 0;
  order: 2;
}

.chat-sender-badge small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-sender-avatar {
  align-items: center;
  background: linear-gradient(135deg, #eef8f2, #d7f7e5);
  border: 1px solid rgba(25, 135, 84, .2);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  overflow: hidden;
  width: 24px;
}

.chat-sender-avatar img {
  border-radius: inherit;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.chat-bubble {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, .7);
  border-radius: 7px 7px 7px 0;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .08);
  max-width: min(360px, 72%);
  padding: .52rem .62rem .38rem;
  position: relative;
}

.chat-message-actions {
  align-items: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(219, 227, 238, .85);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
  display: flex;
  gap: .15rem;
  inset-block-start: 50%;
  inset-inline-start: calc(100% + -10px);
  opacity: 0;
  padding: .12rem;
  pointer-events: none;
  position: absolute;
  transform: translate(-4px, -50%);
  transition: opacity var(--wb-transition), transform var(--wb-transition);
  z-index: 2;
}

.chat-row.outbound .chat-message-actions {
  inset-inline-end: calc(100% + -10px);
  inset-inline-start: auto;
  transform: translate(4px, -50%);
}

.chat-bubble:hover .chat-message-actions,
.chat-bubble:focus-within .chat-message-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.inbox-thread.reply-window-locked .chat-message-actions {
  display: none;
}

.chat-action-btn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #54656f;
  display: inline-flex;
  font-size: .9rem;
  height: 26px;
  justify-content: center;
  padding: 0;
  width: 26px;
}

.chat-action-btn:hover,
.chat-action-btn:focus {
  background: rgba(25, 135, 84, .11);
  color: #198754;
  outline: 0;
}

.chat-action-btn.danger:hover,
.chat-action-btn.danger:focus {
  background: rgba(220, 38, 38, .12);
  color: #dc2626;
}

.chat-context-menu {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
  display: grid;
  gap: .12rem;
  min-width: 164px;
  padding: .28rem;
  position: fixed;
  z-index: 1095;
}

.chat-context-menu[hidden] {
  display: none;
}

.chat-context-menu button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9px;
  color: #344054;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: .48rem;
  justify-content: flex-start;
  min-height: 34px;
  padding: .42rem .55rem;
  text-align: start;
  transition: background var(--wb-transition), color var(--wb-transition);
  width: 100%;
}

.chat-context-menu button:hover,
.chat-context-menu button:focus {
  background: rgba(25, 135, 84, .1);
  color: #198754;
  outline: 0;
}

.chat-context-menu button.danger {
  color: #dc2626;
}

.chat-context-menu button.danger:hover,
.chat-context-menu button.danger:focus {
  background: rgba(220, 38, 38, .12);
  color: #b91c1c;
}

.chat-context-menu i {
  font-size: 14px;
  width: 16px;
}

.chat-row-removing {
  opacity: 0;
  transform: translateY(6px) scale(.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.chat-reaction-palette {
  align-items: center;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .18);
  display: flex;
  gap: .12rem;
  padding: .28rem;
  position: absolute;
  z-index: 1080;
}

.chat-reaction-palette button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  height: 34px;
  line-height: 1;
  padding: 0;
  transition: background var(--wb-transition), transform var(--wb-transition);
  width: 34px;
}

.chat-reaction-palette button:hover,
.chat-reaction-palette button:focus {
  background: rgba(25, 135, 84, .1);
  outline: 0;
  transform: translateY(-2px);
}

.composer-emoji-palette {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
  display: grid;
  gap: .18rem;
  grid-template-columns: repeat(5, 34px);
  padding: .42rem;
  position: absolute;
  z-index: 1080;
}

.composer-emoji-palette button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 9px;
  display: inline-flex;
  font-size: 1.2rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background var(--wb-transition), transform var(--wb-transition);
  width: 34px;
}

.composer-emoji-palette button:hover,
.composer-emoji-palette button:focus {
  background: rgba(25, 135, 84, .1);
  outline: 0;
  transform: translateY(-1px);
}

.chat-row.outbound .chat-bubble {
  background: #d9fdd3;
  border-color: rgba(25, 135, 84, .16);
  border-radius: 7px 7px 0 7px;
}

.chat-row .chat-template-bubble,
.chat-row.outbound .chat-template-bubble {
  background: #fff;
  border-color: rgba(17, 27, 33, .1);
  border-radius: 12px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .08);
  color: #111b21;
  max-width: min(360px, 82%);
  padding: .38rem;
}

.chat-template-card {
  display: grid;
  gap: .35rem;
}

.chat-template-image {
  background: #e9edef;
  border: 0;
  border-radius: 9px;
  cursor: zoom-in;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.chat-template-image img {
  aspect-ratio: 1.91 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.chat-template-body.chat-text {
  color: #111b21;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  padding: .35rem .48rem .15rem;
}

.chat-template-body.chat-text.chat-text-rtl,
.chat-template-body.chat-text[dir="rtl"] {
  text-align: right;
}

.chat-template-bubble .chat-meta {
  color: #667781;
  margin: .16rem .42rem .3rem;
}

.chat-template-bubble .chat-status {
  color: #8696a0;
}

.chat-template-bubble .chat-status-read {
  color: #34b7f1;
}

.chat-template-buttons {
  border-top: 1px solid rgba(17, 27, 33, .1);
  display: grid;
  gap: .34rem;
  margin: .15rem -.08rem -.08rem;
  padding-top: .34rem;
}

.chat-template-button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(17, 27, 33, .12);
  border-radius: 8px;
  color: #3b4a54;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: .42rem;
  justify-content: center;
  min-height: 34px;
  padding: .42rem .75rem;
  text-decoration: none;
  transition: background var(--wb-transition), transform var(--wb-transition);
}

.chat-template-button:hover,
.chat-template-button:focus {
  background: #f7f8f8;
  color: #111b21;
  outline: 0;
  transform: translateY(-1px);
}

.chat-template-button.disabled {
  opacity: .72;
  pointer-events: none;
}

.chat-row-emoji-only .chat-bubble,
.chat-row-emoji-only.outbound .chat-bubble {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  flex-direction: column;
  max-width: 180px;
  padding: 0;
}

.chat-row-emoji-only.outbound .chat-bubble {
  align-items: flex-end;
}

.chat-row-highlight .chat-bubble {
  animation: chat-row-pulse 1.35s ease;
}

@keyframes chat-row-pulse {
  0%, 100% {
    box-shadow: 0 1px 2px rgba(15, 23, 42, .12);
  }
  24%, 72% {
    box-shadow: 0 0 0 3px rgba(25, 135, 84, .24), 0 14px 28px rgba(15, 23, 42, .16);
  }
}

.chat-quote,
.reply-preview {
  background: rgba(17, 27, 33, .055);
  border-inline-start: 3px solid #198754;
  border-radius: 8px;
  color: #344054;
  display: grid;
  gap: .08rem;
  margin-bottom: .42rem;
  max-width: 100%;
  padding: .38rem .55rem;
}

.chat-quote {
  border-block: 0;
  border-inline-end: 0;
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr);
  text-align: start;
  width: 100%;
}

.chat-quote:has(.chat-quote-thumb) {
  grid-template-columns: 42px minmax(0, 1fr);
}

.chat-quote:hover,
.chat-quote:focus {
  background: rgba(25, 135, 84, .1);
  outline: 0;
}

.chat-quote-body {
  display: grid;
  gap: .08rem;
  min-width: 0;
}

.reply-preview-body {
  align-items: center;
  display: grid;
  gap: .12rem .45rem;
  grid-template-columns: minmax(0, 1fr);
}

.reply-preview-body:has(.reply-preview-thumb) {
  grid-template-columns: 42px minmax(0, 1fr);
}

.reply-preview-thumb {
  grid-row: span 2;
}

.chat-quote-thumb,
.reply-preview-thumb {
  align-items: center;
  background: rgba(25, 135, 84, .12);
  border-radius: 7px;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  width: 42px;
}

.chat-quote-thumb img,
.reply-preview-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.chat-quote-thumb.icon,
.reply-preview-thumb i {
  color: #198754;
  font-size: 1.1rem;
}

.chat-quote small,
.reply-preview small {
  color: #198754;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.2;
}

.chat-quote strong,
.reply-preview strong {
  color: #111b21;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-reactions {
  align-items: center;
  display: flex;
  gap: .16rem;
  justify-content: flex-start;
  margin-top: .18rem;
  min-height: 20px;
}

.chat-row.outbound .chat-reactions {
  justify-content: flex-end;
}

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

.chat-reaction {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(219, 227, 238, .9);
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .12);
  display: inline-flex;
  font-size: 1.12rem;
  line-height: 1;
  padding: .12rem .26rem;
}

.chat-text {
  color: #111b21;
  direction: ltr;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  padding-inline-end: 3rem;
  text-align: left;
  unicode-bidi: plaintext;
  white-space: normal;
}

.chat-text strong {
  font-weight: 700;
}

.chat-text em {
  font-style: italic;
}

.chat-text del {
  color: #667085;
}

.chat-mono,
.chat-text code {
  background: rgba(17, 27, 33, .08);
  border-radius: 5px;
  color: #111b21;
  direction: ltr;
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .92em;
  line-height: 1.55;
  padding: .02rem .28rem;
  unicode-bidi: plaintext;
}

.chat-text-list {
  margin: .15rem 0 .15rem 1.15rem;
  padding: 0;
}

.chat-text-list li + li {
  margin-top: .12rem;
}

.chat-text[dir="rtl"] .chat-text-list,
.chat-text.chat-text-rtl .chat-text-list {
  margin-left: 0;
  margin-right: 1.15rem;
}

.chat-text.chat-text-rtl,
.chat-text[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.chat-inline-emoji {
  display: inline-block;
  font-size: 1.22em;
  line-height: 1;
  vertical-align: -.08em;
}

.chat-row-emoji-only .chat-text {
  font-size: clamp(3.1rem, 8vw, 4.6rem);
  line-height: 1;
  margin: 20px 0 0;
  overflow-wrap: normal;
  padding-inline-end: 0;
  text-align: center;
  text-shadow: 0 6px 12px rgba(15, 23, 42, .12);
  white-space: nowrap;
}

.chat-media-summary {
  align-items: center;
  background: rgba(25, 135, 84, .08);
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 9px;
  display: flex;
  gap: .65rem;
  margin-bottom: .42rem;
  min-width: 220px;
  padding: .62rem;
}

.chat-media-summary i {
  color: #198754;
  font-size: 1.35rem;
}

.chat-media-summary span {
  display: grid;
  min-width: 0;
}

.chat-media-summary small {
  color: var(--wb-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-image-link {
  display: block;
  margin: -.18rem -.18rem .35rem;
}

.chat-image-button {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  padding: 0;
  text-align: inherit;
}

.chat-image-preview,
.chat-video-preview {
  background: #111827;
  border-radius: 7px;
  display: block;
  max-height: 380px;
  max-width: 100%;
  object-fit: cover;
}

.chat-video-preview {
  width: min(440px, 70vw);
}

.chat-document-card,
.chat-audio-card {
  align-items: center;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 9px;
  color: #111b21;
  display: flex;
  gap: .72rem;
  min-width: min(330px, 68vw);
  padding: .68rem;
  text-decoration: none;
}

.chat-document-card:hover {
  background: rgba(255, 255, 255, .82);
  color: #111b21;
}

.chat-document-card > i:first-child {
  color: #198754;
  font-size: 1.45rem;
}

.chat-document-card span {
  display: grid;
  min-width: 0;
}

.chat-document-card strong,
.chat-audio-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-document-card small {
  color: #667085;
}

.chat-audio-card {
  background: rgba(255, 255, 255, .72);
}

.chat-audio-play {
  align-items: center;
  background: #198754;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  transition: background var(--wb-transition), transform var(--wb-transition);
  width: 34px;
}

.chat-audio-play:hover {
  background: #146c43;
  transform: scale(1.04);
}

.chat-audio-play:disabled {
  background: #98a2b3;
  cursor: not-allowed;
}

.chat-audio-wave {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 2px;
  height: 28px;
  min-width: 92px;
}

.chat-audio-wave span {
  background: #98a2b3;
  border-radius: 999px;
  display: block;
  height: 8px;
  width: 3px;
}

.chat-audio-wave span:nth-child(2n) {
  height: 18px;
}

.chat-audio-wave span:nth-child(3n) {
  height: 24px;
}

.chat-audio-name {
  color: #667085;
  font-size: .78rem;
  max-width: 108px;
}

.chat-meta {
  align-items: center;
  color: #667781;
  display: flex;
  flex-wrap: wrap;
  font-size: .68rem;
  font-weight: 600;
  gap: .28rem;
  justify-content: flex-end;
  margin-top: .2rem;
  min-height: 1rem;
}

.chat-row-emoji-only .chat-meta {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, .08);
  color: #667781;
  margin-top: .18rem;
  padding: .22rem .44rem;
}

.chat-row-emoji-only.outbound .chat-meta {
  background: #d9fdd3;
}

.chat-status {
  align-items: center;
  color: #8696a0;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
}

.chat-meta i {
  display: none;
}

.chat-status i {
  display: inline-flex;
}

.chat-status-read {
  color: #34b7f1;
}

.chat-status-failed {
  color: #dc3545;
}

.inbox-composer {
  background: #f0f2f5;
  border-top: 1px solid var(--wb-border);
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: .72rem 1rem;
}

.inbox-composer.reply-window-closed {
  background: linear-gradient(135deg, #f8fafc, #fff7ed);
}

.inbox-compose-locked {
  align-items: center;
  background: #fff7ed;
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: 12px;
  color: #92400e;
  display: flex;
  gap: .55rem;
  font-size: .88rem;
  font-weight: 700;
  padding: .58rem .75rem;
}

.inbox-compose-locked i {
  color: #d97706;
}

.inbox-compose-locked span {
  display: grid;
}

.inbox-compose-locked small {
  color: #a16207;
  font-size: .76rem;
  font-weight: 600;
}

.inbox-compose-locked .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.inbox-compose-locked .btn i {
  color: white;
}

.composer-row {
  align-items: flex-end;
  display: flex;
  gap: .55rem;
  width: 100%;
}

.composer-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: #54656f;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 1.32rem;
  height: 42px;
  justify-content: center;
  transition: background var(--wb-transition), color var(--wb-transition), transform var(--wb-transition);
  width: 42px;
}

.composer-icon:hover,
.composer-icon:focus {
  background: rgba(17, 27, 33, .08);
  color: #111b21;
  outline: 0;
}

.composer-icon:disabled,
.whatsapp-message-input:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.composer-icon.send {
  background: #198754;
  box-shadow: 0 6px 16px rgba(25, 135, 84, .22);
  color: #fff;
}

.composer-icon.send:hover,
.composer-icon.send:focus {
  background: #146c43;
  color: #fff;
  transform: translateY(-1px);
}

.composer-icon.ai {
  background: linear-gradient(135deg, rgba(25, 135, 84, .12), rgba(37, 99, 235, .12));
  color: #198754;
}

.composer-icon.ai:hover,
.composer-icon.ai:focus {
  background: var(--wb-gradient-brand);
  color: #fff;
}

.composer-ai-wrap {
  flex: 0 0 auto;
  position: relative;
}

.composer-ai-menu {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(219, 227, 238, .95);
  border-radius: 14px;
  bottom: calc(100% + 9px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
  display: grid;
  gap: .28rem;
  inset-inline-start: 0;
  min-width: 210px;
  opacity: 0;
  padding: .42rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(6px) scale(.98);
  transition: opacity var(--wb-transition), transform var(--wb-transition);
  z-index: 1082;
}

.composer-ai-wrap:hover .composer-ai-menu,
.composer-ai-wrap:focus-within .composer-ai-menu,
.composer-ai-wrap.open .composer-ai-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.composer-ai-menu button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #344054;
  display: flex;
  gap: .55rem;
  padding: .58rem .65rem;
  text-align: start;
  transition: background var(--wb-transition), color var(--wb-transition), transform var(--wb-transition);
  width: 100%;
}

.composer-ai-menu button i {
  color: #198754;
}

.composer-ai-menu button:hover,
.composer-ai-menu button:focus {
  background: rgba(25, 135, 84, .1);
  color: #17212b;
  outline: 0;
  transform: translateX(2px);
}

.rtl .composer-ai-menu button:hover,
.rtl .composer-ai-menu button:focus {
  transform: translateX(-2px);
}

.composer-icon.small {
  flex-basis: 30px;
  font-size: 1rem;
  height: 30px;
  width: 30px;
}

.composer-icon.recording {
  background: rgba(220, 38, 38, .12);
  color: #dc2626;
}

.whatsapp-message-input {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  color: #111b21;
  flex: 1;
  line-height: 1.45;
  max-height: 132px;
  min-height: 42px;
  outline: 0;
  overflow-y: auto;
  padding: .64rem 1rem;
  resize: none;
  scrollbar-width: none;
  transition: border-color var(--wb-transition), box-shadow var(--wb-transition);
}

.whatsapp-message-input::-webkit-scrollbar {
  display: none;
}

.whatsapp-message-input:focus {
  border-color: rgba(25, 135, 84, .32);
  box-shadow: 0 0 0 .22rem rgba(25, 135, 84, .12);
}

.inbox-image-modal .modal-body {
  align-items: center;
  background: #0b1117;
  display: flex;
  justify-content: center;
  min-height: 240px;
  overflow: auto;
  padding: 1rem;
}

.inbox-image-modal .modal-body img {
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
  max-height: 74vh;
  max-width: 100%;
  object-fit: contain;
}

.attachment-preview,
.recording-pill,
.reply-preview {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--wb-border);
  border-radius: 999px;
  box-shadow: var(--wb-shadow-sm);
  color: #344054;
  display: flex;
  gap: .55rem;
  max-width: 100%;
  padding: .4rem .45rem .4rem .75rem;
}

.reply-preview {
  border-inline-start: 0;
  border-radius: 12px;
  display: flex;
  min-width: min(420px, 100%);
  padding: .45rem .45rem .45rem .7rem;
}

.reply-preview-bar {
  align-self: stretch;
  background: #198754;
  border-radius: 999px;
  flex: 0 0 3px;
}

.reply-preview-body {
  display: grid;
  min-width: 0;
}

.attachment-preview-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-preview-icon {
  color: #198754;
}

.recording-dot {
  animation: wbRecordingPulse 1s ease-in-out infinite;
  background: #dc2626;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
}

.inbox-compose-feedback {
  border-radius: 10px;
  margin: 0;
  padding: .55rem .75rem;
}

.inbox-composer.is-sending {
  opacity: .84;
}

.empty-state.inbox-empty,
.inbox-thread-empty {
  align-items: center;
  color: #344054;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .45rem;
  justify-content: center;
  min-height: 420px;
  padding: 2rem;
  text-align: center;
}

.empty-state.inbox-empty i,
.inbox-thread-empty i,
.inbox-list-empty i {
  color: #98a2b3;
  font-size: 3rem;
}

.empty-state.inbox-empty strong,
.inbox-thread-empty strong,
.inbox-list-empty strong {
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.empty-state.inbox-empty span,
.inbox-thread-empty span,
.inbox-list-empty span {
  color: #667085;
  font-size: .88rem;
  line-height: 1.55;
}

.inbox-thread-empty {
  min-height: 260px;
}

.inbox-list-empty {
  align-items: center;
  border: 1px dashed rgba(152, 162, 179, .45);
  border-radius: 14px;
  color: #667085;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  justify-content: center;
  margin: .45rem;
  min-height: 190px;
  padding: 1.25rem;
  text-align: center;
}

.inbox-list-empty i {
  font-size: 2.35rem;
}

@keyframes wbRecordingPulse {
  0%,
  100% {
    opacity: .38;
    transform: scale(.86);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes wbDropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wbFadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .sidebar {
    inset-block: 0;
    inset-inline-start: 0;
    max-width: 320px;
    min-height: 100vh;
    position: fixed;
    transform: translateX(-105%);
    transition: transform 220ms ease, box-shadow var(--wb-transition);
    width: min(84vw, 320px);
    z-index: 1050;
  }

  body.sidebar-collapsed .sidebar {
    width: min(84vw, 320px);
  }

  .rtl .sidebar {
    transform: translateX(105%);
  }

  .sidebar.sidebar-mobile-visible {
    box-shadow: 22px 0 54px rgba(15, 23, 42, .28);
    transform: translateX(0) !important;
  }

  .sidebar-mobile-backdrop {
    background: rgba(15, 23, 42, .46);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1040;
  }

  body.sidebar-mobile-open .sidebar-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.sidebar-mobile-open {
    overflow: hidden;
  }

  .sidebar .brand {
    height: 64px;
  }

  body.sidebar-collapsed .sidebar .brand {
    justify-content: flex-start;
    padding: 0 1.25rem;
  }

  body.sidebar-collapsed .sidebar .brand span,
  body.sidebar-collapsed .sidebar a span {
    max-width: 180px;
    opacity: 1;
    transform: none;
  }

  body.sidebar-collapsed .sidebar-group-title {
    max-width: 220px;
    opacity: 1;
    padding: .55rem 1.25rem .3rem;
    transform: none;
  }

  .brand-logo {
    height: 30px;
    width: 30px;
  }

  .sidebar-nav {
    display: block;
    overflow-y: auto;
    padding: .45rem .45rem 1rem;
  }

  body.sidebar-collapsed .sidebar a {
    gap: .7rem;
    justify-content: flex-start;
    margin-inline: .65rem;
    padding-inline: .75rem;
  }

  body.sidebar-collapsed .sidebar a i {
    font-size: 1rem;
  }

  .sidebar a:hover,
  .sidebar a.active,
  .rtl .sidebar a:hover,
  .rtl .sidebar a.active {
    transform: none;
  }

  .main {
    margin-inline-start: 0;
  }

  body.sidebar-collapsed .main {
    margin-inline-start: 0;
  }

  .topbar {
    height: auto;
    min-height: 60px;
    padding-block: .55rem;
  }

  .panel-header:has(.table-bulk-toolbar) {
    top: 60px;
  }

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

  .campaign-create-panel .wizard-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .campaign-grid-span-1,
  .campaign-grid-span-2,
  .campaign-grid-span-3 {
    grid-column: span 1;
  }

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

  .contact-source-panel-grid {
    grid-template-columns: 1fr;
  }

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

  .settings-fields-grid {
    grid-template-columns: 1fr;
  }

  .energy-summary-grid {
    grid-template-columns: 1fr;
  }

  .energy-rank-card {
    grid-template-columns: 34px auto minmax(0, 1fr) auto;
  }

  .energy-rank-meta {
    grid-column: 3 / -1;
    text-align: start;
  }

  .audience-filter-row {
    grid-template-columns: minmax(0, 1fr) minmax(160px, .8fr);
  }

  .audience-filter-cell-value {
    grid-column: 1 / -1;
  }

  .inbox-shell {
    grid-template-columns: 1fr;
  }

  .inbox-sidebar {
    border-bottom: 1px solid var(--wb-border);
    border-inline-end: 0;
  }

  .inbox-list {
    max-height: 320px;
  }

  .inbox-thread {
    max-height: none;
  }

  .user-log-timeline-wrap {
    padding: 1.25rem .85rem;
  }

  .user-log-timeline {
    gap: 1rem;
    max-width: none;
  }

  .user-log-timeline::before {
    left: 28px;
  }

  .user-log-item,
  .user-log-item-left,
  .user-log-item-right {
    gap: .85rem;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .user-log-item-left .user-log-card,
  .user-log-item-right .user-log-card {
    grid-column: 2;
  }

  .user-log-item-left .user-log-card::after,
  .user-log-item-right .user-log-card::after {
    border-left: 0;
    border-right: 12px solid #fff;
    left: -12px;
    right: auto;
  }

  .user-log-date {
    grid-column: 1;
    min-height: 70px;
    padding: .48rem .35rem;
  }

  .user-log-date strong {
    font-size: 1.35rem;
  }

  .user-log-dot {
    left: 28px;
    top: 25px;
  }
}

@media (max-width: 575.98px) {
  .campaign-create-panel .wizard-nav,
  .campaign-basics-grid,
  .contact-source-options {
    grid-template-columns: 1fr;
  }

  .settings-category-grid {
    grid-template-columns: 1fr;
  }

  .campaign-create-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .campaign-create-footer .btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }

  .content {
    padding: .75rem;
  }

  .sidebar {
    max-width: 300px;
    width: min(88vw, 300px);
  }

  body.sidebar-collapsed .sidebar {
    width: min(88vw, 300px);
  }

  body.sidebar-mobile-open .sidebar-mobile-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .topbar {
    align-items: center;
    gap: .55rem;
    padding-inline: .75rem;
  }

  .topbar-start {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tenant-topbar {
    min-width: 0;
  }

  .tenant-topbar strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .panel-header:has(.table-bulk-toolbar) {
    top: 0;
  }

  .user-menu-toggle {
    padding-inline-end: .5rem;
  }

  .metric {
    min-height: 100px;
  }

  .metric .value {
    font-size: 1.55rem;
  }

  .cron-meta {
    grid-template-columns: 1fr;
  }

  .chart-panel .panel-header {
    min-height: 0;
  }

  .chart-box,
  .chart-box-donut,
  .chart-box-wide {
    height: 240px;
  }

  .modal-dialog {
    margin: .65rem;
    max-height: calc(100vh - 1.3rem);
  }

  .modal-content,
  .modal-content > form {
    max-height: calc(100vh - 1.3rem);
  }

  .sidebar-nav {
    grid-template-columns: 1fr;
  }

  .audience-filter-row {
    grid-template-columns: 1fr;
  }

  .audience-filter-cell-value {
    grid-column: auto;
  }

  .inbox-chat-header,
  .inbox-composer {
    grid-template-columns: 1fr;
  }

  .inbox-chat-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .chat-bubble {
    max-width: min(360px, 94%);
  }

  .chat-message-actions,
  .chat-row.outbound .chat-message-actions {
    inset-block-start: -.72rem;
    inset-inline-end: .45rem;
    inset-inline-start: auto;
    transform: translateY(4px);
  }

  .chat-bubble:hover .chat-message-actions,
  .chat-bubble:focus-within .chat-message-actions {
    transform: translateY(0);
  }

  .settings-category-card {
    min-height: 0;
    padding: .65rem .72rem;
  }

  .settings-group-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }

  .settings-savebar {
    bottom: .65rem;
  }

.settings-savebar .btn {
    width: 100%;
  }
}

.quick-message-builder {
  background: rgba(248, 250, 252, .82);
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius);
  padding: 1rem;
}

.quick-message-items {
  display: grid;
  gap: 1rem;
}

.quick-message-item-card {
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .045);
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.quick-message-item-head {
  align-items: end;
  display: grid;
  gap: .75rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.quick-message-type-field {
  max-width: 320px;
}

.quick-message-remove {
  min-height: 42px;
  min-width: 42px;
}

.quick-message-tabs {
  border-bottom-color: var(--wb-border);
  gap: .25rem;
}

.quick-message-tabs .nav-link {
  border-radius: 10px 10px 0 0;
  color: var(--wb-muted);
  font-weight: 600;
  padding: .65rem .95rem;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.quick-message-tabs .nav-link.active {
  border-color: rgba(25, 135, 84, .28) rgba(25, 135, 84, .28) #fff;
  color: #198754;
}

.compact-alert {
  align-items: center;
  display: flex;
  gap: .5rem;
  margin-bottom: .9rem;
  padding: .65rem .8rem;
}

.quick-message-picker-list {
  display: grid;
  gap: .75rem;
}

.quick-message-picker-list form {
  margin: 0;
}

.quick-message-picker-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--wb-border);
  border-radius: var(--wb-radius-sm);
  color: var(--wb-text);
  display: grid;
  gap: .9rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .95rem;
  text-align: start;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  width: 100%;
}

.quick-message-picker-card:hover,
.quick-message-picker-card:focus-visible {
  border-color: rgba(25, 135, 84, .55);
  box-shadow: 0 14px 30px rgba(25, 135, 84, .12);
  transform: translateY(-1px);
}

.quick-message-picker-card:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.quick-message-picker-card:disabled:hover {
  border-color: var(--wb-border);
  box-shadow: none;
}

.quick-message-picker-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(25, 135, 84, .14), rgba(20, 184, 166, .16));
  border-radius: 14px;
  color: #198754;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.quick-message-picker-body {
  display: grid;
  gap: .18rem;
  min-width: 0;
}

.quick-message-picker-body strong,
.quick-message-picker-body small,
.quick-message-picker-body span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-message-picker-body small,
.quick-message-picker-body span {
  color: var(--wb-muted);
  font-size: .82rem;
}

.chat-location-card {
  align-items: center;
  background: rgba(25, 135, 84, .08);
  border: 1px solid rgba(25, 135, 84, .2);
  border-radius: 12px;
  color: inherit;
  display: flex;
  gap: .75rem;
  margin-bottom: .35rem;
  padding: .7rem .8rem;
  text-decoration: none;
}

.chat-location-card:hover {
  color: inherit;
}

.chat-location-card strong,
.chat-location-card small {
  display: block;
}

.chat-location-card small {
  color: var(--wb-muted);
  font-size: .78rem;
}

.chat-location-icon {
  align-items: center;
  background: #198754;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.not-found-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: min(680px, calc(100vh - 170px));
  padding: 2rem 1rem;
}

.not-found-card {
  background:
    radial-gradient(circle at 18% 18%, rgba(25, 135, 84, .13), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .88));
  border: 1px solid rgba(148, 163, 184, .25);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  max-width: 680px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3.5rem);
  position: relative;
  text-align: center;
  width: 100%;
}

.not-found-code {
  color: rgba(25, 135, 84, .12);
  font-size: clamp(5rem, 16vw, 9rem);
  font-weight: 800;
  left: 50%;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: .55rem;
  transform: translateX(-50%);
  z-index: 0;
}

.not-found-icon,
.not-found-card h1,
.not-found-card p,
.not-found-meta,
.not-found-actions {
  position: relative;
  z-index: 1;
}

.not-found-icon {
  align-items: center;
  background: linear-gradient(135deg, #198754, #14b8a6);
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(25, 135, 84, .24);
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  height: 76px;
  justify-content: center;
  margin-bottom: 1.4rem;
  width: 76px;
}

.not-found-card h1 {
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  font-weight: 800;
  margin-bottom: .75rem;
}

.not-found-card p {
  color: var(--wb-muted);
  font-size: 1rem;
  margin: 0 auto 1.35rem;
  max-width: 460px;
}

.not-found-meta {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--wb-border);
  border-radius: 14px;
  color: var(--wb-muted);
  display: inline-flex;
  gap: .55rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding: .65rem .85rem;
}

.not-found-meta strong {
  color: var(--wb-text);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

.not-found-actions .btn {
  min-width: 132px;
}

.settings-section-heading p {
  font-weight: 100;
}

.settings-section-heading h3 {
  font-weight: 600;
}

.settings-category-card strong {
  font-weight: 500;
}

.chat-reaction {
  border: none;
}

.sidebar-group-title {
  font-weight: 100;
}

.panel-header h1,
.panel-header h2,
.panel-header h3,
.panel-header h4,
.panel-header h5,
.panel-header h6 {
  font-weight: 700;
}

.btn i {
  margin-right: 0;
}

.rtl .btn i {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-item {
  font-size: 14px;
}

.campaign-product-disabled {
  opacity: .62;
}

.tenant-logo-preview {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  padding: .55rem;
}

.tenant-logo-preview img {
  max-height: 42px;
  max-width: 160px;
  object-fit: contain;
}

.tenant-logo-preview-sm {
  border-radius: 10px;
  height: 34px;
  padding: .28rem;
  width: 42px;
}

.tenant-logo-preview-sm img {
  max-height: 26px;
  max-width: 32px;
}

.color-swatch {
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.product-extra-builder {
  display: grid;
  gap: .85rem;
}

.product-extra-blocks {
  display: grid;
  gap: .85rem;
}

.product-extra-builder .product-extra-block {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.product-extra-builder .product-extra-block.is-dragging {
  border-color: rgba(25, 135, 84, .42);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .14);
  opacity: .72;
}

.product-extra-blocks.is-sorting .product-extra-block:not(.is-dragging) {
  transition: transform .16s ease;
}

.product-extra-block-head {
  align-items: center;
  display: flex;
  gap: .55rem;
  margin-bottom: 0;
  padding: .65rem;
}

.product-extra-block-head .btn {
  flex: 0 0 auto;
}

.product-extra-drag-handle {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ee;
  color: #64748b;
  cursor: grab;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.product-extra-drag-handle:active {
  cursor: grabbing;
}

.product-extra-block-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  color: #0f172a;
  display: flex;
  flex: 1 1 auto;
  gap: .75rem;
  justify-content: space-between;
  min-width: 0;
  padding: .58rem .75rem;
  text-align: start;
}

.product-extra-block-toggle:hover,
.product-extra-block-toggle:focus-visible {
  border-color: rgba(25, 135, 84, .34);
  outline: 0;
}

.product-extra-block-toggle > i {
  color: #64748b;
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.product-extra-block:not(.is-collapsed) .product-extra-block-toggle > i {
  transform: rotate(180deg);
}

.product-extra-block-summary {
  display: grid;
  gap: .1rem;
  min-width: 0;
}

.product-extra-block-summary strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-extra-block-summary span {
  color: #64748b;
  font-size: .82rem;
  font-weight: 700;
}

.product-extra-block-body {
  border-top: 1px solid #dbe3ee;
  padding: .95rem;
}

.product-extra-block-body[hidden] {
  display: none !important;
}

.product-testimonials-editor {
  display: grid;
  gap: .8rem;
  margin-top: .85rem;
}

.product-image-slider-editor {
  display: grid;
  gap: .8rem;
  margin-top: .85rem;
}

.product-image-slider-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.product-image-slider-editor-list {
  display: grid;
  gap: .8rem;
}

.product-image-slider-editor-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .8rem;
}

.product-image-slider-editor-preview {
  align-items: center;
  background: #eef6f2;
  border: 1px solid rgba(25, 135, 84, .16);
  border-radius: 14px;
  color: #198754;
  display: inline-flex;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  width: 112px;
}

.product-image-slider-editor-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-image-slider-editor-fields {
  min-width: 0;
}

.product-order-builder {
  display: grid;
  gap: .85rem;
}

.product-order-fields {
  display: grid;
  gap: .85rem;
}

.product-order-field {
  background: #f8fafc;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.product-order-field.is-dragging {
  border-color: rgba(25, 135, 84, .42);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .14);
  opacity: .72;
}

.product-order-fields.is-sorting .product-order-field:not(.is-dragging) {
  transition: transform .16s ease;
}

.product-order-field-head {
  align-items: center;
  display: flex;
  gap: .55rem;
  margin-bottom: 0;
  padding: .65rem;
}

.product-order-field-head .btn {
  flex: 0 0 auto;
}

.product-order-field:not(.is-collapsed) .product-extra-block-toggle > i {
  transform: rotate(180deg);
}

.product-order-field-body {
  border-top: 1px solid #dbe3ee;
  padding: .95rem;
}

.product-order-field-body[hidden],
[data-product-order-options-wrap][hidden] {
  display: none !important;
}

.product-testimonials-editor-list {
  display: grid;
  gap: .8rem;
}

.product-testimonial-editor-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .8rem;
}

.product-testimonial-editor-preview {
  align-items: center;
  background: #eef6f2;
  border: 1px solid rgba(25, 135, 84, .16);
  border-radius: 14px;
  color: #198754;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  width: 64px;
}

.product-testimonial-editor-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-testimonial-editor-fields {
  min-width: 0;
}

.business-profile-tabs {
  gap: .35rem;
}

.business-profile-tabs .nav-link {
  border-radius: 10px 10px 0 0;
  font-weight: 800;
  white-space: nowrap;
}

.business-profile-tab-content {
  min-height: 360px;
}

.product-landing-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(25, 135, 84, .18), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(13, 110, 253, .12), transparent 28%),
    linear-gradient(135deg, #f7fbf9 0%, #eef6f2 46%, #f8fafc 100%);
  color: var(--product-secondary, #102033);
  font-family: var(--wb-font-sans);
  min-height: 100vh;
  overflow-x: hidden;
  touch-action: pan-y;
  width: 100%;
}

html:has(.product-landing-page) {
  overflow-x: hidden;
}

.product-landing-rtl {
  direction: rtl;
  text-align: right;
}

.product-landing-shell {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 3vw, 2rem);
  justify-content: center;
  min-height: 100vh;
  overflow-x: clip;
  padding: clamp(1rem, 3vw, 2.25rem);
  width: 100%;
}

.product-landing-nav {
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 1160px;
  padding: .72rem .82rem;
  position: relative;
  width: 100%;
  z-index: 3;
}

.product-nav-brand {
  align-items: center;
  color: var(--product-secondary, #102033);
  display: inline-flex;
  gap: .8rem;
  min-width: 0;
  text-decoration: none;
}

.product-nav-brand img {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  height: 74px;
  object-fit: contain;
  padding: .62rem;
  width: 74px;
}

.product-nav-brand strong {
  color: var(--product-secondary, #102033);
  font-size: 1.05rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-nav-links {
  align-items: center;
  display: flex;
  gap: .4rem;
}

.product-nav-links a {
  border-radius: 999px;
  color: #475467;
  font-size: .9rem;
  font-weight: 700;
  padding: .58rem .78rem;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease;
}

.product-nav-links a:hover {
  background: rgba(25, 135, 84, .1);
  color: var(--product-primary, #198754);
}

.product-nav-cta,
.product-primary-cta,
.product-offer-cta,
.product-mini-offer a,
.product-final-cta a {
  align-items: center;
  background: linear-gradient(135deg, var(--product-primary, #198754), #0f9f6e);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--product-primary, #198754) 26%, transparent);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: .45rem;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.05rem;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-nav-cta:hover,
.product-primary-cta:hover,
.product-offer-cta:hover,
.product-mini-offer a:hover,
.product-final-cta a:hover {
  box-shadow: 0 18px 40px color-mix(in srgb, var(--product-primary, #198754) 34%, transparent);
  color: #fff;
  transform: translateY(-1px);
}

.product-landing-hero {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(248, 255, 251, .9)),
    radial-gradient(circle at top right, rgba(25, 135, 84, .12), transparent 34%);
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .12);
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .72fr);
  max-width: 1160px;
  overflow: hidden;
  padding: clamp(1.4rem, 4vw, 3rem);
  position: relative;
  width: 100%;
}

.product-landing-hero::before {
  background: linear-gradient(135deg, color-mix(in srgb, var(--product-primary, #198754) 22%, transparent), rgba(20, 184, 166, .08));
  content: "";
  height: 100%;
  inset-inline-end: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 32%;
}

.product-landing-copy,
.product-offer-card {
  position: relative;
  z-index: 1;
}

.product-landing-rtl .product-landing-copy,
.product-landing-rtl .product-offer-card,
.product-landing-rtl .product-extra-block {
  text-align: right;
}

.product-footer-brand span {
  color: #667085;
  display: block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: .18rem;
  text-transform: uppercase;
}

.product-footer-brand strong {
  color: var(--product-secondary, #102033);
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-landing-welcome {
  color: var(--product-primary, #198754);
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 700;
  margin-bottom: .8rem;
  max-width: 720px;
}

.product-landing-copy h1 {
  color: var(--product-secondary, #101828);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.product-landing-description {
  color: #475467;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.8;
  margin-bottom: 1.25rem;
  max-width: 740px;
}

.product-landing-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.35rem 0 1rem;
}

.product-primary-cta {
  border-radius: 16px;
  font-size: 1rem;
  min-height: 54px;
  padding-inline: 1.25rem;
}

.product-secondary-cta {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 16px;
  color: var(--product-secondary, #102033);
  display: inline-flex;
  font-weight: 800;
  gap: .35rem;
  min-height: 54px;
  padding: .82rem 1rem;
  text-decoration: none;
}

.product-secondary-cta:hover {
  color: var(--product-primary, #198754);
}

.product-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.product-trust-strip span {
  align-items: center;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(25, 135, 84, .14);
  border-radius: 999px;
  color: #475467;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 700;
  gap: .35rem;
  padding: .45rem .72rem;
}

.product-trust-strip i {
  color: var(--product-primary, #198754);
}

.product-offer-card {
  align-self: center;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(25, 135, 84, .22);
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .12);
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.product-offer-card-head {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, .24);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  padding-bottom: .9rem;
}

.product-offer-card-head span {
  font-weight: 800;
}

.product-offer-card-head small {
  color: #667085;
}

.product-price-block {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: .7rem;
}

.product-price-block strong {
  color: var(--product-primary, #198754);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
}

.product-old-price {
  color: #98a2b3;
  font-size: 1.2rem;
  text-decoration: line-through;
}

.product-discount {
  align-items: center;
  background: rgba(25, 135, 84, .1);
  border-radius: 999px;
  color: var(--product-primary, #157347);
  display: inline-flex;
  font-weight: 700;
  gap: .45rem;
  margin-bottom: 1.2rem;
  padding: .45rem .7rem;
}

.product-detail-row {
  align-items: center;
  border-top: 1px solid rgba(148, 163, 184, .18);
  display: grid;
  gap: .7rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: .9rem 0;
}

.product-detail-row i {
  color: var(--product-primary, #198754);
}

.product-detail-row span {
  color: #667085;
}

.product-detail-row strong {
  font-weight: 800;
  text-align: end;
}

.product-landing-note {
  background: linear-gradient(135deg, rgba(25, 135, 84, .1), rgba(20, 184, 166, .08));
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 16px;
  color: #344054;
  line-height: 1.7;
  margin-top: .8rem;
  padding: .9rem 1rem;
}

.product-offer-cta {
  border-radius: 16px;
  margin-top: .8rem;
  width: 100%;
}

.product-payment-methods {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  margin-top: .75rem;
}

.product-pay-logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
  color: #101828;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  letter-spacing: .02em;
  min-width: 48px;
  padding: 0 .48rem;
}

.product-pay-logo-visa {
  color: #1a1f71;
  font-style: italic;
}

.product-pay-logo-mastercard {
  gap: 0;
  min-width: 48px;
}

.product-pay-logo-mastercard span {
  border-radius: 999px;
  display: block;
  height: 17px;
  width: 17px;
}

.product-pay-logo-mastercard span:first-child {
  background: #eb001b;
  margin-inline-end: -5px;
}

.product-pay-logo-mastercard span:last-child {
  background: #f79e1b;
  mix-blend-mode: multiply;
}

.product-pay-logo-apple {
  gap: .18rem;
  letter-spacing: 0;
}

.product-payment-cta-meta {
  display: none;
}

.product-mobile-payment-bar {
  display: none;
}

.info-tile {
  background: #f8fafc;
  border: 1px solid #e7edf5;
  border-radius: 14px;
  padding: .85rem;
}

.info-tile span,
.info-tile small {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.info-tile strong {
  color: #101828;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: .18rem 0;
}

.json-block {
  background: #0f172a;
  border-radius: 14px;
  color: #dbeafe;
  max-height: 420px;
  overflow: auto;
  padding: 1rem;
  white-space: pre-wrap;
}

.product-landing-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
  max-width: 520px;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

.product-sales-section,
.product-included-section,
.product-final-cta {
  max-width: 1160px;
  width: 100%;
}

.product-sales-section {
  display: grid;
  gap: 1.25rem;
}

.product-section-heading {
  max-width: 720px;
}

.product-section-heading h2,
.product-included-panel h2,
.product-final-cta h2 {
  color: var(--product-secondary, #102033);
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
  margin-bottom: .45rem;
}

.product-section-heading p,
.product-final-cta p {
  color: #667085;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.product-benefit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-benefit-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  padding: 1.05rem;
}

.product-benefit-card > i {
  align-items: center;
  background: linear-gradient(135deg, var(--product-primary, #198754), #14b8a6);
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 1.05rem;
  height: 42px;
  justify-content: center;
  margin-bottom: .9rem;
  width: 42px;
}

.product-benefit-card h3 {
  color: var(--product-secondary, #102033);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: .4rem;
}

.product-benefit-card p {
  color: #667085;
  font-size: .92rem;
  line-height: 1.65;
  margin: 0;
}

.product-included-section {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
}

.product-included-panel,
.product-mini-offer {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
  padding: clamp(1.15rem, 3vw, 1.7rem);
}

.product-included-list {
  display: grid;
  gap: .7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.product-included-list div {
  align-items: flex-start;
  background: rgba(25, 135, 84, .07);
  border: 1px solid rgba(25, 135, 84, .12);
  border-radius: 16px;
  display: flex;
  gap: .55rem;
  padding: .72rem .82rem;
}

.product-included-list i {
  color: var(--product-primary, #198754);
  margin-top: .08rem;
}

.product-included-list span {
  color: #344054;
  font-weight: 700;
  line-height: 1.55;
}

.product-mini-offer {
  align-content: center;
  display: grid;
  gap: .65rem;
}

.product-mini-offer > span {
  color: #667085;
  font-weight: 800;
}

.product-mini-offer > strong {
  color: var(--product-primary, #198754);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.product-mini-offer small {
  color: #667085;
  font-weight: 700;
}

.product-mini-offer a {
  border-radius: 16px;
  margin-top: .4rem;
}

.product-final-cta {
  align-items: center;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--product-primary, #198754) 14%, #fff), #fff);
  border: 1px solid rgba(25, 135, 84, .18);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.product-final-cta a {
  border-radius: 16px;
  flex: 0 0 auto;
}

.product-extra-sections {
  display: grid;
  gap: 1rem;
  max-width: 1160px;
  width: 100%;
}

.product-extra-sections > .product-extra-block {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .09);
  overflow: hidden;
  padding: clamp(1.1rem, 3vw, 1.65rem);
}

.product-extra-sections h2 {
  line-height: 34px;
  color: var(--product-secondary, #102033);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: .85rem;
  background: radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--product-primary, #198754) 30%, transparent), transparent 34%), linear-gradient(135deg, #0a0b0b, color-mix(in srgb, var(--product-secondary, #102033) 78%, #000));
  color: white;
  text-align: center;
  font-weight: 200;
  padding: 19px;
  border-radius: 24px;
}

.product-extra-text,
.product-extra-html {
  color: #475467;
  font-size: 1rem;
  line-height: 1.85;
}

.product-extra-html > :last-child,
.product-extra-text > :last-child {
  margin-bottom: 0;
}

.product-extra-slider {
  --gallery-shadow: 0 18px 42px rgba(15, 23, 42, .1);
  padding-bottom: 2.25rem;
  position: relative;
  touch-action: pan-y;
}

.product-extra-slider .owl-stage {
  display: flex;
}

.product-extra-slider .owl-item {
  display: flex;
}

.product-extra-slide-item {
  display: flex;
  width: 100%;
}

.product-extra-slide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-extra-slide-grid-single {
  grid-template-columns: minmax(0, 1fr);
}

.product-extra-slide {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 22px;
  box-shadow: var(--gallery-shadow);
  color: inherit;
  cursor: pointer;
  display: grid;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}

.product-extra-slide:hover,
.product-extra-slide:focus {
  border-color: color-mix(in srgb, var(--product-primary, #198754) 34%, transparent);
  transform: translateY(-2px);
}

.product-extra-slide:focus-visible {
  box-shadow: var(--gallery-shadow), 0 0 0 4px color-mix(in srgb, var(--product-primary, #198754) 24%, transparent);
  outline: 0;
}

.product-extra-slide-image {
  display: block;
}

.product-extra-slide-image img,
.product-extra-slider > img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-extra-slider > img {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .12);
  scroll-snap-align: start;
}

.product-extra-slide-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  justify-content: center;
  min-height: 9rem;
  padding: 1.2rem;
  text-align: center;
}

.product-extra-slide-copy strong {
  color: var(--product-secondary, #102033);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.45;
}

.product-extra-slide-copy span {
  color: #667085;
  font-size: .95rem;
  line-height: 1.75;
  text-align: center;
}

.product-extra-slider .owl-nav {
  margin: 0;
}

.product-extra-slider .owl-nav button.owl-prev,
.product-extra-slider .owl-nav button.owl-next {
  background: rgba(15, 23, 42, .46);
  border-radius: 999px;
  color: #fff;
  height: 42px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 1.1rem);
  transform: translateY(-50%);
  width: 42px;
}

.product-extra-slider .owl-nav button.owl-prev:hover,
.product-extra-slider .owl-nav button.owl-prev:focus,
.product-extra-slider .owl-nav button.owl-next:hover,
.product-extra-slider .owl-nav button.owl-next:focus {
  background: var(--product-primary, #198754);
}

.product-extra-slider .owl-nav button.owl-prev.disabled,
.product-extra-slider .owl-nav button.owl-next.disabled {
  opacity: .36;
  pointer-events: none;
}

.product-extra-slider .owl-nav button i {
  color: #fff;
  font-size: 1.5rem;
}

.product-extra-slider .owl-nav button.owl-prev {
  left: .5rem;
}

.product-extra-slider .owl-nav button.owl-next {
  right: .5rem;
}

.product-extra-slider .owl-dots {
  align-items: center;
  display: flex;
  gap: .45rem;
  justify-content: center;
  margin: 1rem 0 0;
}

.product-extra-slider .owl-dots button.owl-dot span {
  background: rgba(100, 116, 139, .34);
  border-radius: 999px;
  display: block;
  height: 9px;
  margin: 0;
  opacity: 1;
  transition: width .2s ease, background-color .2s ease;
  width: 9px;
}

.product-extra-slider .owl-dots button.owl-dot.active span {
  background: var(--product-primary, #198754);
  width: 30px;
}

.product-extra-image-modal .modal-content {
  background: #fff;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
  overflow: hidden;
  position: relative;
}

.product-extra-image-modal-close {
  background-color: rgba(255, 255, 255, .92);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18);
  inset-inline-end: 1rem;
  margin: 0;
  opacity: 1;
  padding: .75rem;
  position: absolute;
  top: 1rem;
  z-index: 3;
}

.product-extra-image-modal-body {
  display: grid;
  gap: 1.1rem;
  padding: 1rem;
}

.product-extra-image-modal-body:has(.product-extra-image-modal-copy) {
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .7fr);
}

.product-extra-image-modal-body img {
  background: #f8fafc;
  border-radius: 20px;
  max-height: min(70vh, 680px);
  object-fit: contain;
  width: 100%;
}

.product-extra-image-modal-copy {
  align-self: start;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 20px;
  display: grid;
  gap: .75rem;
  justify-items: center;
  padding: 1.25rem;
  text-align: center;
}

.product-extra-image-modal-copy h3 {
  color: var(--product-secondary, #102033);
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}

.product-extra-image-modal-copy p {
  color: #475467;
  line-height: 1.85;
  margin: 0;
  text-align: center;
}

.product-extra-image-modal-link {
  align-items: center;
  background: linear-gradient(135deg, #15905f, #0f6f7a);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(15, 111, 122, .22);
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: .45rem;
  justify-content: center;
  min-height: 42px;
  padding: .62rem 1.05rem;
  text-decoration: none;
}

.product-extra-image-modal-link:hover,
.product-extra-image-modal-link:focus {
  color: #fff;
  filter: brightness(.95);
}

.product-extra-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.product-extra-table td {
  background: #fff;
  border-bottom: 1px solid #e7edf5;
  color: #344054;
  padding: .85rem 1rem;
}

.product-extra-table tr:first-child td {
  background: color-mix(in srgb, var(--product-primary, #198754) 12%, #fff);
  color: var(--product-secondary, #102033);
  font-weight: 800;
}

.product-extra-table tr:last-child td {
  border-bottom: 0;
}

.product-testimonials-carousel {
  padding: .2rem 3.25rem 2.25rem;
  position: relative;
  touch-action: pan-y;
}

.product-testimonials-carousel .owl-stage {
  display: flex;
}

.product-testimonials-carousel .owl-item {
  display: flex;
}

.product-testimonial-slide {
  display: flex;
  padding: .1rem;
  width: 100%;
}

.product-testimonial-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
  display: grid;
  gap: .75rem;
  padding: 1rem;
}

.product-testimonials-carousel .product-testimonial-card {
  margin-inline: auto;
  max-width: 760px;
  min-height: 230px;
}

.product-testimonial-head {
  align-items: center;
  display: flex;
  gap: .75rem;
}

.product-testimonial-head img,
.product-testimonial-avatar {
  border-radius: 999px;
  flex: 0 0 54px;
  height: 54px;
  width: 54px;
}

.product-testimonial-head img {
  object-fit: cover;
}

.product-testimonial-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--product-primary, #198754), #14b8a6);
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
}

.product-testimonial-head strong,
.product-testimonial-head span,
.product-testimonial-head small {
  display: block;
}

.product-testimonial-head strong {
  color: var(--product-secondary, #102033);
  font-weight: 700;
  line-height: 1.25;
}

.product-testimonial-head span,
.product-testimonial-head small {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.product-testimonial-stars {
  color: #f59f00;
  display: flex;
  gap: .15rem;
}

.product-testimonial-card p {
  color: #475467;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.product-testimonials-carousel .owl-nav {
  margin: 0;
}

.product-testimonials-carousel .owl-nav button.owl-prev,
.product-testimonials-carousel .owl-nav button.owl-next {
  align-items: center;
  background: color-mix(in srgb, var(--product-primary, #198754) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--product-primary, #198754) 18%, transparent);
  border-radius: 999px;
  color: var(--product-primary, #198754);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  width: 42px;
}

.product-testimonials-carousel .owl-nav button.owl-prev {
  left: 0;
}

.product-testimonials-carousel .owl-nav button.owl-next {
  right: 0;
}

.product-testimonials-carousel .owl-nav button.owl-prev:hover,
.product-testimonials-carousel .owl-nav button.owl-prev:focus,
.product-testimonials-carousel .owl-nav button.owl-next:hover,
.product-testimonials-carousel .owl-nav button.owl-next:focus {
  background: var(--product-primary, #198754);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--product-primary, #198754) 24%, transparent);
  color: #fff;
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

.product-testimonials-carousel .owl-nav button i {
  font-size: 1.1rem;
  line-height: 1;
}

.product-testimonials-carousel .owl-dots {
  align-items: center;
  display: flex;
  gap: .35rem;
  justify-content: center;
  margin-top: .9rem;
}

.product-testimonials-carousel .owl-dots button.owl-dot span {
  background: color-mix(in srgb, var(--product-primary, #198754) 70%, #fff);
  border-radius: 999px;
  display: block;
  height: 8px;
  margin: 0;
  opacity: .32;
  width: 8px;
}

.product-testimonials-carousel .owl-dots button.owl-dot.active span {
  opacity: 1;
  width: 24px;
}

.product-landing-footer {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(16, 32, 51, .96), color-mix(in srgb, var(--product-secondary, #102033) 86%, #000)),
    radial-gradient(circle at top left, color-mix(in srgb, var(--product-primary, #198754) 24%, transparent), transparent 40%);
  border: 0;
  border-radius: 0;
  box-shadow: 0 22px 64px rgba(15, 23, 42, .16);
  color: #fff;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.2fr);
  margin-inline: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.4rem) max(clamp(1rem, 3vw, 2.25rem), calc((100vw - 1160px) / 2 + 2.25rem));
  position: relative;
  width: 100vw;
}

.product-landing-footer::before {
  background: linear-gradient(135deg, color-mix(in srgb, var(--product-primary, #198754) 45%, transparent), transparent);
  content: "";
  inset: 0;
  opacity: .22;
  position: absolute;
  pointer-events: none;
}

.product-footer-brand,
.product-footer-contacts {
  position: relative;
  z-index: 1;
}

.product-footer-brand {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.product-footer-brand img {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  flex: 0 0 96px;
  height: 96px;
  object-fit: contain;
  padding: .72rem;
  width: 96px;
}

.product-footer-brand span {
  color: rgba(255, 255, 255, .58);
}

.product-footer-brand strong {
  color: #fff;
  font-size: 1.28rem;
}

.product-footer-brand p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.72;
  margin: .62rem 0 0;
  max-width: 560px;
}

.product-footer-contacts {
  display: grid;
  gap: .72rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-footer-contact {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: #fff;
  display: grid;
  gap: .14rem .7rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: .78rem .9rem;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.product-footer-contact:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
  transform: translateY(-1px);
}

.product-footer-contact i {
  align-items: center;
  background: color-mix(in srgb, var(--product-primary, #198754) 68%, transparent);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.product-footer-contact span {
  color: rgba(255, 255, 255, .58);
  font-size: .75rem;
  font-weight: 700;
}

.product-footer-contact strong {
  color: #fff;
  display: block;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.product-footer-copy {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
  font-weight: 700;
  grid-column: 1 / -1;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.product-landing-empty .product-landing-logo {
  margin-inline: auto;
}

@media (max-width: 900px) {
  .product-landing-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .product-nav-links {
    justify-content: center;
  }

  .product-nav-cta {
    width: 100%;
  }

  .product-landing-hero,
  .product-included-section {
    grid-template-columns: 1fr;
  }

  .product-landing-hero::before {
    height: 34%;
    width: 100%;
  }

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

  .product-landing-footer {
    grid-template-columns: 1fr;
  }

  .product-extra-image-modal-body:has(.product-extra-image-modal-copy) {
    grid-template-columns: 1fr;
  }

  .product-extra-slider .owl-nav {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .product-footer-brand {
    align-items: flex-start;
  }

  .product-benefit-grid,
  .product-included-list,
  .product-footer-contacts {
    grid-template-columns: 1fr;
  }

  .product-testimonials-carousel {
    padding-inline: 0;
  }

  .product-testimonials-carousel .owl-nav {
    display: none;
  }

  .product-landing-actions,
  .product-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .product-primary-cta,
  .product-secondary-cta,
  .product-final-cta a {
    width: 100%;
  }

  .product-extra-block-head {
    align-items: stretch;
    flex-direction: column;
  }

  .product-extra-block-head .btn,
  .product-order-field-head .btn {
    align-self: flex-end;
  }

  .product-order-field-head {
    align-items: stretch;
    flex-direction: column;
  }

  .product-testimonial-editor-item {
    grid-template-columns: 1fr;
  }

  .product-image-slider-editor-item {
    grid-template-columns: 1fr;
  }

  .product-image-slider-editor-preview {
    height: 120px;
    width: 100%;
  }

  .product-extra-image-modal-body:has(.product-extra-image-modal-copy) {
    grid-template-columns: 1fr;
  }

  .product-testimonial-editor-preview {
    height: 74px;
    width: 74px;
  }

  .quick-message-item-head,
  .quick-message-picker-card {
    grid-template-columns: 1fr;
  }

  .quick-message-type-field {
    max-width: none;
  }
}

.product-landing-shell {
  justify-content: flex-start;
}

.product-landing-offer-card {
  max-width: 860px;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  text-align: center;
}

.product-landing-offer-card .product-landing-logo {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
  display: block;
  height: 108px;
  margin: 0 auto 1.1rem;
  object-fit: contain;
  padding: .7rem;
  width: 108px;
}

.product-landing-offer-card h1 {
  color: var(--product-secondary, #102033);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 auto 1rem;
  max-width: 760px;
}

.product-name-shine {
  animation: productNameGlow 2.8s ease-in-out infinite;
  color: var(--product-primary, #198754);
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-shadow: 0 0 0 rgba(25, 135, 84, 0);
}

.product-name-shine::after {
  animation: productNameShine 3.2s ease-in-out infinite;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .74) 48%, transparent 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-120%) skewX(-18deg);
}

@keyframes productNameGlow {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(25, 135, 84, 0));
  }

  50% {
    filter: drop-shadow(0 0 14px color-mix(in srgb, var(--product-primary, #198754) 38%, transparent));
  }
}

@keyframes productNameShine {
  0%,
  45% {
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
  }

  58% {
    opacity: .85;
  }

  76%,
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-18deg);
  }
}

.product-landing-offer-card .product-price-block {
  justify-content: center;
  margin: 1.1rem 0 .6rem;
}

.product-detail-list {
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 18px;
  margin: 1.15rem 0;
  overflow: hidden;
}

.product-detail-list .product-detail-row {
  background: rgba(255, 255, 255, .76);
  border-top: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .18);
  padding: .85rem 1rem;
  text-align: start;
}

.product-detail-list .product-detail-row:last-child {
  border-bottom: 0;
}

.product-feature-list {
  display: grid;
  gap: .65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1rem 0;
  text-align: start;
}

.product-feature-item {
  align-items: flex-start;
  background: rgba(25, 135, 84, .07);
  border: 1px solid rgba(25, 135, 84, .13);
  border-radius: 16px;
  color: #344054;
  display: flex;
  font-weight: 700;
  gap: .55rem;
  line-height: 1.6;
  padding: .72rem .82rem;
}

.product-feature-item i {
  color: var(--product-primary, #198754);
  margin-top: .14rem;
}

.product-landing-offer-card .product-offer-cta {
  margin: 1.1rem auto 0;
  max-width: 360px;
}

.product-landing-footer {
  grid-template-columns: 1fr;
}

.product-landing-footer .product-footer-contacts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-landing-footer .product-footer-copy {
  margin-top: .2rem;
}

@media (max-width: 900px) {
  .product-landing-footer .product-footer-contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .product-feature-list,
  .product-landing-footer .product-footer-contacts {
    grid-template-columns: 1fr;
  }
}

.product-landing-shell {
  justify-content: center;
}

.product-landing-hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.product-landing-logo {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: 54px;
  margin-bottom: 1.35rem;
  object-fit: contain;
  padding: 0;
  width: 54px;
}

.product-landing-copy h1 {
  color: var(--product-secondary, #101828);
  font-size: clamp(2rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.product-name-shine {
  animation: productNameGlow 2.8s ease-in-out infinite;
  color: var(--product-primary, #198754);
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.product-name-shine::after {
  animation: productNameShine 3.2s ease-in-out infinite;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .74) 48%, transparent 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-120%) skewX(-18deg);
}

.product-feature-list {
  display: grid;
  gap: .7rem;
  grid-template-columns: 1fr;
  margin-top: 1.25rem;
  text-align: start;
}

.product-feature-item {
  align-items: flex-start;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(25, 135, 84, .16);
  border-radius: 16px;
  color: inherit;
  display: flex;
  font-weight: inherit;
  gap: .7rem;
  line-height: inherit;
  padding: .82rem .95rem;
}

.product-feature-item i {
  align-items: center;
  background: linear-gradient(135deg, var(--product-primary, #198754), #14b8a6);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: .86rem;
  height: 24px;
  justify-content: center;
  margin-top: .1rem;
  width: 24px;
}

.product-offer-card {
  align-self: center;
}

.product-landing-shell {
  padding-bottom: 0;
}

.product-landing-logo {
  height: 84px;
  width: 84px;
  border-radius: 12px;
}

.product-landing-welcome {
  color: var(--product-secondary, #0A0B0B);
}

.product-name-shine {
  animation: none;
  filter: none;
  text-shadow: none;
}

.product-landing-footer {
  align-items: start;
  background:
    radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--product-primary, #198754) 30%, transparent), transparent 34%),
    linear-gradient(135deg, #0a0b0b, color-mix(in srgb, var(--product-secondary, #102033) 78%, #000));
  color: #fff;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.3fr);
  margin-inline: calc(50% - 50vw);
  max-width: none;
  padding: clamp(1.6rem, 4vw, 2.6rem) max(clamp(1rem, 3vw, 2.25rem), calc((100vw - 1160px) / 2 + 2.25rem));
  width: 100vw;
}

.product-footer-brand {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.product-footer-brand img {
  border-radius: 14px;
  flex: 0 0 64px;
  height: 64px;
  padding: .45rem;
  width: 64px;
}

.product-footer-brand strong {
  display: block;
  font-size: 1.24rem;
  line-height: 1.25;
}

.product-footer-brand p {
  color: rgba(255, 255, 255, .72);
  font-weight: 300;
  line-height: 1.75;
  margin: .58rem 0 0;
}

.product-landing-footer .product-footer-contacts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-footer-copy {
  color: rgba(255, 255, 255, .66);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 400;
  gap: .45rem .75rem;
  justify-content: center;
  text-align: center;
}

.product-payment-methods-footer {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: .2rem;
  position: relative;
  z-index: 1;
}

.product-footer-terms-button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .82);
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-footer-terms-button:hover,
.product-footer-terms-button:focus {
  color: #fff;
}

.product-terms-body {
  color: #344054;
  font-size: 11px;
  line-height: 1.8;
}

.product-terms-body h1,
.product-terms-body h2 {
  font-size: 15px;
  font-weight: bold;
}

.product-terms-body h4,
.product-terms-body h6 {
  font-weight: bold;
}

.product-terms-body > :last-child {
  margin-bottom: 0;
}

.product-terms-modal .modal-header {
  align-items: center;
  background: linear-gradient(135deg, var(--product-primary, #000000), #000000);
  display: flex;
  gap: .75rem;
}

.product-terms-modal .modal-title {
  flex: 1 1 auto;
  min-width: 0;
}

.product-terms-modal .btn-close {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  z-index: 2;
}

.product-landing-rtl .product-terms-modal .modal-header {
  flex-direction: row;
}

.product-footer-contact strong {
  font-size: 12px;
  font-weight: 500;
}

.product-price-block strong {
  width: 100%;
}

.product-feature-item i {
  background: linear-gradient(135deg, #00b726, #14b8a6);
}

.product-nav-cta,
.product-primary-cta,
.product-offer-cta,
.product-mini-offer a,
.product-final-cta a {
  background: linear-gradient(135deg, var(--product-primary, #000000), #000000);
  font-weight: 400;
}

.product-discount {
  background: rgb(0 0 0);
  color: white;
  font-size: 12px;
  font-weight: 300;
}

.product-payment-methods {
  flex-direction: row-reverse;
}

.product-landing-note {
  background: linear-gradient(135deg, rgba(25, 135, 84, .1), rgb(0 0 0 / 8%));
  border: 1px solid rgb(28 82 57 / 18%);
  border-radius: 9px;
  color: #344054;
  font-size: 11px;
  line-height: 1.7;
  margin-top: .8rem;
  padding: 6px 10px;
  text-align: center;
}

.product-footer-brand p {
  font-size: 11px;
}

.product-discount {
  font-size: 11px;
}

@media (max-width: 900px) {
  .product-landing-hero {
    grid-template-columns: 1fr;
  }

  .product-landing-footer,
  .product-landing-footer .product-footer-contacts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .product-landing-footer {
    align-items: stretch;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .product-footer-brand {
    width: 100%;
  }

  .product-landing-footer .product-footer-contacts {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-footer-contact {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .product-landing-page {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .product-payment-cta-wrap {
    display: none;
  }

  .product-mobile-payment-bar {
    align-items: center;
    background: #fff;
    border-top: 1px solid rgba(148, 163, 184, .24);
    box-shadow: 0 -18px 44px rgba(15, 23, 42, .16);
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    inset-block-end: 0;
    inset-inline: 0;
    margin: 0;
    padding: .72rem .9rem calc(.72rem + env(safe-area-inset-bottom, 0px));
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .product-mobile-payment-meta {
    display: block;
    min-width: 0;
  }

  .product-mobile-payment-meta span {
    color: var(--product-secondary, #102033);
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-mobile-payment-meta strong {
    color: var(--product-primary, #198754);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin-top: .18rem;
    white-space: nowrap;
  }

  .product-mobile-payment-button {
    align-items: center;
    background: linear-gradient(135deg, var(--product-primary, #000000), #000000);
    border-radius: 16px;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--product-primary, #198754) 30%, transparent);
    color: #fff;
    display: inline-flex;
    font-weight: 400;
    gap: .45rem;
    justify-content: center;
    min-height: 40px;
    padding: .72rem 40px;
    text-decoration: none;
    white-space: nowrap;
  }

  .product-mobile-payment-meta strong {
    font-size: 25px;
  }

  .product-mobile-payment-button:hover {
    color: #fff;
  }

  .product-offer-card .product-offer-cta {
    border-radius: 16px;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--product-primary, #198754) 30%, transparent);
    margin: 0;
    min-height: 50px;
    padding-inline: .95rem;
    width: auto;
  }

  .product-landing-footer {
    padding-inline: 1rem;
  }

  .product-footer-brand {
    flex-direction: column;
  }

  .product-footer-brand img {
    flex-basis: auto;
  }
}

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

/* Public WhatsBox subscription site */
.wb-site {
    --wb-ink: #10261f;
    --wb-muted: #62736d;
    --wb-green: #17a874;
    --wb-green-dark: #08704e;
    --wb-mint: #83ebad;
    --wb-cream: #f5f2e9;
    --wb-line: rgba(16, 38, 31, .12);
    margin: 0;
    color: var(--wb-ink);
    background: #fffdf8;
    font-family: 'Almarai', sans-serif;
    line-height: 1.6;
}
.wb-site *, .wb-site *::before, .wb-site *::after { box-sizing: border-box; }
.wb-site a { color: inherit; text-decoration: none; }
.wb-nav-wrap { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 20px 28px; }
.wb-nav { width: min(1180px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wb-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.wb-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--wb-ink); overflow: hidden; }
.wb-brand-mark img { width: 30px; height: 30px; object-fit: contain; }
.wb-nav-links { display: flex; align-items: center; gap: 32px; font-size: .88rem; font-weight: 700; color: #41544d; }
.wb-nav-links a, .wb-login-link { transition: color .2s ease; }
.wb-nav-links a:hover, .wb-login-link:hover { color: var(--wb-green); }
.wb-nav-actions { display: flex; align-items: center; gap: 22px; font-size: .88rem; font-weight: 700; }
.wb-button { border: 0; border-radius: 999px; background: var(--wb-ink); color: #fff !important; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font: inherit; font-weight: 800; line-height: 1.2; cursor: pointer; box-shadow: 0 10px 30px rgba(16, 38, 31, .15); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.wb-button:hover { transform: translateY(-2px); background: var(--wb-green-dark); box-shadow: 0 14px 34px rgba(16, 38, 31, .22); }
.wb-button-sm { padding: 12px 20px; font-size: .82rem; }
.wb-button-lg { padding: 17px 25px; }
.wb-button-block { width: 100%; padding: 16px 22px; }
.wb-hero { min-height: 790px; display: grid; align-items: center; position: relative; overflow: hidden; padding: 128px 28px 80px; background: radial-gradient(circle at 82% 24%, rgba(131,235,173,.28), transparent 26%), linear-gradient(135deg, #f8f6ef 0%, #eef9f2 100%); }
.wb-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(16,38,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,31,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.wb-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.wb-orb-one { width: 420px; height: 420px; right: -160px; top: -170px; border: 1px solid rgba(23,168,116,.16); }
.wb-orb-two { width: 220px; height: 220px; left: -80px; bottom: 40px; background: rgba(131,235,173,.16); }
.wb-hero-inner { position: relative; z-index: 2; width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.wb-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--wb-green-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 800; }
.wb-eyebrow > span { width: 25px; height: 2px; background: var(--wb-green); }
.wb-hero h1 { max-width: 700px; margin: 18px 0 24px; font-size: clamp(3.1rem, 5.6vw, 5.3rem); line-height: 1.01; letter-spacing: -.065em; font-weight: 800; }
.wb-hero h1 em { color: var(--wb-green); font-style: normal; position: relative; }
.wb-hero-lead { max-width: 610px; color: var(--wb-muted); font-size: 1.05rem; line-height: 1.85; }
.wb-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.wb-text-link { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 800; }
.wb-text-link i { font-size: 1.2rem; color: var(--wb-green); }
.wb-hero-proof { display: flex; gap: 24px; margin-top: 38px; padding-top: 27px; border-top: 1px solid var(--wb-line); font-size: .78rem; color: var(--wb-muted); }
.wb-proof-item { display: flex; align-items: center; gap: 9px; }
.wb-proof-item i { color: var(--wb-green); font-size: 1.1rem; }
.wb-proof-item strong { color: var(--wb-ink); }
.wb-product-stage { min-height: 540px; position: relative; display: grid; place-items: center; }
.wb-stage-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--wb-mint); opacity: .62; box-shadow: 0 0 0 55px rgba(131,235,173,.15), 0 0 0 110px rgba(131,235,173,.07); }
.wb-phone { position: relative; z-index: 2; width: 310px; height: 535px; overflow: hidden; border: 9px solid var(--wb-ink); border-radius: 38px; background: #e9e4da; box-shadow: 0 32px 80px rgba(16,38,31,.27); transform: rotate(2deg); }
.wb-phone-top { height: 66px; padding: 24px 15px 10px; background: #fdfcf7; display: flex; align-items: center; gap: 5px; font-size: .64rem; }
.wb-phone-top > span { width: 6px; height: 6px; border-radius: 50%; background: #d4d8d4; }
.wb-phone-top b { margin-left: 8px; flex: 1; font-size: .69rem; }
.wb-phone-thread { min-height: 410px; padding: 26px 15px 15px; background-image: radial-gradient(rgba(16,38,31,.09) 1px, transparent 1px); background-size: 18px 18px; }
.wb-message { width: 80%; margin-bottom: 12px; padding: 10px 12px; border-radius: 12px; background: #fff; font-size: .64rem; line-height: 1.55; box-shadow: 0 5px 16px rgba(16,38,31,.07); }
.wb-message-out { margin-left: auto; background: #d5f5df; border-bottom-right-radius: 3px; }
.wb-message-in { border-bottom-left-radius: 3px; }
.wb-message-short { width: 67%; }
.wb-phone-card { width: 84%; margin: 18px 0 0 auto; padding: 15px; border-radius: 14px; background: var(--wb-ink); color: #fff; display: grid; gap: 2px; box-shadow: 0 14px 24px rgba(16,38,31,.18); }
.wb-phone-card span { font-size: .62rem; color: #b7c8c1; }
.wb-phone-card strong { font-size: 1.25rem; }
.wb-phone-card small { color: var(--wb-mint); font-size: .55rem; }
.wb-composer { position: absolute; left: 10px; right: 10px; bottom: 10px; height: 42px; border-radius: 20px; display: flex; align-items: center; gap: 8px; padding: 5px 6px 5px 12px; background: #fff; color: #93a09b; font-size: .57rem; }
.wb-composer span { flex: 1; }.wb-composer b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wb-green); }
.wb-float-card { position: absolute; z-index: 4; padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(16,38,31,.16); display: flex; align-items: center; gap: 11px; backdrop-filter: blur(8px); }
.wb-float-card small, .wb-float-card strong { display: block; white-space: nowrap; }.wb-float-card small { font-size: .56rem; color: var(--wb-muted); }.wb-float-card strong { font-size: .73rem; }.wb-float-campaign { top: 65px; left: -12px; }.wb-float-lead { right: -32px; bottom: 72px; }.wb-mini-icon, .wb-avatar { width: 35px; height: 35px; border-radius: 11px; display: grid; place-items: center; background: #d9f7e4; color: var(--wb-green-dark); font-size: .8rem; font-weight: 800; }.wb-up { font-size: .57rem; color: var(--wb-green); font-weight: 800; }.wb-float-lead > i { color: var(--wb-green); }
.wb-trust-strip { min-height: 95px; padding: 24px 28px; display: flex; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 70px); background: var(--wb-ink); color: #d9e4df; font-size: .76rem; font-weight: 700; }.wb-trust-strip > span { color: var(--wb-mint); text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; }.wb-trust-strip div { display: flex; align-items: center; gap: 9px; }.wb-trust-strip i { color: var(--wb-mint); font-size: 1.05rem; }
.wb-section { padding: 110px 28px; }.wb-section-heading { width: min(780px, 100%); margin: 0 auto 54px; text-align: center; }.wb-section-heading h2, .wb-workflow h2, .wb-final-cta h2 { margin: 15px 0 17px; font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 800; }.wb-section-heading p, .wb-workflow-copy > p { margin: 0 auto; max-width: 650px; color: var(--wb-muted); font-size: .95rem; }
.wb-features { background: #fffdf8; }.wb-feature-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.wb-feature-card { min-height: 265px; padding: 30px; position: relative; overflow: hidden; border: 1px solid var(--wb-line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }.wb-feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(16,38,31,.09); }.wb-feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #e3f8eb; color: var(--wb-green-dark); font-size: 1.2rem; }.wb-feature-card h3 { margin: 24px 0 10px; font-size: 1.03rem; }.wb-feature-card p { margin: 0; color: var(--wb-muted); font-size: .79rem; line-height: 1.75; }.wb-card-line { position: absolute; left: 30px; bottom: 0; width: 42px; height: 3px; background: var(--wb-green); }
.wb-visual-heading { width: min(1180px, 100%); margin: 95px auto 32px; display: flex; align-items: end; justify-content: space-between; gap: 45px; }.wb-visual-heading h3 { max-width: 620px; margin: 13px 0 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; letter-spacing: -.045em; }.wb-visual-heading > p { max-width: 410px; margin: 0; color: var(--wb-muted); font-size: .75rem; }.wb-visual-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.wb-visual-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 25px; background: #edf7f0; border: 1px solid rgba(16,38,31,.08); }.wb-visual-card-large { grid-column: 1 / -1; min-height: 570px; }.wb-visual-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }.wb-visual-card:hover img { transform: scale(1.025); }.wb-visual-card > div { position: absolute; left: 25px; right: 25px; bottom: 25px; max-width: 470px; padding: 23px 25px; border-radius: 18px; background: rgba(16,38,31,.92); color: #fff; box-shadow: 0 16px 40px rgba(16,38,31,.2); backdrop-filter: blur(9px); }.wb-visual-card > div > span { color: var(--wb-mint); text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; font-weight: 800; }.wb-visual-card h3 { margin: 7px 0 6px; font-size: 1.15rem; }.wb-visual-card p { margin: 0; color: #b8c8c2; font-size: .64rem; line-height: 1.6; }
.wb-workflow { width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 85px; border-radius: 34px; background: var(--wb-ink); color: #fff; display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; overflow: hidden; position: relative; }.wb-workflow::after { content: ''; position: absolute; right: -130px; top: -160px; width: 380px; height: 380px; border: 1px solid rgba(131,235,173,.18); border-radius: 50%; }.wb-eyebrow-light { color: var(--wb-mint); }.wb-workflow-copy > p { color: #aebdb7; margin: 0; }.wb-workflow-list { margin-top: 38px; display: grid; gap: 21px; }.wb-workflow-list > div { display: flex; align-items: flex-start; gap: 16px; }.wb-workflow-list b { width: 35px; height: 35px; flex: 0 0 35px; display: grid; place-items: center; border: 1px solid rgba(131,235,173,.4); border-radius: 50%; color: var(--wb-mint); font-size: .62rem; }.wb-workflow-list strong, .wb-workflow-list small { display: block; }.wb-workflow-list strong { font-size: .83rem; }.wb-workflow-list small { color: #94a69f; font-size: .68rem; margin-top: 3px; }
.wb-metric-board { position: relative; z-index: 2; padding: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 30px 70px rgba(0,0,0,.2); }.wb-board-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .75rem; font-weight: 800; }.wb-board-head small { color: var(--wb-mint); font-weight: 400; }.wb-metric-main { padding: 24px 0 15px; }.wb-metric-main small, .wb-metric-main strong { display: block; }.wb-metric-main small { color: #9fb0a9; font-size: .65rem; }.wb-metric-main strong { margin: 3px 0 4px; font-size: 2.2rem; }.wb-metric-main span { color: var(--wb-mint); font-size: .59rem; }.wb-chart { height: 135px; display: flex; align-items: end; gap: 9px; padding-top: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }.wb-chart span { flex: 1; min-height: 12px; border-radius: 5px 5px 0 0; background: linear-gradient(to top, rgba(131,235,173,.2), var(--wb-mint)); }.wb-board-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 20px; }.wb-board-stats div { padding: 12px; border-radius: 10px; background: rgba(255,255,255,.06); }.wb-board-stats small, .wb-board-stats strong { display: block; }.wb-board-stats small { color: #9fb0a9; font-size: .52rem; }.wb-board-stats strong { font-size: .9rem; margin-top: 3px; }
.wb-value-section { background: #fffdf8; }.wb-value-shell { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; }.wb-value-copy h2 { margin: 16px 0 20px; font-size: clamp(2.2rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.055em; }.wb-value-copy > p { color: var(--wb-muted); font-size: .86rem; }.wb-use-cases { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 32px; }.wb-use-cases span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--wb-line); border-radius: 99px; background: #fff; color: #43574f; font-size: .64rem; font-weight: 700; }.wb-use-cases i { color: var(--wb-green); }.wb-included-card { padding: 34px; border-radius: 27px; background: #e8f7ed; border: 1px solid rgba(23,168,116,.16); box-shadow: 0 24px 55px rgba(16,38,31,.08); }.wb-included-head { display: flex; align-items: center; gap: 13px; padding-bottom: 23px; border-bottom: 1px solid rgba(16,38,31,.1); }.wb-included-head > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; background: var(--wb-ink); color: var(--wb-mint); }.wb-included-head small, .wb-included-head strong { display: block; }.wb-included-head small { color: var(--wb-muted); font-size: .55rem; text-transform: uppercase; letter-spacing: .1em; }.wb-included-head strong { font-size: 1rem; }.wb-included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 23px; }.wb-included-grid > div { min-height: 75px; padding: 13px; display: flex; align-items: flex-start; gap: 9px; border-radius: 13px; background: rgba(255,255,255,.72); }.wb-included-grid > div > i { margin-top: 2px; color: var(--wb-green); }.wb-included-grid strong, .wb-included-grid small { display: block; }.wb-included-grid strong { font-size: .66rem; }.wb-included-grid small { margin-top: 3px; color: var(--wb-muted); font-size: .54rem; line-height: 1.5; }
.wb-specs-section { padding-top: 20px; background: #fffdf8; }.wb-specs-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--wb-line); border-left: 1px solid var(--wb-line); }.wb-specs-grid article { min-height: 245px; position: relative; padding: 34px; border-right: 1px solid var(--wb-line); border-bottom: 1px solid var(--wb-line); background: #fff; }.wb-specs-grid article > span { position: absolute; top: 24px; right: 27px; color: #a4b0ab; font-size: .56rem; font-weight: 800; }.wb-specs-grid article > i { font-size: 1.45rem; color: var(--wb-green); }.wb-specs-grid h3 { margin: 35px 0 10px; font-size: .92rem; }.wb-specs-grid p { margin: 0; color: var(--wb-muted); font-size: .69rem; line-height: 1.75; }
.wb-pricing-section { background: var(--wb-cream); }.wb-pricing-layout { width: min(950px, 100%); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: stretch; }.wb-price-card, .wb-checkout-card { position: relative; padding: 36px; border-radius: 24px; background: #fff; border: 1px solid var(--wb-line); box-shadow: 0 20px 50px rgba(16,38,31,.07); }.wb-price-card { border-top: 4px solid var(--wb-green); }.wb-popular { position: absolute; top: -14px; right: 25px; padding: 7px 14px; border-radius: 99px; background: var(--wb-green); color: #fff; text-transform: uppercase; letter-spacing: .1em; font-size: .55rem; font-weight: 800; }.wb-price-brand { display: flex; align-items: center; gap: 10px; font-size: 1rem; }.wb-price-brand img { width: 36px; height: 36px; padding: 4px; object-fit: contain; border-radius: 10px; background: var(--wb-ink); }.wb-price { display: flex; align-items: center; gap: 12px; margin: 23px 0 12px; }.wb-price > strong { font-size: 4rem; line-height: 1; letter-spacing: -.07em; }.wb-price > span { color: var(--wb-muted); font-size: .76rem; font-weight: 800; line-height: 1.2; }.wb-price > span small { font-weight: 400; }.wb-price-card > p { color: var(--wb-muted); font-size: .74rem; }.wb-price-card ul { margin: 25px 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; }.wb-price-card li { display: flex; align-items: center; gap: 9px; font-size: .72rem; }.wb-price-card li i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #def7e7; color: var(--wb-green-dark); font-size: .66rem; }.wb-price-note { display: block; margin-top: 14px; text-align: center; color: var(--wb-muted); font-size: .58rem; }.wb-price-note i { color: var(--wb-green); }
.wb-checkout-card { padding: 42px; background: var(--wb-ink); color: #fff; }.wb-checkout-heading { display: flex; align-items: center; gap: 14px; }.wb-checkout-heading h3 { margin: 1px 0 0; font-size: 1.35rem; }.wb-checkout-heading div > span { color: var(--wb-mint); text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; font-weight: 800; }.wb-checkout-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(131,235,173,.12); color: var(--wb-mint); font-size: 1.25rem; }.wb-checkout-card > p { color: #aebdb7; margin: 20px 0 24px; font-size: .75rem; }.wb-checkout-error { margin-bottom: 16px; padding: 11px 13px; border-radius: 10px; background: rgba(220,53,69,.17); color: #ffc4ca; font-size: .69rem; }.wb-checkout-form { display: grid; gap: 15px; }.wb-checkout-form label > span { display: block; margin-bottom: 5px; color: #dbe5e1; font-size: .65rem; font-weight: 700; }.wb-checkout-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; outline: 0; background: rgba(255,255,255,.08); color: #fff; font: inherit; font-size: .75rem; transition: border .2s ease, background .2s ease; }.wb-checkout-form input::placeholder { color: #82948d; }.wb-checkout-form input:focus { border-color: var(--wb-mint); background: rgba(255,255,255,.11); }.wb-checkout-form label small { display: block; margin-top: 4px; color: #7f938b; font-size: .55rem; }.wb-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.wb-checkout-summary { margin-top: 5px; padding: 13px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); font-size: .7rem; }.wb-checkout-summary strong { color: var(--wb-mint); }.wb-pay-button { margin-top: 2px; background: var(--wb-green); box-shadow: none; }.wb-payment-trust { display: flex; justify-content: center; align-items: center; gap: 9px; color: #80958d; font-size: .56rem; }.wb-payment-trust i { color: var(--wb-mint); }.wb-payment-trust strong { color: #b8c9c2; }.wb-fee-note { width: min(950px, 100%); margin: 24px auto 0; text-align: center; color: var(--wb-muted); font-size: .62rem; }
.wb-faq { background: #fffdf8; }.wb-faq-list { width: min(820px, 100%); margin: 0 auto; border-top: 1px solid var(--wb-line); }.wb-faq details { border-bottom: 1px solid var(--wb-line); }.wb-faq summary { padding: 22px 3px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-weight: 800; font-size: .87rem; }.wb-faq summary::-webkit-details-marker { display: none; }.wb-faq summary i { color: var(--wb-green); transition: transform .2s ease; }.wb-faq details[open] summary i { transform: rotate(45deg); }.wb-faq details p { margin: -7px 0 22px; max-width: 700px; color: var(--wb-muted); font-size: .75rem; }
.wb-final-cta { width: min(1180px, calc(100% - 56px)); margin: 0 auto 70px; padding: 65px 72px; border-radius: 30px; background: var(--wb-green-dark); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: 0 24px 65px rgba(8,112,78,.2); }.wb-final-cta h2 { margin-bottom: 8px; }.wb-final-cta p { margin: 0; color: #bae0d1; font-size: .8rem; }.wb-button-light { background: #fff; color: var(--wb-ink) !important; }.wb-button-light:hover { background: var(--wb-mint); }
.wb-footer { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 35px 0 40px; border-top: 1px solid var(--wb-line); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px; }.wb-footer > p { grid-column: 1; margin: -4px 0 0 48px; color: var(--wb-muted); font-size: .62rem; }.wb-footer > div { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 25px; color: var(--wb-muted); font-size: .62rem; }.wb-footer > div a:hover { color: var(--wb-green); }
.wb-footer > .wb-trademark { grid-column: 1 / -1; max-width: 850px; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--wb-line); color: #82918b; font-size: .55rem; line-height: 1.65; }
@media (max-width: 900px) {
    .wb-nav-links { display: none; }.wb-hero { min-height: 0; }.wb-hero-inner { grid-template-columns: 1fr; text-align: center; }.wb-hero-copy { display: grid; justify-items: center; }.wb-hero-proof { justify-content: center; }.wb-product-stage { margin-top: 15px; }.wb-feature-grid { grid-template-columns: repeat(2, 1fr); }.wb-visual-heading { align-items: flex-start; flex-direction: column; gap: 15px; }.wb-workflow { padding: 60px 45px; grid-template-columns: 1fr; gap: 50px; }.wb-value-shell { grid-template-columns: 1fr; gap: 45px; }.wb-specs-grid { grid-template-columns: repeat(2, 1fr); }.wb-pricing-layout { grid-template-columns: 1fr; width: min(560px, 100%); }.wb-final-cta { padding: 50px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .wb-nav-wrap { padding: 16px 18px; }.wb-nav-actions { gap: 12px; }.wb-login-link { display: none; }.wb-brand { font-size: 1.05rem; }.wb-brand-mark { width: 34px; height: 34px; }.wb-button-sm { padding: 11px 15px; }.wb-hero { padding: 105px 18px 62px; }.wb-hero h1 { font-size: 3rem; }.wb-hero-lead { font-size: .9rem; }.wb-hero-actions { flex-direction: column; gap: 18px; }.wb-hero-proof { width: 100%; flex-direction: column; align-items: flex-start; gap: 12px; text-align: left; }.wb-product-stage { min-height: 470px; transform: scale(.84); margin: -15px -40px -45px; }.wb-phone { height: 510px; }.wb-float-campaign { left: 0; }.wb-float-lead { right: 0; }.wb-trust-strip { padding: 30px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.wb-trust-strip > span { grid-column: 1 / -1; text-align: center; }.wb-section { padding: 78px 18px; }.wb-section-heading { margin-bottom: 38px; }.wb-section-heading h2, .wb-workflow h2, .wb-final-cta h2, .wb-value-copy h2 { font-size: 2.3rem; }.wb-feature-grid { grid-template-columns: 1fr; }.wb-feature-card { min-height: 240px; }.wb-visual-heading { margin-top: 70px; }.wb-visual-grid { grid-template-columns: 1fr; }.wb-visual-card, .wb-visual-card-large { grid-column: auto; min-height: 430px; }.wb-visual-card > div { left: 14px; right: 14px; bottom: 14px; padding: 19px; }.wb-workflow { width: calc(100% - 36px); padding: 50px 24px; border-radius: 25px; }.wb-board-stats { grid-template-columns: 1fr; }.wb-included-card { padding: 25px 18px; }.wb-included-grid { grid-template-columns: 1fr; }.wb-specs-grid { grid-template-columns: 1fr; }.wb-specs-grid article { min-height: 220px; }.wb-price-card, .wb-checkout-card { padding: 30px 23px; }.wb-price > strong { font-size: 3.5rem; }.wb-final-cta { width: calc(100% - 36px); margin-bottom: 50px; padding: 42px 26px; border-radius: 24px; }.wb-footer { width: calc(100% - 36px); display: flex; flex-direction: column; align-items: flex-start; }.wb-footer > p { margin-left: 48px; }.wb-footer > .wb-trademark { margin: 18px 0 0; }.wb-footer > div { width: 100%; margin-top: 18px; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { .wb-site * { scroll-behavior: auto !important; transition: none !important; } }

/* Real photography treatment for the public subscription site */
.wb-hero-photo-stage { min-height: 570px; }
.wb-hero-photo { position: relative; z-index: 2; width: min(475px, 100%); height: 540px; margin: 0; overflow: hidden; border: 9px solid #fff; border-radius: 34px; background: #dcece2; box-shadow: 0 32px 80px rgba(16,38,31,.24); transform: rotate(1.5deg); }
.wb-hero-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% center; }
.wb-hero-photo figcaption { position: absolute; left: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 15px; background: rgba(16,38,31,.9); color: #fff; box-shadow: 0 12px 26px rgba(16,38,31,.2); backdrop-filter: blur(8px); }
.wb-hero-photo figcaption > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--wb-green); font-size: 1rem; }
.wb-hero-photo figcaption strong, .wb-hero-photo figcaption small { display: block; }.wb-hero-photo figcaption strong { font-size: .65rem; }.wb-hero-photo figcaption small { color: #b7c8c1; font-size: .53rem; }
.wb-feature-card { min-height: 295px; padding: 0 22px 22px; }
.wb-feature-photo { position: relative; height: 135px; margin: 0 -22px; padding: 10px 18px; overflow: hidden; background: radial-gradient(circle at 50% 45%, #fff 0%, #fffaf1 70%); border-bottom: 1px solid rgba(16,38,31,.07); }
.wb-feature-photo > img { width: 150px; max-width: 100%; height: 100%; margin: 0 auto; display: block; object-fit: contain; transition: transform .4s ease; }
.wb-feature-card:hover .wb-feature-photo > img { transform: scale(1.04); }
.wb-feature-photo .wb-feature-icon { position: absolute; left: 18px; bottom: 14px; width: 42px; height: 42px; border: 3px solid rgba(255,255,255,.9); background: var(--wb-ink); color: var(--wb-mint); box-shadow: 0 8px 18px rgba(16,38,31,.2); }
.wb-feature-card h3 { margin: 18px 0 8px; }
.wb-visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wb-visual-card, .wb-visual-card-large { grid-column: auto; min-height: 450px; }
.wb-visual-card > div { left: 16px; right: 16px; bottom: 16px; padding: 19px; }
.wb-visual-card h3 { font-size: .98rem; }.wb-visual-card p { font-size: .6rem; }
.wb-specs-grid article { min-height: 285px; padding-top: 28px; }
.wb-spec-photo { position: relative; width: 108px; height: 108px; overflow: hidden; border-radius: 22px; background: #fffaf1; }
.wb-spec-photo > img { width: 108px; height: 108px; display: block; object-fit: cover; border-radius: 22px; }
.wb-spec-photo > i { position: absolute; right: -9px; bottom: -9px; width: 35px; height: 35px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 11px; background: var(--wb-ink); color: var(--wb-mint); font-size: .85rem; box-shadow: 0 7px 16px rgba(16,38,31,.16); }
.wb-specs-grid h3 { margin-top: 28px; }
@media (max-width: 900px) {
    .wb-visual-grid { grid-template-columns: 1fr 1fr; }.wb-visual-card:last-child { grid-column: 1 / -1; }.wb-hero-photo { width: min(500px, 92vw); }
}
@media (max-width: 600px) {
    .wb-hero-photo-stage { transform: none; min-height: 490px; margin: 20px 0 -15px; }.wb-hero-photo { width: 100%; height: 470px; border-width: 6px; border-radius: 27px; transform: none; }.wb-float-campaign { top: 35px; left: -8px; }.wb-float-lead { right: -8px; bottom: 42px; }.wb-feature-card { min-height: 285px; }.wb-feature-photo { height: 130px; }.wb-visual-grid { grid-template-columns: 1fr; }.wb-visual-card, .wb-visual-card-large, .wb-visual-card:last-child { grid-column: auto; min-height: 430px; }.wb-specs-grid article { min-height: 270px; }
}

.wb-language-link { color: var(--wb-green-dark); font-size: .82rem; font-weight: 800; white-space: nowrap; transition: color .2s ease; }
.wb-language-link:hover { color: var(--wb-green); }
.wb-site-rtl { direction: rtl; }
.wb-site-rtl .wb-hero-copy,
.wb-site-rtl .wb-feature-card,
.wb-site-rtl .wb-visual-heading,
.wb-site-rtl .wb-visual-card > div,
.wb-site-rtl .wb-workflow-copy,
.wb-site-rtl .wb-value-copy,
.wb-site-rtl .wb-included-card,
.wb-site-rtl .wb-specs-grid article,
.wb-site-rtl .wb-price-card,
.wb-site-rtl .wb-checkout-card,
.wb-site-rtl .wb-faq,
.wb-site-rtl .wb-final-cta,
.wb-site-rtl .wb-footer { text-align: right; }
.wb-site-rtl .wb-card-line { right: 30px; left: auto; }
.wb-site-rtl .wb-float-campaign { right: -12px; left: auto; }
.wb-site-rtl .wb-float-lead { right: auto; left: -32px; }
.wb-site-rtl .wb-workflow-list > div,
.wb-site-rtl .wb-included-grid > div,
.wb-site-rtl .wb-price-card li,
.wb-site-rtl .wb-checkout-heading { flex-direction: row; }
.wb-site-rtl .wb-checkout-form label > span,
.wb-site-rtl .wb-checkout-form label > small { text-align: right; }
.wb-site-rtl .wb-checkout-form input { text-align: right; }
.wb-site-rtl .wb-checkout-form input[type="email"],
.wb-site-rtl .wb-checkout-form input[type="tel"] { direction: ltr; text-align: left; }
.wb-site-rtl .wb-footer > p { margin-right: 48px; margin-left: 0; }
.wb-site-rtl .wb-footer > .wb-trademark { margin-right: 0; }
@media (max-width: 600px) {
    .wb-nav-actions { gap: 10px; }.wb-language-link { font-size: .72rem; }.wb-site-rtl .wb-hero-copy { text-align: center; }.wb-site-rtl .wb-hero-proof { text-align: right; }.wb-site-rtl .wb-float-campaign { right: -8px; left: auto; }.wb-site-rtl .wb-float-lead { right: auto; left: -8px; }.wb-site-rtl .wb-footer > p { margin-right: 48px; margin-left: 0; }.wb-site-rtl .wb-footer > .wb-trademark { margin-right: 0; }
}
