/* =========================================================
   FULFILIX RETAIL ERP — DEDICATED PAGE STYLES
   IMPORTANT:
   - This file is ONLY for retail-management.php / retail-erp.php
   - Do NOT paste home-v2.css into this file.
   - All selectors are scoped under body.fr-page.
   - Navbar and footer styling are intentionally untouched.
   ========================================================= */

body.fr-page {
  --fr-bg: #07070d;
  --fr-bg-2: #0b0914;
  --fr-bg-3: #100c1d;
  --fr-card: rgba(20, 14, 38, .84);
  --fr-card-2: rgba(13, 10, 25, .95);
  --fr-line: rgba(164, 118, 255, .20);
  --fr-line-strong: rgba(174, 126, 255, .36);
  --fr-text: #f8f7ff;
  --fr-muted: #aaa1b8;
  --fr-muted-2: #81778f;
  --fr-purple: #7c3aed;
  --fr-violet: #a855f7;
  --fr-pink: #d946b8;
  --fr-green: #38d39f;
  background: var(--fr-bg);
  color: var(--fr-text);
  overflow-x: hidden;
}

body.fr-page .fr-main {
  position: relative;
  overflow: clip;
}

body.fr-page .fr-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(52% 38% at 88% 4%, rgba(105, 44, 226, .20), transparent 72%),
    radial-gradient(36% 34% at 2% 35%, rgba(137, 62, 217, .08), transparent 72%),
    #07070d;
}

body.fr-page .fr-gradient-text,
body.fr-page .fr-section-gradient {
  background: linear-gradient(100deg, #b579ff 0%, #9555f6 48%, #df4dab 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* =========================================================
   GENERIC RETAIL TYPOGRAPHY / MEDIA SAFETY
   ========================================================= */

body.fr-page img {
  max-width: 100%;
}

body.fr-page .fr-audience-icon svg,
body.fr-page .fr-big-card-icon svg,
body.fr-page .fr-integration-generic-icon svg,
body.fr-page .fr-mini-cart svg {
  display: block;
  width: 22px;
  height: 22px;
}

body.fr-page .fr-pos-copy h2,
body.fr-page .fr-barcode-copy h2,
body.fr-page .fr-variants-copy h2,
body.fr-page .fr-branch-copy h2,
body.fr-page .fr-purchasing-copy h2 {
  margin: 0;
  color: #fbfaff;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(38px, 3.8vw, 60px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.045em;
}

body.fr-page .fr-pos-copy > p,
body.fr-page .fr-barcode-copy > p,
body.fr-page .fr-variants-copy > p,
body.fr-page .fr-purchasing-copy > p {
  margin: 20px 0 0;
  color: var(--fr-muted);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

body.fr-page .fr-audience-card,
body.fr-page .fr-glass-card,
body.fr-page .fr-big-card,
body.fr-page .fr-role-card,
body.fr-page .fr-kpi-card,
body.fr-page .fr-integration-card {
  box-sizing: border-box;
}

/* =========================================================
   SECTION 1 — HERO
   ========================================================= */

body.fr-page .fr-hero {
  min-height: 820px;
  padding-top: 174px;
  padding-bottom: 90px;
}

body.fr-page .fr-hero .ff-hero-layout {
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  gap: 64px;
}

body.fr-page .fr-hero .ff-display {
  max-width: 720px;
  font-size: clamp(50px, 5.2vw, 80px);
}

body.fr-page .fr-hero .ff-hero-lead {
  max-width: 650px;
  font-size: 17px;
}

body.fr-page .fr-hero-stage {
  min-height: 620px;
}

body.fr-page .fr-hero-composition {
  position: relative;
  width: min(690px, 100%);
  min-height: 520px;
  margin: 0 auto;
  transform-style: preserve-3d;
}

body.fr-page .fr-hero-rear-panel,
body.fr-page .fr-hero-front-panel {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(171, 126, 255, .26);
  background: #0b0915;
  box-shadow:
    0 34px 76px -42px rgba(0,0,0,.95),
    0 18px 58px -34px rgba(103, 45, 211, .76),
    inset 0 1px 0 rgba(255,255,255,.04);
}

body.fr-page .fr-hero-rear-panel {
  top: 34px;
  right: 0;
  width: 88%;
  border-radius: 26px;
  transform: perspective(1400px) rotateY(-8deg) rotateX(3deg) translateZ(0);
  animation: frHeroRearFloat 6.4s ease-in-out infinite;
}

body.fr-page .fr-hero-front-panel {
  left: 0;
  bottom: 6px;
  width: 54%;
  border-radius: 20px;
  transform: perspective(1200px) rotateY(9deg) rotateX(2deg) translateZ(46px);
  animation: frHeroFrontFloat 5.4s -1.2s ease-in-out infinite;
}

body.fr-page .fr-hero-rear-panel img,
body.fr-page .fr-hero-front-panel img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@keyframes frHeroRearFloat {
  0%,100% { transform: perspective(1400px) rotateY(-8deg) rotateX(3deg) translateY(0); }
  50% { transform: perspective(1400px) rotateY(-6deg) rotateX(2deg) translateY(8px); }
}

@keyframes frHeroFrontFloat {
  0%,100% { transform: perspective(1200px) rotateY(9deg) rotateX(2deg) translate3d(0,0,46px); }
  50% { transform: perspective(1200px) rotateY(7deg) rotateX(1deg) translate3d(0,-10px,52px); }
}

/* =========================================================
   SECTION 2 — WHO IT'S FOR
   ========================================================= */

body.fr-page .fr-audience {
  padding-top: 104px;
}

body.fr-page .fr-audience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 34px;
  align-items: stretch;
}

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

body.fr-page .fr-audience-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--fr-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(124,58,237,.10), transparent 42%),
    linear-gradient(155deg, rgba(24,17,44,.87), rgba(10,8,18,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

body.fr-page .fr-audience-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(168, 118, 255, .22);
  border-radius: 13px;
  color: #c99eff;
  background: rgba(124,58,237,.11);
}

body.fr-page .fr-audience-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font: 650 18px/1.25 'Poppins', sans-serif;
}

body.fr-page .fr-audience-card p {
  margin: 0;
  color: #9d93aa;
  font: 400 14px/1.65 'Inter', sans-serif;
}

body.fr-page .fr-audience-visual {
  position: relative;
  min-height: 574px;
  overflow: hidden;
  border: 1px solid var(--fr-line);
  border-radius: 24px;
  background: #0b0915;
  box-shadow: 0 28px 60px -42px rgba(0,0,0,.9);
}

body.fr-page .fr-audience-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(7,7,13,.74), transparent 50%);
}

body.fr-page .fr-audience-visual img {
  width: 100%;
  height: 100%;
  min-height: 574px;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04) brightness(.82);
}

/* =========================================================
   SECTION 3 — CAPABILITIES
   ========================================================= */

body.fr-page .fr-capabilities .ff-bento {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

body.fr-page .fr-capabilities .ff-bento-wide {
  grid-column: span 2;
  grid-template-columns: .88fr 1.12fr;
  min-height: 330px;
}

body.fr-page .fr-capabilities .ff-bento-card {
  min-height: 270px;
}

body.fr-page .fr-highlight-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

body.fr-page .fr-highlight-list li {
  position: relative;
  padding-left: 22px;
  color: #b7adbf;
  font: 500 12px/1.45 'Inter', sans-serif;
}

body.fr-page .fr-highlight-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #b675ff;
  font-weight: 800;
}

body.fr-page .fr-pos-ui {
  align-self: center;
  padding: 16px;
  border: 1px solid rgba(166,119,250,.16);
  border-radius: 16px;
  background: rgba(7,6,13,.62);
  box-shadow: 0 22px 44px -34px rgba(0,0,0,.95);
}

body.fr-page .fr-pos-ui-head,
body.fr-page .fr-pos-ui-row,
body.fr-page .fr-pos-ui-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-family: 'Inter', sans-serif;
}

body.fr-page .fr-pos-ui-head {
  padding-bottom: 12px;
  color: #d8d0e2;
  font-size: 11px;
}

body.fr-page .fr-pos-ui-head span {
  color: #766d82;
  font-size: 8px;
}

body.fr-page .fr-pos-ui-row {
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.045);
  color: #93899f;
  font-size: 9px;
}

body.fr-page .fr-pos-ui-row b {
  color: #eee9f5;
  white-space: nowrap;
}

body.fr-page .fr-pos-ui-total {
  margin-top: 10px;
  padding: 13px;
  border-radius: 11px;
  color: #e9e1f4;
  background: rgba(124,58,237,.09);
  font-size: 11px;
}

body.fr-page .fr-pos-ui-total b {
  color: #bd7cff;
  font-size: 13px;
}

/* =========================================================
   SECTION 4 — POS SHOWCASE
   ========================================================= */

body.fr-page .fr-pos-showcase {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13,10,24,.18), rgba(13,10,24,.52), rgba(7,7,13,.08));
}

body.fr-page .fr-pos-layout {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(560px,1.22fr);
  gap: 70px;
  align-items: center;
}

body.fr-page .fr-pos-copy .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
}

body.fr-page .fr-flow-step {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(163,116,249,.17);
  border-radius: 9px;
  color: #b8aacb;
  background: rgba(124,58,237,.07);
  font: 700 9px/1 'Inter', sans-serif;
  letter-spacing: .02em;
}

body.fr-page .fr-flow-step-accent {
  color: #e5d5ff;
  border-color: rgba(182,128,255,.30);
  background: rgba(124,58,237,.15);
}

body.fr-page .fr-flow-arrow {
  color: #7e50c6;
  font: 700 16px/1 'Inter', sans-serif;
  font-style: normal;
}

body.fr-page .fr-browser-frame {
  overflow: hidden;
  border: 1px solid rgba(176,128,255,.26);
  border-radius: 22px;
  background: #0a0812;
  box-shadow: 0 38px 80px -48px rgba(0,0,0,.95), 0 24px 62px -42px rgba(93,42,190,.8);
  transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}

body.fr-page .fr-browser-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: linear-gradient(90deg, #11101b, #161022);
}

body.fr-page .fr-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5e5667;
}

body.fr-page .fr-browser-frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================================================
   SECTION 5 — BARCODE
   ========================================================= */

body.fr-page .fr-barcode-layout {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr);
  gap: 80px;
  align-items: center;
}

body.fr-page .fr-barcode-copy .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-barcode-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(161,113,242,.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 50%, rgba(124,58,237,.15), transparent 45%),
    linear-gradient(150deg, rgba(18,13,33,.86), rgba(8,7,14,.94));
}

body.fr-page .fr-barcode-tag {
  position: relative;
  z-index: 2;
  width: min(360px, 74%);
  padding: 26px;
  border-radius: 22px;
  color: #17111f;
  background: #f5f1fa;
  box-shadow: 0 34px 70px -38px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.6) inset;
  transform: rotate(-3deg);
}

body.fr-page .fr-tag-name {
  font: 800 18px/1.15 'Poppins', sans-serif;
  letter-spacing: -.02em;
}

body.fr-page .fr-tag-variant {
  margin-top: 5px;
  color: #64596e;
  font: 600 11px/1.2 'Inter', sans-serif;
}

body.fr-page .fr-barcode-bars {
  height: 82px;
  margin: 22px 0 10px;
  background:
    repeating-linear-gradient(
      90deg,
      #111 0 3px,
      transparent 3px 6px,
      #111 6px 8px,
      transparent 8px 12px,
      #111 12px 17px,
      transparent 17px 20px
    );
}

body.fr-page .fr-tag-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #63596d;
  font: 600 9px/1 'JetBrains Mono', monospace;
}

body.fr-page .fr-tag-price {
  margin-top: 16px;
  font: 800 22px/1 'Poppins', sans-serif;
}

body.fr-page .fr-scan-beam {
  position: absolute;
  z-index: 4;
  left: 14%;
  right: 14%;
  height: 2px;
  top: 18%;
  background: linear-gradient(90deg, transparent, #be62ff 15%, #d68aff 50%, #be62ff 85%, transparent);
  box-shadow: 0 0 18px rgba(190,98,255,.85);
  animation: frScanBeam 3s ease-in-out infinite;
}

body.fr-page .fr-mini-cart {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(54,211,159,.22);
  border-radius: 13px;
  color: #81e6b8;
  background: rgba(8,22,19,.78);
  backdrop-filter: blur(12px);
  font: 700 10px/1 'Inter', sans-serif;
}

@keyframes frScanBeam {
  0%,100% { transform: translateY(0); opacity: .45; }
  50% { transform: translateY(285px); opacity: 1; }
}

/* =========================================================
   SECTION 6 — VARIANTS
   ========================================================= */

body.fr-page .fr-variants {
  background: linear-gradient(180deg, rgba(10,8,18,.10), rgba(13,9,24,.42), rgba(7,7,13,.08));
}

body.fr-page .fr-variants-layout {
  display: grid;
  grid-template-columns: minmax(560px,1.15fr) minmax(0,.85fr);
  gap: 72px;
  align-items: center;
}

body.fr-page .fr-variants-visual {
  overflow: hidden;
  border: 1px solid rgba(168,119,250,.20);
  border-radius: 24px;
  background: #0a0812;
  box-shadow: 0 30px 66px -44px rgba(0,0,0,.9);
}

body.fr-page .fr-variants-visual img {
  width: 100%;
  display: block;
}

body.fr-page .fr-variants-copy .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-variant-table {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(162,116,247,.17);
  border-radius: 16px;
  background: rgba(13,10,24,.72);
}

body.fr-page .fr-variant-row {
  min-height: 46px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.045);
  color: #a89eaf;
  font: 500 11px/1 'Inter', sans-serif;
}

