/* Weblytic Store 2.0 — Static Homepage (pixel layout, no DeoTemplate) */

body.wbl-static-home-page #left-column,
body.wbl-static-home-page #right-column,
body.wbl-static-home-page .breadcrumb {
  display: none !important;
}

body.wbl-static-home-page #content-wrapper {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

body.wbl-static-home-page #content.page-home {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  background: transparent;
}

.wbl-static-home {
  font-family: var(--wbl-font);
  color: var(--text-dark);
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #f8faff;
}

.wbl-sh-container {
  max-width: var(--wbl-max, 1600px);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--wbl-container-pad-x, 24px);
  box-sizing: border-box;
}

/* ─── HERO ─── */
.wbl-sh-hero {
  background:
    radial-gradient(circle at 75% 35%, rgba(123, 63, 242, 0.35), transparent 38%),
    radial-gradient(circle at 20% 10%, rgba(47, 128, 255, 0.22), transparent 32%),
    #071225;
  padding: 56px 0 0;
  position: relative;
}

.wbl-sh-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  min-height: 520px;
  padding-bottom: 56px;
}

.wbl-sh-hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.wbl-sh-hero-title span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #7dd3fc;
  background: none;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 1px 12px rgba(125, 211, 252, 0.35);
}

.wbl-sh-hero-sub {
  color: #94a3b8;
  font-size: 17px;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 0 40px;
}

.wbl-sh-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  max-width: 480px;
}

.wbl-sh-stat .wbl-sh-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(129, 140, 248, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.wbl-sh-stat strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.wbl-sh-stat > span:last-child {
  color: #64748b;
  font-size: 14px;
  margin-top: 6px;
  display: block;
}

.wbl-sh-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: -1px;
  padding-left: 6px;
}

.wbl-sh-tab {
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  border-radius: 14px 14px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: none;
  background: rgba(12, 14, 30, 0.85);
}

.wbl-sh-tab.is-active {
  color: #fff;
  background: var(--accent-gradient);
  border-color: transparent;
  box-shadow: 0 -2px 24px rgba(123, 63, 242, 0.4);
}

.wbl-sh-campaign {
  background: linear-gradient(160deg, rgba(28, 32, 62, 0.98), rgba(10, 12, 26, 0.99));
  border: 1px solid rgba(129, 140, 248, 0.3);
  border-radius: 0 24px 24px 24px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  position: relative;
}

.wbl-sh-campaign-slide {
  display: none;
}

.wbl-sh-campaign-slide.is-active {
  display: block;
}

.wbl-sh-tab {
  cursor: pointer;
  background: rgba(12, 14, 30, 0.85);
  font: inherit;
}

.wbl-sh-campaign-body {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 16px;
  padding: 32px;
  align-items: center;
}

.wbl-sh-badge {
  display: inline-block;
  background: rgba(167, 139, 250, 0.18);
  color: #ddd6fe;
  border: 1px solid rgba(167, 139, 250, 0.4);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.wbl-sh-campaign-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
}

.wbl-sh-campaign-text p {
  color: #94a3b8;
  font-size: 14px;
  margin: 0 0 18px;
}

.wbl-sh-campaign-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.wbl-sh-campaign-text li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #e2e8f0;
  font-size: 13px;
}

.wbl-sh-campaign-text li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.5);
  color: #60a5fa;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wbl-sh-campaign-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wbl-sh-campaign-visual img {
  width: 100%;
  max-width: 360px;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

.wbl-sh-platform-wrap {
  position: relative;
  z-index: 5;
  margin-top: -36px;
  padding-bottom: 48px;
}

.wbl-sh-platform {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 20px;
  min-height: 92px;
  padding: 0 24px;
  box-shadow: 0 20px 60px rgba(7, 18, 37, 0.12);
  border: 1px solid var(--border);
}

.wbl-sh-platform-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  background: none;
  border: none;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}

.wbl-sh-platform-list {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}

.wbl-sh-platform-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--text-dark);
  border: 1px solid transparent;
}

.wbl-sh-platform-item.is-active,
.wbl-sh-platform-item:hover {
  background: #ede9fe;
  border-color: rgba(123, 63, 242, 0.2);
}

.wbl-sh-platform-item strong {
  display: block;
  font-size: 13px;
}

.wbl-sh-platform-item small {
  color: var(--text-muted);
  font-size: 11px;
}

.wbl-sh-platform-cta {
  color: var(--purple);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ─── BUTTONS ─── */
.wbl-sh-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-gradient);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(47, 128, 255, 0.3);
}

.wbl-sh-btn-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.wbl-sh-btn-block {
  width: 100%;
}

/* ─── SECTIONS ─── */
.wbl-sh-section {
  padding: 64px 0;
}

.wbl-sh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.wbl-sh-section-head.centered {
  justify-content: center;
  text-align: center;
}

.wbl-sh-section-head h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--text-dark);
}

.wbl-sh-section-head p {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 15px;
}

.wbl-sh-section-head > a {
  color: var(--purple);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

/* ─── TRENDING ─── */
.wbl-sh-trending {
  background: var(--surface);
}

.wbl-sh-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wbl-sh-product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
}

