/* ============================================================
   WEBYMIND POS MAURITIUS — v3 Dark Luxury Design System
   Brand: #8CC63F (green-1) · #32D06C (green-2) · #050505 (black)
   ============================================================ */

/* ── CUSTOM PROPERTIES ──────────────────────────────────── */
:root {
  --wm-green: #8cc63f;
  --wm-green-2: #32d06c;
  --wm-green-dark: #102d05;
  --wm-black: #050505;
  --wm-dark: #0a0f0a;
  --wm-card: rgba(255, 255, 255, 0.025);
  --wm-card-border: rgba(255, 255, 255, 0.07);
  --wm-white: #ffffff;
  --wm-gray: #cfcfcf;
  --wm-muted: #9ca3af;
  --wm-grad-green: linear-gradient(135deg, #8cc63f 0%, #32d06c 100%);
  --wm-nav-h: 72px;
  --wm-radius: 1rem;
  --wm-radius-sm: 0.625rem;
  --wm-radius-lg: 1.5rem;
  --wm-t: 0.25s ease;
}

/* ── RESET ──────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  background: var(--wm-black);
  color: var(--wm-gray);
  line-height: 1.65;
  overflow-x: hidden;
}
img,
video {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
}
ul {
  list-style: none;
}

/* ── TYPOGRAPHY ────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5 {
  color: var(--wm-white);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
h1 {
  font-size: clamp(2.25rem, 5.5vw, 4rem);
}
h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}
h3 {
  font-size: clamp(1.0625rem, 2.5vw, 1.3125rem);
  line-height: 1.3;
}
p {
  line-height: 1.75;
}
.text-gradient {
  background: var(--wm-grad-green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding-bottom: 0.08em;
  padding-right: 0.18em; /* prevent italic overhang from being cut by background-clip */
}

/* ── LAYOUT ───────────────────────────────────────────── */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section {
  padding: 5rem 0;
  background: var(--wm-black);
  position: relative;
}
.section-dark {
  background: var(--wm-dark);
}
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}
.section-sub {
  color: var(--wm-muted);
  font-size: 1.0625rem;
  margin-top: 0.875rem;
  line-height: 1.75;
}
.section-header h2 {
  margin-top: 0.4rem;
  line-height: 1.12;
}

/* ── EYEBROW ──────────────────────────────────────────── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-green);
  margin-bottom: 1rem;
}
.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wm-green);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(140, 198, 63, 0.7);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(140, 198, 63, 0);
  }
}
.geo-badge {
  display: inline-block;
  padding: 0.325rem 0.875rem;
  border-radius: 2rem;
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.25);
  color: #60a5fa;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

/* ── BUTTONS ─────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.875rem;
  border-radius: var(--wm-radius);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all var(--wm-t);
  cursor: pointer;
  border: none;
  white-space: nowrap;
  font-family: inherit;
}
.btn-primary {
  background: var(--wm-grad-green);
  color: var(--wm-black);
  box-shadow: 0 4px 24px rgba(140, 198, 63, 0.35);
}
.btn-primary:hover {
  box-shadow: 0 8px 36px rgba(140, 198, 63, 0.55);
  transform: translateY(-2px);
}
.btn-ghost {
  border: 1px solid rgba(140, 198, 63, 0.4);
  color: var(--wm-green);
  background: rgba(140, 198, 63, 0.06);
}
.btn-ghost:hover {
  background: rgba(140, 198, 63, 0.14);
  border-color: rgba(140, 198, 63, 0.7);
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
}
.btn-whatsapp:hover {
  background: #22c55e;
  transform: translateY(-2px) scale(1.02);
}
.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: 0.8125rem;
}
.btn-lg {
  padding: 1.0625rem 2.25rem;
  font-size: 1.0625rem;
}

/* ── NAVBAR ───────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: var(--wm-nav-h);
  transition:
    background var(--wm-t),
    border-color var(--wm-t),
    backdrop-filter var(--wm-t);
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background: rgba(5, 5, 5, 0.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-color: rgba(140, 198, 63, 0.12);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: var(--wm-nav-h);
  gap: 2rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.nav-logo {
  font-size: 1.3125rem;
  font-weight: 800;
  color: var(--wm-white);
  letter-spacing: -0.025em;
}
.nav-logo span {
  color: var(--wm-green);
}
.nav-badge {
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wm-black);
  background: var(--wm-green);
  padding: 0.25rem 0.6rem 0.25rem 0.5rem; /* extra right room for trailing letter-spacing */
  border-radius: 0.25rem;
  line-height: 1.2; /* prevent text vertical clipping inside the pill */
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--wm-muted);
  transition: color var(--wm-t);
}
.nav-links a:hover {
  color: var(--wm-white);
}
.nav-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(140, 198, 63, 0.35);
  border-radius: 0.5rem;
  color: var(--wm-green);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: rgba(140, 198, 63, 0.05);
  transition: all var(--wm-t);
}
.nav-lang-btn:hover {
  background: rgba(140, 198, 63, 0.12);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--wm-white);
  border-radius: 2px;
  transition: all var(--wm-t);
}