body.fr-page .fr-variant-row:first-child {
  border-top: 0;
}

body.fr-page .fr-variant-row span:last-child {
  justify-self: end;
  color: #e4dded;
  font-weight: 700;
}

body.fr-page .fr-variant-row-head {
  color: #d8cde5;
  background: rgba(124,58,237,.08);
  font-weight: 700;
}

/* =========================================================
   SECTION 7 — MULTI BRANCH
   ========================================================= */

body.fr-page .fr-branch-layout {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(420px,.88fr);
  gap: 66px;
  align-items: center;
}

body.fr-page .fr-branch-copy .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-chip-grid,
body.fr-page .fr-reports-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

body.fr-page .fr-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(158,111,243,.16);
  border-radius: 999px;
  color: #b9acc7;
  background: rgba(124,58,237,.06);
  font: 600 10px/1 'Inter', sans-serif;
}

body.fr-page .fr-branch-image {
  display: block;
  width: 100%;
  margin-top: 28px;
  border: 1px solid rgba(164,117,248,.18);
  border-radius: 20px;
  box-shadow: 0 28px 60px -44px rgba(0,0,0,.9);
}

body.fr-page .fr-branch-network {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 42px;
  overflow: hidden;
  border: 1px solid rgba(162,115,246,.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 48%, rgba(124,58,237,.15), transparent 48%),
    linear-gradient(150deg, rgba(19,13,35,.84), rgba(8,7,14,.94));
}

body.fr-page .fr-node {
  position: relative;
  z-index: 2;
  min-width: 150px;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border: 1px solid rgba(168,121,251,.22);
  border-radius: 15px;
  color: #e8e0f2;
  background: rgba(16,11,29,.90);
  box-shadow: 0 16px 30px -22px rgba(0,0,0,.9);
  font: 700 11px/1.2 'Inter', sans-serif;
}

body.fr-page .fr-node-root {
  min-width: 190px;
  color: #fff;
  border-color: rgba(180,128,255,.42);
  background: linear-gradient(135deg, rgba(79,33,143,.96), rgba(42,19,82,.95));
  box-shadow: 0 0 40px rgba(124,58,237,.20);
}

body.fr-page .fr-node-line {
  width: 1px;
  height: 58px;
  margin-top: -26px;
  margin-bottom: -26px;
  background: linear-gradient(#a45ef2, rgba(164,94,242,.12));
  box-shadow: 0 0 12px rgba(164,94,242,.35);
}

body.fr-page .fr-branch-nodes {
  width: min(540px, 92%);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}

body.fr-page .fr-node-child {
  min-width: 0;
}

/* =========================================================
   SECTION 8 — PURCHASING
   ========================================================= */

body.fr-page .fr-purchasing {
  background: linear-gradient(180deg, rgba(10,8,18,.08), rgba(13,9,24,.40), rgba(7,7,13,.08));
}

body.fr-page .fr-purchasing-layout {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(560px,1.2fr);
  gap: 72px;
  align-items: center;
}

body.fr-page .fr-purchasing-copy .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-flow-vertical {
  display: grid;
  grid-template-columns: auto 20px auto 20px auto;
  max-width: 100%;
}

body.fr-page .fr-purchasing-visual {
  overflow: hidden;
  border: 1px solid rgba(163,116,248,.20);
  border-radius: 24px;
  background: #0a0812;
  box-shadow: 0 30px 66px -44px rgba(0,0,0,.9);
}

body.fr-page .fr-purchasing-visual img {
  display: block;
  width: 100%;
}

/* =========================================================
   SECTION 9 — RETURNS
   ========================================================= */

body.fr-page .fr-returns-layout {
  display: grid;
  grid-template-columns: minmax(380px,.75fr) minmax(0,1.25fr);
  gap: 34px;
  align-items: stretch;
}

body.fr-page .fr-returns-cards {
  display: grid;
  gap: 16px;
}

body.fr-page .fr-glass-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(166,116,251,.22);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(24,16,44,.86), rgba(10,8,18,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

body.fr-page .fr-glass-card h3 {
  margin: 0 0 15px;
  color: #fff;
  font: 800 12px/1 'Inter', sans-serif;
  letter-spacing: .04em;
}

body.fr-page .fr-glass-row {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.05);
  color: #9e93aa;
  font: 600 11px/1.2 'Inter', sans-serif;
}

body.fr-page .fr-glass-row b {
  color: #d7c8ef;
  font-size: 15px;
}

body.fr-page .fr-glass-row.fr-plus b { color: #49d6a2; }
body.fr-page .fr-glass-row.fr-minus b { color: #ff7588; }

body.fr-page .fr-returns-visual {
  overflow: hidden;
  min-height: 396px;
  border: 1px solid rgba(164,117,248,.20);
  border-radius: 22px;
  background: #0a0812;
}

body.fr-page .fr-returns-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 396px;
  object-fit: contain;
  background: #090811;
}

/* =========================================================
   SECTION 10 — LOYALTY
   ========================================================= */

body.fr-page .fr-loyalty {
  background: linear-gradient(180deg, rgba(10,8,18,.06), rgba(13,9,24,.38), rgba(7,7,13,.06));
}

body.fr-page .fr-loyalty-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

body.fr-page .fr-big-card {
  min-height: 320px;
  padding: 30px;
  border: 1px solid rgba(165,117,249,.20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(124,58,237,.12), transparent 36%),
    linear-gradient(150deg, rgba(23,15,42,.88), rgba(9,8,17,.95));
}

body.fr-page .fr-big-card-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(170,120,255,.24);
  border-radius: 15px;
  color: #cca6ff;
  background: rgba(124,58,237,.11);
}

body.fr-page .fr-big-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font: 650 24px/1.2 'Poppins', sans-serif;
}

body.fr-page .fr-flow-tight {
  margin-top: 18px;
}

body.fr-page .fr-note {
  margin: 24px 0 0;
  color: #7e748a;
  font: 500 10px/1.65 'Inter', sans-serif;
}

/* =========================================================
   SECTION 11 — ROLES
   ========================================================= */

body.fr-page .fr-role-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}

body.fr-page .fr-role-card {
  min-height: 145px;
  display: grid;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(162,115,246,.18);
  border-radius: 19px;
  background: linear-gradient(150deg, rgba(20,14,37,.86), rgba(9,8,17,.93));
}

body.fr-page .fr-role-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 650 18px/1.2 'Poppins', sans-serif;
}

body.fr-page .fr-role-card p {
  margin: 0;
  color: #988da5;
  font: 500 12px/1.4 'Inter', sans-serif;
}

/* =========================================================
   SECTION 12 — REPORTS
   ========================================================= */

body.fr-page .fr-reports {
  background: linear-gradient(180deg, rgba(10,8,18,.06), rgba(13,9,24,.42), rgba(7,7,13,.06));
}

body.fr-page .fr-reports-layout {
  display: grid;
  grid-template-columns: minmax(400px,.75fr) minmax(0,1.25fr);
  gap: 30px;
  align-items: stretch;
}

body.fr-page .fr-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}

body.fr-page .fr-kpi-card {
  min-height: 118px;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(160,113,244,.17);
  border-radius: 16px;
  background: rgba(17,12,31,.78);
}

body.fr-page .fr-kpi-card span {
  color: #867c92;
  font: 600 10px/1 'Inter', sans-serif;
}

body.fr-page .fr-kpi-card b {
  color: #f3edf9;
  font: 700 22px/1.1 'Poppins', sans-serif;
  letter-spacing: -.03em;
}

body.fr-page .fr-reports-visual {
  overflow: hidden;
  border: 1px solid rgba(164,117,248,.20);
  border-radius: 22px;
  background: #0a0812;
}

body.fr-page .fr-reports-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.fr-page .fr-reports-list {
  justify-content: center;
  margin-top: 26px;
}

/* =========================================================
   SECTION 13 — INTEGRATIONS
   ========================================================= */

body.fr-page .fr-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(55,211,159,.16);
  border-radius: 999px;
  color: #72d9aa;
  background: rgba(53,211,153,.06);
  font: 700 9px/1 'Inter', sans-serif;
}

body.fr-page .fr-integration-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 14px;
}

body.fr-page .fr-integration-card {
  min-height: 130px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(160,113,244,.17);
  border-radius: 18px;
  background: linear-gradient(150deg, rgba(20,14,37,.82), rgba(9,8,17,.93));
  color: #cfc5d8;
  font: 650 11px/1.2 'Inter', sans-serif;
}

body.fr-page .fr-integration-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
}

body.fr-page .fr-integration-generic-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #c499ff;
  border-radius: 12px;
  background: rgba(124,58,237,.10);
}

/* =========================================================
   SECTION 14 — SUPER ADMIN
   ========================================================= */

body.fr-page .fr-superadmin {
  background: linear-gradient(180deg, rgba(10,8,18,.05), rgba(13,9,24,.40), rgba(7,7,13,.06));
}

body.fr-page .fr-superadmin-visual {
  position: relative;
  width: min(1080px, 100%);
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

body.fr-page .fr-superadmin-visual > img {
  display: block;
  width: min(920px, 88%);
  border: 1px solid rgba(170,121,252,.24);
  border-radius: 24px;
  box-shadow: 0 38px 82px -50px rgba(0,0,0,.95), 0 20px 64px -45px rgba(90,40,183,.85);
}

body.fr-page .fr-admin-kpi {
  position: absolute;
  z-index: 3;
  min-width: 160px;
  padding: 14px 16px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(171,121,252,.24);
  border-radius: 15px;
  background: rgba(13,9,24,.90);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 38px -28px rgba(0,0,0,.9);
}

body.fr-page .fr-admin-kpi span {
  color: #84798f;
  font: 600 9px/1 'Inter', sans-serif;
}

body.fr-page .fr-admin-kpi b {
  color: #fff;
  font: 700 18px/1.1 'Poppins', sans-serif;
}

body.fr-page .fr-admin-kpi-1 { left: 1%; top: 19%; }
body.fr-page .fr-admin-kpi-2 { right: 0; top: 31%; }
body.fr-page .fr-admin-kpi-3 { left: 6%; bottom: 14%; }

/* =========================================================
   SECTION 15 — PRICING
   ONLY THIS SECTION WAS MEANT TO BE ADDED.
   ========================================================= */

body.fr-page #pricing.fr-pricing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 940px;
  padding-top: 120px;
  padding-bottom: 145px;
  background:
    radial-gradient(42% 42% at 50% 70%, rgba(112,46,210,.14), transparent 72%),
    linear-gradient(180deg, rgba(7,7,13,.98), rgba(8,7,15,.99));
}

body.fr-page #pricing .fr-pricing-ambient {
  position: absolute;
  left: 50%;
  top: 59%;
  width: 720px;
  height: 510px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107,46,205,.18), rgba(75,31,143,.05) 48%, transparent 72%);
  filter: blur(30px);
  pointer-events: none;
}

body.fr-page #pricing .fr-pricing-head {
  width: min(900px,100%);
  margin-bottom: 44px;
}

body.fr-page #pricing .fr-pricing-head h2 {
  font-size: clamp(44px,4.6vw,66px);
  line-height: 1.02;
}

body.fr-page #pricing .fr-pricing-head > p {
  max-width: 660px;
  font-size: 16px;
}

body.fr-page #pricing .fr-pricing-toggle {
  width: fit-content;
  margin: 28px auto 0;
  padding: 5px;
  display: inline-flex;
  gap: 4px;
  border: 1px solid rgba(166,118,255,.20);
  border-radius: 999px;
  background: rgba(13,10,24,.88);
}

body.fr-page #pricing .fr-pricing-toggle button {
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #968ca3;
  background: transparent;
  cursor: pointer;
  font: 700 12px/1 'Inter', sans-serif;
}

body.fr-page #pricing .fr-pricing-toggle button.active {
  color: #fff;
  background: linear-gradient(135deg,#6d28d9,#8b3ff1 58%,#ad43e9);
  box-shadow: 0 10px 24px -16px rgba(124,58,237,.9);
}

body.fr-page #pricing .fr-pricing-toggle button span {
  margin-left: 6px;
  padding: 4px 7px;
  border: 1px solid rgba(53,211,153,.13);
  border-radius: 999px;
  color: #72d9a7;
  background: rgba(53,211,153,.07);
  font-size: 8px;
}