.wbl-sh-product-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.wbl-sh-product-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.wbl-sh-icon-stripe { background: linear-gradient(135deg, #635bff, #0a2540); }
.wbl-sh-icon-payment { background: linear-gradient(135deg, #7B3FF2, #2F80FF); }
.wbl-sh-icon-account { background: linear-gradient(135deg, #10B981, #059669); }
.wbl-sh-icon-search { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.wbl-sh-icon-checkout { background: linear-gradient(135deg, #f59e0b, #d97706); }
.wbl-sh-icon-ai { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.wbl-sh-icon-chat { background: linear-gradient(135deg, #25D366, #128C7E); }
.wbl-sh-icon-odoo { background: linear-gradient(135deg, #714b67, #875a7b); }

.wbl-sh-product-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  background: #dbeafe;
  color: #1e40af;
}

.wbl-sh-product-card h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 10px;
  flex: 1;
}

.wbl-sh-product-meta {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.wbl-sh-stars {
  color: #fbbf24;
}

.wbl-sh-product-price {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.wbl-sh-product-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.wbl-sh-btn-cart {
  flex: 1;
  text-align: center;
  background: var(--blue);
  color: #fff !important;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.wbl-sh-btn-wish {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--purple);
  font-size: 18px;
  cursor: pointer;
}

/* ─── GOALS ─── */
.wbl-sh-goals {
  background: #fff;
}

.wbl-sh-goals-grid {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 24px;
  justify-content: start;
}

.wbl-sh-goal-card {
  width: 150px;
  min-height: 150px;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 14px;
  text-align: center;
  text-decoration: none;
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wbl-sh-goal-card:hover {
  border-color: var(--purple);
  box-shadow: var(--wbl-shadow-lg);
}

.wbl-sh-goal-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(123, 63, 242, 0.18);
  background-color: #f4f0ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(123, 63, 242, 0.08);
}

.wbl-sh-goal-card strong {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
}

.wbl-sh-goal-icon-payments {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='7' width='20' height='14' rx='3'/%3E%3Cpath d='M4 11h20M8 17h5'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-shipping {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h13v10H4zM17 12h4l3 3v4h-7z'/%3E%3Ccircle cx='9' cy='20' r='2'/%3E%3Ccircle cx='20' cy='20' r='2'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-inventory {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l8-4 8 4-8 4-8-4zM6 8v10l8 4 8-4V8M14 12v10'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-marketplace {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h16l-1 10H7L6 12zM9 12V8a5 5 0 0110 0v4M10 17h8'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-marketing {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16l13-7v10L5 16zM5 16v4h4l1-2M20 10l3-3M21 15h4M20 20l3 3'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-ai {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='8' width='14' height='12' rx='3'/%3E%3Cpath d='M10 5v3M18 5v3M10 20v3M18 20v3M4 12h3M4 17h3M21 12h3M21 17h3M11 14h.01M17 14h.01M12 17h4'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-crm {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='14' cy='9' r='4'/%3E%3Cpath d='M6 23c1.4-5 14.6-5 16 0M20 8h4M22 6v4'/%3E%3C/svg%3E");
}

.wbl-sh-goal-icon-analytics {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 22h18M8 18v-5M14 18V8M20 18v-8M7 7l5 3 5-5 4 3'/%3E%3C/svg%3E");
}

.wbl-sh-goal-card small {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* ─── COLLECTIONS ─── */
.wbl-sh-collections {
  background: var(--surface-soft);
}

.wbl-sh-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wbl-sh-col {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
}

.wbl-sh-col-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.wbl-sh-col-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.wbl-sh-col-head a {
  color: var(--purple);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.wbl-sh-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  color: inherit;
  text-decoration: none;
}

a.wbl-sh-list-item:hover {
  color: inherit;
  text-decoration: none;
}

a.wbl-sh-list-item:hover div strong {
  color: var(--accent, #2563eb);
}

.wbl-sh-list-item:last-child {
  border-bottom: none;
}

.wbl-sh-list-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
}

.wbl-sh-list-item div strong {
  display: block;
  font-size: 13px;
  line-height: 1.3;
}

.wbl-sh-list-item div span {
  font-size: 12px;
  color: var(--text-muted);
}

.wbl-sh-tag {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  background: #dbeafe;
  color: #1e40af;
  padding: 3px 8px;
  border-radius: 6px;
}

.wbl-sh-rank {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--purple);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wbl-sh-advisor {
  background: linear-gradient(135deg, #eef4ff, #f3f0ff);
  border-color: rgba(123, 63, 242, 0.15);
}

.wbl-sh-advisor-badge {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.wbl-sh-advisor h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.wbl-sh-advisor p {
  color: var(--text-muted);
  font-size: 14px;
  margin: 0 0 16px;
}

.wbl-sh-advisor ul {
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 13px;
}

/* ─── SERVICES ─── */
.wbl-sh-services {
  background: linear-gradient(135deg, #071225 0%, #111F45 100%);
  color: #fff;
}

.wbl-sh-services-grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 40px;
  align-items: start;
}

.wbl-sh-services-intro h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #fff;
}

.wbl-sh-services-sub {
  color: var(--violet);
  font-weight: 600;
  margin: 0 0 16px;
}

.wbl-sh-services-intro p {
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 24px;
}

.wbl-sh-services-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wbl-sh-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px;
}

.wbl-sh-service-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(123, 63, 242, 0.25);
  border: 1px solid rgba(123, 63, 242, 0.4);
  display: block;
  margin-bottom: 14px;
}

.wbl-sh-service-card h4 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 8px;
}

.wbl-sh-service-card p {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 12px;
}

.wbl-sh-service-card a {
  color: #a78bfa;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

/* ─── INDUSTRIES ─── */
.wbl-sh-industries {
  background: var(--surface);
}

.wbl-sh-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.wbl-sh-industry {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.wbl-sh-industry-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  border-radius: 10px;
  border: 2px solid rgba(123, 63, 242, 0.25);
}

/* ─── REVIEWS ─── */
.wbl-sh-reviews {
  background: #fff;
}

.wbl-sh-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.wbl-sh-review {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  margin: 0;
}

.wbl-sh-review-stars {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 12px;
}

.wbl-sh-review p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.wbl-sh-review footer strong {
  display: block;
  font-size: 14px;
  color: var(--text-dark);
}

.wbl-sh-review footer span {
  font-size: 12px;
  color: var(--text-muted);
}

/* ─── BRANDS ─── */
.wbl-sh-brands {
  background: var(--surface);
  padding: 40px 0;
}

.wbl-sh-brands-label {
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
  margin: 0 0 20px;
}

.wbl-sh-brands-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 48px;
  align-items: center;
}

.wbl-sh-brand {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-muted);
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s, filter 0.2s;
}

.wbl-sh-brand:hover {
  opacity: 1;
  filter: grayscale(0);
}

.wbl-sh-brand.muted {
  font-size: 13px;
  font-weight: 500;
}

/* ─── BLOG ─── */
.wbl-sh-blog {
  background: #fff;
  padding-bottom: 80px;
}

.wbl-sh-blog-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

.wbl-sh-blog-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.wbl-sh-blog-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 16px;
}

.wbl-sh-blog-thumb {
  height: 120px;
  background: linear-gradient(135deg, #dbeafe, #ede9fe);
}

.wbl-sh-blog-cat {
  display: inline-block;
  margin: 12px 16px 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--purple);
}

.wbl-sh-blog-card h4 {
  font-size: 15px;
  margin: 0 16px 8px;
  line-height: 1.35;
}

.wbl-sh-blog-meta {
  font-size: 12px;
  color: var(--text-muted);
  padding: 0 16px;
}

.wbl-sh-newsletter {
  background: linear-gradient(135deg, #eef4ff, #f3f0ff);
  border: 1px solid rgba(123, 63, 242, 0.15);
  border-radius: 18px;
  padding: 28px;
}

.wbl-sh-newsletter h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.wbl-sh-newsletter p {
  color: var(--text-muted);
  font-size: 14px;
  margin: 0 0 20px;
}

.wbl-sh-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wbl-sh-newsletter-form input {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1200px) {
  .wbl-sh-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wbl-sh-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .wbl-sh-hero-grid,
  .wbl-sh-services-grid,
  .wbl-sh-collections-grid,
  .wbl-sh-blog-grid {
    grid-template-columns: 1fr;
  }

  .wbl-sh-campaign-body {
    grid-template-columns: 1fr;
  }

  .wbl-sh-goals-grid {
    grid-template-columns: repeat(4, 1fr);
    justify-content: stretch;
  }

  .wbl-sh-goal-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wbl-sh-hero-title { font-size: 36px; }
  .wbl-sh-section-head h2 { font-size: 28px; }

  .wbl-sh-platform {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    min-height: auto;
  }

  .wbl-sh-product-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 8px;
  }

  .wbl-sh-product-card {
    flex: 0 0 190px;
    scroll-snap-align: start;
  }

  .wbl-sh-goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbl-sh-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wbl-sh-reviews-grid {
    grid-template-columns: 1fr;
  }

  .wbl-sh-blog-cards {
    grid-template-columns: 1fr;
  }

  .wbl-sh-services-cards {
    grid-template-columns: 1fr;
  }
}

/* First viewport polish for the Weblytic reference design */
body.wbl-static-home-page .wbl-sh-hero {
  padding-top: 36px;
  background:
    radial-gradient(circle at 78% 28%, rgba(123, 63, 242, 0.35), transparent 30%),
    radial-gradient(circle at 18% 6%, rgba(47, 128, 255, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(47, 128, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 128, 255, 0.04) 1px, transparent 1px),
    #071225;
  background-size: auto, auto, 72px 72px, 72px 72px, auto;
}

body.wbl-static-home-page .wbl-sh-hero-grid {
  min-height: 430px;
  gap: 34px;
  padding-bottom: 50px;
  align-items: start;
}

body.wbl-static-home-page .wbl-sh-hero-title {
  font-size: 44px;
  line-height: 1.18;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

body.wbl-static-home-page .wbl-sh-hero-title span {
  font-size: inherit;
  line-height: inherit;
  color: #7dd3fc;
  -webkit-text-fill-color: currentColor;
}

body.wbl-static-home-page .wbl-sh-hero-sub {
  font-size: 15px;
  line-height: 1.55;
  max-width: 410px;
  margin-bottom: 28px;
}

body.wbl-static-home-page .wbl-sh-stats {
  gap: 22px 36px;
  max-width: 390px;
}

body.wbl-static-home-page .wbl-sh-stat .wbl-sh-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 10px;
}

body.wbl-static-home-page .wbl-sh-stat strong {
  font-size: 24px;
}

body.wbl-static-home-page .wbl-sh-stat > span:last-child {
  font-size: 12px;
}

body.wbl-static-home-page .wbl-sh-tabs {
  gap: 2px;
  padding-left: 0;
}

body.wbl-static-home-page .wbl-sh-tab {
  min-width: 154px;
  text-align: center;
  padding: 11px 16px;
  font-size: 12px;
}

body.wbl-static-home-page .wbl-sh-campaign {
  border-radius: 0 18px 18px 18px;
}

body.wbl-static-home-page .wbl-sh-campaign-body {
  grid-template-columns: minmax(0, 1fr) 40%;
  min-height: 338px;
  padding: 28px 28px 26px;
}

body.wbl-static-home-page .wbl-sh-campaign-text h3 {
  font-size: 27px;
  line-height: 1.15;
}

body.wbl-static-home-page .wbl-sh-campaign-text p,
body.wbl-static-home-page .wbl-sh-campaign-text li {
  font-size: 13px;
}

body.wbl-static-home-page .wbl-sh-campaign-actions .wbl-sh-btn-primary,
body.wbl-static-home-page .wbl-sh-campaign-actions .wbl-sh-btn-outline {
  padding: 12px 20px;
}

body.wbl-static-home-page .wbl-sh-campaign-visual img {
  max-width: 300px;
}

body.wbl-static-home-page .wbl-sh-platform-wrap {
  margin-top: 0;
  padding-bottom: 0;
}

body.wbl-static-home-page .wbl-sh-platform {
  min-height: 76px;
  border-radius: 12px;
  padding: 0 18px;
}

body.wbl-static-home-page .wbl-sh-platform-item {
  padding: 8px 14px;
}

body.wbl-static-home-page .wbl-sh-platform-item img {
  width: 34px;
  height: 34px;
}

body.wbl-static-home-page .wbl-sh-platform-item strong {
  font-size: 12px;
}

body.wbl-static-home-page .wbl-sh-platform-item small,
body.wbl-static-home-page .wbl-sh-platform-cta {
  font-size: 11px;
}

body.wbl-static-home-page .wbl-sh-section {
  padding: 38px 0;
}

body.wbl-static-home-page .wbl-sh-section-head {
  margin-bottom: 22px;
}

body.wbl-static-home-page .wbl-sh-section-head h2 {
  font-size: 24px;
}

body.wbl-static-home-page .wbl-static-home {
  font-size: 17px;
}

body.wbl-static-home-page .wbl-sh-hero {
  padding-top: 46px;
}

body.wbl-static-home-page .wbl-sh-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(720px, 1.25fr);
  gap: 56px;
  min-height: 560px;
  align-items: center;
}

body.wbl-static-home-page .wbl-sh-hero-title {
  font-size: 52px;
}

body.wbl-static-home-page .wbl-sh-hero-title span {
  font-size: inherit;
  color: #7dd3fc;
  -webkit-text-fill-color: currentColor;
}

body.wbl-static-home-page .wbl-sh-hero-sub {
  font-size: 18px;
  max-width: 560px;
}

body.wbl-static-home-page .wbl-sh-stats {
  max-width: 520px;
  gap: 26px 46px;
}

body.wbl-static-home-page .wbl-sh-stat .wbl-sh-stat-icon {
  width: 46px;
  height: 46px;
}

body.wbl-static-home-page .wbl-sh-stat strong {
  font-size: 30px;
}

body.wbl-static-home-page .wbl-sh-stat > span:last-child {
  font-size: 14px;
}

body.wbl-static-home-page .wbl-sh-stat {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-items: center;
}

body.wbl-static-home-page .wbl-sh-stat .wbl-sh-stat-icon {
  grid-row: 1 / span 2;
  grid-column: 1;
  margin-bottom: 0;
}

body.wbl-static-home-page .wbl-sh-stat .wbl-sh-stat-icon img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

body.wbl-static-home-page .wbl-sh-stat strong {
  grid-column: 2;
  color: #fff;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-stat > span:last-child {
  grid-column: 2;
  color: #d7e2f7;
  margin-top: 2px;
}

body.wbl-static-home-page .wbl-sh-tab {
  min-width: 190px;
  font-size: 14px;
}

body.wbl-static-home-page .wbl-sh-campaign-body {
  grid-template-columns: minmax(0, 1fr) 45%;
  min-height: 410px;
  padding: 36px 38px;
}

body.wbl-static-home-page .wbl-sh-campaign-text h3 {
  font-size: 34px;
}

body.wbl-static-home-page .wbl-sh-campaign-text p {
  font-size: 16px;
}

body.wbl-static-home-page .wbl-sh-campaign-text li {
  font-size: 15px;
}

body.wbl-static-home-page .wbl-sh-campaign-visual img {
  max-width: 420px;
}

body.wbl-static-home-page .wbl-sh-platform {
  min-height: 92px;
  border-radius: 20px;
}

body.wbl-static-home-page .wbl-sh-platform-label {
  font-size: 15px;
}

body.wbl-static-home-page .wbl-sh-platform-item {
  padding: 10px 20px;
}

body.wbl-static-home-page .wbl-sh-platform-item img {
  width: 42px;
  height: 42px;
  border-radius: 4px;
}
body.wbl-static-home-page .wbl-static-home span {
    line-height: normal;
}
body.wbl-static-home-page .wbl-sh-platform-item strong {
  font-size: 15px;
}

body.wbl-static-home-page .wbl-sh-platform-item small,
body.wbl-static-home-page .wbl-sh-platform-cta {
  font-size: 13px;
}

body.wbl-static-home-page .wbl-sh-section {
  padding: 56px 0;
  padding-bottom: 30px 0;
}

body.wbl-static-home-page .wbl-sh-section-head h2 {
  font-size: 38px;
}

body.wbl-static-home-page .wbl-sh-section-head p {
  font-size: 16px;
}

body.wbl-static-home-page .wbl-sh-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.wbl-static-home-page .wbl-sh-product-card {
  min-height: 0;
  padding: 22px;
}

body.wbl-static-home-page .wbl-sh-product-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: #eef2fa;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

body.wbl-static-home-page .wbl-sh-product-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

body.wbl-static-home-page .wbl-sh-product-card h3 {
  font-size: 16px;
  min-height: calc(1.25em * 2);
}

body.wbl-static-home-page .wbl-sh-product-meta {
  font-size: 13px;
}

body.wbl-static-home-page .wbl-sh-product-price {
  font-size: 22px;
}

body.wbl-static-home-page .wbl-sh-goals-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.wbl-static-home-page .wbl-sh-goal-card {
  width: auto;
  min-height: 0;
}

body.wbl-static-home-page .wbl-sh-list-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  overflow: hidden;
  background: #f8faff;
  border: 1px solid var(--border);
}

body.wbl-static-home-page .wbl-sh-list-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

body.wbl-static-home-page .wbl-sh-list-item div strong {
  font-size: 15px;
}

body.wbl-static-home-page .wbl-sh-review footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.wbl-static-home-page .wbl-sh-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent-gradient);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

body.wbl-static-home-page .wbl-sh-blog-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.wbl-static-home-page .wbl-sh-blog-grid {
  grid-template-columns: 1fr 380px;
}

body.wbl-static-home-page .wbl-sh-blog-thumb {
  height: 180px;
  background: #f8faff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wbl-static-home-page .wbl-sh-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 10px;
}

@media (max-width: 1400px) {
  body.wbl-static-home-page .wbl-sh-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.wbl-static-home-page .wbl-sh-hero-title {
    font-size: 46px;
  }

  body.wbl-static-home-page .wbl-sh-blog-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Platform strip overlaps hero → trending (mockup bridge) */
body.wbl-static-home-page .wbl-sh-hero {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.wbl-static-home-page .wbl-sh-hero-grid {
  padding-bottom: 112px;
}

body.wbl-static-home-page .wbl-sh-platform-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  z-index: 12;
  margin-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}

body.wbl-static-home-page .wbl-sh-platform {
  pointer-events: auto;
  position: relative;
  z-index: 12;
}

body.wbl-static-home-page .wbl-sh-trending {
  position: relative;
  z-index: 1;
  padding-top: 52px;
}

@media (max-width: 768px) {
  body.wbl-static-home-page .wbl-sh-hero {
    margin-bottom: 0;
    padding-bottom: 28px;
  }

  body.wbl-static-home-page .wbl-sh-hero-grid {
    padding-bottom: 28px;
  }

  body.wbl-static-home-page .wbl-sh-platform-wrap {
    position: relative;
    bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.wbl-static-home-page .wbl-sh-trending {
    padding-top: 32px;
  }
}

/* Product collections row: New / Best / AI Advisor */
body.wbl-static-home-page .wbl-sh-collections {
  background:
    radial-gradient(circle at 12% 18%, rgba(123, 63, 242, 0.07), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(47, 128, 255, 0.07), transparent 32%),
    #f5f7fc;
  padding-top: 28px;
  padding-bottom: 36px;
}

body.wbl-static-home-page .wbl-sh-collections-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

body.wbl-static-home-page .wbl-sh-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(22, 28, 66, 0.05);
}

body.wbl-static-home-page .wbl-sh-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f8;
}

body.wbl-static-home-page .wbl-sh-col-head h3 {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-col-head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6f4cff, #2f80ff);
}

body.wbl-static-home-page .wbl-sh-col-head a {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6f4cff;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-col-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

body.wbl-static-home-page .wbl-sh-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  border-bottom: 1px solid transparent;
  background: #f8f9fd;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body.wbl-static-home-page a.wbl-sh-list-item:hover {
  background: #fff;
  border-color: rgba(111, 76, 255, 0.22);
  box-shadow: 0 8px 20px rgba(47, 70, 160, 0.08);
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-list-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #e8ebf5;
  border-radius: 12px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 14px rgba(29, 35, 70, 0.06);
}

body.wbl-static-home-page .wbl-sh-list-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  box-sizing: border-box;
  background: #fff;
}

body.wbl-static-home-page .wbl-sh-list-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-list-icon--photo::before {
  display: none;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-ai {
  background: #dcebff;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-ai::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Crect x='5' y='8' width='16' height='11' rx='4' fill='%232F80FF'/%3E%3Ccircle cx='10' cy='13.5' r='1.3' fill='white'/%3E%3Ccircle cx='16' cy='13.5' r='1.3' fill='white'/%3E%3Cpath d='M11 17h4' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M13 5v3M8 6l1.5 2M18 6l-1.5 2' stroke='%232F80FF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-chat {
  background: #e7fbf1;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-chat::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Ccircle cx='13' cy='13' r='9' fill='%2325D366'/%3E%3Cpath d='M8.5 18l.8-2.7A5.8 5.8 0 1113 18.8c-1 0-1.9-.2-2.7-.7L8.5 18z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M10.8 10.5c.2 2 1.8 3.6 3.9 4 .5.1 1-.7.7-1l-.7-.7c-.2-.2-.5-.1-.8 0-.7-.3-1.2-.8-1.6-1.5.2-.3.3-.6.1-.8l-.7-.7c-.3-.3-1.1.2-.9.7z' fill='white'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-odoo {
  background: #e4f5eb;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-odoo::before {
  content: "odoo";
  color: #31443a;
  font-size: 12px;
  letter-spacing: -0.05em;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-stripe {
  background: linear-gradient(135deg, #7c5cff, #4f46e5);
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-stripe::before {
  content: "S";
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-payment {
  background: #eaf2ff;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-payment::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Ccircle cx='13' cy='8' r='4' fill='%2364748B'/%3E%3Cpath d='M5 21c1-4.6 15-4.6 16 0' fill='%23E2E8F0' stroke='%2364748B' stroke-width='1.4'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-search {
  background: #f0edff;
}

body.wbl-static-home-page .wbl-sh-list-icon.wbl-sh-icon-search::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11.5' cy='11.5' r='6'/%3E%3Cpath d='M17 17l4 4'/%3E%3C/svg%3E") center / 26px 26px no-repeat;
}

body.wbl-static-home-page .wbl-sh-list-body,
body.wbl-static-home-page .wbl-sh-list-item div {
  min-width: 0;
  flex: 1;
}

body.wbl-static-home-page .wbl-sh-list-body strong,
body.wbl-static-home-page .wbl-sh-list-item div strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #12183f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.wbl-static-home-page a.wbl-sh-list-item:hover .wbl-sh-list-body strong,
body.wbl-static-home-page a.wbl-sh-list-item:hover div strong {
  color: #4f3bff;
}

body.wbl-static-home-page .wbl-sh-list-meta,
body.wbl-static-home-page .wbl-sh-list-item div span {
  display: block;
  margin-top: 3px;
  color: #6b738c;
  font-size: 12.5px;
  line-height: 1.35;
}

body.wbl-static-home-page .wbl-sh-tag {
  margin-left: 0;
  flex-shrink: 0;
  background: #6f4cff;
  color: #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 5px 9px;
}

body.wbl-static-home-page .wbl-sh-rank {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff4d6;
  color: #a86b00;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(184, 121, 0, 0.12);
}

body.wbl-static-home-page .wbl-sh-ranked {
  display: flex;
  grid-template-columns: none;
}

body.wbl-static-home-page .wbl-sh-advisor {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(47, 128, 255, 0.18), transparent 36%),
    radial-gradient(circle at 10% 90%, rgba(123, 63, 242, 0.14), transparent 40%),
    linear-gradient(160deg, #eef3ff 0%, #ffffff 58%);
  border-color: rgba(111, 76, 255, 0.18);
}

body.wbl-static-home-page .wbl-sh-advisor-visual {
  display: block;
  width: 100%;
  height: 148px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 40%, rgba(47, 128, 255, 0.35), transparent 42%),
    linear-gradient(135deg, #0b1633 0%, #1a2460 55%, #4b2fb8 100%);
}

body.wbl-static-home-page .wbl-sh-advisor-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: none;
}

body.wbl-static-home-page .wbl-sh-advisor-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 20px;
}

body.wbl-static-home-page .wbl-sh-advisor-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  background: rgba(111, 76, 255, 0.1);
  color: #5b3fdc;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  position: static;
}

body.wbl-static-home-page .wbl-sh-advisor-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6f4cff;
  box-shadow: 0 0 0 3px rgba(111, 76, 255, 0.18);
  position: static;
}

body.wbl-static-home-page .wbl-sh-advisor h3 {
  color: #12183f;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

body.wbl-static-home-page .wbl-sh-advisor p {
  color: #667089;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 14px;
}

body.wbl-static-home-page .wbl-sh-advisor ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}

body.wbl-static-home-page .wbl-sh-advisor li {
  position: relative;
  padding-left: 22px;
  margin: 0;
  color: #44506b;
  font-size: 13px;
  line-height: 1.35;
}

body.wbl-static-home-page .wbl-sh-advisor li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 12px;
  height: 8px;
  border-left: 2px solid #2f80ff;
  border-bottom: 2px solid #2f80ff;
  transform: rotate(-45deg);
}

body.wbl-static-home-page .wbl-sh-advisor .wbl-sh-btn-primary {
  width: 100%;
  margin-top: auto;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}

@media (max-width: 992px) {
  body.wbl-static-home-page .wbl-sh-collections-grid {
    grid-template-columns: 1fr 1fr;
  }

  body.wbl-static-home-page .wbl-sh-advisor {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    align-items: stretch;
  }

  body.wbl-static-home-page .wbl-sh-advisor-visual {
    height: auto;
    min-height: 100%;
  }
}

@media (max-width: 768px) {
  body.wbl-static-home-page .wbl-sh-collections-grid {
    grid-template-columns: 1fr;
  }

  body.wbl-static-home-page .wbl-sh-advisor {
    display: flex;
    flex-direction: column;
    grid-column: auto;
    grid-template-columns: none;
  }

  body.wbl-static-home-page .wbl-sh-advisor-visual {
    height: 140px;
    min-height: 0;
  }
}

/* Services band */
body.wbl-static-home-page .wbl-sh-services {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 48px 0 !important;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 128, 255, 0.16), transparent 30%),
    radial-gradient(circle at 78% 10%, rgba(123, 63, 242, 0.18), transparent 34%),
    linear-gradient(145deg, #071225 0%, #0b1633 52%, #121f4a 100%);
  border-radius: 0;
  box-shadow: none;
}

body.wbl-static-home-page .wbl-sh-services-grid {
  max-width: var(--wbl-max, 1400px);
  margin: 0 auto;
  padding: 0 var(--wbl-container-pad-x, 24px);
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.35fr);
  gap: 28px 36px;
  align-items: stretch;
  box-sizing: border-box;
}

body.wbl-static-home-page .wbl-sh-services-intro {
  align-self: center;
  padding: 8px 8px 8px 0;
}

body.wbl-static-home-page .wbl-sh-services-sub {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #c4b5fd;
  background: rgba(123, 63, 242, 0.18);
  border: 1px solid rgba(167, 139, 250, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.wbl-static-home-page .wbl-sh-services-intro h2 {
  max-width: 420px;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

body.wbl-static-home-page .wbl-sh-services-intro > p {
  max-width: 420px;
  color: #c5d0e8;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 22px;
}

body.wbl-static-home-page .wbl-sh-services-intro .wbl-sh-btn-primary {
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #336fff 0%, #8f31ff 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(123, 63, 242, 0.32);
}

body.wbl-static-home-page .wbl-sh-services-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.wbl-static-home-page .wbl-sh-service-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 22px 20px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(167, 139, 250, 0.18);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.wbl-static-home-page .wbl-sh-service-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(167, 139, 250, 0.36);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: inherit;
}

body.wbl-static-home-page .wbl-sh-service-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-bottom: 16px;
  background-color: rgba(123, 63, 242, 0.16);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 8px 18px rgba(123, 63, 242, 0.16);
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
}

body.wbl-static-home-page .wbl-sh-service-icon::before {
  content: none !important;
}

body.wbl-static-home-page .wbl-sh-svc-code {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23C4B5FD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 11.5l8-6 8 6v8a1.5 1.5 0 01-1.5 1.5h-13A1.5 1.5 0 015 19.5v-8z'/%3E%3Cpath d='M10 21v-7h6v7'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-svc-erp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Crect x='4.5' y='4.5' width='17' height='17' rx='3' stroke='%23C4B5FD' stroke-width='2'/%3E%3Cpath d='M9 9h3.2v3.2H9V9zm4.8 0H17v3.2h-3.2V9zM9 13.8h3.2V17H9v-3.2zm4.8 0H17V17h-3.2v-3.2z' fill='%23C4B5FD'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-svc-plug {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23C4B5FD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4v5M17 4v5M7 9h12v4a6 6 0 01-12 0V9zM13 19v3'/%3E%3Cpath d='M10 22h6'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-svc-support {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23C4B5FD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13' cy='10' r='4'/%3E%3Cpath d='M5 22c1.3-5.2 14.7-5.2 16 0M4 12a9 9 0 0118 0'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-service-card h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

body.wbl-static-home-page .wbl-sh-service-card p {
  color: #b7c3db;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0 0 16px;
  flex: 1;
}

body.wbl-static-home-page .wbl-sh-service-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-service-card:hover .wbl-sh-service-cta {
  color: #ddd6fe;
}

@media (max-width: 1100px) {
  body.wbl-static-home-page .wbl-sh-services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.wbl-static-home-page .wbl-sh-services-intro h2,
  body.wbl-static-home-page .wbl-sh-services-intro > p {
    max-width: none;
  }
}

@media (max-width: 700px) {
  body.wbl-static-home-page .wbl-sh-services-cards {
    grid-template-columns: 1fr;
  }
}

/* Industries row */
body.wbl-static-home-page .wbl-sh-industries {
  background:
    radial-gradient(circle at 10% 20%, rgba(123, 63, 242, 0.05), transparent 34%),
    #f5f7fc;
  padding: 36px 0 40px;
}

body.wbl-static-home-page .wbl-sh-industries .wbl-sh-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  margin-bottom: 20px;
}

body.wbl-static-home-page .wbl-sh-industries .wbl-sh-section-head h2 {
  color: #12183f;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-industries .wbl-sh-section-head p {
  display: block;
  margin: 8px 0 0;
  color: #667089;
  font-size: 15px;
  font-weight: 500;
}

body.wbl-static-home-page .wbl-sh-industries .wbl-sh-section-head > a {
  flex-shrink: 0;
  color: #6f4cff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-industries .wbl-sh-section-head::after {
  content: none;
}

body.wbl-static-home-page .wbl-sh-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.wbl-static-home-page .wbl-sh-industry {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 14px;
  color: #12183f;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(17, 24, 63, 0.035);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.wbl-static-home-page .wbl-sh-industry:hover {
  border-color: rgba(111, 76, 255, 0.28);
  box-shadow: 0 12px 26px rgba(47, 70, 160, 0.08);
  transform: translateY(-2px);
}

body.wbl-static-home-page .wbl-sh-industry strong {
  display: block;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-industry-icon {
  display: block;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin: 0;
  border: 0;
  border-radius: 12px;
  background-color: #f1edff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  box-shadow: inset 0 0 0 1px rgba(123, 63, 242, 0.1);
}

body.wbl-static-home-page .wbl-sh-industry-icon-retail {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 11h14l-1 10H7L6 11zM9 11V8a4 4 0 018 0v3'/%3E%3Cpath d='M11 16h4'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-healthcare {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 4l8 3v6c0 5-3.3 8-8 9-4.7-1-8-4-8-9V7l8-3z'/%3E%3Cpath d='M13 9v7M9.5 12.5h7'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-manufacturing {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21V10l5 3v-3l7 4v7H7zM9 8l2-4h4l2 7'/%3E%3Cpath d='M10 17h2M15 17h2'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-logistics {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h13v9H4zM17 12h4l2 3v3h-6z'/%3E%3Ccircle cx='8' cy='19' r='2'/%3E%3Ccircle cx='19' cy='19' r='2'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-education {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='13' height='14' rx='2'/%3E%3Cpath d='M10 7V5h8v2M10 11h7M10 15h5'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-travel {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 19h16M8 19l2-8h6l2 8M11 11V7h4v4M7 15h12'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-automotive {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 16l2-6h10l2 6v4H6v-4zM8 20v2M18 20v2M8 16h.01M18 16h.01M9 10l1-3h6l1 3'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-industry-icon-more {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237B3FF2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 4l2.6 5.4 5.9.8-4.3 4.2 1 5.9-5.2-2.8-5.2 2.8 1-5.9-4.3-4.2 5.9-.8L13 4z'/%3E%3C/svg%3E");
}

@media (max-width: 992px) {
  body.wbl-static-home-page .wbl-sh-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body.wbl-static-home-page .wbl-sh-industries-grid {
    grid-template-columns: 1fr;
  }
}

/* Reviews and brands: compact reference match */
body.wbl-static-home-page .wbl-sh-reviews {
  background: #fff;
  padding: 22px 0 14px;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head {
  align-items: center;
  margin-bottom: 18px;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head h2 {
  color: #11183f;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head p {
  display: none;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head > a {
  color: #6f4cff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-reviews-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

body.wbl-static-home-page .wbl-sh-review {
  min-height: 212px;
  padding: 28px 30px 22px;
  background: linear-gradient(145deg, #f7f8ff 0%, #ffffff 72%);
  border: 1px solid #e7ebf6;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(17, 24, 63, 0.035);
}

body.wbl-static-home-page .wbl-sh-review-stars {
  color: #ffb000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

body.wbl-static-home-page .wbl-sh-star {
  display: inline-block;
  width: 0.85em;
  height: 1em;
  margin-right: 1px;
  vertical-align: -0.05em;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFB000' d='M12 2.5l2.9 5.9 6.5.9-4.7 4.6 1.1 6.4L12 17.8 6.2 20.3l1.1-6.4L2.6 9.3l6.5-.9L12 2.5z'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-star::before {
  content: none;
}

body.wbl-static-home-page .wbl-sh-review p {
  color: #1e294b;
  font-size: 13px;
  line-height: 1.62;
  font-weight: 500;
  margin: 0 0 23px;
}

body.wbl-static-home-page .wbl-sh-review footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.wbl-static-home-page .wbl-sh-review-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: transparent;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 2px #fff, 0 7px 16px rgba(17, 24, 63, 0.16);
  flex-shrink: 0;
}

body.wbl-static-home-page .wbl-sh-review:nth-child(1) .wbl-sh-review-avatar {
  background-image: linear-gradient(rgba(21, 31, 57, 0.02), rgba(21, 31, 57, 0.02)), url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23d6ebff'/%3E%3Ccircle cx='24' cy='18' r='8' fill='%23243b5a'/%3E%3Cpath d='M10 46c2-12 26-12 28 0' fill='%232f80ff'/%3E%3Cpath d='M16 15c2-9 17-9 18 3-6-4-12-4-18-3z' fill='%2311183f'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-review:nth-child(2) .wbl-sh-review-avatar {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23fde8d7'/%3E%3Ccircle cx='24' cy='18' r='8' fill='%238b5a3c'/%3E%3Cpath d='M9 46c2-12 28-12 30 0' fill='%232f80ff'/%3E%3Cpath d='M15 17c2-11 18-10 18 0-5-3-12-3-18 0z' fill='%233a2a22'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-review:nth-child(3) .wbl-sh-review-avatar {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23e2f6ff'/%3E%3Ccircle cx='24' cy='18' r='8' fill='%23663d2e'/%3E%3Cpath d='M9 46c2-12 28-12 30 0' fill='%2311183f'/%3E%3Cpath d='M15 15c5-8 17-5 18 3-6-3-12-3-18-3z' fill='%231d2939'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-review:nth-child(4) .wbl-sh-review-avatar {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' fill='%23f3e8ff'/%3E%3Ccircle cx='24' cy='18' r='8' fill='%235b3b2f'/%3E%3Cpath d='M9 46c2-12 28-12 30 0' fill='%237B3FF2'/%3E%3Cpath d='M15 17c1-10 18-12 19 2-7-4-13-4-19-2z' fill='%2311183f'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-review footer strong {
  color: #11183f;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-review footer span span {
  color: #667085;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  display: block;
}

body.wbl-static-home-page .wbl-sh-brands {
  background: #fff;
  padding: 4px 0 24px;
}

body.wbl-static-home-page .wbl-sh-brands-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: 36px repeat(8, minmax(0, 1fr)) 128px 36px;
  gap: 24px;
  align-items: center;
  justify-items: center;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #dfe5f2;
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(17, 24, 63, 0.04);
}

body.wbl-static-home-page .wbl-sh-brand-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #dfe5f2;
  background: #fff;
  color: #657089;
  font-size: 22px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(17, 24, 63, 0.08);
}

body.wbl-static-home-page .wbl-sh-brand {
  color: #15233f;
  opacity: 0.68;
  filter: grayscale(1);
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

body.wbl-static-home-page .wbl-sh-brand:nth-of-type(1) {
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
}

body.wbl-static-home-page .wbl-sh-brand:nth-of-type(2) {
  font-size: 18px;
  letter-spacing: 0.04em;
}

body.wbl-static-home-page .wbl-sh-brand:nth-of-type(3) {
  font-size: 24px;
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
}

body.wbl-static-home-page .wbl-sh-brand:nth-of-type(4) {
  font-size: 20px;
  font-style: italic;
}

body.wbl-static-home-page .wbl-sh-brand:nth-of-type(5) {
  color: #e52020;
  opacity: 1;
  filter: none;
  font-family: var(--wbl-font, 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
  font-size: 23px;
}

body.wbl-static-home-page .wbl-sh-brand.muted {
  color: #15233f;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (max-width: 1200px) {
  body.wbl-static-home-page .wbl-sh-brands-row {
    grid-template-columns: 28px repeat(4, minmax(0, 1fr)) 28px;
  }

  body.wbl-static-home-page .wbl-sh-brand:nth-of-type(n+5),
  body.wbl-static-home-page .wbl-sh-brand.muted {
    display: none;
  }
}

/* Final blog/newsletter block: compact reference match */
body.wbl-static-home-page .wbl-sh-blog {
  background: #fff;
  padding: 24px 0 35px;
  margin-bottom: 0;
}

body.wbl-static-home-page .wbl-sh-blog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 455px;
  gap: 36px;
  align-items: stretch;
}

body.wbl-static-home-page .wbl-sh-blog .wbl-sh-section-head {
  align-items: center;
  margin-bottom: 18px;
}

body.wbl-static-home-page .wbl-sh-blog .wbl-sh-section-head h2 {
  color: #11183f;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-blog .wbl-sh-section-head p {
  display: none;
}

body.wbl-static-home-page .wbl-sh-blog .wbl-sh-section-head a {
  color: #6f4cff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-blog-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

body.wbl-static-home-page .wbl-sh-blog-card {
  min-height: 228px;
  overflow: hidden;
  padding: 0 0 15px;
  background: #fff;
  border: 1px solid #dfe5f2;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(17, 24, 63, 0.035);
}

body.wbl-static-home-page .wbl-sh-blog-thumb {
  height: 118px;
  margin: 0;
  background: #eef3ff;
  display: block;
}

body.wbl-static-home-page .wbl-sh-blog-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
}

body.wbl-static-home-page .wbl-sh-blog-cat {
  display: none;
}

body.wbl-static-home-page .wbl-sh-blog-card h4 {
  min-height: 42px;
  margin: 13px 14px 11px;
  color: #11183f;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-blog-meta {
  display: block;
  padding: 0 14px;
  color: #7b8498;
  font-size: 11px;
  line-height: 1;
}

body.wbl-static-home-page .wbl-sh-newsletter {
  min-height: 228px;
  padding: 35px 34px 26px;
  background: linear-gradient(145deg, #f7f8ff 0%, #ffffff 72%);
  border: 1px solid #e2e7f3;
  border-radius: 9px;
  box-shadow: 0 8px 24px rgba(17, 24, 63, 0.04);
}

body.wbl-static-home-page .wbl-sh-newsletter h3 {
  color: #11183f;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 17px;
}

body.wbl-static-home-page .wbl-sh-newsletter p {
  max-width: 315px;
  color: #4b5874;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 25px;
}

body.wbl-static-home-page .wbl-sh-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 0;
  margin-bottom: 12px;
}

body.wbl-static-home-page .wbl-sh-newsletter-form input {
  height: 48px;
  min-width: 0;
  border: 1px solid #cfd6e6;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  padding: 0 18px;
  color: #11183f;
  font-size: 13px;
  outline: none;
}

body.wbl-static-home-page .wbl-sh-newsletter-form input::placeholder {
  color: #8892a7;
}

body.wbl-static-home-page .wbl-sh-newsletter-form .wbl-sh-btn-primary {
  height: 48px;
  border-radius: 0 5px 5px 0;
  padding: 0 18px;
  font-size: 13px;
  box-shadow: none;
  background: linear-gradient(135deg, #356dff 0%, #7b3ff2 100%);
}

body.wbl-static-home-page .wbl-sh-newsletter small {
  display: block;
  color: #7b8498;
  font-size: 10px;
  line-height: 1;
}

@media (max-width: 1200px) {
  body.wbl-static-home-page .wbl-sh-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Recommendation pass: goals + platform collections */
body.wbl-static-home-page .wbl-sh-goals {
  background:
    radial-gradient(circle at 8% 20%, rgba(123, 63, 242, 0.06), transparent 34%),
    #f4f6fc;
}

body.wbl-static-home-page .wbl-sh-goals-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  justify-content: stretch;
}

body.wbl-static-home-page .wbl-sh-goal-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  width: auto;
  min-height: 0;
  padding: 18px 16px;
  text-align: left;
  text-decoration: none;
  color: #12183f;
  background: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(17, 24, 63, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.wbl-static-home-page .wbl-sh-goal-card:hover {
  border-color: rgba(111, 76, 255, 0.28);
  box-shadow: 0 14px 30px rgba(47, 70, 160, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-goal-icon {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(123, 63, 242, 0.14);
  background-color: #f1edff;
  background-size: 24px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

body.wbl-static-home-page .wbl-sh-goal-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.wbl-static-home-page .wbl-sh-goal-card strong {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-goal-card:hover strong {
  color: #4f3bff;
}

body.wbl-static-home-page .wbl-sh-goal-card small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  color: #667089;
  font-size: 13px;
  line-height: 1.45;
}

body.wbl-static-home-page .wbl-sh-platform-collections {
  background:
    radial-gradient(circle at 12% 20%, rgba(47, 128, 255, 0.07), transparent 32%),
    radial-gradient(circle at 84% 12%, rgba(123, 63, 242, 0.08), transparent 34%),
    #fff;
  padding: 36px 0;
}

body.wbl-static-home-page .wbl-sh-platform-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.wbl-static-home-page .wbl-sh-platform-collection {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
  padding: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #12183f;
  background: #fff;
  border: 1px solid #e6eaf5;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(17, 24, 63, 0.045);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body.wbl-static-home-page .wbl-sh-platform-collection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #6f4cff, #2f80ff);
  opacity: 0.85;
}

body.wbl-static-home-page .wbl-sh-platform-collection:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 76, 255, 0.28);
  box-shadow: 0 18px 36px rgba(47, 128, 255, 0.12);
  text-decoration: none;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-platform-collection-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.wbl-static-home-page .wbl-sh-platform-collection-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1edff;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 63, 0.04);
}

body.wbl-static-home-page .wbl-sh-platform-collection-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 0;
}

body.wbl-static-home-page .wbl-sh-platform-collection em {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: #4f3bff;
  background: rgba(111, 76, 255, 0.1);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

body.wbl-static-home-page .wbl-sh-platform-collection-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

body.wbl-static-home-page .wbl-sh-platform-collection strong {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #12183f;
}

body.wbl-static-home-page .wbl-sh-platform-collection small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  color: #667089;
  font-size: 13.5px;
  line-height: 1.5;
}

body.wbl-static-home-page .wbl-sh-platform-collection-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 4px;
  color: #6f4cff;
  font-size: 13px;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-platform-collection:hover .wbl-sh-platform-collection-cta {
  color: #4f3bff;
}

body.wbl-static-home-page .wbl-sh-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(248, 250, 255, 0.96), #fff 64%),
    radial-gradient(circle at 30% 10%, rgba(123, 63, 242, 0.09), transparent 34%);
}

body.wbl-static-home-page .wbl-sh-product-card::before {
  content: "Lifetime Updates";
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  color: #3145c9;
  background: #edf2ff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-product-card::after {
  content: "Odoo Ready";
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 999px;
  color: #7b3ff2;
  background: #f1edff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-product-card .wbl-sh-product-top {
  padding-top: 30px;
}

body.wbl-static-home-page .wbl-sh-product-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-product-top {
  display: block;
  text-align: center;
}

body.wbl-static-home-page .wbl-sh-product-badge {
  position: absolute;
  top: 51px;
  right: 16px;
  background: #10b981;
  color: #fff;
}

body.wbl-static-home-page .wbl-sh-product-card h3 {
  margin-top: 18px;
  text-align: center;
}

body.wbl-static-home-page .wbl-sh-product-meta,
body.wbl-static-home-page .wbl-sh-product-price {
  justify-content: center;
  text-align: center;
}

body.wbl-static-home-page .wbl-sh-collections {
  background:
    radial-gradient(circle at 72% 50%, rgba(123, 63, 242, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f7fc 0%, #fff 100%);
}

body.wbl-static-home-page .wbl-sh-why {
  background:
    radial-gradient(circle at 18% 18%, rgba(47, 128, 255, 0.18), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(123, 63, 242, 0.25), transparent 34%),
    linear-gradient(135deg, #071225 0%, #101f45 100%);
  color: #fff;
  padding: 70px 0;
}

body.wbl-static-home-page .wbl-sh-why .wbl-sh-section-head h2 {
  color: #fff;
}

body.wbl-static-home-page .wbl-sh-why .wbl-sh-section-head p {
  color: #c8d3ea;
}

body.wbl-static-home-page .wbl-sh-why .wbl-sh-section-head a {
  color: #a78bfa;
}

body.wbl-static-home-page .wbl-sh-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

body.wbl-static-home-page .wbl-sh-why-card {
  min-height: 210px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

body.wbl-static-home-page .wbl-sh-why-icon {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 12px;
  margin-bottom: 18px;
  background: rgba(123, 63, 242, 0.18);
  border: 1px solid rgba(167, 139, 250, 0.45);
  position: relative;
}

body.wbl-static-home-page .wbl-sh-why-icon::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid #9b5cff;
  border-radius: 7px;
}

body.wbl-static-home-page .wbl-sh-why-card h3 {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 10px;
}

body.wbl-static-home-page .wbl-sh-why-card p {
  color: #c8d3ea;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

body.wbl-static-home-page .wbl-sh-reviews {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 128, 255, 0.16), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(123, 63, 242, 0.18), transparent 30%),
    #071225;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head h2 {
  color: #fff;
}

body.wbl-static-home-page .wbl-sh-reviews .wbl-sh-section-head > a {
  color: #a78bfa;
}

body.wbl-static-home-page .wbl-sh-review {
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border-color: rgba(255, 255, 255, 0.12);
}

body.wbl-static-home-page .wbl-sh-review p,
body.wbl-static-home-page .wbl-sh-review footer strong {
  color: #fff;
}

body.wbl-static-home-page .wbl-sh-review footer span span {
  color: #c8d3ea;
}

body.wbl-static-home-page .wbl-sh-hero {
  overflow: visible;
}

body.wbl-static-home-page .wbl-sh-hero::before {
  z-index: 0;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 32%, rgba(47, 128, 255, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 22%, rgba(167, 139, 250, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 87% 62%, rgba(47, 128, 255, 0.16) 0 1px, transparent 2px);
  background-size: 96px 96px, 132px 132px, 108px 108px;
  opacity: 0.7;
}

body.wbl-static-home-page .wbl-sh-campaign {
  position: relative;
}

body.wbl-static-home-page .wbl-sh-updates {
  background:
    radial-gradient(circle at 18% 10%, rgba(47, 128, 255, 0.08), transparent 28%),
    #fff;
  padding: 56px 0;
}

body.wbl-static-home-page .wbl-sh-updates-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.wbl-static-home-page .wbl-sh-update-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 168px;
  padding: 20px;
  border: 1px solid #e2e7f3;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8faff 0%, #fff 72%);
  box-shadow: 0 12px 28px rgba(17, 24, 63, 0.05);
}

body.wbl-static-home-page .wbl-sh-update-time {
  color: #6f4cff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

body.wbl-static-home-page .wbl-sh-update-card-body {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

body.wbl-static-home-page .wbl-sh-update-copy {
  min-width: 0;
}

body.wbl-static-home-page .wbl-sh-update-card h3 {
  margin: 0 0 8px;
  color: #11183f;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-sh-update-card img,
body.wbl-static-home-page .wbl-sh-update-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: contain;
  flex: 0 0 52px;
  background: #fff;
  border: 1px solid #e2e7f3;
  box-shadow: inset 0 0 0 1px #edf1fa;
}

body.wbl-static-home-page .wbl-sh-update-thumb {
  display: inline-block;
  background:
    linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}

body.wbl-static-home-page .wbl-sh-update-change {
  margin: 0;
  color: #11183f;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-update-check {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%2310B981'/%3E%3Cpath d='M4.5 8.2l2.2 2.2 4.8-4.8' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.wbl-static-home-page .wbl-sh-update-change span {
  color: #10b981;
  margin-right: 4px;
}

body.wbl-static-home-page .wbl-sh-update-platform {
  margin-top: auto;
  color: #667085;
  font-size: 12px;
  font-weight: 600;
}

body.wbl-static-home-page .wbl-sh-review-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 18px;
}

body.wbl-static-home-page .wbl-sh-review-facts span,
body.wbl-static-home-page .wbl-sh-review-facts strong {
  padding: 8px 9px;
  border-radius: 8px;
  color: #dbe7ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-review-facts strong {
  grid-column: 1 / -1;
  color: #fff;
  background: rgba(123, 63, 242, 0.25);
}

body.wbl-static-home-page .wbl-sh-blog-cards {
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
}

body.wbl-static-home-page .wbl-sh-blog-card.is-featured {
  min-height: 286px;
}

body.wbl-static-home-page .wbl-sh-blog-card.is-featured .wbl-sh-blog-thumb {
  height: 160px;
}

body.wbl-static-home-page .wbl-sh-blog-card.is-featured h4 {
  min-height: auto;
  font-size: 16px;
  line-height: 1.35;
}

body.wbl-static-home-page .wbl-footer-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
  margin-top: 0;
  max-width: none;
}

body.wbl-static-home-page .wbl-footer-trust li {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.wbl-static-home-page .wbl-footer-trust strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}

body.wbl-static-home-page .wbl-footer-trust span {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 1200px) {
  body.wbl-static-home-page .wbl-sh-platform-collection-grid,
  body.wbl-static-home-page .wbl-sh-why-grid,
  body.wbl-static-home-page .wbl-sh-updates-grid,
  body.wbl-static-home-page .wbl-sh-blog-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.wbl-static-home-page .wbl-sh-platform-collection-grid,
  body.wbl-static-home-page .wbl-sh-why-grid,
  body.wbl-static-home-page .wbl-sh-updates-grid,
  body.wbl-static-home-page .wbl-sh-blog-cards {
    grid-template-columns: 1fr;
  }

  body.wbl-static-home-page .wbl-sh-update-card {
    grid-template-columns: 1fr;
  }
}

/* ─── Design feedback pass (v9.5 refinements) ─── */

body.wbl-static-home-page .wbl-sh-goals,
body.wbl-static-home-page .wbl-sh-platform-collections,
body.wbl-static-home-page .wbl-sh-collections {
  padding-top: 25px;
  padding-bottom: 25px;
}

body.wbl-static-home-page .wbl-sh-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.wbl-static-home-page .wbl-sh-product-card {
  position: relative;
  min-height: 0;
  padding: 0;
  border: 1px solid #e2e7f3;
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfcff 0%, #fff 58%);
  box-shadow: 0 16px 40px rgba(17, 24, 63, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body.wbl-static-home-page .wbl-sh-product-card::before,
body.wbl-static-home-page .wbl-sh-product-card::after {
  content: none;
}

body.wbl-static-home-page .wbl-sh-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 63, 242, 0.28);
  box-shadow: 0 24px 52px rgba(47, 128, 255, 0.12);
}

body.wbl-static-home-page .wbl-sh-product-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

body.wbl-static-home-page .wbl-sh-product-visual {
  position: relative;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #d7deef;
  background: #eef2fa;
}

body.wbl-static-home-page .wbl-sh-product-icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: #eef2fa;
  box-shadow: none;
  aspect-ratio: auto;
}

body.wbl-static-home-page .wbl-sh-product-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

body.wbl-static-home-page .wbl-sh-product-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #10b981;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 999px;
}

body.wbl-static-home-page .wbl-sh-product-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 8px 12px 2px;
  flex: 1 1 auto;
  min-height: 0;
}

body.wbl-static-home-page .wbl-sh-product-platform {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: #f1edff;
  color: #6f4cff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(17, 24, 63, 0.08);
}

body.wbl-static-home-page .wbl-sh-product-card h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #11183f;
  text-align: left;
  min-height: calc(1.25em * 2);
  max-height: calc(1.25em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body.wbl-static-home-page .wbl-sh-product-stars {
  color: #fbbf24;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 4px;
  min-height: 1.2em;
}

body.wbl-static-home-page .wbl-sh-product-compat {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  margin-bottom: 4px;
  overflow: hidden;
  min-height: 24px;
}

body.wbl-static-home-page .wbl-sh-product-compat-label {
  flex: 0 0 auto;
  width: auto;
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

body.wbl-static-home-page .wbl-sh-product-compat-tag {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 8px;
  background: #edf2ff;
  color: #3145c9;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

body.wbl-static-home-page .wbl-sh-product-perks--overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  margin: 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 18, 37, 0.72) 100%);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

body.wbl-static-home-page .wbl-sh-product-card:hover .wbl-sh-product-perks--overlay {
  opacity: 1;
  transform: translateY(0);
}

body.wbl-static-home-page .wbl-sh-product-perks--overlay .wbl-sh-product-perk {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Desktop: hide inline perks (mobile-only placement) */
body.wbl-static-home-page .wbl-sh-product-perks--inline {
  display: none;
}

body.wbl-static-home-page .wbl-sh-product-meta {
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  color: #667085;
  font-size: 11px;
  min-height: 16px;
}

body.wbl-static-home-page .wbl-sh-product-price {
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  color: #11183f;
  min-height: 1.2em;
}

body.wbl-static-home-page .wbl-sh-product-card h3 a {
  position: relative;
  z-index: 4;
  color: inherit;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-product-card h3 a:hover {
  color: #7b3ff2;
}

body.wbl-static-home-page .wbl-sh-product-actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px 12px 10px;
  margin-top: auto;
}

body.wbl-static-home-page .wbl-sh-btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 10px;
  border: 1px solid #d7deef;
  background: #fff;
  color: #11183f !important;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-btn-demo:hover {
  border-color: #7b3ff2;
  color: #7b3ff2 !important;
}

body.wbl-static-home-page .wbl-sh-btn-cart {
  min-height: 32px;
  border-radius: 10px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  background: linear-gradient(135deg, #2f80ff, #7b3ff2);
  box-shadow: 0 8px 20px rgba(47, 128, 255, 0.24);
  color: #fff !important;
  border: 0;
  width: 100%;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-btn-cart:disabled {
  opacity: 0.65;
  cursor: wait;
}

body.wbl-static-home-page .wbl-sh-add-form {
  display: contents;
}

/* Keep modal bridge available for ps_shoppingcart without showing theme cart icon.
   After AJAX add-to-cart, ps_shoppingcart replaces .blockcart — keep it visually hidden. */
.wbl-blockcart-bridge,
.wbl-header-actions > .blockcart,
.wbl-site-header .blockcart {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  pointer-events: none !important;
}

/* Platform collection brand accents */
body.wbl-static-home-page .wbl-sh-platform-collection-odoo {
  background: linear-gradient(180deg, #faf7ff 0%, #fff 48%);
  border-color: #e8ddff;
}

body.wbl-static-home-page .wbl-sh-platform-collection-odoo::before {
  background: linear-gradient(90deg, #714b67, #9b6b91);
}

body.wbl-static-home-page .wbl-sh-platform-collection-odoo .wbl-sh-platform-collection-icon {
  background: #ede5ff;
}

body.wbl-static-home-page .wbl-sh-platform-collection-odoo em {
  color: #714b67;
  background: rgba(113, 75, 103, 0.1);
}

body.wbl-static-home-page .wbl-sh-platform-collection-prestashop {
  background: linear-gradient(180deg, #fff7fa 0%, #fff 48%);
  border-color: #f8d9e8;
}

body.wbl-static-home-page .wbl-sh-platform-collection-prestashop::before {
  background: linear-gradient(90deg, #df0067, #ff5a9a);
}

body.wbl-static-home-page .wbl-sh-platform-collection-prestashop .wbl-sh-platform-collection-icon {
  background: #ffe8f1;
}

body.wbl-static-home-page .wbl-sh-platform-collection-prestashop em {
  color: #c2185b;
  background: rgba(223, 0, 103, 0.1);
}

body.wbl-static-home-page .wbl-sh-platform-collection-shopify {
  background: linear-gradient(180deg, #f3fbf6 0%, #fff 48%);
  border-color: #ccefd8;
}

body.wbl-static-home-page .wbl-sh-platform-collection-shopify::before {
  background: linear-gradient(90deg, #95bf47, #5e8e3e);
}

body.wbl-static-home-page .wbl-sh-platform-collection-shopify .wbl-sh-platform-collection-icon {
  background: #dff7e8;
}

body.wbl-static-home-page .wbl-sh-platform-collection-shopify em {
  color: #5e8e3e;
  background: rgba(149, 191, 71, 0.16);
}

body.wbl-static-home-page .wbl-sh-platform-collection-magento {
  background: linear-gradient(180deg, #fff8f2 0%, #fff 48%);
  border-color: #f8dcc8;
}

body.wbl-static-home-page .wbl-sh-platform-collection-magento::before {
  background: linear-gradient(90deg, #f26322, #ec6737);
}

body.wbl-static-home-page .wbl-sh-platform-collection-magento .wbl-sh-platform-collection-icon {
  background: #ffe9d6;
}

body.wbl-static-home-page .wbl-sh-platform-collection-magento em {
  color: #d35400;
  background: rgba(242, 99, 34, 0.12);
}

/* Reviews — grounded context */
body.wbl-static-home-page .wbl-sh-review-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body.wbl-static-home-page .wbl-sh-review-context span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #dbe7ff;
  font-size: 11px;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-review-result {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(123, 63, 242, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

/* Pre-footer CTA */
body.wbl-static-home-page .wbl-sh-prefooter-cta {
  padding: 72px 0;
  background:
    radial-gradient(circle at 18% 50%, rgba(47, 128, 255, 0.18), transparent 34%),
    radial-gradient(circle at 82% 40%, rgba(123, 63, 242, 0.22), transparent 36%),
    linear-gradient(135deg, #071225 0%, #14244d 100%);
}

body.wbl-static-home-page .wbl-sh-prefooter-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.wbl-static-home-page .wbl-sh-prefooter-cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.wbl-static-home-page .wbl-sh-prefooter-cta p {
  margin: 0;
  max-width: 560px;
  color: #c8d3ea;
  font-size: 16px;
  line-height: 1.6;
}

body.wbl-static-home-page .wbl-sh-prefooter-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

body.wbl-static-home-page .wbl-sh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.wbl-static-home-page .wbl-sh-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Learning Center */
body.wbl-static-home-page .wbl-sh-learning-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

body.wbl-static-home-page .wbl-sh-learning-tab {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2e7f3;
  background: #fff;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

body.wbl-static-home-page .wbl-sh-learning-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #2f80ff, #7b3ff2);
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 128, 255, 0.22);
}

body.wbl-static-home-page .wbl-sh-blog-card-guide .wbl-sh-blog-cat {
  background: #edf2ff;
  color: #3145c9;
}

body.wbl-static-home-page .wbl-sh-blog-card-tutorial .wbl-sh-blog-cat {
  background: #ecfdf5;
  color: #047857;
}

body.wbl-static-home-page .wbl-sh-blog-card-video .wbl-sh-blog-cat {
  background: #fef3c7;
  color: #b45309;
}

body.wbl-static-home-page .wbl-sh-blog-card-release .wbl-sh-blog-cat {
  background: #f1edff;
  color: #6f4cff;
}

@media (max-width: 1200px) {
  body.wbl-static-home-page .wbl-sh-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.wbl-static-home-page .wbl-sh-updates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Platform strip + stats must stack above hero visual */
body.wbl-static-home-page .wbl-sh-hero-grid {
  position: relative;
  z-index: 1;
}

body.wbl-static-home-page .wbl-sh-hero-left {
  position: relative;
  z-index: 3;
}

body.wbl-static-home-page .wbl-sh-hero-right {
  position: relative;
  z-index: 2;
}

body.wbl-static-home-page .wbl-sh-stats {
  position: relative;
  z-index: 4;
}

body.wbl-static-home-page .wbl-sh-campaign-visual img {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.wbl-static-home-page .wbl-sh-product-grid {
    grid-template-columns: 1fr;
  }

  body.wbl-static-home-page .wbl-sh-prefooter-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  body.wbl-static-home-page .wbl-sh-prefooter-cta h2 {
    font-size: 28px;
  }

  body.wbl-static-home-page .wbl-sh-product-actions {
    grid-template-columns: 1fr;
  }
}

/* Final polish pass — micro-interactions + testimonial photo support */
body.wbl-static-home-page .wbl-sh-product-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.wbl-static-home-page .wbl-sh-product-visual,
body.wbl-static-home-page .wbl-sh-product-icon img,
body.wbl-static-home-page .wbl-sh-product-badge,
body.wbl-static-home-page .wbl-sh-product-platform,
body.wbl-static-home-page .wbl-sh-btn-demo,
body.wbl-static-home-page .wbl-sh-btn-cart {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

body.wbl-static-home-page .wbl-sh-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(47, 128, 255, 0.16);
}

body.wbl-static-home-page .wbl-sh-product-card:hover .wbl-sh-product-icon img {
  transform: translateY(-4px) scale(1.04);
}

body.wbl-static-home-page .wbl-sh-product-card:hover .wbl-sh-product-badge {
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.22);
}

body.wbl-static-home-page .wbl-sh-product-card:hover .wbl-sh-btn-cart {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47, 128, 255, 0.28);
}

body.wbl-static-home-page .wbl-sh-product-card:hover .wbl-sh-btn-demo {
  transform: translateY(-1px);
  border-color: rgba(123, 63, 242, 0.45);
}

body.wbl-static-home-page .wbl-sh-review-avatar {
  overflow: hidden;
}

body.wbl-static-home-page .wbl-sh-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Single document scroll — prevent nested inner scrollbars */
html:has(body.wbl-module-index),
body.wbl-module-index,
html:has(body.wbl-static-home-page),
body.wbl-static-home-page {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

body.wbl-module-index #page,
body.wbl-module-index #wrapper,
body.wbl-module-index #content-wrapper,
body.wbl-module-index #content.page-home,
body.wbl-module-index .deo-wrapper,
body.wbl-module-index .wbl-static-home,
body.wbl-static-home-page #page,
body.wbl-static-home-page #wrapper,
body.wbl-static-home-page #content-wrapper,
body.wbl-static-home-page #content.page-home,
body.wbl-static-home-page .wbl-static-home {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

body.wbl-static-home-page #page.megamenu-autoheight {
  overflow: visible !important;
}

body.wbl-static-home-page .wbl-sh-brands-marquee {
  overflow: hidden;
}

/* Flush sections — no white gaps between blocks */
body.wbl-static-home-page .wbl-static-home > section,
body.wbl-module-index .wbl-static-home > section {
  margin: 0;
  display: block;
}

body.wbl-static-home-page .wbl-sh-section {
  margin: 0;
}

body.wbl-static-home-page .wbl-static-home .block,
body.wbl-static-home-page #content.page-home .block {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

body.wbl-static-home-page .wbl-sh-fire {
  margin-right: 6px;
}

body.wbl-static-home-page .wbl-sh-product-icon--fallback,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)) {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 12px 28px rgba(17, 24, 63, 0.12);
}

body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-stripe,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-stripe { background: linear-gradient(135deg, #635bff, #0a2540); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-payment,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-payment { background: linear-gradient(135deg, #7B3FF2, #2F80FF); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-account,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-account { background: linear-gradient(135deg, #10B981, #059669); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-search,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-search { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-checkout,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-checkout { background: linear-gradient(135deg, #f59e0b, #d97706); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-ai,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-ai { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-chat,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-chat { background: linear-gradient(135deg, #25D366, #128C7E); }
body.wbl-static-home-page .wbl-sh-product-icon--fallback.wbl-sh-icon-odoo,
body.wbl-static-home-page .wbl-sh-product-icon:not(:has(img)).wbl-sh-icon-odoo { background: linear-gradient(135deg, #714b67, #875a7b); }