/* ── MOBILE DRAWER ────────────────────────────────────── */
.nav-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(340px, 100vw);
  height: 100vh;
  background: rgba(10, 15, 10, 0.97);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border-left: 1px solid rgba(140, 198, 63, 0.12);
  z-index: 1000;
  padding: 5rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-drawer.open {
  right: 0;
}
.nav-drawer a {
  padding: 0.875rem 1rem;
  border-radius: 0.625rem;
  color: var(--wm-gray);
  font-weight: 500;
  font-size: 0.9375rem;
  transition: all var(--wm-t);
}
.nav-drawer a:hover {
  color: var(--wm-white);
  background: rgba(140, 198, 63, 0.08);
}
.drawer-cta {
  margin-top: auto;
}

/* ── DRAWER CLOSE BUTTON ──────────────────────────────── */
.drawer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(140, 198, 63, 0.06);
  border: 1px solid rgba(140, 198, 63, 0.2);
  border-radius: 0.625rem;
  color: var(--wm-gray);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}
.nav-drawer.open .drawer-close {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.3s ease 0.15s, opacity 0.3s ease 0.15s;
}
.drawer-close:hover {
  background: rgba(140, 198, 63, 0.14);
  border-color: rgba(140, 198, 63, 0.55);
  color: var(--wm-green);
  box-shadow: 0 0 18px rgba(140, 198, 63, 0.22), inset 0 0 10px rgba(140, 198, 63, 0.06);
  transform: scale(1.07);
}
.drawer-close:active {
  transform: scale(0.96);
}
.drawer-close svg {
  pointer-events: none;
}

/* ── NAV OVERLAY ──────────────────────────────────────── */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ── HERO ─────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--wm-black);
  position: relative;
  overflow: hidden;
  padding-top: var(--wm-nav-h);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(140, 198, 63, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 198, 63, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(
    ellipse 80% 50% at 50% 0%,
    rgba(140, 198, 63, 0.13) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.hero-glow-left {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(140, 198, 63, 0.07) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.hero-glow-right {
  position: absolute;
  bottom: 5%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(50, 208, 108, 0.07) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 4rem 0;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  background: rgba(140, 198, 63, 0.1);
  border: 1px solid rgba(140, 198, 63, 0.25);
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wm-green);
  margin-bottom: 1.75rem;
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wm-green-2);
  animation: pulse-dot 2s infinite;
}
.hero-fr {
  font-size: 1.0625rem;
  color: var(--wm-muted);
  margin-bottom: 0.375rem;
  font-style: italic;
  font-weight: 400;
}
.hero-sub {
  font-size: 1.0625rem;
  color: var(--wm-muted);
  margin: 1.5rem 0 2.5rem;
  max-width: 560px;
  line-height: 1.85;
}
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.4375rem 0.875rem;
  background: rgba(140, 198, 63, 0.07);
  border: 1px solid rgba(140, 198, 63, 0.2);
  border-radius: 2rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wm-green);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
}