body.fr-page #pricing .fr-pricing-single {
  position: relative;
  z-index: 3;
  width: min(500px, 100%);
  margin: 0 auto;
}

body.fr-page #pricing .fr-pricing-card {
  position: relative;
  width: 100%;
  min-height: 650px;
  padding: 30px;
  display: flex !important;
  flex-direction: column;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  overflow: hidden;
  border: 1px solid rgba(166,113,255,.42);
  border-radius: 25px;
  background:
    radial-gradient(420px circle at 86% 0%, rgba(137,66,227,.18), transparent 54%),
    linear-gradient(160deg, rgba(31,19,55,.98), rgba(13,10,24,.99));
  box-shadow:
    0 34px 78px -45px rgba(102,46,187,.72),
    inset 0 1px 0 rgba(255,255,255,.045);
}

body.fr-page #pricing .fr-pricing-card::after {
  display: none !important;
}

body.fr-page #pricing .fr-pricing-card-glow {
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132,61,229,.20), transparent 68%);
  pointer-events: none;
}

body.fr-page #pricing .pricing-card-top {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr);
  align-items: center;
  gap: 15px;
  padding-right: 112px;
}

body.fr-page #pricing .pricing-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #e0c9ff;
  background: linear-gradient(145deg, rgba(127,64,220,.45), rgba(76,35,139,.28));
  border: 1px solid rgba(184,137,255,.26);
}

body.fr-page #pricing .pricing-icon svg {
  width: 27px;
  height: 27px;
}

body.fr-page #pricing .pricing-title-wrap h3 {
  margin: 0 0 4px;
  color: #fff;
  font: 700 20px/1.18 'Poppins', sans-serif;
}

body.fr-page #pricing .pricing-title-wrap p {
  margin: 0;
  color: #9a90a7;
  font: 500 11px/1.45 'Inter', sans-serif;
}

body.fr-page #pricing .fr-plan-pill {
  position: absolute;
  right: 0;
  top: 13px;
  padding: 7px 9px;
  border: 1px solid rgba(190,146,255,.20);
  border-radius: 999px;
  color: #d7c1ff;
  background: rgba(124,58,237,.11);
  font: 800 8px/1 'Inter', sans-serif;
  letter-spacing: .04em;
}

body.fr-page #pricing .pricing-price-wrap {
  margin: 28px 0 14px;
}

body.fr-page #pricing .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

body.fr-page #pricing .price[hidden] {
  display: none !important;
}

body.fr-page #pricing .price span {
  color: #fff;
  font: 700 42px/1 'Poppins', sans-serif;
  letter-spacing: -.045em;
}

body.fr-page #pricing .price small {
  color: #94899f;
  font: 500 12px/1 'Inter', sans-serif;
}

body.fr-page #pricing .price em {
  flex-basis: 100%;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(53,211,153,.12);
  border-radius: 999px;
  color: #63dca4;
  background: rgba(53,211,153,.07);
  font: 700 9px/1 'Inter', sans-serif;
  font-style: normal;
}

body.fr-page #pricing .fr-price-note {
  margin-top: 10px;
  color: #766d82;
  font: 500 9px/1.4 'Inter', sans-serif;
}

body.fr-page #pricing .onboard {
  min-height: 56px;
  margin: 0 0 22px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(156,111,235,.13);
  border-radius: 13px;
  background: rgba(124,58,237,.055);
}

body.fr-page #pricing .onboard strong {
  color: #aaa0b7;
  font: 600 10px/1 'Inter', sans-serif;
}

body.fr-page #pricing .onboard span {
  color: #ece6f5;
  font: 700 10px/1 'Inter', sans-serif;
}

body.fr-page #pricing .fr-pricing-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.fr-page #pricing .fr-pricing-list li {
  position: relative;
  margin: 0 !important;
  padding: 2px 0 2px 31px !important;
  color: #c6bdcf !important;
  font: 500 13px/1.45 'Inter', sans-serif !important;
  text-align: left !important;
}

body.fr-page #pricing .fr-pricing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(165,116,244,.14);
  border-radius: 50%;
  color: #c18aff;
  background: rgba(124,58,237,.10);
  font-size: 10px;
  font-weight: 800;
}

body.fr-page #pricing .pricing-cta {
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  border-radius: 12px;
}

body.fr-page #pricing .fr-pricing-horizon {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: min(1060px,94vw);
  height: 280px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(145,89,240,.18);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(119,53,214,.15), transparent 68%);
  pointer-events: none;
}

/* =========================================================
   SECTION 16 — FAQ
   ========================================================= */

body.fr-page .fr-faq {
  background: linear-gradient(180deg, rgba(10,8,18,.05), rgba(13,9,24,.38), rgba(7,7,13,.06));
}

body.fr-page .fr-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px,.62fr) minmax(0,1.38fr);
  gap: 70px;
  align-items: start;
}

body.fr-page .fr-faq-aside {
  position: sticky;
  top: 150px;
}

body.fr-page .fr-faq-aside .ff-kicker {
  margin-bottom: 18px;
}

body.fr-page .fr-faq-aside h2 {
  margin: 0;
  color: #fff;
  font: 650 clamp(38px,3.8vw,56px)/1.05 'Poppins', sans-serif;
  letter-spacing: -.045em;
}

body.fr-page .fr-faq-aside h2 span {
  background: linear-gradient(100deg,#b579ff,#9555f6,#df4dab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.fr-page .fr-faq-aside > p {
  margin: 18px 0 26px;
  color: #9d93aa;
  font: 400 14px/1.72 'Inter', sans-serif;
}

body.fr-page .fr-faq-list {
  display: grid;
  gap: 10px;
}

body.fr-page .fr-faq-item {
  overflow: hidden;
  border: 1px solid rgba(160,113,244,.15);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(19,14,34,.84), rgba(10,8,18,.91));
  transition: border-color .25s ease, background .25s ease;
}

body.fr-page .fr-faq-item.open {
  border-color: rgba(177,127,255,.34);
  background: linear-gradient(150deg, rgba(27,17,49,.92), rgba(12,9,22,.95));
}

body.fr-page .fr-faq-question {
  width: 100%;
  min-height: 68px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  color: #e0d9e8;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: 650 13px/1.35 'Inter', sans-serif;
}

body.fr-page .fr-faq-chevron {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #a56ef0;
  background: rgba(124,58,237,.07);
  transition: transform .28s ease;
}

body.fr-page .fr-faq-chevron svg {
  width: 15px;
  height: 15px;
}

body.fr-page .fr-faq-item.open .fr-faq-chevron {
  transform: rotate(180deg);
}

body.fr-page .fr-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .32s ease;
}

body.fr-page .fr-faq-item.open .fr-faq-answer {
  grid-template-rows: 1fr;
}

body.fr-page .fr-faq-answer-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 18px;
  color: #92879f;
  font: 400 12px/1.75 'Inter', sans-serif;
}

body.fr-page .fr-faq-item.open .fr-faq-answer-inner {
  padding-bottom: 18px;
}

/* =========================================================
   SECTION 17 — FINAL CTA
   ========================================================= */

body.fr-page .fr-final-cta {
  padding-bottom: 108px;
}

body.fr-page .fr-cta-card {
  min-height: 390px;
  grid-template-columns: minmax(0,1fr) minmax(420px,.9fr);
}

body.fr-page .fr-cta-art {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: center;
}

body.fr-page .fr-cta-mock-wrap {
  position: relative;
  z-index: 2;
  width: min(470px,100%);
  animation: frCtaFloat 5.5s ease-in-out infinite;
}

body.fr-page .fr-cta-mock {
  display: block;
  width: 100%;
  border: 1px solid rgba(190,143,255,.22);
  border-radius: 18px;
  box-shadow: 0 28px 56px -38px rgba(0,0,0,.95);
  transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
}

@keyframes frCtaFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* =========================================================
   HOVER POLISH
   ========================================================= */

@media (hover:hover) and (pointer:fine) {
  body.fr-page .fr-audience-card,
  body.fr-page .fr-glass-card,
  body.fr-page .fr-big-card,
  body.fr-page .fr-role-card,
  body.fr-page .fr-kpi-card,
  body.fr-page .fr-integration-card {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  }

  body.fr-page .fr-audience-card:hover,
  body.fr-page .fr-glass-card:hover,
  body.fr-page .fr-big-card:hover,
  body.fr-page .fr-role-card:hover,
  body.fr-page .fr-kpi-card:hover,
  body.fr-page .fr-integration-card:hover {
    transform: translateY(-4px);
    border-color: rgba(180,129,255,.36);
    box-shadow: 0 22px 44px -34px rgba(124,58,237,.65);
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  body.fr-page .fr-hero .ff-hero-layout,
  body.fr-page .fr-pos-layout,
  body.fr-page .fr-barcode-layout,
  body.fr-page .fr-variants-layout,
  body.fr-page .fr-branch-layout,
  body.fr-page .fr-purchasing-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  body.fr-page .fr-hero-copy,
  body.fr-page .fr-pos-copy,
  body.fr-page .fr-barcode-copy,
  body.fr-page .fr-variants-copy,
  body.fr-page .fr-branch-copy,
  body.fr-page .fr-purchasing-copy {
    text-align: center;
  }

  body.fr-page .fr-hero-copy .ff-eyebrow,
  body.fr-page .fr-pos-copy .ff-kicker,
  body.fr-page .fr-barcode-copy .ff-kicker,
  body.fr-page .fr-variants-copy .ff-kicker,
  body.fr-page .fr-branch-copy .ff-kicker,
  body.fr-page .fr-purchasing-copy .ff-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  body.fr-page .fr-pos-copy > p,
  body.fr-page .fr-barcode-copy > p,
  body.fr-page .fr-variants-copy > p,
  body.fr-page .fr-purchasing-copy > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  body.fr-page .fr-flow,
  body.fr-page .fr-chip-grid {
    justify-content: center;
  }

  body.fr-page .fr-browser-frame,
  body.fr-page .fr-purchasing-visual,
  body.fr-page .fr-variants-visual {
    width: min(900px,100%);
    margin: 0 auto;
  }

  body.fr-page .fr-audience-layout {
    grid-template-columns: 1fr;
  }

  body.fr-page .fr-audience-visual {
    min-height: 460px;
  }

  body.fr-page .fr-audience-visual img {
    min-height: 460px;
  }

  body.fr-page .fr-returns-layout,
  body.fr-page .fr-reports-layout {
    grid-template-columns: 1fr;
  }

  body.fr-page .fr-integration-grid {
    grid-template-columns: repeat(3,1fr);
  }

  body.fr-page .fr-superadmin-visual {
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  body.fr-page .fr-hero {
    padding-top: 145px;
  }

  body.fr-page .fr-hero-composition {
    min-height: 470px;
  }

  body.fr-page .fr-audience-grid,
  body.fr-page .fr-loyalty-grid,
  body.fr-page .fr-role-grid {
    grid-template-columns: repeat(2,1fr);
  }

  body.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  body.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: span 2;
  }

  body.fr-page .fr-branch-nodes {
    grid-template-columns: 1fr;
    width: min(330px,86%);
  }

  body.fr-page .fr-branch-network {
    min-height: 560px;
  }

  body.fr-page .fr-flow-vertical {
    display: flex;
  }

  body.fr-page .fr-superadmin-visual {
    min-height: 420px;
  }

  body.fr-page .fr-admin-kpi {
    position: static;
  }

  body.fr-page .fr-superadmin-visual {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  body.fr-page .fr-superadmin-visual > img {
    width: 100%;
    flex-basis: 100%;
  }

  body.fr-page .fr-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.fr-page .fr-faq-aside {
    position: static;
    text-align: center;
  }

  body.fr-page .fr-faq-aside .ff-kicker,
  body.fr-page .fr-faq-aside .ff-btn {
    margin-left: auto;
    margin-right: auto;
  }

  body.fr-page .fr-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 620px) {
  body.fr-page .fr-hero {
    min-height: auto;
    padding-top: 126px;
    padding-bottom: 70px;
  }

  body.fr-page .fr-hero .ff-display {
    font-size: clamp(38px,10.4vw,52px);
  }

  body.fr-page .fr-hero-composition {
    min-height: 330px;
  }

  body.fr-page .fr-hero-rear-panel {
    width: 94%;
  }

  body.fr-page .fr-hero-front-panel {
    width: 60%;
  }

  body.fr-page .fr-audience-grid,
  body.fr-page .fr-loyalty-grid,
  body.fr-page .fr-role-grid,
  body.fr-page .fr-kpi-grid,
  body.fr-page .fr-integration-grid,
  body.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: 1fr;
  }

  body.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  body.fr-page .fr-pos-copy h2,
  body.fr-page .fr-barcode-copy h2,
  body.fr-page .fr-variants-copy h2,
  body.fr-page .fr-branch-copy h2,
  body.fr-page .fr-purchasing-copy h2 {
    font-size: clamp(34px,9.4vw,44px);
  }

  body.fr-page .fr-barcode-visual {
    min-height: 390px;
  }

  body.fr-page .fr-barcode-tag {
    width: 78%;
    padding: 20px;
  }

  body.fr-page .fr-scan-beam {
    left: 9%;
    right: 9%;
  }

  body.fr-page .fr-mini-cart {
    right: 14px;
    bottom: 14px;
  }

  body.fr-page #pricing.fr-pricing {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 100px;
  }

  body.fr-page #pricing .fr-pricing-card {
    min-height: auto;
    padding: 22px 18px;
  }

  body.fr-page #pricing .pricing-card-top {
    grid-template-columns: 50px 1fr;
    padding-top: 38px;
    padding-right: 0;
  }

  body.fr-page #pricing .pricing-icon {
    width: 50px;
    height: 50px;
  }

  body.fr-page #pricing .fr-plan-pill {
    left: 0;
    right: auto;
    top: 0;
  }

  body.fr-page #pricing .price span {
    font-size: 34px;
  }

  body.fr-page #pricing .fr-pricing-horizon {
    display: none;
  }

  body.fr-page .fr-cta-card {
    padding: 30px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.fr-page .fr-hero-rear-panel,
  body.fr-page .fr-hero-front-panel,
  body.fr-page .fr-scan-beam,
  body.fr-page .fr-cta-mock-wrap {
    animation: none !important;
  }
}

