: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;
      }
    }