/* ── DASHBOARD MOCKUP ─────────────────────────────────── */
.dashboard-mockup {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
  position: relative;
  animation:
    wm-dash-enter 0.85s cubic-bezier(0.22, 1, 0.36, 1) both,
    float-card 6s 0.85s ease-in-out infinite;
}
@keyframes wm-dash-enter {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.mockup-bar {
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mockup-body {
  padding: 1.5rem;
}
.mockup-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.mockup-stat {
  background: rgba(140, 198, 63, 0.06);
  border: 1px solid rgba(140, 198, 63, 0.12);
  border-radius: 0.625rem;
  padding: 0.875rem;
}
.mockup-stat-val {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--wm-green);
  line-height: 1;
}
.mockup-stat-label {
  font-size: 0.7rem;
  color: var(--wm-muted);
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mockup-chart {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.mockup-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  height: 80px;
}
.mockup-bar-item {
  flex: 1;
  background: linear-gradient(to top, #8cc63f, #32d06c);
  border-radius: 0.25rem 0.25rem 0 0;
  opacity: 0.7;
}
.mockup-alert {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.8125rem;
  color: #fc8181;
}

/* ── STATS STRIP ──────────────────────────────────────── */
.stats-strip {
  background: var(--wm-dark);
  border-top: 1px solid rgba(140, 198, 63, 0.08);
  border-bottom: 1px solid rgba(140, 198, 63, 0.08);
  padding: 2.5rem 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-val {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--wm-white);
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
}
.stat-val em {
  font-style: normal;
  color: var(--wm-green);
}
.stat-label {
  font-size: 0.875rem;
  color: var(--wm-muted);
  margin-top: 0.375rem;
}

/* ── FEATURE CARDS ────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.feat-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  padding: 1.875rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 0% 0%,
    rgba(140, 198, 63, 0.06) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.feat-card:hover {
  border-color: rgba(140, 198, 63, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(140, 198, 63, 0.1);
}
.feat-card:hover::before {
  opacity: 1;
}
.feat-icon {
  font-size: 1.75rem;
  margin-bottom: 0.875rem;
  display: block;
  line-height: 1;
}
.feat-card h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
}
.feat-card p {
  font-size: 0.9rem;
  color: var(--wm-muted);
  line-height: 1.7;
}

/* ── SPLIT SECTION ───────────────────────────────────── */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.split-section--top {
  align-items: start;
}
.split-section.reverse {
  direction: rtl;
}
.split-section.reverse > * {
  direction: ltr;
}

/* ── CHECK LIST ───────────────────────────────────────── */
.check-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 1.5rem;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--wm-gray);
  line-height: 1.6;
}
.check-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: rgba(140, 198, 63, 0.15);
  border: 1px solid rgba(140, 198, 63, 0.35);
  border-radius: 50%;
  color: var(--wm-green);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.125rem;
}

/* ── WHY FAIL CARD ────────────────────────────────────── */
.why-fail-card {
  background: rgba(239, 68, 68, 0.04);
  border: 1px solid rgba(239, 68, 68, 0.18);
  border-radius: var(--wm-radius);
  padding: 2.25rem;
}
.why-fail-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fc8181;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.why-fail-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.why-fail-list li {
  display: flex;
  gap: 0.875rem;
  font-size: 0.9175rem;
  color: var(--wm-muted);
  line-height: 1.65;
  align-items: flex-start;
}
.why-fail-x {
  color: #fc8181;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
  width: 18px;
}

/* ── ONLINE ORDERING FLOW ─────────────────────────────── */
.online-order-flow {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
}
.order-flow-header {
  background: rgba(140, 198, 63, 0.06);
  border-bottom: 1px solid rgba(140, 198, 63, 0.12);
  padding: 1rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--wm-green);
}
.order-flow-body {
  padding: 1.5rem;
}
.order-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1rem;
  border-radius: var(--wm-radius-sm);
  font-size: 0.9375rem;
  color: var(--wm-gray);
  font-weight: 500;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.order-step--active {
  background: rgba(140, 198, 63, 0.07);
  border-color: rgba(140, 198, 63, 0.22);
  color: var(--wm-white);
}
.order-step-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.08);
  border: 1px solid rgba(140, 198, 63, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.order-step--active .order-step-icon {
  background: rgba(140, 198, 63, 0.18);
  border-color: rgba(140, 198, 63, 0.38);
}
.order-connector {
  width: 2px;
  height: 18px;
  background: rgba(140, 198, 63, 0.15);
  margin: 0 auto 0 calc(1rem + 17px);
}
.order-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.order-channel {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--wm-radius-sm);
  padding: 0.875rem 0.625rem;
  text-align: center;
  font-size: 0.8rem;
  color: var(--wm-muted);
  font-weight: 600;
}
.order-channel-icon {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.3125rem;
}