/* =========================================================
   FULFILIX RETAIL ERP — PROFESSIONAL BUSINESS SHOWCASE PASS
   Purpose: typography hierarchy, spacing rhythm, alignment,
   readability and two-tone Fulfilix heading treatment.
   Keep this block LAST in retail-erp.css.
   ========================================================= */

body.home-v2.fr-page {
  --fr-heading: #fbfaff;
  --fr-body: #c5bdcf;
  --fr-body-soft: #aaa1b8;
  --fr-gradient: linear-gradient(100deg, #b579ff 0%, #9555f6 48%, #df4dab 100%);
}

/* ---------- GLOBAL WIDTH + SECTION RHYTHM ---------- */
body.home-v2.fr-page .fr-main .ff-shell {
  width: min(1260px, calc(100% - 48px));
  margin-inline: auto;
}

body.home-v2.fr-page .fr-main .ff-section {
  position: relative;
  padding-top: 104px !important;
  padding-bottom: 104px !important;
  scroll-margin-top: 118px;
}

body.home-v2.fr-page .fr-main .ff-section + .ff-section {
  border-top: 1px solid rgba(255,255,255,.025);
}

/* Unified section header system */
body.home-v2.fr-page .fr-main .ff-section-head {
  width: min(980px, 100%);
  margin: 0 auto 54px;
  text-align: center;
}

body.home-v2.fr-page .fr-main .ff-section-head .ff-kicker,
body.home-v2.fr-page .fr-main .ff-section-split-head .ff-kicker,
body.home-v2.fr-page .fr-main [class*="-copy"] > .ff-kicker {
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .13em;
}

body.home-v2.fr-page .fr-main .ff-section-head h2,
body.home-v2.fr-page .fr-main .fr-faq-aside h2 {
  margin: 0;
  color: var(--fr-heading);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(46px, 4.25vw, 60px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.048em;
  text-wrap: balance;
}

body.home-v2.fr-page .fr-main .ff-section-head h2 > span,
body.home-v2.fr-page .fr-main .ff-section-split-head h2 > span,
body.home-v2.fr-page .fr-main [class*="-copy"] h2 > span,
body.home-v2.fr-page .fr-main .ff-cta-copy h2 > span {
  background: var(--fr-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.home-v2.fr-page .fr-main .ff-section-head > p {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--fr-body);
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

/* Split section headers — same scale as the rest of the site */
body.home-v2.fr-page .fr-main .ff-section-split-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

body.home-v2.fr-page .fr-main .ff-section-split-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--fr-heading);
  font-family: 'Poppins', sans-serif;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.048em;
  text-wrap: balance;
}

body.home-v2.fr-page .fr-main .ff-section-split-head p {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: var(--fr-body);
  font: 400 16.5px/1.72 'Inter', sans-serif;
}

/* All split showcase headings */
body.home-v2.fr-page .fr-pos-copy h2,
body.home-v2.fr-page .fr-barcode-copy h2,
body.home-v2.fr-page .fr-variants-copy h2,
body.home-v2.fr-page .fr-branch-copy h2,
body.home-v2.fr-page .fr-purchasing-copy h2 {
  max-width: 620px;
  font-size: clamp(44px, 4.1vw, 58px);
  line-height: 1.06;
  letter-spacing: -.048em;
  text-wrap: balance;
}

body.home-v2.fr-page .fr-pos-copy > p,
body.home-v2.fr-page .fr-barcode-copy > p,
body.home-v2.fr-page .fr-variants-copy > p,
body.home-v2.fr-page .fr-purchasing-copy > p {
  max-width: 590px;
  margin-top: 22px;
  color: var(--fr-body);
  font-size: 17px;
  line-height: 1.72;
}

/* ---------- HERO ---------- */
body.home-v2.fr-page .fr-hero {
  min-height: 760px;
  padding-top: 154px;
  padding-bottom: 92px;
}

body.home-v2.fr-page .fr-hero .ff-hero-layout {
  grid-template-columns: minmax(0, .93fr) minmax(540px, 1.07fr);
  gap: 68px;
  align-items: center;
}

body.home-v2.fr-page .fr-hero .ff-display {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(56px, 5.25vw, 76px);
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}

body.home-v2.fr-page .fr-hero .ff-hero-lead {
  max-width: 650px;
  color: var(--fr-body);
  font-size: 18px;
  line-height: 1.72;
}

body.home-v2.fr-page .fr-hero .ff-hero-actions {
  margin-top: 28px;
  gap: 12px;
}

body.home-v2.fr-page .fr-hero .ff-benefit-row {
  margin-top: 28px;
  gap: 20px;
}

body.home-v2.fr-page .fr-hero .ff-benefit > span:last-child {
  color: #d8d1e1;
  font-size: 13.5px;
  line-height: 1.35;
}

body.home-v2.fr-page .fr-hero-stage {
  min-height: 560px;
}

body.home-v2.fr-page .fr-hero-composition {
  width: min(720px, 100%);
  min-height: 520px;
}

/* ---------- WHO IT'S FOR ---------- */
body.home-v2.fr-page .fr-audience {
  padding-top: 104px !important;
}

body.home-v2.fr-page .fr-audience-layout {
  gap: 28px;
}

body.home-v2.fr-page .fr-audience-grid {
  gap: 18px;
}

body.home-v2.fr-page .fr-audience-card {
  min-height: 205px;
  padding: 28px;
}

body.home-v2.fr-page .fr-audience-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
}

body.home-v2.fr-page .fr-audience-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
}

body.home-v2.fr-page .fr-audience-card p {
  color: var(--fr-body-soft);
  font-size: 15px;
  line-height: 1.68;
}

body.home-v2.fr-page .fr-audience-visual,
body.home-v2.fr-page .fr-audience-visual img {
  min-height: 650px;
}

/* ---------- CORE CAPABILITIES / BENTO ---------- */
body.home-v2.fr-page .fr-capabilities .ff-bento {
  gap: 18px;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card {
  min-height: 290px;
  padding: 30px;
  border-radius: 20px;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
  min-height: 360px;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 30px;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card h3 {
  margin: 16px 0 10px;
  color: var(--fr-heading);
  font-size: 21px;
  line-height: 1.3;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card p {
  color: var(--fr-body);
  font-size: 15px;
  line-height: 1.72;
}

body.home-v2.fr-page .fr-highlight-list {
  gap: 10px;
  margin-top: 20px;
}

body.home-v2.fr-page .fr-highlight-list li {
  color: #c2b8cb;
  font-size: 13.5px;
  line-height: 1.5;
}

body.home-v2.fr-page .fr-pos-ui {
  padding: 18px;
}

body.home-v2.fr-page .fr-pos-ui-head {
  font-size: 12px;
}

body.home-v2.fr-page .fr-pos-ui-head span {
  font-size: 9.5px;
}

body.home-v2.fr-page .fr-pos-ui-row {
  padding: 13px 0;
  font-size: 11px;
  line-height: 1.35;
}

body.home-v2.fr-page .fr-pos-ui-total {
  font-size: 12px;
}

body.home-v2.fr-page .fr-pos-ui-total b {
  font-size: 15px;
}

/* ---------- POS SHOWCASE ---------- */
body.home-v2.fr-page .fr-pos-layout {
  grid-template-columns: minmax(0, .80fr) minmax(560px, 1.20fr);
  gap: 64px;
}

body.home-v2.fr-page .fr-flow {
  gap: 10px;
  margin-top: 28px;
}

body.home-v2.fr-page .fr-flow-step {
  min-height: 36px;
  padding: 0 12px;
  font-size: 10.5px;
}

body.home-v2.fr-page .fr-browser-frame {
  transform: perspective(1400px) rotateY(-3deg) rotateX(1deg);
}

/* ---------- BARCODE ---------- */
body.home-v2.fr-page .fr-barcode-layout {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 68px;
}

body.home-v2.fr-page .fr-barcode-visual {
  min-height: 440px;
}

body.home-v2.fr-page .fr-barcode-tag {
  width: min(380px, 76%);
}

body.home-v2.fr-page .fr-tag-name {
  font-size: 20px;
}

body.home-v2.fr-page .fr-tag-variant,
body.home-v2.fr-page .fr-tag-meta {
  font-size: 11.5px;
}

/* ---------- SIZE / COLOR VARIANTS ---------- */
body.home-v2.fr-page .fr-variants-layout {
  grid-template-columns: minmax(560px, 1.12fr) minmax(0, .88fr);
  gap: 66px;
}

body.home-v2.fr-page .fr-variant-table {
  margin-top: 28px;
}

body.home-v2.fr-page .fr-variant-row {
  min-height: 52px;
  padding-inline: 18px;
  color: #b9afc2;
  font-size: 13px;
  line-height: 1.2;
}

/* ---------- MULTI BRANCH ---------- */
body.home-v2.fr-page .fr-branch-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 62px;
}

body.home-v2.fr-page .fr-chip-grid,
body.home-v2.fr-page .fr-reports-list {
  gap: 10px;
  margin-top: 26px;
}

body.home-v2.fr-page .fr-chip {
  min-height: 36px;
  padding: 0 13px;
  color: #c1b7ca;
  font-size: 11px;
}

body.home-v2.fr-page .fr-branch-image {
  margin-top: 28px;
}

body.home-v2.fr-page .fr-branch-network {
  min-height: 440px;
}

body.home-v2.fr-page .fr-node {
  min-height: 58px;
  font-size: 12px;
}

/* ---------- PURCHASING ---------- */
body.home-v2.fr-page .fr-purchasing-layout {
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: 66px;
}

body.home-v2.fr-page .fr-flow-vertical {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
}

body.home-v2.fr-page .fr-purchasing-copy .fr-flow-step {
  min-height: 34px;
}

/* ---------- RETURNS ---------- */
body.home-v2.fr-page .fr-returns .ff-section-head {
  width: min(900px, 100%);
  margin-bottom: 48px;
}

body.home-v2.fr-page .fr-returns-layout {
  grid-template-columns: minmax(340px, .70fr) minmax(0, 1.30fr);
  gap: 28px;
  align-items: stretch;
}

body.home-v2.fr-page .fr-returns-cards {
  gap: 14px;
}

body.home-v2.fr-page .fr-glass-card {
  min-height: 175px;
  padding: 26px;
}

body.home-v2.fr-page .fr-glass-card h3 {
  font-size: 13px;
}

body.home-v2.fr-page .fr-glass-row {
  min-height: 54px;
  color: #b5aabd;
  font-size: 13.5px;
}

body.home-v2.fr-page .fr-returns-visual,
body.home-v2.fr-page .fr-returns-visual img {
  min-height: 410px;
}

/* ---------- CUSTOMER RETENTION ---------- */
body.home-v2.fr-page .fr-loyalty-grid {
  gap: 20px;
}

body.home-v2.fr-page .fr-big-card {
  min-height: 280px;
  padding: 32px;
}

body.home-v2.fr-page .fr-big-card h3 {
  font-size: 24px;
}

body.home-v2.fr-page .fr-note {
  color: #9990a3;
  font-size: 12px;
  line-height: 1.65;
}

/* ---------- USERS / ROLES ---------- */
body.home-v2.fr-page .fr-role-grid {
  gap: 16px;
}

body.home-v2.fr-page .fr-role-card {
  min-height: 132px;
  padding: 26px;
}

body.home-v2.fr-page .fr-role-card h3 {
  font-size: 19px;
}

body.home-v2.fr-page .fr-role-card p {
  color: var(--fr-body-soft);
  font-size: 13.5px;
}

/* ---------- REPORTING / FINANCE ---------- */
body.home-v2.fr-page .fr-reports .ff-section-head {
  width: min(1080px, 100%);
}

body.home-v2.fr-page .fr-reports-layout {
  grid-template-columns: minmax(390px, .72fr) minmax(0, 1.28fr);
  gap: 28px;
}

body.home-v2.fr-page .fr-kpi-grid {
  gap: 12px;
}

body.home-v2.fr-page .fr-kpi-card {
  min-height: 118px;
  padding: 20px;
}

body.home-v2.fr-page .fr-kpi-card span {
  font-size: 11.5px;
}

body.home-v2.fr-page .fr-kpi-card b {
  font-size: 24px;
}

body.home-v2.fr-page .fr-reports-list {
  justify-content: center;
  margin-top: 28px;
}

/* ---------- INTEGRATIONS ---------- */
body.home-v2.fr-page .fr-integrations .ff-section-head {
  margin-bottom: 50px;
}

body.home-v2.fr-page .fr-badge {
  margin-top: 20px;
  font-size: 10.5px;
}

body.home-v2.fr-page .fr-integration-grid {
  gap: 16px;
}

body.home-v2.fr-page .fr-integration-card {
  min-height: 145px;
  gap: 16px;
  font-size: 13px;
}

body.home-v2.fr-page .fr-integration-card img {
  width: 44px;
  height: 44px;
}

/* ---------- SUPER ADMIN ---------- */
body.home-v2.fr-page .fr-superadmin-visual {
  min-height: 490px;
}

body.home-v2.fr-page .fr-admin-kpi {
  min-width: 178px;
}

body.home-v2.fr-page .fr-admin-kpi span {
  font-size: 10px;
}

body.home-v2.fr-page .fr-admin-kpi b {
  font-size: 20px;
}

/* ---------- PRICING ---------- */
body.home-v2.fr-page #pricing.fr-pricing {
  min-height: auto;
  padding-top: 110px !important;
  padding-bottom: 118px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head {
  margin-bottom: 42px;
}

body.home-v2.fr-page #pricing .fr-pricing-head h2 {
  font-size: clamp(46px, 4.25vw, 60px);
}

body.home-v2.fr-page #pricing .fr-pricing-head > p {
  max-width: 720px;
  font-size: 17px;
}

