:root { --cd-primary: #0071e3; --cd-primary-hover: #0077ed; --cd-ink: #1a1d21; --cd-muted: #6c757d; --cd-surface: #f7f9fc; }
    .batches-lp { font-family: inherit; color: var(--cd-ink); -webkit-font-smoothing: antialiased; }
    .batches-lp .btn-primary { --bs-btn-bg: var(--cd-primary); --bs-btn-hover-bg: var(--cd-primary-hover); font-weight: 500; }
    .batches-lp .btn-outline-primary { --bs-btn-color: var(--cd-primary); --bs-btn-border-color: var(--cd-primary); }
    .batches-lp .hero-gradient { background: linear-gradient(135deg, #fff9e6 0%, #fff 50%, #eef6ff 100%); border-bottom: 1px solid rgba(0,0,0,.06); }
    .batches-lp .hero-badge { font-size: .8rem; font-weight: 600; color: #b35c00; background: rgba(255,193,7,.15); border-radius: 999px; padding: .35rem .85rem; display: inline-block; }
    .batches-lp .display-heading { font-weight: 700; letter-spacing: -.02em; }
    .batches-lp .lead-tight { max-width: 38rem; color: var(--cd-muted); }
    .batches-lp .floating-card { border-radius: 1rem; box-shadow: 0 .5rem 2rem rgba(0,40,100,.08); border: 1px solid rgba(0,0,0,.05); background: #fff; }
    .batches-lp .mini-stat { font-size: .85rem; color: var(--cd-muted); }
    .batches-lp .icon-circle { width: 3rem; height: 3rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; }
    .batches-lp .section-alt { background: var(--cd-surface); }
    .batches-lp .step-num { width: 2rem; height: 2rem; border-radius: 50%; background: var(--cd-primary); color: #fff; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; }
    .batches-lp .cta-band { background: linear-gradient(120deg, #0071e3, #0058b0); color: #fff; border-radius: 1rem; }
    .batches-lp .trust-logos { opacity: .75; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cd-muted); }
    @media (max-width: 767.98px) { .batches-lp .display-4 { font-size: 1.85rem; } }

    /* Hero: batch preview card */
    .batches-lp .cd-batch-hero-demo {
      position: relative;
    }
    .batches-lp .cd-batch-hero-demo__top {
      height: 4px;
      background: linear-gradient(90deg, #0071e3, #22c55e, #0071e3);
      background-size: 200% 100%;
      opacity: 0.9;
    }
    .batches-lp .cd-batch-hero-demo__badge {
      width: 2.15rem;
      height: 2.15rem;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: #fff;
      background: linear-gradient(145deg, #0071e3, #005bb5);
      box-shadow: 0 0.2rem 0.55rem rgba(0, 113, 227, 0.3);
    }
    .batches-lp .cd-batch-hero-demo__title {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #64748b;
    }
    .batches-lp .cd-batch-hero-demo__cell {
      position: relative;
      border-radius: 0.65rem;
      padding: 0.75rem 0.4rem 0.85rem;
      background: #fff;
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 0.1rem 0.75rem rgba(15, 23, 42, 0.05);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    @media (hover: hover) and (pointer: fine) {
      .batches-lp .cd-batch-hero-demo__cell:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.4rem 1.1rem rgba(0, 60, 140, 0.1);
      }
    }
    .batches-lp .cd-batch-hero-demo__cell--a {
      background: linear-gradient(160deg, rgba(0, 113, 227, 0.09) 0%, #fff 55%);
      border-color: rgba(0, 113, 227, 0.15);
    }
    .batches-lp .cd-batch-hero-demo__cell--b {
      background: linear-gradient(160deg, rgba(37, 99, 235, 0.08) 0%, #fff 55%);
      border-color: rgba(37, 99, 235, 0.14);
    }
    .batches-lp .cd-batch-hero-demo__cell--c {
      background: linear-gradient(160deg, rgba(14, 165, 233, 0.1) 0%, #fff 55%);
      border-color: rgba(14, 165, 233, 0.16);
    }
    .batches-lp .cd-batch-hero-demo__name {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      color: #0f172a;
      margin-bottom: 0.35rem;
    }
    .batches-lp .cd-batch-hero-demo__stat {
      line-height: 1.2;
    }
    .batches-lp .cd-batch-hero-demo__n {
      font-size: 1.15rem;
      font-weight: 700;
      font-variant-numeric: tabular-nums;
      color: #0071e3;
    }
    .batches-lp .cd-batch-hero-demo__unit {
      display: block;
      font-size: 0.62rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #64748b;
      margin-top: 0.15rem;
    }
    .batches-lp .cd-batch-hero-demo__note {
      color: #64748b;
      line-height: 1.5;
      border-top: 1px solid rgba(15, 23, 42, 0.06);
      padding-top: 0.9rem;
    }
    @media (min-width: 576px) {
      .batches-lp .cd-batch-hero-demo__cell {
        padding: 0.9rem 0.5rem 1rem;
      }
      .batches-lp .cd-batch-hero-demo__n {
        font-size: 1.25rem;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .batches-lp .cd-batch-hero-demo__cell {
        transition: none;
      }
      .batches-lp .cd-batch-hero-demo__cell:hover {
        transform: none;
      }
    }

    .batches-lp .cd-batches-system-preview {
      overflow: hidden;
      border: 1px solid rgba(15, 23, 42, 0.08);
      border-radius: 1.25rem;
      background: #f7f8fa;
      box-shadow:
        0 1.4rem 3.2rem rgba(0, 40, 100, 0.13),
        0 1px 0 rgba(255, 255, 255, 0.92) inset;
    }
    @keyframes cd-batches-sync-pulse {
      0%,
      100% {
        box-shadow: 0 0 0 0 rgba(63, 199, 125, 0);
      }
      45% {
        box-shadow: 0 0 0 6px rgba(63, 199, 125, 0.12);
      }
    }
    @keyframes cd-batches-resync-spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }
    @keyframes cd-batches-row-in {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @keyframes cd-batches-progress-fill {
      from {
        width: 0;
      }
      to {
        width: var(--w);
      }
    }
    .batches-lp .cd-batches-system-preview__head {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
      padding: 1rem 1.1rem;
      background: rgba(255, 255, 255, 0.9);
      border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }
    .batches-lp .cd-batches-system-preview__head strong,
    .batches-lp .cd-batches-system-preview__head span {
      display: block;
    }
    .batches-lp .cd-batches-system-preview__head strong {
      color: #111827;
      font-size: 1rem;
      letter-spacing: -0.02em;
    }
    .batches-lp .cd-batches-system-preview__head span {
      color: #64748b;
      font-size: 0.68rem;
      margin-top: 0.12rem;
    }
    .batches-lp .cd-batches-system-preview__head button {
      border: 0;
      border-radius: 0.65rem;
      background: #3fc77d;
      color: #fff;
      padding: 0.5rem 0.7rem;
      font-size: 0.68rem;
      font-weight: 800;
      white-space: nowrap;
      box-shadow: 0 0.65rem 1.25rem rgba(63, 199, 125, 0.2);
    }
    .batches-lp .cd-batches-system-preview__head button i {
      display: inline-block;
      animation: cd-batches-resync-spin 3.2s linear infinite;
    }
    .batches-lp .cd-batches-system-preview__sync {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin: 0.8rem 1rem;
      padding: 0.65rem 0.75rem;
      border-radius: 0.65rem;
      background: rgba(63, 199, 125, 0.15);
      color: #111827;
      font-size: 0.68rem;
      animation: cd-batches-sync-pulse 3.6s ease-in-out infinite;
    }
    .batches-lp .cd-batches-system-preview__sync i {
      color: #178542;
    }
    .batches-lp .cd-batches-system-preview__sync span {
      font-weight: 800;
    }
    .batches-lp .cd-batches-system-preview__sync em {
      color: #64748b;
      font-style: normal;
      margin-left: auto;
    }
    .batches-lp .cd-batches-system-preview__filters {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.7rem;
      padding: 0 1rem 0.85rem;
    }
    .batches-lp .cd-batches-system-preview__filters span,
    .batches-lp .cd-batches-system-preview__toolbar span,
    .batches-lp .cd-batches-system-preview__toolbar b {
      border: 1px solid rgba(15, 23, 42, 0.07);
      border-radius: 0.55rem;
      background: #fff;
      color: #64748b;
      font-size: 0.64rem;
      font-weight: 700;
    }
    .batches-lp .cd-batches-system-preview__filters span {
      display: flex;
      justify-content: space-between;
      padding: 0.52rem 0.65rem;
    }
    .batches-lp .cd-batches-system-preview__table {
      margin: 0 1rem 1rem;
      padding: 0.85rem;
      border-radius: 0.9rem;
      background: #fff;
      box-shadow: 0 0.85rem 1.8rem rgba(0, 40, 100, 0.07);
    }
    .batches-lp .cd-batches-system-preview__toolbar {
      display: flex;
      gap: 0.45rem;
      align-items: center;
      margin-bottom: 0.75rem;
    }
    .batches-lp .cd-batches-system-preview__toolbar span,
    .batches-lp .cd-batches-system-preview__toolbar b {
      padding: 0.42rem 0.55rem;
    }
    .batches-lp .cd-batches-system-preview__toolbar b {
      margin-left: auto;
      min-width: 5rem;
      text-align: center;
      font-weight: 700;
    }
    .batches-lp .cd-batches-system-preview__row {
      display: grid;
      grid-template-columns: minmax(4rem, 0.42fr) minmax(6rem, 0.45fr) minmax(0, 1fr);
      gap: 0.75rem;
      align-items: center;
      padding: 0.8rem 0.75rem;
      border-radius: 0.65rem;
      font-size: 0.68rem;
      animation: cd-batches-row-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
    .batches-lp .cd-batches-system-preview__row--active {
      background: #f6ead9;
    }
    .batches-lp .cd-batches-system-preview__row--next {
      background: rgba(63, 199, 125, 0.12);
      margin-top: 0.45rem;
      animation-delay: 0.16s;
    }
    .batches-lp .cd-batches-system-preview__actions {
      display: flex;
      gap: 0.35rem;
    }
    .batches-lp .cd-batches-system-preview__actions i {
      width: 1.15rem;
      height: 1.15rem;
      border-radius: 0.3rem;
      background: #e5e7eb;
    }
    .batches-lp .cd-batches-system-preview__actions i:nth-child(2) {
      background: #3fc77d;
    }
    .batches-lp .cd-batches-system-preview__actions i:nth-child(3) {
      background: #0071e3;
    }
    .batches-lp .cd-batches-system-preview__actions i:nth-child(4) {
      background: #ef4444;
    }
    .batches-lp .cd-batches-system-preview__row strong {
      color: #111827;
    }
    .batches-lp .cd-batches-system-preview__workflow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.45rem;
    }
    .batches-lp .cd-batches-system-preview__workflow span {
      min-width: 0;
    }
    .batches-lp .cd-batches-system-preview__workflow span::before {
      content: "";
      display: block;
      height: 0.24rem;
      margin-bottom: 0.28rem;
      border-radius: 999px;
      background: #dbe3df;
    }
    .batches-lp .cd-batches-system-preview__workflow em {
      display: block;
      width: var(--w);
      height: 0.24rem;
      margin-top: -0.52rem;
      margin-bottom: 0.28rem;
      border-radius: 999px;
      background: linear-gradient(90deg, #3fc77d, #0071e3);
      animation: cd-batches-progress-fill 1.15s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
    .batches-lp .cd-batches-system-preview__workflow span:nth-child(2) em {
      animation-delay: 0.18s;
    }
    .batches-lp .cd-batches-system-preview__workflow span:nth-child(3) em {
      animation-delay: 0.36s;
    }
    .batches-lp .cd-batches-system-preview__workflow b {
      color: #64748b;
      font-size: 0.58rem;
      font-weight: 700;
    }
    @media (max-width: 575.98px) {
      .batches-lp .cd-batches-system-preview__head,
      .batches-lp .cd-batches-system-preview__sync,
      .batches-lp .cd-batches-system-preview__toolbar {
        flex-direction: column;
        align-items: stretch;
      }
      .batches-lp .cd-batches-system-preview__filters,
      .batches-lp .cd-batches-system-preview__row,
      .batches-lp .cd-batches-system-preview__workflow {
        grid-template-columns: 1fr;
      }
      .batches-lp .cd-batches-system-preview__toolbar b {
        margin-left: 0;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .batches-lp .cd-batches-system-preview__head button i,
      .batches-lp .cd-batches-system-preview__sync,
      .batches-lp .cd-batches-system-preview__row,
      .batches-lp .cd-batches-system-preview__workflow em {
        animation: none !important;
      }
    }