/* ── SUPPLIER AI ──────────────────────────────────────── */
.supplier-comparison {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  overflow: hidden;
}
.supplier-comparison-header {
  padding: 1rem 1.25rem;
  background: rgba(140, 198, 63, 0.06);
  border-bottom: 1px solid rgba(140, 198, 63, 0.12);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--wm-green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.supplier-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.9375rem;
  transition: background var(--wm-t);
}
.supplier-row:last-child {
  border-bottom: none;
}
.supplier-row.recommended {
  background: rgba(140, 198, 63, 0.05);
  border-color: rgba(140, 198, 63, 0.15);
}
.supplier-name {
  color: var(--wm-gray);
  font-weight: 500;
}
.supplier-price {
  font-weight: 700;
  color: var(--wm-white);
}
.supplier-badge {
  padding: 0.25rem 0.625rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.supplier-badge.best {
  background: rgba(140, 198, 63, 0.15);
  color: var(--wm-green);
  border: 1px solid rgba(140, 198, 63, 0.3);
}
.supplier-badge.higher {
  background: rgba(239, 68, 68, 0.08);
  color: #fc8181;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.ai-recommendation {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(
    135deg,
    rgba(140, 198, 63, 0.08),
    rgba(50, 208, 108, 0.05)
  );
  border: 1px solid rgba(140, 198, 63, 0.25);
  border-radius: var(--wm-radius);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}
.ai-recommendation strong {
  color: var(--wm-green);
}

/* ── FRAUD INTELLIGENCE ───────────────────────────────── */
.fraud-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.fraud-stat-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-sm);
  padding: 1.5rem;
  text-align: center;
}
.fraud-stat-val {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--wm-green);
  line-height: 1;
}
.fraud-stat-label {
  font-size: 0.8125rem;
  color: var(--wm-muted);
  margin-top: 0.375rem;
}
.fraud-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.fraud-module {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  padding: 1.875rem;
  transition: all 0.3s;
}
.fraud-module:hover {
  border-color: rgba(140, 198, 63, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(140, 198, 63, 0.08);
}
.fraud-module-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.fraud-module h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}
.fraud-module p {
  font-size: 0.9rem;
  color: var(--wm-muted);
  line-height: 1.7;
}
.fraud-module ul {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.315rem;
}
.fraud-module ul li {
  font-size: 0.85rem;
  color: var(--wm-muted);
  padding-left: 1rem;
  position: relative;
}
.fraud-module ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--wm-green);
}

/* ── COMPLIANCE ───────────────────────────────────────── */
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.compliance-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.compliance-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--wm-grad-green);
}
.compliance-badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: rgba(140, 198, 63, 0.1);
  border: 1px solid rgba(140, 198, 63, 0.25);
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wm-green);
  margin-bottom: 1rem;
}
.compliance-card h3 {
  margin-bottom: 0.75rem;
}
.compliance-card p {
  font-size: 0.9175rem;
  color: var(--wm-muted);
  line-height: 1.75;
}

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open {
  border-color: rgba(140, 198, 63, 0.3);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--wm-white);
  user-select: none;
  transition: color 0.2s;
}
.faq-q:hover {
  color: var(--wm-green);
}
.faq-q-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid rgba(140, 198, 63, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--wm-green);
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-item.open .faq-q-icon {
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.2s;
}
.faq-item.open .faq-a {
  max-height: 600px;
}
.faq-a-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9175rem;
  color: var(--wm-muted);
  line-height: 1.75;
}

/* ── MEDIA PLACEHOLDERS ───────────────────────────────── */
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.media-placeholder {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.media-placeholder:hover {
  border-color: rgba(140, 198, 63, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}
.media-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(140, 198, 63, 0.03),
    rgba(50, 208, 108, 0.02)
  );
}
.media-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  z-index: 2;
  text-align: center;
}
.media-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.15);
  border: 2px solid rgba(140, 198, 63, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  cursor: pointer;
  transition: all 0.2s;
}
.media-play:hover {
  background: rgba(140, 198, 63, 0.25);
  transform: scale(1.1);
}
.media-label {
  font-size: 0.875rem;
  color: var(--wm-muted);
  font-weight: 600;
}
.screenshots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.screenshot-ph {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-sm);
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  padding: 1rem;
  transition:
    border-color 0.25s,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.screenshot-ph:hover {
  border-color: rgba(140, 198, 63, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.screenshot-ph-icon {
  font-size: 2rem;
  opacity: 0.45;
}
.screenshot-ph-label {
  font-size: 0.8rem;
  color: var(--wm-muted);
}

/* ── INDUSTRY GRID ────────────────────────────────────── */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
.industry-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-sm);
  padding: 1.375rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--wm-gray);
  transition: all 0.25s;
  cursor: default;
}
.industry-card:hover {
  border-color: rgba(140, 198, 63, 0.28);
  color: var(--wm-white);
  background: rgba(140, 198, 63, 0.04);
}
.industry-card span {
  font-size: 0.8rem;
}