body.home-v2.fr-page #pricing .fr-pricing-single {
  width: min(550px, 100%);
}

body.home-v2.fr-page #pricing .fr-pricing-card {
  min-height: 680px;
  padding: 34px;
}

body.home-v2.fr-page #pricing .pricing-title-wrap h3 {
  font-size: 22px;
}

body.home-v2.fr-page #pricing .pricing-title-wrap p {
  font-size: 13px;
}

body.home-v2.fr-page #pricing .price span {
  font-size: 46px;
}

body.home-v2.fr-page #pricing .price small {
  font-size: 13px;
}

body.home-v2.fr-page #pricing .onboard strong,
body.home-v2.fr-page #pricing .onboard span {
  font-size: 11.5px;
}

body.home-v2.fr-page #pricing .fr-pricing-list {
  gap: 12px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-list li {
  color: #d3cbd9 !important;
  font-size: 14.5px !important;
  line-height: 1.5 !important;
}

/* ---------- FAQ ---------- */
body.home-v2.fr-page .fr-faq-grid {
  grid-template-columns: minmax(320px, .58fr) minmax(0, 1.42fr);
  gap: 72px;
}

body.home-v2.fr-page .fr-faq-aside > p {
  max-width: 430px;
  margin: 20px 0 26px;
  color: var(--fr-body);
  font-size: 16px;
  line-height: 1.72;
}

body.home-v2.fr-page .fr-faq-list {
  gap: 12px;
}

body.home-v2.fr-page .fr-faq-question {
  min-height: 74px;
  padding: 0 22px;
  color: #ece7f2;
  font-size: 15.5px;
  line-height: 1.42;
}

body.home-v2.fr-page .fr-faq-answer-inner {
  padding-inline: 22px;
  color: var(--fr-body);
  font-size: 14.5px;
  line-height: 1.72;
}

body.home-v2.fr-page .fr-faq-item.open .fr-faq-answer-inner {
  padding-bottom: 22px;
}

/* ---------- FINAL CTA ---------- */
body.home-v2.fr-page .fr-final-cta {
  padding-top: 104px !important;
  padding-bottom: 112px !important;
}

body.home-v2.fr-page .fr-cta-card {
  min-height: 410px;
  grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
  gap: 44px;
  padding: 52px 50px;
}

body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2 {
  max-width: 620px;
  font-size: clamp(42px, 3.7vw, 56px);
  line-height: 1.07;
  letter-spacing: -.045em;
}

body.home-v2.fr-page .fr-cta-card .ff-cta-copy p {
  max-width: 570px;
  margin-top: 20px;
  color: var(--fr-body);
  font-size: 17px;
  line-height: 1.72;
}

body.home-v2.fr-page .fr-cta-card .ff-cta-actions {
  margin-top: 28px;
}

