.lp-page .cw-market-page {
    --cw-brand: #333399;
    --cw-accent: #375acf;
    --cw-accent-soft: #546fe1;
    --cw-ink: #111827;
    --cw-text: #42516a;
    --cw-muted: #718097;
    --cw-line: #dbe4f1;
    --cw-soft: #f6f8fc;
    --cw-soft-blue: #f0f4ff;
    --cw-white: #ffffff;
    --cw-radius-card: 16px;
    --cw-radius-section: 28px;
    --cw-shadow: 0 8px 28px rgba(55, 90, 207, .08);
    --cw-shadow-lg: 0 24px 60px rgba(38, 53, 102, .16);
    color: var(--cw-text);
    font-family: "Fira Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    overflow: hidden;
  }
  .lp-page .cw-market-page *, .lp-page .cw-market-page *::before, .lp-page .cw-market-page *::after { box-sizing: border-box; }
  .lp-page .cw-market-page .cw-wrap { width: min(1248px, calc(100% - 56px)); margin: 0 auto; }
  .lp-page .cw-market-page .cw-section { padding: 80px 0; }
  .lp-page .cw-market-page .cw-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--cw-accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; line-height: 1.2; }
  .lp-page .cw-market-page .cw-eyebrow::before { content: ''; width: 24px; height: 3px; flex: 0 0 24px; border-radius: 99px; background: var(--cw-accent); }
  .lp-page .cw-market-page h1, .lp-page .cw-market-page h2, .lp-page .cw-market-page h3, .lp-page .cw-market-page p { margin: 0; }
  .lp-page .cw-market-page h1, .lp-page .cw-market-page h2, .lp-page .cw-market-page h3 { color: var(--cw-ink); font-family: inherit; font-weight: 800; letter-spacing: -.04em; }
  .lp-page .cw-market-page h1 { max-width: 740px; font-size: clamp(48px, 5.2vw, 76px); line-height: 1.03; }
  .lp-page .cw-market-page h2 { max-width: 900px; font-size: clamp(36px, 3.55vw, 52px); line-height: 1.08; }
  .lp-page .cw-market-page h3 { font-size: 21px; line-height: 1.2; }
  .lp-page .cw-market-page .cw-accent { color: var(--cw-accent); }
  .lp-page .cw-market-page .cw-lead { max-width: 670px; margin-top: 26px; font-size: 19px; line-height: 1.65; color: var(--cw-text); }
  .lp-page .cw-market-page .cw-copy { max-width: 760px; margin-top: 22px; font-size: 18px; line-height: 1.65; color: var(--cw-text); }
  .lp-page .cw-market-page .cw-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
  .lp-page .cw-market-page .cw-button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--cw-accent); border-radius: 14px; color: var(--cw-accent); font-size: 16px; font-weight: 800; line-height: 1.1; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
  .lp-page .cw-market-page .cw-button:hover { transform: translateY(-2px); box-shadow: var(--cw-shadow); }
  .lp-page .cw-market-page .cw-button--solid { border-color: var(--cw-brand); background: linear-gradient(135deg, #333399, #3c48ae 58%, #375acf); color: #fff; box-shadow: 0 12px 26px rgba(55, 90, 207, .20); }
  .lp-page .cw-market-page .cw-button svg { width: 18px; height: 18px; }
  .lp-page .cw-market-page .cw-hero { padding: 54px 0 56px; }
  .lp-page .cw-market-page .cw-hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(26px, 4vw, 72px); }
  .lp-page .cw-market-page .cw-hero-visual { min-width: 0; }
  .lp-page .cw-market-page .cw-hero-visual img { display: block; width: 118%; max-width: none; height: auto; margin: -6% 0 -7% -9%; }
  .lp-page .cw-market-page .cw-visual { min-width: 0; }
  .lp-page .cw-market-page .cw-visual img { display: block; max-width: 100%; width: 100%; height: auto; }
  .lp-page .cw-market-page .cw-soft-section { border: 1px solid var(--cw-line); border-radius: var(--cw-radius-section); background: var(--cw-soft); }
  .lp-page .cw-market-page .cw-value-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(30px, 5vw, 78px); padding: clamp(30px, 5vw, 74px); }
  .lp-page .cw-market-page .cw-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
  .lp-page .cw-market-page .cw-benefit { padding: 20px; border: 1px solid var(--cw-line); border-radius: 16px; background: transparent; }
  .lp-page .cw-market-page .cw-benefit b { display: block; color: var(--cw-ink); font-size: 16px; line-height: 1.25; }
  .lp-page .cw-market-page .cw-benefit span { display: block; margin-top: 9px; color: var(--cw-text); font-size: 14px; line-height: 1.48; }
  /* A calmer, wider merchant-value layout: the story and art balance above one shared proof row. */
  .lp-page .cw-market-page .cw-value-grid { grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); grid-template-areas: "copy visual" "benefits benefits"; align-items: center; gap: 30px clamp(34px, 5vw, 76px); }
  .lp-page .cw-market-page .cw-value-copy { grid-area: copy; max-width: 670px; }
  .lp-page .cw-market-page .cw-value-grid > .cw-visual { grid-area: visual; align-self: center; }
  .lp-page .cw-market-page .cw-value-grid > .cw-visual img { width: min(100%, 620px); margin-left: auto; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefits { grid-area: benefits; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 6px; border-top: 1px solid var(--cw-line); }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit { min-height: 0; padding: 20px 26px 4px; border: 0; border-radius: 0; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit + .cw-benefit { border-left: 1px solid var(--cw-line); }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit b { font-size: 17px; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit span { max-width: 300px; margin-top: 6px; font-size: 15px; line-height: 1.5; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 0 16px; border-radius: 16px; background: linear-gradient(135deg, #546fe1, #2936bd); box-shadow: 0 10px 22px rgba(55, 90, 207, .23); color: #fff; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  @media (max-width: 680px) {
    .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon { width: 46px; height: 46px; margin-bottom: 13px; border-radius: 14px; }
    .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon svg { width: 25px; height: 25px; }
  }

  .lp-page .cw-market-page .cw-connection { padding-top: 72px; }
  .lp-page .cw-market-page .cw-integration-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(350px, 1.05fr); align-items: center; gap: clamp(32px, 6vw, 90px); }
  .lp-page .cw-market-page .cw-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
  .lp-page .cw-market-page .cw-method { display: flex; gap: 15px; min-width: 0; padding: 18px; border: 1px solid var(--cw-line); border-radius: var(--cw-radius-card); background: transparent; }
  .lp-page .cw-market-page .cw-icon-tile { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, #546fe1, #2936bd); box-shadow: 0 10px 22px rgba(55, 90, 207, .23); color: #fff; }
  .lp-page .cw-market-page .cw-icon-tile svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .lp-page .cw-market-page .cw-method h3 { font-size: 18px; }
  .lp-page .cw-market-page .cw-method p { margin-top: 6px; color: var(--cw-text); font-size: 14px; line-height: 1.48; }
  .lp-page .cw-market-page .cw-inline-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; }
  .lp-page .cw-market-page .cw-inline-links a { color: var(--cw-accent); font-size: 15px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
  .lp-page .cw-market-page .cw-market-final { padding-bottom: 88px; }
  .lp-page .cw-market-page .cw-final-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(30px, 6vw, 88px); align-items: center; padding: clamp(34px, 5.4vw, 76px); border-radius: 30px; background: linear-gradient(135deg, #333399, #3c48ae 58%, #375acf); color: #fff; overflow: hidden; }
  .lp-page .cw-market-page .cw-final-panel h2, .lp-page .cw-market-page .cw-final-panel p, .lp-page .cw-market-page .cw-final-panel .cw-eyebrow { color: #fff; }
  .lp-page .cw-market-page .cw-final-panel .cw-eyebrow::before { background: #55e6db; }
  .lp-page .cw-market-page .cw-final-panel .cw-copy { max-width: 720px; color: rgba(255,255,255,.83); }
  .lp-page .cw-market-page .cw-steps { display: grid; gap: 12px; }
  .lp-page .cw-market-page .cw-step { display: grid; grid-template-columns: 40px minmax(0, 1fr); align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(255,255,255,.07); }
  .lp-page .cw-market-page .cw-step-num { display: flex !important; align-items: center; justify-content: center; width: 40px !important; height: 40px !important; min-width: 40px !important; min-height: 40px !important; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(255,255,255,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); color: #fff; font-size: 14px !important; font-weight: 900; line-height: 1 !important; font-variant-numeric: tabular-nums; }
  .lp-page .cw-market-page .cw-step b { display: block; color: #fff; font-size: 17px; line-height: 1.24; }
  .lp-page .cw-market-page .cw-step span { display: block; margin-top: 4px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }
  .lp-page .cw-market-page .cw-final-panel .cw-button { border-color: #fff; background: #fff; color: var(--cw-brand); }
  .lp-page .cw-market-page .cw-final-panel .cw-button--outline { border-color: rgba(255,255,255,.58); background: transparent; color: #fff; }
  .dark .lp-page .cw-market-page { --cw-ink: #f8fafc; --cw-text: #cbd5e1; --cw-muted: #94a3b8; --cw-line: rgba(148,163,184,.28); --cw-soft: rgba(148,163,184,.07); --cw-soft-blue: rgba(55,90,207,.11); }
  .dark .lp-page .cw-market-page .cw-benefit, .dark .lp-page .cw-market-page .cw-method { background: rgba(15, 23, 42, .12); }
  @media (max-width: 980px) {
    .lp-page .cw-market-page .cw-hero-grid, .lp-page .cw-market-page .cw-value-grid, .lp-page .cw-market-page .cw-integration-grid, .lp-page .cw-market-page .cw-final-panel { grid-template-columns: 1fr; }
    .lp-page .cw-market-page .cw-hero-visual { order: 2; max-width: 800px; margin: 0 auto; }
    .lp-page .cw-market-page .cw-hero-visual img { width: 100%; margin: -4% auto -6%; }
    .lp-page .cw-market-page .cw-value-grid { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "benefits"; gap: 28px; }
    .lp-page .cw-market-page .cw-value-grid > .cw-visual { max-width: 660px; margin: 0 auto; }
    .lp-page .cw-market-page .cw-value-grid > .cw-visual img { margin: 0 auto; }
    .lp-page .cw-market-page .cw-value-grid .cw-benefits { grid-template-columns: 1fr; margin-top: 0; }
    .lp-page .cw-market-page .cw-value-grid .cw-benefit { padding: 16px 0; }
    .lp-page .cw-market-page .cw-value-grid .cw-benefit + .cw-benefit { border-top: 1px solid var(--cw-line); border-left: 0; }
    .lp-page .cw-market-page .cw-value-grid, .lp-page .cw-market-page .cw-integration-grid { gap: 34px; }
    .lp-page .cw-market-page .cw-benefits { grid-template-columns: 1fr; }
    .lp-page .cw-market-page .cw-connection .cw-visual { order: -1; max-width: 760px; margin: 0 auto; }
  }
  @media (max-width: 680px) {
    .lp-page .cw-market-page .cw-wrap { width: min(100% - 24px, 1248px); }
    .lp-page .cw-market-page .cw-section { padding: 48px 0; }
    .lp-page .cw-market-page .cw-hero { padding: 32px 0 44px; }
    .lp-page .cw-market-page h1 { font-size: clamp(42px, 13vw, 58px); }
    .lp-page .cw-market-page h2 { font-size: clamp(32px, 10vw, 44px); }
    .lp-page .cw-market-page .cw-lead, .lp-page .cw-market-page .cw-copy { font-size: 17px; line-height: 1.58; }
    .lp-page .cw-market-page .cw-actions { display: grid; grid-template-columns: 1fr; }
    .lp-page .cw-market-page .cw-button { width: 100%; }
    .lp-page .cw-market-page .cw-value-grid, .lp-page .cw-market-page .cw-final-panel { padding: 24px 18px; border-radius: 22px; }
    .lp-page .cw-market-page .cw-methods { grid-template-columns: 1fr; }
    .lp-page .cw-market-page .cw-method { padding: 16px; }
  .lp-page .cw-market-page .cw-market-final { padding-bottom: 52px; }
  .lp-page .cw-market-page .cw-final-panel { gap: 28px; }
  .lp-page .cw-market-page .cw-step { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 15px 16px; }
  .lp-page .cw-market-page .cw-step-num { width: 38px !important; height: 38px !important; min-width: 38px !important; min-height: 38px !important; font-size: 13px !important; }
}

  /* Horizontal benefit cards: icon on the left, copy on the right. */
  .lp-page .cw-market-page .cw-value-grid .cw-benefit { display:grid; grid-template-columns:54px minmax(0,1fr); column-gap:16px; align-items:start; padding:20px 26px; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon { grid-row:span 2; margin:0; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit b { grid-column:2; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit span { grid-column:2; margin-top:6px; }
  @media (max-width:680px) { .lp-page .cw-market-page .cw-value-grid .cw-benefit { grid-template-columns:46px minmax(0,1fr); column-gap:13px; } }

  /* Keep the icon and the complete text group in one horizontal row. */
  .lp-page .cw-market-page .cw-value-grid .cw-benefit { display:flex; align-items:flex-start; gap:16px; padding:20px 26px; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon { flex:0 0 54px; margin:0; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-copy { min-width:0; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-copy b { display:block; }
  .lp-page .cw-market-page .cw-value-grid .cw-benefit-copy span { display:block; margin-top:6px; }
  @media (max-width:680px) { .lp-page .cw-market-page .cw-value-grid .cw-benefit { gap:13px; } .lp-page .cw-market-page .cw-value-grid .cw-benefit-icon { flex-basis:46px; } }

  /* Market onboarding steps: three equal columns on desktop, a clear reading order on small screens. */
  .lp-page .cw-market-page .cw-market-steps { grid-area: benefits; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 6px; padding: 28px; border-radius: 24px; background: linear-gradient(135deg, #3436a7 0%, #4f63c8 100%); box-shadow: 0 18px 38px rgba(48, 68, 172, .16); }
  .lp-page .cw-market-page .cw-market-step { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; min-height: 142px; padding: 20px 18px; border: 1px solid rgba(255, 255, 255, .29); border-radius: 16px; color: #fff; background: rgba(255, 255, 255, .06); }
  .lp-page .cw-market-page .cw-market-step-num { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .48); border-radius: 50%; color: #fff; font-size: 15px; font-weight: 600; line-height: 1; }
  .lp-page .cw-market-page .cw-market-step h3 { margin: 0; color: #fff; font-size: 17px; line-height: 1.28; }
  .lp-page .cw-market-page .cw-market-step p { margin: 6px 0 0; color: rgba(255, 255, 255, .87); font-size: 14px; line-height: 1.48; }
  @media (max-width: 900px) { .lp-page .cw-market-page .cw-market-steps { grid-template-columns: 1fr; } .lp-page .cw-market-page .cw-market-step { min-height: 0; } }
  @media (max-width: 680px) { .lp-page .cw-market-page .cw-market-steps { margin-top: 0; padding: 18px; border-radius: 18px; } .lp-page .cw-market-page .cw-market-step { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 14px; } .lp-page .cw-market-page .cw-market-step-num { width: 34px; height: 34px; font-size: 14px; } }

  /* Transparent Market discovery illustration replaces the three final step cards. */
  .lp-page .cw-market-page .cw-final-art { min-width: 0; margin: 0; display: flex; align-items: center; justify-content: center; }
  .lp-page .cw-market-page .cw-final-art img { display: block; width: 118%; max-width: none; height: auto; margin: -11% -8% -13% -10%; filter: drop-shadow(0 16px 22px rgba(12, 27, 106, .2)); }
  @media (max-width: 980px) { .lp-page .cw-market-page .cw-final-art { max-width: 720px; margin: 0 auto -6%; } .lp-page .cw-market-page .cw-final-art img { width: 108%; margin: -10% -4% -12%; } }
  @media (max-width: 680px) { .lp-page .cw-market-page .cw-final-art { max-width: 540px; margin: 0 auto -10%; } .lp-page .cw-market-page .cw-final-art img { width: 116%; margin: -11% -8% -15%; } }

  /* Blue service cards with clear action icons. */
  .lp-page .cw-market-page .cw-market-step { background: rgba(59, 72, 175, .94); border-color: rgba(255, 255, 255, .18); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 22px rgba(25, 37, 124, .12); }
  .lp-page .cw-market-page .cw-market-step-num.cw-market-step-icon { width: 42px; height: 42px; border: 0; border-radius: 14px; color: #375acf; background: rgba(255, 255, 255, .96); box-shadow: 0 7px 15px rgba(25, 37, 124, .18); }
  .lp-page .cw-market-page .cw-market-step-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  @media (max-width: 680px) { .lp-page .cw-market-page .cw-market-step-num.cw-market-step-icon { width: 38px; height: 38px; border-radius: 12px; } }