/* ── GEO PILLS ────────────────────────────────────────── */
.geo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.geo-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wm-gray);
  transition: all 0.2s;
}
.geo-pill:hover {
  border-color: rgba(140, 198, 63, 0.4);
  color: var(--wm-green);
  background: rgba(140, 198, 63, 0.06);
}

/* ── TRUST CARDS ──────────────────────────────────────── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.trust-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.trust-card:hover {
  border-color: rgba(140, 198, 63, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(140, 198, 63, 0.08);
}
.trust-icon {
  font-size: 2rem;
}
.trust-card h3 {
  font-size: 1.0625rem;
}
.trust-card p {
  font-size: 0.9rem;
  color: var(--wm-muted);
  line-height: 1.7;
}

/* ── TESTIMONIALS ─────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.testimonial-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  padding: 1.875rem;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.testimonial-card:hover {
  border-color: rgba(140, 198, 63, 0.22);
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}
.testimonial-quote {
  font-size: 0.9375rem;
  color: var(--wm-gray);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.25rem;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.15);
  border: 1px solid rgba(140, 198, 63, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--wm-green);
  flex-shrink: 0;
}
.testimonial-author strong {
  display: block;
  font-size: 0.875rem;
  color: var(--wm-white);
}
.testimonial-author span {
  font-size: 0.8rem;
  color: var(--wm-muted);
}

/* ── COMPARE TABLE ────────────────────────────────────── */
.compare-wrap {
  overflow-x: auto;
}
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
}
.compare-table th,
.compare-table td {
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: left;
}
.compare-table th {
  background: rgba(140, 198, 63, 0.06);
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wm-green);
  border-bottom-color: rgba(140, 198, 63, 0.12);
}
.compare-yes {
  color: var(--wm-green);
  font-weight: 700;
}
.compare-no {
  color: #fc8181;
}

/* ── CTA BLOCK ────────────────────────────────────────── */
.cta-block {
  text-align: center;
  padding: 5rem 2rem;
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius-lg);
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(
    ellipse,
    rgba(140, 198, 63, 0.1) 0%,
    transparent 65%
  );
  pointer-events: none;
}
.cta-block h2 {
  max-width: 760px;
  margin: 0 auto 0.875rem;
}
.cta-block p {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  color: var(--wm-muted);
  font-size: 1.0625rem;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
}
.cta-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--wm-muted);
}
.cta-contact-row a {
  color: var(--wm-green);
  font-weight: 600;
  transition: color var(--wm-t);
}
.cta-contact-row a:hover {
  color: var(--wm-green-2);
}
/* ── REVEAL CONTACT ───────────────────────────────────── */
.wm-reveal {
  cursor: pointer;
  border-bottom: 1px dashed currentColor;
  transition: opacity var(--wm-t);
}
.wm-reveal:hover {
  opacity: 0.8;
}
.wm-reveal.revealed {
  border-bottom: none;
}
.cta-reveal-note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: var(--wm-muted);
  opacity: 0.7;
  letter-spacing: 0.02em;
}

/* ── STICKY BAR ───────────────────────────────────────── */
.sticky-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(140, 198, 63, 0.15);
  z-index: 990;
  padding: 0.875rem 0;
  transition: bottom 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-bar.show {
  bottom: 0;
}
.sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sticky-bar-text {
  font-size: 0.9rem;
  color: var(--wm-gray);
}
.sticky-bar-text span {
  color: var(--wm-white);
  font-weight: 700;
}
.sticky-bar-actions {
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
}