/* ---------- TABLET ---------- */
@media (max-width: 1180px) {
  body.home-v2.fr-page .fr-main .ff-shell {
    width: min(1080px, calc(100% - 40px));
  }

  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }

  body.home-v2.fr-page .fr-hero .ff-hero-layout,
  body.home-v2.fr-page .fr-pos-layout,
  body.home-v2.fr-page .fr-barcode-layout,
  body.home-v2.fr-page .fr-variants-layout,
  body.home-v2.fr-page .fr-branch-layout,
  body.home-v2.fr-page .fr-purchasing-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body.home-v2.fr-page .fr-hero {
    min-height: auto;
    padding-top: 148px;
  }

  body.home-v2.fr-page .fr-hero-copy,
  body.home-v2.fr-page .fr-pos-copy,
  body.home-v2.fr-page .fr-barcode-copy,
  body.home-v2.fr-page .fr-variants-copy,
  body.home-v2.fr-page .fr-branch-copy,
  body.home-v2.fr-page .fr-purchasing-copy {
    max-width: 800px;
    margin-inline: auto;
    text-align: center;
  }

  body.home-v2.fr-page .fr-hero-copy .ff-eyebrow,
  body.home-v2.fr-page .fr-pos-copy .ff-kicker,
  body.home-v2.fr-page .fr-barcode-copy .ff-kicker,
  body.home-v2.fr-page .fr-variants-copy .ff-kicker,
  body.home-v2.fr-page .fr-branch-copy .ff-kicker,
  body.home-v2.fr-page .fr-purchasing-copy .ff-kicker {
    margin-inline: auto;
  }

  body.home-v2.fr-page .fr-pos-copy h2,
  body.home-v2.fr-page .fr-barcode-copy h2,
  body.home-v2.fr-page .fr-variants-copy h2,
  body.home-v2.fr-page .fr-branch-copy h2,
  body.home-v2.fr-page .fr-purchasing-copy h2,
  body.home-v2.fr-page .fr-pos-copy > p,
  body.home-v2.fr-page .fr-barcode-copy > p,
  body.home-v2.fr-page .fr-variants-copy > p,
  body.home-v2.fr-page .fr-purchasing-copy > p {
    margin-left: auto;
    margin-right: auto;
  }

  body.home-v2.fr-page .fr-flow,
  body.home-v2.fr-page .fr-chip-grid {
    justify-content: center;
  }

  body.home-v2.fr-page .fr-hero-stage,
  body.home-v2.fr-page .fr-browser-frame,
  body.home-v2.fr-page .fr-barcode-visual,
  body.home-v2.fr-page .fr-variants-visual,
  body.home-v2.fr-page .fr-purchasing-visual,
  body.home-v2.fr-page .fr-branch-network {
    width: min(860px, 100%);
    margin-inline: auto;
  }

  body.home-v2.fr-page .fr-audience-layout,
  body.home-v2.fr-page .fr-returns-layout,
  body.home-v2.fr-page .fr-reports-layout,
  body.home-v2.fr-page .fr-faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.home-v2.fr-page .fr-faq-aside {
    position: static;
    text-align: center;
  }

  body.home-v2.fr-page .fr-faq-aside > p,
  body.home-v2.fr-page .fr-faq-aside .ff-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 860px) {
  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-split-head {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  body.home-v2.fr-page .fr-main .ff-section-split-head h2,
  body.home-v2.fr-page .fr-main .ff-section-split-head p {
    margin-left: auto;
    margin-right: auto;
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }

  body.home-v2.fr-page .fr-integration-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.home-v2.fr-page .fr-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width: 620px) {
  body.home-v2.fr-page .fr-main .ff-shell {
    width: calc(100% - 26px);
  }

  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-head {
    margin-bottom: 38px;
  }

  body.home-v2.fr-page .fr-main .ff-section-head h2,
  body.home-v2.fr-page .fr-main .ff-section-split-head h2,
  body.home-v2.fr-page .fr-pos-copy h2,
  body.home-v2.fr-page .fr-barcode-copy h2,
  body.home-v2.fr-page .fr-variants-copy h2,
  body.home-v2.fr-page .fr-branch-copy h2,
  body.home-v2.fr-page .fr-purchasing-copy h2,
  body.home-v2.fr-page .fr-faq-aside h2,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2 {
    font-size: clamp(34px, 9.2vw, 44px);
    line-height: 1.08;
  }

  body.home-v2.fr-page .fr-main .ff-section-head > p,
  body.home-v2.fr-page .fr-main .ff-section-split-head p,
  body.home-v2.fr-page .fr-pos-copy > p,
  body.home-v2.fr-page .fr-barcode-copy > p,
  body.home-v2.fr-page .fr-variants-copy > p,
  body.home-v2.fr-page .fr-purchasing-copy > p,
  body.home-v2.fr-page .fr-faq-aside > p,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy p {
    font-size: 15.5px;
  }

  body.home-v2.fr-page .fr-hero {
    padding-top: 124px;
    padding-bottom: 72px;
  }

  body.home-v2.fr-page .fr-hero .ff-display {
    font-size: clamp(42px, 11vw, 54px);
  }

  body.home-v2.fr-page .fr-hero .ff-hero-lead {
    font-size: 15.5px;
  }

  body.home-v2.fr-page .fr-audience-grid,
  body.home-v2.fr-page .fr-loyalty-grid,
  body.home-v2.fr-page .fr-role-grid,
  body.home-v2.fr-page .fr-kpi-grid,
  body.home-v2.fr-page .fr-integration-grid,
  body.home-v2.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: 1fr;
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: auto;
  }

  body.home-v2.fr-page .fr-audience-card,
  body.home-v2.fr-page .fr-capabilities .ff-bento-card,
  body.home-v2.fr-page .fr-big-card,
  body.home-v2.fr-page .fr-role-card,
  body.home-v2.fr-page .fr-glass-card {
    min-height: 0;
  }

  body.home-v2.fr-page .fr-returns-visual,
  body.home-v2.fr-page .fr-returns-visual img {
    min-height: 0;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card {
    min-height: auto;
  }

  body.home-v2.fr-page .fr-cta-card {
    padding: 34px 20px;
  }
}

/* =========================================================
   FULFILIX RETAIL ERP — HOME PAGE VISUAL MATCH OVERRIDE
   2026-09-12
   PURPOSE:
   - Match Index/Home typography, colors, card readability and spacing
   - Keep Retail-specific layouts/content intact
   - Match Home pricing card styling
   - Remove excessive vertical whitespace
   IMPORTANT: KEEP THIS BLOCK LAST IN retail-erp.css
   ========================================================= */

body.home-v2.fr-page {
  --fr-home-heading: #fbfaff;
  --fr-home-body: #d0c7da;
  --fr-home-soft: #b2a9bf;
  --fr-home-line: rgba(155, 111, 255, .18);
  --fr-home-gradient: linear-gradient(100deg, #b579ff 0%, #8e4ef7 48%, #df4dab 100%);
}

/* ---------- GLOBAL WIDTH + COMPACT HOME-LIKE SECTION RHYTHM ---------- */
body.home-v2.fr-page .fr-main .ff-shell {
  width: min(1380px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
}

body.home-v2.fr-page .fr-main .ff-section {
  position: relative;
  padding-top: 94px !important;
  padding-bottom: 94px !important;
  scroll-margin-top: 116px;
}

body.home-v2.fr-page .fr-main .ff-section::before {
  left: 8% !important;
  right: 8% !important;
  background: linear-gradient(90deg, transparent, rgba(157,111,255,.16), transparent) !important;
}

/* Remove oversized custom section min-heights that create dead space */
body.home-v2.fr-page .fr-audience,
body.home-v2.fr-page .fr-capabilities,
body.home-v2.fr-page .fr-pos-showcase,
body.home-v2.fr-page .fr-barcode,
body.home-v2.fr-page .fr-variants,
body.home-v2.fr-page .fr-branch,
body.home-v2.fr-page .fr-purchasing,
body.home-v2.fr-page .fr-returns,
body.home-v2.fr-page .fr-loyalty,
body.home-v2.fr-page .fr-roles,
body.home-v2.fr-page .fr-reports,
body.home-v2.fr-page .fr-integrations,
body.home-v2.fr-page .fr-superadmin,
body.home-v2.fr-page .fr-faq,
body.home-v2.fr-page .fr-final-cta {
  min-height: 0 !important;
}

/* ---------- HOME TYPOGRAPHY SYSTEM ---------- */
body.home-v2.fr-page .fr-main .ff-kicker,
body.home-v2.fr-page .fr-main .ff-eyebrow {
  padding: 9px 16px !important;
  color: #cbb5ff !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .105em !important;
  text-transform: uppercase !important;
}

body.home-v2.fr-page .fr-main .ff-section-head {
  width: min(1040px, 100%) !important;
  margin: 0 auto 56px !important;
  text-align: center !important;
}

body.home-v2.fr-page .fr-main .ff-section-head .ff-kicker {
  margin: 0 auto 18px !important;
}

body.home-v2.fr-page .fr-main .ff-section-head h2 {
  max-width: 1000px !important;
  margin: 0 auto !important;
  color: var(--fr-home-heading) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(48px, 3.65vw, 66px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

body.home-v2.fr-page .fr-main .ff-section-head h2 span,
body.home-v2.fr-page .fr-main .ff-section-split-head h2 span,
body.home-v2.fr-page .fr-main [class*="-copy"] h2 span,
body.home-v2.fr-page .fr-main .fr-faq-aside h2 span,
body.home-v2.fr-page .fr-main .ff-cta-copy h2 span {
  background: var(--fr-home-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

body.home-v2.fr-page .fr-main .ff-section-head > p {
  max-width: 840px !important;
  margin: 22px auto 0 !important;
  color: var(--fr-home-body) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
}

/* Split headings now follow Home/Industries visual proportions */
body.home-v2.fr-page .fr-main .ff-section-split-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .70fr) !important;
  gap: 60px !important;
  align-items: end !important;
  margin-bottom: 44px !important;
}

body.home-v2.fr-page .fr-main .ff-section-split-head .ff-kicker {
  margin-bottom: 16px !important;
}

body.home-v2.fr-page .fr-main .ff-section-split-head h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--fr-home-heading) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(48px, 3.7vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 1.07 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

body.home-v2.fr-page .fr-main .ff-section-split-head > div:last-child {
  justify-self: end !important;
  max-width: 520px !important;
}

body.home-v2.fr-page .fr-main .ff-section-split-head p {
  margin: 0 !important;
  color: var(--fr-home-body) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

/* ---------- HERO: SAME HIERARCHY AS HOME ---------- */
body.home-v2.fr-page .fr-hero {
  min-height: 760px !important;
  padding-top: 154px !important;
  padding-bottom: 82px !important;
}

body.home-v2.fr-page .fr-hero .ff-hero-layout {
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr) !important;
  gap: 58px !important;
  align-items: center !important;
}

body.home-v2.fr-page .fr-hero .ff-display {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--fr-home-heading) !important;
  font-size: clamp(60px, 5.15vw, 84px) !important;
  font-weight: 700 !important;
  line-height: 1.015 !important;
  letter-spacing: -.055em !important;
}

body.home-v2.fr-page .fr-hero .ff-hero-lead {
  max-width: 690px !important;
  margin-top: 26px !important;
  color: var(--fr-home-body) !important;
  font-size: clamp(18px, 1.35vw, 21px) !important;
  line-height: 1.74 !important;
}

body.home-v2.fr-page .fr-hero .ff-hero-actions {
  margin-top: 30px !important;
  gap: 12px !important;
}

body.home-v2.fr-page .fr-main .ff-btn,
body.home-v2.fr-page .fr-hero .restaurant-signin-btn {
  min-height: 56px !important;
  padding-left: 27px !important;
  padding-right: 27px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

body.home-v2.fr-page .fr-hero .ff-benefit-row {
  margin-top: 34px !important;
  gap: 14px !important;
}

body.home-v2.fr-page .fr-hero .ff-benefit {
  color: #e1d9e9 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}

body.home-v2.fr-page .fr-hero .ff-benefit-icon {
  width: 44px !important;
  height: 44px !important;
}

body.home-v2.fr-page .fr-hero-stage {
  min-height: 540px !important;
}

body.home-v2.fr-page .fr-hero-composition {
  width: min(710px, 100%) !important;
  min-height: 500px !important;
}

/* ---------- SIDE-BY-SIDE FEATURE HEADINGS ---------- */
body.home-v2.fr-page .fr-pos-copy h2,
body.home-v2.fr-page .fr-barcode-copy h2,
body.home-v2.fr-page .fr-variants-copy h2,
body.home-v2.fr-page .fr-branch-copy h2,
body.home-v2.fr-page .fr-purchasing-copy h2 {
  max-width: 650px !important;
  margin: 0 !important;
  color: var(--fr-home-heading) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(50px, 3.8vw, 62px) !important;
  font-weight: 700 !important;
  line-height: 1.045 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance !important;
}

body.home-v2.fr-page .fr-pos-copy > p,
body.home-v2.fr-page .fr-barcode-copy > p,
body.home-v2.fr-page .fr-variants-copy > p,
body.home-v2.fr-page .fr-purchasing-copy > p {
  max-width: 620px !important;
  margin-top: 20px !important;
  color: var(--fr-home-body) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.76 !important;
}

/* ---------- WHO IT'S FOR ---------- */
body.home-v2.fr-page .fr-audience {
  padding-top: 94px !important;
}

body.home-v2.fr-page .fr-audience-layout {
  gap: 28px !important;
}

body.home-v2.fr-page .fr-audience-grid {
  gap: 16px !important;
}

body.home-v2.fr-page .fr-audience-card {
  min-height: 198px !important;
  padding: 26px !important;
}

body.home-v2.fr-page .fr-audience-card h3 {
  margin: 0 0 11px !important;
  color: #fbf8ff !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.home-v2.fr-page .fr-audience-card p {
  color: var(--fr-home-body) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.home-v2.fr-page .fr-audience-visual,
body.home-v2.fr-page .fr-audience-visual img {
  min-height: 610px !important;
}

/* ---------- CORE CAPABILITIES / BENTO ---------- */
body.home-v2.fr-page .fr-capabilities .ff-bento {
  gap: 16px !important;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card {
  min-height: 310px !important;
  padding: 28px !important;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
  min-height: 350px !important;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr) !important;
  gap: 24px !important;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card h3 {
  margin: 0 0 13px !important;
  color: #fbf8ff !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.27 !important;
}

body.home-v2.fr-page .fr-capabilities .ff-bento-card p {
  color: var(--fr-home-body) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.home-v2.fr-page .fr-highlight-list {
  gap: 10px !important;
  margin-top: 20px !important;
}

body.home-v2.fr-page .fr-highlight-list li {
  color: #d1c8da !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body.home-v2.fr-page .fr-pos-ui-head { font-size: 12px !important; }
body.home-v2.fr-page .fr-pos-ui-head span { font-size: 10px !important; }
body.home-v2.fr-page .fr-pos-ui-row { font-size: 11px !important; line-height: 1.4 !important; }
body.home-v2.fr-page .fr-pos-ui-total { font-size: 12px !important; }
body.home-v2.fr-page .fr-pos-ui-total b { font-size: 15px !important; }

/* ---------- POS / BARCODE / VARIANTS / BRANCH / PURCHASING ---------- */
body.home-v2.fr-page .fr-pos-layout,
body.home-v2.fr-page .fr-barcode-layout,
body.home-v2.fr-page .fr-variants-layout,
body.home-v2.fr-page .fr-branch-layout,
body.home-v2.fr-page .fr-purchasing-layout {
  gap: 60px !important;
}

body.home-v2.fr-page .fr-flow {
  gap: 10px !important;
  margin-top: 26px !important;
}

body.home-v2.fr-page .fr-flow-step {
  min-height: 36px !important;
  padding: 0 12px !important;
  color: #c8bdd2 !important;
  font-size: 10.5px !important;
}

body.home-v2.fr-page .fr-variant-row {
  min-height: 52px !important;
  padding-inline: 18px !important;
  color: #c7bdcf !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

body.home-v2.fr-page .fr-chip {
  min-height: 36px !important;
  padding: 0 13px !important;
  color: #d1c7d8 !important;
  font-size: 11.5px !important;
}

body.home-v2.fr-page .fr-node {
  min-height: 58px !important;
  color: #e9e1ef !important;
  font-size: 12.5px !important;
}

body.home-v2.fr-page .fr-branch-network {
  min-height: 420px !important;
}

body.home-v2.fr-page .fr-barcode-visual {
  min-height: 430px !important;
}

body.home-v2.fr-page .fr-tag-name { font-size: 20px !important; }
body.home-v2.fr-page .fr-tag-variant { font-size: 12px !important; }
body.home-v2.fr-page .fr-tag-meta { font-size: 10.5px !important; }
body.home-v2.fr-page .fr-tag-price { font-size: 24px !important; }

/* ---------- RETURNS ---------- */
body.home-v2.fr-page .fr-returns .ff-section-head {
  margin-bottom: 48px !important;
}

body.home-v2.fr-page .fr-returns-layout {
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr) !important;
  gap: 26px !important;
}

body.home-v2.fr-page .fr-returns-cards {
  gap: 14px !important;
}

body.home-v2.fr-page .fr-glass-card {
  min-height: 172px !important;
  padding: 26px !important;
}

body.home-v2.fr-page .fr-glass-card h3 {
  font-size: 13px !important;
}

body.home-v2.fr-page .fr-glass-row {
  min-height: 52px !important;
  color: #d0c6d6 !important;
  font-size: 13.5px !important;
}

body.home-v2.fr-page .fr-returns-visual,
body.home-v2.fr-page .fr-returns-visual img {
  min-height: 392px !important;
}

/* ---------- CUSTOMER RETENTION ---------- */
body.home-v2.fr-page .fr-loyalty-grid {
  gap: 18px !important;
}

body.home-v2.fr-page .fr-big-card {
  min-height: 285px !important;
  padding: 30px !important;
}

body.home-v2.fr-page .fr-big-card h3 {
  color: #fbf8ff !important;
  font-size: 23px !important;
  font-weight: 700 !important;
}

body.home-v2.fr-page .fr-big-card .fr-highlight-list li {
  font-size: 14.5px !important;
}

body.home-v2.fr-page .fr-note {
  color: var(--fr-home-soft) !important;
  font-size: 12.5px !important;
  line-height: 1.68 !important;
}

/* ---------- USERS & ROLES ---------- */
body.home-v2.fr-page .fr-role-grid {
  gap: 16px !important;
}

body.home-v2.fr-page .fr-role-card {
  min-height: 130px !important;
  padding: 26px !important;
}

body.home-v2.fr-page .fr-role-card h3 {
  color: #fbf8ff !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}

body.home-v2.fr-page .fr-role-card p {
  color: var(--fr-home-soft) !important;
  font-size: 13.5px !important;
  line-height: 1.45 !important;
}

/* ---------- REPORTING / FINANCE ---------- */
body.home-v2.fr-page .fr-reports-layout {
  grid-template-columns: minmax(390px, .72fr) minmax(0, 1.28fr) !important;
  gap: 26px !important;
}

body.home-v2.fr-page .fr-kpi-grid {
  gap: 12px !important;
}

body.home-v2.fr-page .fr-kpi-card {
  min-height: 116px !important;
  padding: 20px !important;
}

body.home-v2.fr-page .fr-kpi-card span {
  color: #b8aec2 !important;
  font-size: 11.5px !important;
}

body.home-v2.fr-page .fr-kpi-card b {
  color: #fbf8ff !important;
  font-size: 24px !important;
}

body.home-v2.fr-page .fr-reports-list {
  margin-top: 26px !important;
}

/* ---------- INTEGRATIONS ---------- */
body.home-v2.fr-page .fr-integrations .ff-section-head {
  margin-bottom: 48px !important;
}

body.home-v2.fr-page .fr-badge {
  margin-top: 18px !important;
  font-size: 10.5px !important;
}

body.home-v2.fr-page .fr-integration-grid {
  gap: 14px !important;
}

body.home-v2.fr-page .fr-integration-card {
  min-height: 140px !important;
  gap: 14px !important;
  color: #d9d0df !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.home-v2.fr-page .fr-integration-card img {
  width: 44px !important;
  height: 44px !important;
}

/* ---------- SUPER ADMIN: REMOVE EXTRA VERTICAL DEAD SPACE ---------- */
body.home-v2.fr-page .fr-superadmin-visual {
  min-height: 440px !important;
  margin-top: -4px !important;
}

body.home-v2.fr-page .fr-superadmin-visual > img {
  width: min(900px, 88%) !important;
}

body.home-v2.fr-page .fr-admin-kpi {
  min-width: 176px !important;
}

body.home-v2.fr-page .fr-admin-kpi span { font-size: 10px !important; }
body.home-v2.fr-page .fr-admin-kpi b { font-size: 20px !important; }

/* =========================================================
   PRICING — MATCH INDEX/HOME PRICING CARD
   ========================================================= */
body.home-v2.fr-page #pricing.fr-pricing {
  position: relative !important;
  min-height: 0 !important;
  padding-top: 94px !important;
  padding-bottom: 104px !important;
  overflow: hidden !important;
  background: transparent !important;
}

body.home-v2.fr-page #pricing.fr-pricing::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -210px !important;
  width: min(1180px, 88vw) !important;
  height: 430px !important;
  transform: translateX(-50%) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(132, 83, 216, .18) !important;
  background: radial-gradient(ellipse at center, rgba(92,45,164,.16) 0%, rgba(61,27,117,.08) 42%, transparent 72%) !important;
  box-shadow: 0 -24px 70px -48px rgba(123,72,214,.5) !important;
  pointer-events: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-ambient,
body.home-v2.fr-page #pricing .fr-pricing-horizon {
  display: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head {
  position: relative !important;
  z-index: 2 !important;
  width: min(1040px, 100%) !important;
  margin: 0 auto 44px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head h2 {
  max-width: 1000px !important;
  font-size: clamp(48px, 3.65vw, 66px) !important;
  line-height: 1.06 !important;
  font-weight: 700 !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head > p {
  max-width: 840px !important;
  margin-top: 22px !important;
  color: var(--fr-home-body) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 30px auto 0 !important;
  padding: 5px !important;
  border: 1px solid rgba(176,145,233,.16) !important;
  border-radius: 999px !important;
  background: rgba(14,10,25,.82) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 18px 35px -28px rgba(0,0,0,.9) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button {
  min-width: 128px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #9d94aa !important;
  background: transparent !important;
  font: 650 14px/1 'Inter', sans-serif !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button.active {
  color: #fff !important;
  background: linear-gradient(135deg, #6d28d9, #8b3ff1) !important;
  box-shadow: 0 10px 24px -16px rgba(124,58,237,.8), inset 0 1px 0 rgba(255,255,255,.14) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button span {
  display: inline-flex !important;
  margin-left: 6px !important;
  padding: 4px 7px !important;
  border: 1px solid rgba(53,211,153,.14) !important;
  border-radius: 999px !important;
  color: #73d7a8 !important;
  background: rgba(53,211,153,.08) !important;
  font-size: 9px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-single {
  position: relative !important;
  z-index: 2 !important;
  width: min(520px, 100%) !important;
  margin: 0 auto !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card {
  --pricing-spot-x: 50%;
  --pricing-spot-y: 0%;
  position: relative !important;
  min-height: 635px !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 1px solid rgba(155,103,244,.50) !important;
  border-radius: 24px !important;
  background: linear-gradient(160deg, rgba(33,21,58,.97), rgba(12,9,22,.98)) !important;
  box-shadow: 0 28px 60px -42px rgba(113,66,201,.72), inset 0 1px 0 rgba(255,255,255,.04) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: .45 !important;
  background: radial-gradient(320px circle at var(--pricing-spot-x) var(--pricing-spot-y), rgba(137,86,226,.15), transparent 58%) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card::after {
  content: none !important;
  display: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card-glow {
  display: none !important;
}

body.home-v2.fr-page #pricing .pricing-card-top {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 78px !important;
  padding-right: 112px !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .pricing-icon {
  width: 62px !important;
  height: 62px !important;
  border-radius: 17px !important;
  color: #d9c2ff !important;
  background: linear-gradient(145deg, rgba(123,61,210,.36), rgba(79,35,142,.22)) !important;
  border: 1px solid rgba(181,136,245,.20) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 15px 30px -24px rgba(124,58,237,.85) !important;
}

body.home-v2.fr-page #pricing .pricing-icon svg {
  width: 27px !important;
  height: 27px !important;
}

body.home-v2.fr-page #pricing .pricing-title-wrap h3 {
  margin: 0 0 6px !important;
  color: #f8f5fc !important;
  font: 700 24px/1.2 'Poppins', sans-serif !important;
  letter-spacing: -.03em !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .pricing-title-wrap p {
  margin: 0 !important;
  color: var(--fr-home-body) !important;
  font: 500 15px/1.62 'Inter', sans-serif !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-plan-pill {
  position: absolute !important;
  top: 18px !important;
  right: 0 !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(190,146,255,.22) !important;
  border-radius: 999px !important;
  color: #d9c4ff !important;
  background: rgba(124,58,237,.12) !important;
  font: 700 9px/1 'Inter', sans-serif !important;
  letter-spacing: .04em !important;
}

body.home-v2.fr-page #pricing .pricing-price-wrap {
  min-height: 92px !important;
  display: grid !important;
  align-items: center !important;
  margin: 25px 0 16px !important;
}

body.home-v2.fr-page #pricing .price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
}

body.home-v2.fr-page #pricing .price[hidden] {
  display: none !important;
}

body.home-v2.fr-page #pricing .price span {
  color: #fff !important;
  font: 700 clamp(35px, 2.55vw, 42px)/1 'Poppins', sans-serif !important;
  letter-spacing: -.045em !important;
}

body.home-v2.fr-page #pricing .price small {
  color: #948b9f !important;
  font: 500 13.5px/1 'Inter', sans-serif !important;
}

body.home-v2.fr-page #pricing .price em {
  flex-basis: 100% !important;
  width: fit-content !important;
  margin-top: 8px !important;
  padding: 5px 8px !important;
  border: 1px solid rgba(53,211,153,.12) !important;
  border-radius: 999px !important;
  color: #66d59f !important;
  background: rgba(53,211,153,.07) !important;
  font: 650 9px/1 'Inter', sans-serif !important;
  font-style: normal !important;
}

body.home-v2.fr-page #pricing .fr-price-note {
  margin-top: 9px !important;
  color: #aaa1b3 !important;
  font-size: 10.5px !important;
  line-height: 1.5 !important;
}

body.home-v2.fr-page #pricing .onboard {
  min-height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 20px !important;
  padding: 11px 13px !important;
  border: 1px solid rgba(151,109,220,.12) !important;
  border-radius: 13px !important;
  background: rgba(124,58,237,.055) !important;
}

body.home-v2.fr-page #pricing .onboard strong,
body.home-v2.fr-page #pricing .onboard span {
  font-family: 'Inter', sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
}

body.home-v2.fr-page #pricing .onboard strong { color: #b8aec5 !important; font-weight: 600 !important; }
body.home-v2.fr-page #pricing .onboard span { color: #e8e1f1 !important; font-weight: 650 !important; text-align: right !important; }

body.home-v2.fr-page #pricing .fr-pricing-list {
  flex: 1 1 auto !important;
  width: 100% !important;
  display: grid !important;
  align-content: start !important;
  justify-items: stretch !important;
  gap: 12px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-list li {
  position: relative !important;
  width: 100% !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 1px 0 1px 31px !important;
  color: #d1c8da !important;
  font: 500 14.5px/1.52 'Inter', sans-serif !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  width: 17px !important;
  height: 17px !important;
  border: 1px solid rgba(159,115,229,.13) !important;
  border-radius: 50% !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23b98aff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E") center/13px 13px no-repeat,
    rgba(124,58,237,.08) !important;
}

body.home-v2.fr-page #pricing .pricing-cta {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: auto !important;
}

/* ---------- FAQ MATCH ---------- */
body.home-v2.fr-page .fr-faq-grid {
  gap: 72px !important;
}

body.home-v2.fr-page .fr-faq-aside h2 {
  max-width: 580px !important;
  color: var(--fr-home-heading) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(50px, 3.75vw, 62px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
}

body.home-v2.fr-page .fr-faq-aside > p {
  color: var(--fr-home-body) !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

body.home-v2.fr-page .fr-faq-question {
  min-height: 78px !important;
  padding: 0 24px !important;
  color: #f5f0f8 !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

body.home-v2.fr-page .fr-faq-answer-inner {
  padding-left: 24px !important;
  padding-right: 24px !important;
  color: var(--fr-home-body) !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body.home-v2.fr-page .fr-faq-item.open .fr-faq-answer-inner {
  padding-bottom: 24px !important;
}

/* ---------- FINAL CTA MATCH ---------- */
body.home-v2.fr-page .fr-final-cta {
  padding-top: 94px !important;
  padding-bottom: 98px !important;
}

body.home-v2.fr-page .fr-cta-card {
  min-height: 330px !important;
  grid-template-columns: 1fr minmax(440px, .9fr) !important;
  gap: 50px !important;
  padding: 48px 54px !important;
  border-radius: 26px !important;
}

body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2 {
  max-width: 760px !important;
  color: var(--fr-home-heading) !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(49px, 3.7vw, 62px) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: -.045em !important;
}

body.home-v2.fr-page .fr-cta-card .ff-cta-copy > p {
  max-width: 620px !important;
  margin: 16px 0 25px !important;
  color: var(--fr-home-body) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

body.home-v2.fr-page .fr-cta-art {
  min-height: 220px !important;
}

/* =========================================================
   RESPONSIVE — KEEP SAME HOME RHYTHM WITHOUT EXTRA SPACE
   ========================================================= */
@media (max-width: 1180px) {
  body.home-v2.fr-page .fr-main .ff-shell {
    width: min(1080px, calc(100% - 40px)) !important;
  }

  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }

  body.home-v2.fr-page .fr-hero {
    min-height: auto !important;
    padding-top: 148px !important;
  }

  body.home-v2.fr-page .fr-hero .ff-hero-layout,
  body.home-v2.fr-page .fr-pos-layout,
  body.home-v2.fr-page .fr-barcode-layout,
  body.home-v2.fr-page .fr-variants-layout,
  body.home-v2.fr-page .fr-branch-layout,
  body.home-v2.fr-page .fr-purchasing-layout,
  body.home-v2.fr-page .fr-audience-layout,
  body.home-v2.fr-page .fr-returns-layout,
  body.home-v2.fr-page .fr-reports-layout,
  body.home-v2.fr-page .fr-faq-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  body.home-v2.fr-page .fr-hero-copy,
  body.home-v2.fr-page .fr-pos-copy,
  body.home-v2.fr-page .fr-barcode-copy,
  body.home-v2.fr-page .fr-variants-copy,
  body.home-v2.fr-page .fr-branch-copy,
  body.home-v2.fr-page .fr-purchasing-copy {
    max-width: 820px !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  body.home-v2.fr-page .fr-hero-copy .ff-eyebrow,
  body.home-v2.fr-page .fr-pos-copy .ff-kicker,
  body.home-v2.fr-page .fr-barcode-copy .ff-kicker,
  body.home-v2.fr-page .fr-variants-copy .ff-kicker,
  body.home-v2.fr-page .fr-branch-copy .ff-kicker,
  body.home-v2.fr-page .fr-purchasing-copy .ff-kicker {
    margin-inline: auto !important;
  }

  body.home-v2.fr-page .fr-pos-copy h2,
  body.home-v2.fr-page .fr-barcode-copy h2,
  body.home-v2.fr-page .fr-variants-copy h2,
  body.home-v2.fr-page .fr-branch-copy h2,
  body.home-v2.fr-page .fr-purchasing-copy h2,
  body.home-v2.fr-page .fr-pos-copy > p,
  body.home-v2.fr-page .fr-barcode-copy > p,
  body.home-v2.fr-page .fr-variants-copy > p,
  body.home-v2.fr-page .fr-purchasing-copy > p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-v2.fr-page .fr-flow,
  body.home-v2.fr-page .fr-chip-grid {
    justify-content: center !important;
  }

  body.home-v2.fr-page .fr-faq-aside {
    position: static !important;
    text-align: center !important;
  }

  body.home-v2.fr-page .fr-faq-aside h2,
  body.home-v2.fr-page .fr-faq-aside > p,
  body.home-v2.fr-page .fr-faq-aside .ff-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 860px) {
  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-split-head {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: center !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-split-head h2,
  body.home-v2.fr-page .fr-main .ff-section-split-head p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-split-head > div:last-child {
    justify-self: center !important;
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: span 2 !important;
    grid-template-columns: 1fr !important;
  }

  body.home-v2.fr-page .fr-integration-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  body.home-v2.fr-page .fr-cta-card {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy > p {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 620px) {
  body.home-v2.fr-page .fr-main .ff-shell {
    width: calc(100% - 26px) !important;
  }

  body.home-v2.fr-page .fr-main .ff-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-head {
    margin-bottom: 38px !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-head h2,
  body.home-v2.fr-page .fr-main .ff-section-split-head h2,
  body.home-v2.fr-page .fr-pos-copy h2,
  body.home-v2.fr-page .fr-barcode-copy h2,
  body.home-v2.fr-page .fr-variants-copy h2,
  body.home-v2.fr-page .fr-branch-copy h2,
  body.home-v2.fr-page .fr-purchasing-copy h2,
  body.home-v2.fr-page .fr-faq-aside h2,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy h2 {
    font-size: clamp(38px, 8vw, 49px) !important;
    line-height: 1.08 !important;
  }

  body.home-v2.fr-page .fr-main .ff-section-head > p,
  body.home-v2.fr-page .fr-main .ff-section-split-head p,
  body.home-v2.fr-page .fr-pos-copy > p,
  body.home-v2.fr-page .fr-barcode-copy > p,
  body.home-v2.fr-page .fr-variants-copy > p,
  body.home-v2.fr-page .fr-purchasing-copy > p,
  body.home-v2.fr-page .fr-faq-aside > p,
  body.home-v2.fr-page .fr-cta-card .ff-cta-copy > p {
    font-size: 16px !important;
  }

  body.home-v2.fr-page .fr-hero {
    padding-top: 124px !important;
    padding-bottom: 70px !important;
  }

  body.home-v2.fr-page .fr-hero .ff-display {
    font-size: clamp(46px, 9.5vw, 62px) !important;
  }

  body.home-v2.fr-page .fr-hero .ff-hero-lead {
    font-size: 16px !important;
  }

  body.home-v2.fr-page .fr-audience-grid,
  body.home-v2.fr-page .fr-loyalty-grid,
  body.home-v2.fr-page .fr-role-grid,
  body.home-v2.fr-page .fr-kpi-grid,
  body.home-v2.fr-page .fr-integration-grid,
  body.home-v2.fr-page .fr-capabilities .ff-bento {
    grid-template-columns: 1fr !important;
  }

  body.home-v2.fr-page .fr-capabilities .ff-bento-wide {
    grid-column: auto !important;
  }

  body.home-v2.fr-page .fr-audience-card,
  body.home-v2.fr-page .fr-capabilities .ff-bento-card,
  body.home-v2.fr-page .fr-big-card,
  body.home-v2.fr-page .fr-role-card,
  body.home-v2.fr-page .fr-glass-card,
  body.home-v2.fr-page .fr-returns-visual,
  body.home-v2.fr-page .fr-returns-visual img,
  body.home-v2.fr-page #pricing .fr-pricing-card {
    min-height: 0 !important;
  }

  body.home-v2.fr-page #pricing.fr-pricing {
    padding-top: 72px !important;
    padding-bottom: 80px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-toggle {
    width: min(100%, 330px) !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-toggle button {
    min-width: 0 !important;
    flex: 1 !important;
    padding: 0 12px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card {
    padding: 24px !important;
  }

  body.home-v2.fr-page #pricing .pricing-card-top {
    grid-template-columns: 54px minmax(0,1fr) !important;
    padding-right: 0 !important;
    padding-top: 34px !important;
  }

  body.home-v2.fr-page #pricing .pricing-icon {
    width: 54px !important;
    height: 54px !important;
  }

  body.home-v2.fr-page #pricing .fr-plan-pill {
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
  }

  body.home-v2.fr-page .fr-cta-card {
    padding: 34px 20px !important;
  }
}


/* =========================================================
   RETAIL ERP — INDEX/HOMEPAGE PRICING EXACT-MATCH PATCH
   2026-09-12
   PURPOSE:
   - Retail pricing card now uses the SAME visual system,
     typography, spacing, alignment and content hierarchy
     as the Retail ERP card on index.php.
   - Removes the old badge/pill squeeze that made the title
     and subheading wrap incorrectly.
   - KEEP THIS BLOCK AT THE VERY END OF retail-erp.css.
   ========================================================= */

/* Section: use the homepage pricing rhythm instead of the old oversized Retail block. */
body.home-v2.fr-page #pricing.fr-pricing {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  min-height: auto !important;
  padding-top: 104px !important;
  padding-bottom: 104px !important;
  background: transparent !important;
}

/* Restore the same soft bottom horizon used by index.php pricing. */
body.home-v2.fr-page #pricing.fr-pricing::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -210px !important;
  width: min(1180px, 88vw) !important;
  height: 430px !important;
  transform: translateX(-50%) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(132, 83, 216, .18) !important;
  background: radial-gradient(
    ellipse at center,
    rgba(92,45,164,.16) 0%,
    rgba(61,27,117,.08) 42%,
    transparent 72%
  ) !important;
  box-shadow: 0 -24px 70px -48px rgba(123,72,214,.5) !important;
  pointer-events: none !important;
}

/* Keep only the normal subtle section divider. */
body.home-v2.fr-page #pricing.fr-pricing::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 8% !important;
  right: 8% !important;
  bottom: auto !important;
  height: 1px !important;
  opacity: 1 !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(157,111,255,.18),
    transparent
  ) !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* Heading + subheading — same homepage pricing hierarchy. */
body.home-v2.fr-page #pricing .fr-pricing-head {
  position: relative !important;
  z-index: 2 !important;
  width: min(960px, 100%) !important;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head .ff-kicker {
  margin: 0 auto 18px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head h2 {
  max-width: 900px !important;
  margin: 0 auto !important;
  color: #f8f7ff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(43px, 3.45vw, 60px) !important;
  font-weight: 650 !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em !important;
  text-align: center !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head h2 span {
  background: linear-gradient(100deg,#b579ff 0%,#8e4ef7 48%,#df4dab 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

body.home-v2.fr-page #pricing .fr-pricing-head > p {
  max-width: 820px !important;
  margin: 18px auto 0 !important;
  color: #d0c7da !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
  text-align: center !important;
}

/* Monthly / Annual toggle — homepage version. */
body.home-v2.fr-page #pricing .fr-pricing-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: auto !important;
  margin: 30px auto 0 !important;
  padding: 5px !important;
  border: 1px solid rgba(176,145,233,.16) !important;
  border-radius: 999px !important;
  background: rgba(14,10,25,.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.03),
    0 18px 35px -28px rgba(0,0,0,.9) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button {
  min-width: 128px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #9d94aa !important;
  background: transparent !important;
  font: 650 13px/1 'Inter', sans-serif !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button.active {
  color: #fff !important;
  background: linear-gradient(135deg,#6d28d9,#8b3ff1) !important;
  box-shadow:
    0 10px 24px -16px rgba(124,58,237,.8),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-toggle button span {
  display: inline-flex !important;
  margin-left: 6px !important;
  padding: 4px 7px !important;
  border: 1px solid rgba(53,211,153,.14) !important;
  border-radius: 999px !important;
  color: #73d7a8 !important;
  background: rgba(53,211,153,.08) !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

/* One centered card, same width one homepage grid card gets at desktop. */
body.home-v2.fr-page #pricing .fr-pricing-single {
  position: relative !important;
  z-index: 2 !important;
  width: min(400px, 100%) !important;
  margin: 0 auto !important;
}

/* Card shell — exact homepage pricing language. */
body.home-v2.fr-page #pricing .fr-pricing-card {
  --pricing-spot-x: 50%;
  --pricing-spot-y: 0%;
  position: relative !important;
  width: 100% !important;
  min-height: 625px !important;
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  isolation: isolate !important;

  border: 1px solid rgba(165,125,233,.15) !important;
  border-radius: 24px !important;
  background: linear-gradient(
    160deg,
    rgba(25,18,44,.94),
    rgba(10,8,18,.97)
  ) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.028),
    0 28px 52px -44px rgba(0,0,0,.95) !important;

  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card::after {
  content: none !important;
  display: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: radial-gradient(
    320px circle at var(--pricing-spot-x) var(--pricing-spot-y),
    rgba(137,86,226,.15),
    transparent 58%
  ) !important;
  transition: opacity .28s ease !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(176,132,246,.36) !important;
  box-shadow:
    0 30px 60px -38px rgba(87,48,157,.62),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card:hover::before {
  opacity: 1 !important;
}

/* Title area — no Retail pill, therefore no squeezed/wrapped heading. */
body.home-v2.fr-page #pricing .fr-pricing-card .pricing-card-top {
  display: grid !important;
  grid-template-columns: 62px minmax(0,1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 78px !important;
  padding: 0 !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .pricing-icon {
  width: 62px !important;
  height: 62px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border-radius: 17px !important;
  color: #d9c2ff !important;
  background: linear-gradient(
    145deg,
    rgba(123,61,210,.36),
    rgba(79,35,142,.22)
  ) !important;
  border: 1px solid rgba(181,136,245,.20) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 15px 30px -24px rgba(124,58,237,.85) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .pricing-icon svg {
  width: 27px !important;
  height: 27px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .pricing-title-wrap {
  min-width: 0 !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .pricing-title-wrap h3 {
  margin: 0 0 6px !important;
  color: #f8f5fc !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 22px !important;
  font-weight: 650 !important;
  line-height: 1.18 !important;
  letter-spacing: -.03em !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .pricing-title-wrap p {
  max-width: 245px !important;
  margin: 0 !important;
  color: #b2a9bf !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

/* Price block. */
body.home-v2.fr-page #pricing .fr-pricing-card .pricing-price-wrap {
  min-height: 90px !important;
  display: grid !important;
  align-items: center !important;
  margin: 25px 0 16px !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .price {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .price[hidden] {
  display: none !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .price span {
  color: #fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(34px,2.4vw,40px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .price small {
  color: #948b9f !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .price em {
  flex-basis: 100% !important;
  width: fit-content !important;
  margin-top: 8px !important;
  padding: 5px 8px !important;
  border: 1px solid rgba(53,211,153,.12) !important;
  border-radius: 999px !important;
  color: #66d59f !important;
  background: rgba(53,211,153,.07) !important;
  font: 650 9px/1 'Inter', sans-serif !important;
  font-style: normal !important;
}

/* Onboarding row. */
body.home-v2.fr-page #pricing .fr-pricing-card .onboard {
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 20px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(151,109,220,.12) !important;
  border-radius: 13px !important;
  background: rgba(124,58,237,.055) !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .onboard strong {
  color: #b8aec5 !important;
  font: 600 11.5px/1.2 'Inter', sans-serif !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .onboard span {
  color: #e8e1f1 !important;
  font: 650 11.5px/1.2 'Inter', sans-serif !important;
  text-align: right !important;
}

/* EXACT INDEX FEATURE LIST. */
body.home-v2.fr-page #pricing .fr-pricing-card .fr-pricing-list {
  width: 100% !important;
  flex: 1 1 auto !important;
  display: grid !important;
  align-content: start !important;
  justify-items: stretch !important;
  gap: 12px !important;
  margin: 2px 0 28px !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .fr-pricing-list li {
  position: relative !important;
  width: 100% !important;
  min-height: 22px !important;
  margin: 0 !important;
  padding: 1px 0 1px 31px !important;
  color: #d0c7da !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

body.home-v2.fr-page #pricing .fr-pricing-card .fr-pricing-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  width: 19px !important;
  height: 19px !important;
  border-radius: 50% !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23b98aff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 6'/%3E%3C/svg%3E")
    center/14px 14px no-repeat,
    rgba(124,58,237,.08) !important;
  border: 1px solid rgba(159,115,229,.13) !important;
}

/* CTA matches index card. */
body.home-v2.fr-page #pricing .fr-pricing-card .pricing-cta {
  width: 100% !important;
  min-height: 52px !important;
  margin-top: auto !important;
  border-radius: 13px !important;
  font-size: 15px !important;
}

/* Remove old Retail-only pricing decorations if older CSS is still cached. */
body.home-v2.fr-page #pricing .fr-plan-pill,
body.home-v2.fr-page #pricing .fr-price-note,
body.home-v2.fr-page #pricing .fr-pricing-card-glow,
body.home-v2.fr-page #pricing .fr-pricing-horizon,
body.home-v2.fr-page #pricing .pricing-badge {
  display: none !important;
}

/* Tablet / mobile */
@media (max-width: 800px) {
  body.home-v2.fr-page #pricing.fr-pricing {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-head {
    margin-bottom: 44px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-head h2 {
    font-size: clamp(34px,8vw,44px) !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-head > p {
    font-size: 15.5px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-single {
    width: min(480px, 100%) !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card {
    min-height: auto !important;
    padding: 24px !important;
  }
}

@media (max-width: 560px) {
  body.home-v2.fr-page #pricing .fr-pricing-toggle {
    width: min(100%,330px) !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-toggle button {
    min-width: 0 !important;
    flex: 1 !important;
    padding: 0 12px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card .pricing-card-top {
    grid-template-columns: 52px minmax(0,1fr) !important;
    gap: 12px !important;
    min-height: 68px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card .pricing-icon {
    width: 52px !important;
    height: 52px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card .pricing-title-wrap h3 {
    font-size: 20px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card .pricing-title-wrap p {
    max-width: none !important;
    font-size: 12.5px !important;
  }

  body.home-v2.fr-page #pricing .fr-pricing-card .price span {
    font-size: 34px !important;
  }
}