/* ── FLOAT WHATSAPP ───────────────────────────────────── */
.float-wa {
  position: fixed;
  bottom: 5.5rem;
  right: 1.75rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  z-index: 988;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.float-wa:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 32px rgba(37, 211, 102, 0.55);
}

/* ── SCROLL TO TOP ────────────────────────────────────── */
.scroll-top {
  position: fixed;
  bottom: 9.75rem;
  right: 1.75rem;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1.5px solid rgba(140, 198, 63, 0.3);
  box-shadow:
    0 0 14px rgba(140, 198, 63, 0.14),
    0 4px 20px rgba(0, 0, 0, 0.45);
  color: var(--wm-green);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 987;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.scroll-top:hover {
  border-color: rgba(140, 198, 63, 0.65);
  box-shadow:
    0 0 22px rgba(140, 198, 63, 0.28),
    0 6px 28px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}
.scroll-top:active {
  transform: translateY(0);
}

/* ── BLOG GRID ────────────────────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.blog-card {
  background: var(--wm-card);
  border: 1px solid var(--wm-card-border);
  border-radius: var(--wm-radius);
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card:hover {
  border-color: rgba(140, 198, 63, 0.28);
  transform: translateY(-4px);
}
.blog-card-img {
  height: 120px;
  background: linear-gradient(
    135deg,
    rgba(140, 198, 63, 0.07),
    rgba(50, 208, 108, 0.04)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.blog-card-body {
  padding: 1.375rem;
}
.blog-tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background: rgba(140, 198, 63, 0.1);
  border: 1px solid rgba(140, 198, 63, 0.2);
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--wm-green);
  margin-bottom: 0.625rem;
}
.blog-card-body h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
  line-height: 1.35;
}
.blog-card-body p {
  font-size: 0.875rem;
  color: var(--wm-muted);
  line-height: 1.6;
}
.blog-card-link {
  display: inline-block;
  margin-top: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--wm-green);
}

/* ── FOOTER ───────────────────────────────────────────── */
.footer {
  background: rgba(3, 4, 3, 1);
  border-top: 1px solid rgba(140, 198, 63, 0.1);
  padding: 4rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-brand p {
  font-size: 0.9rem;
  color: var(--wm-muted);
  line-height: 1.75;
  margin-top: 0.875rem;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.social-link {
  width: 36px;
  height: 36px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.2s;
}
.social-link:hover {
  background: rgba(140, 198, 63, 0.1);
  border-color: rgba(140, 198, 63, 0.3);
}
.footer-col h4 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wm-white);
  margin-bottom: 1.25rem;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer-col ul a {
  font-size: 0.875rem;
  color: var(--wm-muted);
  transition: color 0.2s;
}
.footer-col ul a:hover {
  color: var(--wm-green);
}
.footer-bottom {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-bottom p {
  font-size: 0.8125rem;
  color: var(--wm-muted);
}
.footer-bottom a {
  color: var(--wm-green);
}

/* ── REVEAL ANIMATIONS ────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.reveal-delay-4 {
  transition-delay: 0.4s;
}
.reveal-delay-5 {
  transition-delay: 0.5s;
}
.reveal-delay-6 {
  transition-delay: 0.6s;
}

/* ── PAGE + ARTICLE HEADERS ───────────────────────────── */
.page-hero {
  padding: 9rem 0 5rem;
  background: var(--wm-black);
  position: relative;
  overflow: hidden;
}
.page-hero::before,
.article-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(140, 198, 63, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 198, 63, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.page-sub {
  font-size: 1.125rem;
  color: var(--wm-muted);
  max-width: 640px;
  line-height: 1.8;
}
.article-header {
  padding: 9rem 0 5rem;
  background: var(--wm-black);
  position: relative;
  overflow: hidden;
}
.article-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}
.article-body h2 {
  margin: 2.5rem 0 1rem;
  font-size: 1.625rem;
}
.article-body h3 {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.25rem;
  color: var(--wm-green);
}
.article-body p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  color: var(--wm-gray);
}
.article-body ul {
  margin: 1rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.article-body ul li {
  font-size: 0.9375rem;
  color: var(--wm-muted);
  padding-left: 1.25rem;
  position: relative;
}
.article-body ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--wm-green);
}
.article-callout {
  background: rgba(140, 198, 63, 0.06);
  border-left: 3px solid var(--wm-green);
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
}
.article-callout p {
  margin-bottom: 0;
  color: var(--wm-gray);
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.article-date,
.read-time {
  font-size: 0.875rem;
  color: var(--wm-muted);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--wm-muted);
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  color: var(--wm-muted);
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--wm-green);
}
.breadcrumb-sep {
  color: rgba(255, 255, 255, 0.2);
}

/* ── RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .scroll-top {
    display: none !important;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .dashboard-mockup {
    display: none;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .split-section.reverse {
    direction: ltr;
  }
  .fraud-modules-grid {
    grid-template-columns: 1fr;
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .screenshots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fraud-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  :root {
    --wm-nav-h: 64px;
  }
  .section {
    padding: 3.5rem 0;
  }
  .nav-links,
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compliance-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .screenshots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-actions {
    flex-direction: column;
  }
  .sticky-bar-text span {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  .fraud-stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .fraud-modules-grid {
    grid-template-columns: 1fr;
  }
  .supplier-row {
    grid-template-columns: 1fr auto;
  }
  .order-channels {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }
  .screenshots-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE REPAIR — April 2026
   Surgical fixes for phone viewports (320px – 420px – 767px)
═══════════════════════════════════════════════════════════ */

/* Fraud threats desktop 3-col grid — class replaces previous inline style */
.fraud-threats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

/* AI price comparison rows — add flex-wrap so long labels don't overflow */
.ai-price-rows-container > div {
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* Compare table — smooth touch scrolling on iOS */
.compare-wrap {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  /* ── HERO DASHBOARD — must stay visible on mobile ──── */
  .dashboard-mockup {
    display: block !important; /* override 1024px display:none */
    animation: none; /* cancel float for performance */
    margin-top: 2rem;
  }
  .mockup-body {
    padding: 1rem;
  }
  .mockup-stat {
    padding: 0.625rem;
  }
  .mockup-stat-val {
    font-size: 1rem;
  }
  .mockup-stat-label {
    font-size: 0.625rem;
  }

  /* ── HERO INNER ────────────────────────────────────── */
  .hero-inner {
    padding: 1.5rem 0;
  }

  /* ── COMPARISON TABLE horizontal scroll ────────────── */
  /* min-width forces the wrapper's overflow-x:auto to activate */
  .compare-table {
    min-width: 480px;
    font-size: 0.8125rem;
  }
  .compare-table th,
  .compare-table td {
    padding: 0.625rem 0.75rem;
    white-space: nowrap;
  }

  /* ── FRAUD THREATS GRID — single column on mobile ─── */
  .fraud-threats-grid {
    grid-template-columns: 1fr;
  }

  /* ── FRAUD STAT VALUES ─────────────────────────────── */
  .fraud-stat-val {
    font-size: 1.75rem;
  }

  /* ── ORDER CHANNELS — single column ───────────────── */
  .order-channels {
    grid-template-columns: 1fr;
  }

  /* ── CTA BLOCK — reduce padding on phone ──────────── */
  .cta-block {
    padding: 2.5rem 1.25rem;
  }

  /* ── FOOTER — bottom clearance for sticky bar ─────── */
  .footer {
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 420px) {
  /* Mockup stats: 2-col so 3 stat values don't overflow 320px */
  .mockup-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .mockup-stat-val {
    font-size: 0.875rem;
  }

  /* Fraud stats strip: single column on very small screens */
  .fraud-stats-strip {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════
   UX POLISH — April 2026
   Fix 1: Hide sticky CTA banner below desktop
   Fix 2: Mobile-only swipe hint for comparison table
═══════════════════════════════════════════════════════════ */

/* ── FIX 1 — Sticky bar hidden on tablet + mobile ──── */
@media (max-width: 1024px) {
  .sticky-bar {
    display: none !important;
  }
}

/* ── FIX 2 — Swipe hint: hidden by default (desktop + tablet) */
.compare-swipe-hint {
  display: none;
}

/* Show ONLY on phone viewports (below 768px) */
@media (max-width: 767px) {
  .compare-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--wm-green);
    opacity: 0.85;
    user-select: none;
    pointer-events: none;
  }
  .compare-swipe-text {
    letter-spacing: 0.03em;
  }
  .compare-swipe-arrow {
    display: inline-block;
    font-size: 1rem;
    animation: swipe-nudge 2.2s ease-in-out infinite;
  }
  @keyframes swipe-nudge {
    0% {
      transform: translateX(0);
      opacity: 0.6;
    }
    40% {
      transform: translateX(6px);
      opacity: 1;
    }
    60% {
      transform: translateX(6px);
      opacity: 1;
    }
    100% {
      transform: translateX(0);
      opacity: 0.6;
    }
  }
}

/* HERO ENTRANCE ANIMATIONS */
@keyframes wm-hero-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-badge,
.hero-fr,
.hero h1,
.hero-sub,
.hero-pills,
.hero-actions {
  animation: wm-hero-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-badge {
  animation-delay: 0.05s;
}
.hero-fr {
  animation-delay: 0.14s;
}
.hero h1 {
  animation-delay: 0.24s;
}
.hero-sub {
  animation-delay: 0.37s;
}
.hero-pills {
  animation-delay: 0.5s;
}
.hero-actions {
  animation-delay: 0.62s;
}

/* ACCESSIBILITY - REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  .hero-badge,
  .hero-fr,
  .hero h1,
  .hero-sub,
  .hero-pills,
  .hero-actions,
  .dashboard-mockup {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .feat-card:hover,
  .trust-card:hover,
  .testimonial-card:hover,
  .media-placeholder:hover,
  .screenshot-ph:hover,
  .btn:hover,
  .float-wa:hover,
  .scroll-top:hover {
    transform: none !important;
  }
  .section-eyebrow::before,
  .hero-badge-dot {
    animation: none !important;
  }
  .compare-swipe-arrow {
    animation: none !important;
  }
}

/* ── RPOS HERO 2-COLUMN LAYOUT ─────────────────────────── */
.page-hero-inner:has(.rpos-hero-layout) {
  max-width: 100%;
}
.rpos-hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}
.rpos-hero-left {
  max-width: 640px;
}
.rpos-hero-left h1 {
  font-size: clamp(1.875rem, 4.4vw, 3.2rem);
}
.hero-visual-slot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-placeholder-card {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--wm-card);
  border: 1px solid rgba(140, 198, 63, 0.2);
  border-radius: var(--wm-radius-lg);
  box-shadow:
    0 0 40px rgba(140, 198, 63, 0.06),
    0 24px 64px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  padding: 2rem;
  text-align: center;
  animation: wm-hero-ph-pulse 3.5s ease-in-out infinite;
}
.hero-ph-icon {
  font-size: 3rem;
  opacity: 0.45;
  line-height: 1;
}
.hero-ph-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--wm-muted);
  margin: 0;
}
.hero-ph-sub {
  font-size: 0.8125rem;
  color: rgba(148, 163, 184, 0.5);
  margin: 0;
}
@keyframes wm-hero-ph-pulse {
  0%,
  100% {
    box-shadow:
      0 0 40px rgba(140, 198, 63, 0.06),
      0 24px 64px rgba(0, 0, 0, 0.45);
    border-color: rgba(140, 198, 63, 0.2);
  }
  50% {
    box-shadow:
      0 0 60px rgba(140, 198, 63, 0.14),
      0 24px 64px rgba(0, 0, 0, 0.45);
    border-color: rgba(140, 198, 63, 0.38);
  }
}
@media (max-width: 960px) {
  .rpos-hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-visual-slot {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-placeholder-card {
    animation: none;
  }
}
.hero-image-card {
  width: 100%;
  border-radius: var(--wm-radius-lg);
  border: 1px solid rgba(140, 198, 63, 0.22);
  box-shadow:
    0 0 48px rgba(140, 198, 63, 0.1),
    0 24px 64px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background: var(--wm-card);
  line-height: 0;
}
.hero-dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: var(--wm-radius-lg);
}
/* ── DESKTOP HERO IMAGE BALANCE ─────────────────────────── */
@media (min-width: 961px) {
  .rpos-hero-layout {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
  }
  .hero-visual-slot {
    width: 100%;
  }
  .hero-image-card {
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .hero-dashboard-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center center;
  }
}
@media (min-width: 1280px) {
  .rpos-hero-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
  .hero-image-card {
    min-height: 460px;
    padding: 20px;
  }
  .hero-dashboard-image {
    max-height: 440px;
  }
}
