@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
.padding-top {
  padding-top: 40px;
}
.container {
  max-width: clamp(
    1400px,
    max(1400px, calc(1120px + (100vw - 768px) * 0.2152777778)),
    1368px
  );
  margin: 0 auto;
  padding-left: clamp(
    25px,
    max(25px, calc(20px + (100vw - 768px) * 0.0520833333)),
    80px
  );
  padding-right: clamp(
    25px,
    max(25px, calc(20px + (100vw - 768px) * 0.0520833333)),
    80px
  );
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1650px) {
  .container {
    max-width: 1710px;
  }
}

.batch-hero-title {
  font-size: 52px !important;
}

.batch-hero-desc {
  color: #ffffff !important;
  font-size: 16px !important;
}

/* AI Validation Section */
.batch-validation {
  background: #fff;
  padding: 50px 0;
}

.batch-validation-inner {
  max-width: 1320px;
  margin: auto;
}

.batch-validation-heading {
  color: #1a181b !important;
}

.batch-validation-desc {
  color: #1a181b !important;
  line-height: 2.1;
  font-size: 16px !important;
}

.batch-records-desc {
  color: #1a181b !important;
  line-height: 200% !important;
  font-size: 16px !important;
}

.batch-validation-wrapper {
  background-color: #f1f3f7;
  border: 1px solid #edf0f6;
  padding: 10px 10px 0 0;
  border-radius: 20px;
}

.batch-validation-wrapper > .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
  min-height: 0;
  align-items: stretch;
}

.batch-left-column,
.batch-left-column > .row {
  height: auto;
}

.batch-left-column .col-12 {
  display: flex;
}

.batch-feature-card {
  width: 100%;
  flex: 0 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 23.5px;
  margin-bottom: 10px;
  margin-left: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1400px) {
  .batch-feature-card {
    padding: 22px;
  }

  .batch-audit-heading {
    font-size: 42px !important;
  }
}

@media (min-width: 1600px) {
  .batch-feature-card {
    padding: 23.5px;
  }
}

.batch-feature-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #4361ee, #8ea0f5);
  box-shadow: 0 12px 25px rgba(88, 114, 255, 0.22);

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.batch-feature-icon img,
.batch-feature-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.batch-feature-card h4 {
  font-size: 24px;
  font-weight: 500;
  color: #1a181b;
  margin-bottom: 13px;
  line-height: 1.35;
}

.batch-feature-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #505050;
  margin: 0;
}

.batch-validation-preview {
  height: auto;
  min-height: 0;
  display: flex;
  padding-bottom: 10px;
}

.batch-validation-gradient {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 1.8vw, 24px);
  margin-left: 10px;
  border-radius: 12px;

  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.35),
      rgba(255, 255, 255, 0) 35%
    ),
    linear-gradient(135deg, #a5b4ff 0%, #5b74ff 45%, #314dff 100%);

  position: relative;
  overflow: hidden;
}

/* soft outer glow */
.batch-validation-gradient::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.12),
    transparent 70%
  );

  pointer-events: none;
}

.batch-validation-image-card {
  width: 100%;
  height: auto;
  background: #fff;
  padding: clamp(8px, 1vw, 12px);
  border-radius: 12px;
  border: 1px solid #eef1f7;
  box-shadow: 0 8px 22px rgba(23, 31, 56, 0.08);
  overflow: hidden;

  position: relative;
  z-index: 2;
}

.batch-validation-image-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 9px;
}

.batch-validation-preview img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-position: top center;
}

.batch-validation .row.align-items-center {
  margin-top: 90px !important;
}

@media (max-width: 991px) {
  .batch-validation-wrapper {
    padding: 10px;
    border-radius: 22px;
  }

  .batch-validation-wrapper > .row,
  .batch-validation-preview {
    min-height: auto;
    height: auto;
  }

  .batch-feature-card {
    padding: 24px;
    min-height: 240px;
    margin-left: 0px;
  }

  .batch-validation-preview img {
    height: auto;
  }

  .batch-validation-gradient {
    padding: 14px;
    min-height: auto;
    margin-left: 0px;
  }

  .batch-validation-image-card {
    padding: 8px;
    border-radius: 10px;
  }

  .batch-validation-image-card img {
    border-radius: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .batch-validation-image-card {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .batch-validation-image-card img {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .batch-validation-gradient {
    padding: 14px;
  }

  .batch-validation-image-card {
    padding: 8px;
    border-radius: 10px;
  }

  .batch-validation-image-card img {
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .batch-validation .row.align-items-center {
    margin-top: 45px !important;
  }

  .batch-feature-card {
    padding: 22px;
    min-height: auto;
  }

  .batch-feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }

  .batch-feature-icon img,
  .batch-feature-icon svg {
    width: 20px;
    height: 20px;
  }

  .batch-feature-card h4 {
    font-size: 20px;
  }

  .batch-feature-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .batch-validation {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .batch-validation-gradient {
    padding: 14px;
    border-radius: 20px;
  }

  .batch-validation-image-card {
    padding: 12px;
    border-radius: 16px;
  }
}
/* end */

/* Enterprise Section */
.batch-enterprise-section {
  padding: 40px 16px;
}

.batch-enterprise-card {
  background: #f8f8f8;
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.batch-enterprise-card h2 {
  color: #1a181b;
}

.batch-logos-row {
  display: flex;
  align-items: center;
  margin: 40px 0 28px;
  position: relative;
  /* overflow visible so logos outside the row edges are not clipped */
  overflow: visible;
}

/* ── Marquee tracks ─────────────────────────────────────────── */
.batch-marquee-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

/* Subtle edge-fade gradients matching Figma */
.batch-marquee-wrap.left {
  margin-right: -40px;
  padding-right: 40px;

  -webkit-mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 22%
  );
  mask-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 22%
  );
}

.batch-marquee-wrap.right {
  margin-left: -40px;
  padding-left: 40px;

  -webkit-mask-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 22%
  );
  mask-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 22%
  );
}

.batch-marquee-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Left track: logos move rightward (toward the orb).
   JS duplicates items so the loop is seamless.
   from -50% → 0% = items flow right; when reset to -50% it's invisible because of duplication. */
.batch-marquee-wrap.left .batch-marquee-inner {
  animation: batchMarqueeRight 14s linear infinite;
}

/* Right track: logos move leftward (toward the orb). */
.batch-marquee-wrap.right .batch-marquee-inner {
  animation: batchMarqueeLeft 14s linear infinite;
}

@keyframes batchMarqueeRight {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes batchMarqueeLeft {
  from {
    transform: translate3d(0%, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Pause on hover */
.batch-marquee-wrap:hover .batch-marquee-inner {
  animation-play-state: paused;
}

.batch-logo {
  width: clamp(56px, 5vw, 68px);
  height: clamp(56px, 5vw, 68px);
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #e7e7e7;
  flex-shrink: 0;
}

.batch-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.batch-center-orb {
  width: clamp(140px, 18vw, 210px);
  height: clamp(140px, 18vw, 210px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 12;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 16px;
  background: linear-gradient(315deg, #EDF0FD 0%, #DEE3FB 40%, #C8D1F5 100%);
}
/* 
.batch-center-orb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(93, 120, 255, 0.22) 0%,
    rgba(93, 120, 255, 0.1) 50%,
    rgba(93, 120, 255, 0) 70%
  );
  filter: blur(10px);
  pointer-events: none;
  // clip the blur strictly inside the orb bounds
  overflow: hidden;
} */

.batch-orb-ring {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(315deg, #DFE5FB 0%, #CDD5F8 40%, #B3BFF2 100%);

}

.batch-core-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(76px, calc(18vw - 64px), 146px);
  height: clamp(76px, calc(18vw - 64px), 146px);
  border-radius: 50%;
  background: linear-gradient(225deg, #8EA0F5 0%, #4361EE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}

.batch-core-icon svg {
  width: 32%;
  height: 32%;
}
/* 
.batch-core-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(67, 97, 238, 0.18));
} */

.batch-enterprise-note {
  color: #1a181b;
  font-size: 16px;
  line-height: 1.7;
}

/* batchLogoFlowRight / batchLogoFlowLeft removed — replaced by CSS marquee tracks */

@media (max-width: 767.98px) {
  .batch-enterprise-section {
    padding: 40px 16px;
  }

  .batch-enterprise-card {
    padding: 28px 16px;
    border-radius: 20px;
    overflow: hidden;
  }

  .batch-logos-row {
    margin: 24px 0 20px;
    /* overflow: hidden; */
  }

  .batch-marquee-inner {
    gap: 8px;
  }

  .batch-logo {
        width: 40px;
    height: 40px;
    padding: 7px;

  }

  .batch-center-orb {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
    padding: 10px;
  }

  .batch-core-icon {
    width: 52px;
    height: 52px;
  }

  .batch-enterprise-note {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .batch-enterprise-section {
    padding: 56px 24px;
  }

  .batch-enterprise-card {
    padding: 48px 32px;
    border-radius: 24px;
    overflow: hidden;
  }

  .batch-logos-row {
    margin: 32px 0 24px;
    overflow: hidden;
  }

  .batch-marquee-inner {
    gap: 12px;
  }

  .batch-logo {
    width: 50px;
    height: 50px;
    padding: 9px;
  }

  .batch-center-orb {
        width: 120px;
    height: 120px;

    flex-shrink: 0;
        padding: 12px;

  }
  .batch-core-icon {
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .batch-enterprise-card {
    overflow: hidden;
  }

  .batch-logos-row {
    overflow: hidden;
    margin: 40px 0 50px;
  }

  .batch-logo {
    width: 72px;
    height: 72px;
  }

  .batch-center-orb {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
  }

  .batch-core-icon {
    width: 76px;
    height: 76px;
  }
}


.batch-orb-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(315deg, #DFE5FB 0%, #CDD5F8 40%, #B3BFF2 100%);
}

@media (min-width: 1025px) {
  .batch-enterprise-section {
    padding: 100px 32px;
  }

  .batch-enterprise-card {
    padding: 64px 48px;
  }

  .batch-logos-row {
    margin: 60px 0 70px;
  }

  .batch-logo {
    width: clamp(56px, 5vw, 68px);
    height: clamp(56px, 5vw, 68px);
  }
}
/* enterprise end */

/* Quality Oversight */
.batch-quality-section {
  position: relative;
  overflow: hidden;

  color: #fff;
  padding: 100px 0;

  /* background:
    radial-gradient(
      circle at top left,
      rgba(0, 195, 255, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at top center,
      rgba(67, 97, 238, 0.22),
      transparent 35%
    ),
    linear-gradient(180deg, #02060d 0%, #000000 100%); */

  animation: batchGradientMove 8s ease infinite alternate;
}

@keyframes batchGradientMove {
  0% {
    background-position:
      left top,
      center top,
      center;
  }

  100% {
    background-position:
      10% 0%,
      60% 0%,
      center;
  }
}

/* left image */
.batch-glass-inner {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 26px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.batch-glass-inner img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: contain;

  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

@media (min-width: 992px) {
  /* left image */
  .batch-glass-inner {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 18px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.12) 100%
    );
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      0 26px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .batch-glass-inner img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    display: block;
    object-fit: contain;

    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  }
}

/* right content */
.batch-quality-content {
  gap: clamp(20px, 2vw, 30px);
}

@media (min-width: 1400px) {
  .batch-quality-section .quality-heading {
    font-size: 42px !important;
  }
}

/* heading spacing fixed */
.hero-heading {
  margin-bottom: 14px !important;
}

.batch-quality-desc {
  color: rgba(255, 255, 255, 0.78) !important;

  font-size: 16px !important;
  line-height: 1.7;

  margin-bottom: 24px !important;
}

/* feature pills */
.batch-features {
  padding-bottom: 24px;
  padding-top: 24px;
}

.batch-feature-pill {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 7px;

  border-radius: 999px;

  background: linear-gradient(90deg, #1d1d1f 0%, #3f3f42 100%);

  border: 1px solid rgba(255, 255, 255, 0.16);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.03);
}

.batch-feature-title {
  color: #fff;
  font-size: 15px;
}

.batch-icon {
  width: 40px;
  height: 40px;

  border-radius: 50%;

  background: linear-gradient(180deg, #5f78ff, #8094ff);

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.batch-icon img {
  width: 24px;
  height: 24px;
}

/* comparison card */
.batch-comparison-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: clamp(15px, 2vw, 20px);

  padding: clamp(28px, 4vw, 32px);

  border-radius: 16px;
  background: linear-gradient(
    270.68deg,
    rgba(255, 255, 255, 0.2) 0.24%,
    rgba(255, 255, 255, 0) 99.76%
  );
  border: 1px solid rgba(231, 231, 231, 0.3);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

.batch-comparison-card::before {
  content: "";
  position: absolute;
  top: clamp(-44px, -3vw, -22px);
  right: clamp(-34px, -2.4vw, -14px);
  width: clamp(260px, 32vw, 430px);
  aspect-ratio: 277 / 145;
  background-image: url("../../images/batch-review-copilot/comparison-light-lines.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

@media (min-width: 1600px) {
  .batch-comparison-card {
    padding: 32px;
  }

  .batch-features {
    padding-bottom: 40px;
    padding-top: 43px;
  }
}

.batch-comparison-card > * {
  position: relative;
  z-index: 1;
}

.batch-compare-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  min-width: 0;
}

.batch-compare-side small {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.batch-compare-side.right small {
  color: #fff !important;
  white-space: nowrap;
}

.batch-compare-side h3 {
  font-size: clamp(34px, 3vw, 36px);
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
  color: #fff;
}

.batch-compare-side.left h3 {
  opacity: 0.7;
}

.batch-compare-side p {
  color: #cccccc;
  margin-bottom: 20px;
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.5;
}

.batch-compare-side.left p {
  opacity: 0.7 !important;
}

.batch-users {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.batch-users span {
  width: clamp(20px, 1.9vw, 24px);
  height: clamp(20px, 1.9vw, 24px);
  display: block;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE3IDIxIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjc0OTEyIDQuNUMzLjc0OTEyIDMuMzA2NTMgNC4yMjMyMyAyLjE2MTkzIDUuMDY3MTQgMS4zMTgwMkM1LjkxMTA1IDAuNDc0MTA2IDcuMDU1NjUgMCA4LjI0OTEyIDBDOS40NDI1OSAwIDEwLjU4NzIgMC40NzQxMDYgMTEuNDMxMSAxLjMxODAyQzEyLjI3NSAyLjE2MTkzIDEyLjc0OTEgMy4zMDY1MyAxMi43NDkxIDQuNUMxMi43NDkxIDUuNjkzNDcgMTIuMjc1IDYuODM4MDcgMTEuNDMxMSA3LjY4MTk4QzEwLjU4NzIgOC41MjU4OSA5LjQ0MjU5IDkgOC4yNDkxMiA5QzcuMDU1NjUgOSA1LjkxMTA1IDguNTI1ODkgNS4wNjcxNCA3LjY4MTk4QzQuMjIzMjMgNi44MzgwNyAzLjc0OTEyIDUuNjkzNDcgMy43NDkxMiA0LjVaTTAuMDAwMTE5NDAzIDE4LjYwNUMwLjAzMzgzOTcgMTYuNDM5NSAwLjkxNzc2MSAxNC4zNzQxIDIuNDYxMDggMTIuODU0NkM0LjAwNDQgMTEuMzM1MSA2LjA4MzMzIDEwLjQ4MzQgOC4yNDkxMiAxMC40ODM0QzEwLjQxNDkgMTAuNDgzNCAxMi40OTM4IDExLjMzNTEgMTQuMDM3MiAxMi44NTQ2QzE1LjU4MDUgMTQuMzc0MSAxNi40NjQ0IDE2LjQzOTUgMTYuNDk4MSAxOC42MDVDMTYuNTAwNyAxOC43NTA4IDE2LjQ2MDggMTguODk0MiAxNi4zODMyIDE5LjAxNzZDMTYuMzA1NSAxOS4xNDEgMTYuMTkzNiAxOS4yMzkyIDE2LjA2MTEgMTkuM0MxMy42MTAzIDIwLjQyMzcgMTAuOTQ1MyAyMS4wMDM3IDguMjQ5MTIgMjFDNS40NjMxMiAyMSAyLjgxNjEyIDIwLjM5MiAwLjQzNzEyIDE5LjNDMC4zMDQ2MDUgMTkuMjM5MiAwLjE5MjY5NSAxOS4xNDEgMC4xMTUwODIgMTkuMDE3NkMwLjAzNzQ2ODMgMTguODk0MiAtMC4wMDI0ODE4MyAxOC43NTA4IDAuMDAwMTE5NDAzIDE4LjYwNVoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNTUiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.batch-users.active span:not(.dim) {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDE3IDIxIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjc0OTEyIDQuNUMzLjc0OTEyIDMuMzA2NTMgNC4yMjMyMyAyLjE2MTkzIDUuMDY3MTQgMS4zMTgwMkM1LjkxMTA1IDAuNDc0MTA2IDcuMDU1NjUgMCA4LjI0OTEyIDBDOS40NDI1OSAwIDEwLjU4NzIgMC40NzQxMDYgMTEuNDMxMSAxLjMxODAyQzEyLjI3NSAyLjE2MTkzIDEyLjc0OTEgMy4zMDY1MyAxMi43NDkxIDQuNUMxMi43NDkxIDUuNjkzNDcgMTIuMjc1IDYuODM4MDcgMTEuNDMxMSA3LjY4MTk4QzEwLjU4NzIgOC41MjU4OSA5LjQ0MjU5IDkgOC4yNDkxMiA5QzcuMDU1NjUgOSA1LjkxMTA1IDguNTI1ODkgNS4wNjcxNCA3LjY4MTk4QzQuMjIzMjMgNi44MzgwNyAzLjc0OTEyIDUuNjkzNDcgMy43NDkxMiA0LjVaTTAuMDAwMTE5NDAzIDE4LjYwNUMwLjAzMzgzOTcgMTYuNDM5NSAwLjkxNzc2MSAxNC4zNzQxIDIuNDYxMDggMTIuODU0NkM0LjAwNDQgMTEuMzM1MSA2LjA4MzMzIDEwLjQ4MzQgOC4yNDkxMiAxMC40ODM0QzEwLjQxNDkgMTAuNDgzNCAxMi40OTM4IDExLjMzNTEgMTQuMDM3MiAxMi44NTQ2QzE1LjU4MDUgMTQuMzc0MSAxNi40NjQ0IDE2LjQzOTUgMTYuNDk4MSAxOC42MDVDMTYuNTAwNyAxOC43NTA4IDE2LjQ2MDggMTguODk0MiAxNi4zODMyIDE5LjAxNzZDMTYuMzA1NSAxOS4xNDEgMTYuMTkzNiAxOS4yMzkyIDE2LjA2MTEgMTkuM0MxMy42MTAzIDIwLjQyMzcgMTAuOTQ1MyAyMS4wMDM3IDguMjQ5MTIgMjFDNS40NjMxMiAyMSAyLjgxNjEyIDIwLjM5MiAwLjQzNzEyIDE5LjNDMC4zMDQ2MDUgMTkuMjM5MiAwLjE5MjY5NSAxOS4xNDEgMC4xMTUwODIgMTkuMDE3NkMwLjAzNzQ2ODMgMTguODk0MiAtMC4wMDI0ODE4MyAxOC43NTA4IDAuMDAwMTE5NDAzIDE4LjYwNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
}

.batch-users .dim {
  opacity: 0.3;
}

.batch-arrow {
  width: 32px;
  height: 32px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.18);

  border: 1px solid rgba(224, 224, 224, 0.14);

  font-size: 20px;
  line-height: 1;
  color: #fff;
  flex: 0 0 auto;
  align-self: center;
}

.batch-compare-footer {
  color: #cccccc;
  opacity: 0.7;
  font-size: 12px;
  line-height: 1.5;
  margin-top: auto;
}

@media (max-width: 767px) {
  .batch-comparison-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    padding: 28px 24px;
    border-radius: 24px;
  }
  .batch-users {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .batch-arrow svg {
    rotate: 90deg;
  }
}

@media (min-width: 768px) {
  .batch-comparison-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    align-items: stretch;
    column-gap: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .batch-comparison-card {
    padding: 28px 24px;
    gap: 16px;
  }

  .batch-compare-side small {
    font-size: 14px;
  }

  .batch-users {
    gap: 9px;
  }

  .batch-users span {
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .batch-feature-title {
    font-size: 14px;
  }

  .batch-comparison-card {
    min-height: 0;
  }

  .batch-compare-side.right p,
  .batch-compare-side.left p {
    max-width: 18ch;
  }
}

/* 1024-1399px breakpoint optimization */
@media (min-width: 992px) and (max-width: 1399px) {
  .batch-comparison-card {
    padding: 20px 15px;
    column-gap: 16px;
  }

  .batch-compare-side h3 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .batch-compare-side small {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .batch-compare-side p {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .batch-users {
    margin-bottom: 16px;
    gap: 4px;
  }

  .batch-users span {
    width: 20px;
    height: 20px;
  }

  .batch-compare-footer {
    font-size: 11px;
  }

  .batch-arrow {
    width: 28px;
    height: 28px;
  }
}

/* mobile */
@media (max-width: 991px) {
  .batch-features {
    padding-top: 30px;
  }

  .batch-quality-section {
    padding: 20px 0 60px !important;
  }

  .batch-glass-inner {
    border-radius: 12px;
  }

  .batch-quality-content {
    margin-top: 40px;
  }

  .batch-arrow {
    align-self: center;
  }

  .batch-compare-side {
    width: 100%;
  }
}

.batch-heading {
  font-size: 42px !important;
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 34px;
  }

  .batch-feature-pill {
    padding: 8px 10px;
  }

  .batch-feature-title {
    font-size: 14px;
  }

  .batch-comparison-card {
    padding: 20px;
  }

  .batch-compare-side h3 {
    font-size: 36px;
  }

  .batch-users {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    gap: 14px;
  }

  .batch-users span {
    width: 15px;
    height: 19px;
  }
}
/* End */

/* Audit Trails */
.batch-audit-trail-section {
  position: relative;
  color: #e6eefc;
  background: #020202;
  padding: 120px 0 70px 0;
  overflow: hidden;
}

.batch-audit-trail-section .topo-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
  opacity: 0.72;
  mix-blend-mode: normal;
}

.batch-audit-trail-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(0, 132, 255, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(0, 132, 255, 0.06),
      transparent 40%
    ),
    radial-gradient(circle at 50% 80%, rgba(0, 132, 255, 0.05), transparent 45%);
}
.batch-audit-trail-section .container {
  position: relative;
  z-index: 2;
}

.batch-audit-main-card {
  position: relative;
  overflow: hidden;
  background:
    url("../../images/batch-review-copilot/dark-blue-ellipse.svg") center top /
      106% 100% no-repeat,
    linear-gradient(180deg, #000000 64.39%, #004960 100%);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(231, 231, 231, 0.2);
  box-shadow: 0 22px 50px rgba(0, 10, 34, 0.34);
}

.batch-audit-main-card > * {
  position: relative;
  z-index: 2;
}

.batch-audit-main-card::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 106%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  background: url("../../images/batch-review-copilot/base-blue-radial.png")
    center bottom / 100% auto no-repeat;
  pointer-events: none;
}

@media (min-width: 768px) {
  .batch-audit-main-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
}

.batch-audit-card-title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.batch-asset-id {
  color: #fff;
  font-size: 14px;
}

.batch-asset-id .batch-assent-span {
  color: #b4b4b4;
}

/* Workflow box uses SVG as background to allow CSS overlay/gradient */

.batch-workflow-box {
  padding: 0px 0 30px;
  border-radius: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;

  background: linear-gradient(90deg, #081238, #12345d);
  backdrop-filter: blur(74px);
  box-shadow:
    inset 0 -1px 0 rgba(60, 100, 200, 0.15),
    0 8px 32px rgba(0, 10, 50, 0.45),
    0 2px 8px rgba(0, 5, 30, 0.3);
}

.batch-workflow-box,
.batch-timeline-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.batch-workflow-box {
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.batch-workflow-svg {
  width: 100%;
  overflow: hidden;
  overflow-y: hidden;
  border-radius: 16px;
}

.batch-workflow-svg svg {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}

.batch-workflow-svg .batch-workflow-mobile-svg {
  display: none;
}

.batch-workflow-svg .batch-liquid-glass-node {
  fill: url("#validationNodeGlassFill");
  stroke: url("#validationNodeGlassStroke");
  stroke-width: 1.2px;
  filter: url("#validationNodeGlassShadow");
}

.batch-workflow-mobile-svg .batch-liquid-glass-node {
  fill: url("#mobileValidationNodeGlassFill");
  stroke: url("#mobileValidationNodeGlassStroke");
  filter: url("#mobileValidationNodeGlassShadow");
}

.batch-workflow-rail {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.batch-workflow-rail::-webkit-scrollbar {
  height: 6px;
}

.batch-workflow-rail::-webkit-scrollbar-track {
  background: transparent;
}

.batch-workflow-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.batch-workflow-rail svg {
  display: block;
  width: 100%;
  min-width: 880px;
  height: auto;
}

.batch-workflow-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
  text-align: center;
}

.batch-workflow-labels h6 {
  color: #fff;
  margin: 0 0 8px;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 500;
  line-height: 1.25;
}

.batch-workflow-labels span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.3;
}

.batch-flow-track {
  position: absolute;
  top: 62px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(160, 198, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.25) 100%
  );
  z-index: 0;
}

.batch-workflow-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.batch-workflow-step {
  text-align: center;
}

.batch-step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.batch-step-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.batch-workflow-step h6 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 30px;
  font-size: clamp(18px, 1.25vw, 30px);
  font-weight: 500;
  line-height: 1.2;
}

.batch-workflow-step span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.3;
}

.batch-timeline-box {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(
    180deg,
    rgba(4, 24, 69, 0.72) 0%,
    rgba(5, 52, 87, 0.46) 100%
  );
}

.batch-timeline-svg {
  border: 0;
  background: transparent;
  overflow: hidden;
}

.batch-timeline-svg svg {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}

.batch-timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(20, 23, 44, 0.22);
}

.batch-timeline-header h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.batch-timeline-actions {
  display: flex;
  gap: 10px;
}

.batch-timeline-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  border-radius: 8px;
  padding: 8px 11px;
}

.batch-timeline-table-wrap {
  overflow: hidden;
}

.batch-timeline-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  color: #fff;
  table-layout: fixed;
}

.batch-timeline-table th,
.batch-timeline-table td {
  padding: 12px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-wrap: anywhere;
  word-break: normal;
}

.batch-timeline-table th {
  font-size: 15px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.12);
}

.batch-timeline-table tbody tr:hover {
  background: rgba(137, 200, 255, 0.09);
}
.batch-audit-mini-btn {
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Bottom white cards */
.batch-audit-info-card {
  background: #fff;
  color: #1a181b;
  border-radius: 12px;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.batch-audit-info-card h5 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 18px;
  color: #1a181b;
}

.batch-audit-info-card p {
  margin: 0;
  color: #505050;
  font-size: 14px;
}

.batch-audit-desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* Footer */
.batch-audit-footer {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.batch-mini-label {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 1215px) and (min-width: 768px) {
  .batch-audit-trail-section .row.mt-4 .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    column-gap: 16px;
  }
}

@media (max-width: 1196px) and (min-width: 992px) {
  .batch-audit-info-card {
    height: 210px;
    max-height: 210px;
  }
}

@media (max-width: 991px) {
  .batch-audit-info-card {
    min-height: auto;
  }

  .batch-workflow-box {
    padding: 0;
  }

  .batch-workflow-svg svg {
    min-width: 0;
  }

  .batch-workflow-rail svg {
    min-width: 760px;
  }

  .batch-workflow-labels {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .batch-workflow-labels > div {
    min-width: 180px;
  }

  .batch-timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .batch-workflow-box {
    padding: 0;
  }

  .batch-workflow-svg svg {
    min-width: 0;
  }

  .batch-workflow-desktop-svg {
    display: none !important;
  }

  .batch-workflow-svg .batch-workflow-mobile-svg {
    display: block;
  }

  .batch-timeline-box {
    display: none;
  }

  .batch-workflow-rail svg {
    min-width: 680px;
  }

  .batch-workflow-labels > div {
    min-width: 160px;
  }

  .batch-workflow-labels h6 {
    font-size: 17px;
  }

  .batch-workflow-labels span {
    font-size: 13px;
  }

  .batch-timeline-table th,
  .batch-timeline-table td {
    padding: 10px;
    font-size: 13px;
  }

  .batch-audit-main-card {
    padding: 16px;
  }

  .batch-audit-info-card {
    padding: 16px;
    height: auto;
    max-height: none;
  }

  .batch-audit-info-card h5 {
    font-size: 20px;
  }

  .batch-audit-info-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}
/* end */

/* ─── Utility: Gradient Text ─── */
.text-gradient {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

#batch-hero-section {
  background-color: var(--black);
  padding: 80px 24px 0px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
  overflow-x: clip;
}

/* Figma Background Highlight: centered blurred white glow behind the bottom blend */
#batch-hero-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  width: max(1595px, 112vw);
  height: 310px;
  background: #fff;
  filter: blur(67px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 6;
}

.batch-hero-showcase::after {
  content: none;
}

@media (max-width: 576px) {
  #batch-hero-section::after {
    bottom: -68px;
    width: 125vw;
    height: 172px;
    filter: blur(38px);
  }
}

.batch-hero-showcase {
  position: relative;
  padding-top: 15px;
  z-index: 5;
}

.batch-video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

@media (min-width: 992px) {
  .batch-hero-showcase {
    padding-top: 110px;
  }
}

.batch-glass-container {
  position: relative;
  margin: auto;
  border-radius: 24px;
  padding: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  backdrop-filter: blur(54px);
  -webkit-backdrop-filter: blur(54px);
  overflow: visible;
}

/* Figma linear gradient top border: transparent → white → transparent */
.batch-glass-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.batch-glass-container::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -18px;
  height: 11%;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 22%,
    rgba(255, 255, 255, 0.72) 68%,
    #fff 92%
  );
  filter: blur(6px);
  pointer-events: none;
  z-index: 4;
}

.batch-hero-product-image {
  width: 100%;
  display: block;
  border-radius: 18px;
}

.batch-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* OUTER GLASS CIRCLE */
  width: 120px;
  height: 120px;
  border-radius: 50%;

  /* outer circle gradient */
  background: #00000057;

  border: 1px solid rgba(255, 255, 255, 0.28);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.22),
    inset 0 -1px 1px rgba(255, 255, 255, 0.05),
    0 8px 30px rgba(0, 0, 0, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 5;
}

.batch-video-play-btn::before {
  content: "";
  position: absolute;

  width: 92px;
  height: 92px;
  border-radius: 50%;

  background: linear-gradient(180deg, #000000 0%, #4b4b4b 100%);

  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.3);
}

.batch-video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.batch-video-play-btn img {
  position: relative;
  z-index: 2;

  width: 28px;
  height: 28px;
}

@media (max-width: 576px) {
  .batch-video-play-btn {
    width: 72px;
    height: 72px;
    padding: 8px;
  }

  .batch-video-play-btn::before {
    inset: 8px;
  }

  .batch-video-play-btn img {
    width: 22px;
    height: 22px;
  }
}

/* White part of the heading */
.hero-heading {
  color: var(--foreground-white);
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.92px;
  position: relative;
  z-index: 2;
}

/* Design Fix - 24 APR: Hero heading gradient standardized */
.hero-heading-gradient {
  background: linear-gradient(
    90deg,
    var(--mareana-cyan) 0%,
    var(--mareana-primary) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.92px;
  white-space: nowrap;
  display: inline-block;
}

.hero-desc {
  color: var(--foreground-white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  opacity: 0.85;
  position: relative;
  z-index: 2;
}

.hero-buttons {
  position: relative;
  z-index: 2;
  padding-top: 32px;
}

@media (min-width: 992px) {
  .batch-hero-container {
    padding-top: 114px;
  }
}

/* Primary Variant */
.btn-primary {
  background: var(--bg-gradient);
  color: var(--foreground-white);
}

.btn-primary .arrow-circle {
  background: var(--surface-white);
}

.btn-primary .arrow-circle svg path {
  stroke: var(--foreground-primary);
}

/* Secondary Variant */
.btn-secondary {
  background: var(--surface-white);
  color: var(--foreground-primary);
}

.btn-secondary .arrow-circle {
  background: var(--bg-gradient);
}

.btn-secondary .arrow-circle svg path {
  stroke: var(--foreground-white);
}

/* MESH GRADIENT COMPONENT */
.mesh-gradient-wrapper {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  overflow: hidden;
  filter: blur(100px);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  max-width: 100vw;
  background: transparent;
}

.hero-mesh-gradient {
  width: 1099px;
  height: 721px;
  margin-top: -50px;
}

.mesh-blob {
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0.5;
  animation: mesh-float 10s infinite alternate ease-in-out;
}

.blob-1 {
  background: #4cc9f0;
  top: 10%;
  left: 10%;
  width: 500px;
  height: 500px;
  animation-delay: 0s;
}

.blob-2 {
  background: #4361ee;
  bottom: 10%;
  right: 10%;
  width: 600px;
  height: 600px;
  animation-delay: -5s;
}

.blob-3 {
  background: #4cc9f0;
  top: 30%;
  left: 40%;
  width: 450px;
  height: 450px;
  animation-delay: -10s;
}

.blob-4 {
  background: #4361ee;
  bottom: 20%;
  right: 40%;
  width: 550px;
  height: 550px;
  animation-delay: -15s;
}

@keyframes mesh-float {
  0% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(150px, -80px) scale(1.2);
  }

  66% {
    transform: translate(-100px, 120px) scale(0.9);
  }

  100% {
    transform: translate(80px, 100px) scale(1.1);
  }
}

.hero-diagram {
  background: var(--surface-white);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.2);
}

/* Reusable Mesh Glow Component */
.mesh-glow-bg {
  position: relative;
  z-index: 1;
}

/* Design Fix - 24 APR */
.mesh-glow-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  height: 260px;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(67, 97, 238, 0.25),
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(0, 195, 255, 0.22),
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(0, 195, 255, 0.22),
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(78, 212, 249, 0.15),
      transparent 70%
    );
  filter: blur(30px);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  animation: rotateMesh 10s linear infinite;
  opacity: 1;
}

/* Design Fix - 24 APR: iOS Liquid Glass style */
.engine-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--foreground-primary);
  margin-bottom: 32px;
  text-align: center;

  /* Design Fix - 24 APR: iOS Liquid Glass style (No outer shadow) */
  display: inline-block;
  padding: 8px 24px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.375);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

.engine-subtitle-container {
  width: 100%;
  height: 24px;
}

.engine-step {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: var(--foreground-primary);
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  animation: stepTickerOut 2s forwards;
}

.engine-step.audit-step {
  color: var(--foreground-primary);
  animation: stepTickerStay 2s forwards;
}

.audit-badge-check {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.engine-step:nth-child(1) {
  animation-delay: 0s;
}

.engine-step:nth-child(2) {
  animation-delay: 2s;
}

.engine-step:nth-child(3) {
  animation-delay: 4s;
}

.engine-step:nth-child(4) {
  animation-delay: 6s;
}

.engine-step:nth-child(5) {
  animation-delay: 8s;
}

.engine-step:nth-child(6) {
  animation-delay: 10s;
}

.engine-step:nth-child(7) {
  animation-delay: 12s;
}

.engine-step:nth-child(8) {
  animation-delay: 14s;
}

.engine-step:nth-child(9) {
  animation-delay: 16s;
}

.engine-visual {
  gap: 24px;
}

.engine-arrow svg {
  width: 32px;
  height: 32px;
  animation: flowRight 2s infinite ease-in-out;
}

.engine-arrow.arrow-blue svg {
  animation-delay: 1s;
  /* stagger the arrows so it feels continuous */
}

.engine-core {
  width: 160px;
  height: 160px;
}

/* Design Fix - 24 APR: Replace rings with hero logo */
.engine-hero-logo {
  width: 140px;
  height: auto;
  z-index: 10;
  position: relative;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.4));
}

@keyframes corePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

/* ═══════════════════════════════════════
   Processing Ticker Keyframes
═══════════════════════════════════════ */

/* Animates steps 1-8: Fade in, hold, then fade out upwards */
@keyframes stepTickerOut {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  15% {
    opacity: 1;
    transform: translateY(0px);
  }

  85% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-16px);
  }
}

/* Animates step 9: Fade in and stay visible */
@keyframes stepTickerStay {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  15%,
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.dot-black {
  background: var(--surface-black);
}

.dot-cyan {
  background: var(--mareana-primary);
}

/* ═══════════════════════════════════════
   Infographic Animations
═══════════════════════════════════════ */
@keyframes flowRight {
  0% {
    transform: translateX(-8px);
    opacity: 0.4;
  }

  50% {
    transform: translateX(8px);
    opacity: 1;
  }

  100% {
    transform: translateX(-8px);
    opacity: 0.4;
  }
}

@keyframes rotateMesh {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.05);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}

@keyframes blinkDot {
  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* stepTicker: total cycle = 18s (9 steps × 2s each)
   Each step is visible for ~1.4s out of its 2s window.
   Percentages are calculated for each step's window within the 18s cycle.
   We do this with a single keyframe and staggered animation-delay per step:
   0%      → invisible, below (start)
   5.5%    → fully visible (slid up)
   ~8%     → start fading out (slide up further + fade)
   11%     → invisible above (done)
   100%    → invisible (waiting for next cycle)
*/
@keyframes stepTicker {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  5.5% {
    opacity: 1;
    transform: translateY(0px);
  }

  8.5% {
    opacity: 0;
    transform: translateY(-16px);
  }

  9%,
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}

/* Mobile responsiveness for the diagram */
@media (max-width: 991.98px) {
  .diagram-layout {
    flex-direction: column;
  }

  .engine-visual {
    flex-direction: column;
    padding: 32px 0;
  }

  .engine-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 991.98px) {
  .cta-button span {
    display: none;
  }

  .cta-button {
    padding: 6px;
    gap: 0;
  }

  .hdr-ham-bar {
    width: 24px;
    height: 2px;
    background-color: white;
    transition: 0.3s;
  }

  .hdr-mobile-menu {
    --hdr-mobile-menu-space: 8px;
    --hdr-mobile-row-x: 24px;
    display: none;
    flex-direction: column;
    gap: var(--hdr-mobile-menu-space) !important;
    background: #000000;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 8px 0 0;
    padding: var(--hdr-mobile-menu-space);
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    text-align: left;
    overflow: hidden;
  }

  .hdr-mobile-menu.active {
    display: flex;
  }

  .hdr-mobile-link,
  .hdr-mobile-dropdown {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    border: 0;
    border-radius: 8px;
    text-align: left;
    padding: 18px var(--hdr-mobile-row-x);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hdr-mobile-link,
  .hdr-mobile-group {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
  }

  .hdr-mobile-dropdown {
    width: 100%;
    cursor: pointer;
  }

  .hdr-mobile-dropdown .chevron-icon {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  .hdr-mobile-dropdown.open .chevron-icon {
    transform: rotate(180deg);
  }

  .hdr-mobile-dropdown.open {
    border-bottom: 0;
    margin-bottom: 0;
  }

  /* Mobile accordion sub-menu */
  .hdr-mobile-sub {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    gap: 0;
    background: #232323;
    overflow: hidden;
  }

  .hdr-mobile-sub.open {
    display: flex;
  }

  .hdr-mobile-sub a {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1;
    text-decoration: none;
    padding: 18px var(--hdr-mobile-row-x);
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transition:
      background 0.2s ease,
      color 0.2s ease;
  }

  .hdr-mobile-sub a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }

  .hdr-hamburger.active .hdr-ham-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hdr-hamburger.active .hdr-ham-bar:nth-child(2) {
    opacity: 0;
  }

  .hdr-hamburger.active .hdr-ham-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .hdr-mobile-menu {
    display: none !important;
  }

  .hdr-hamburger {
    display: none !important;
  }
}

/* For Company Marquee */
.batch-marquee-section {
  background: var(--surface-white);
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}

#company-marquee {
  position: relative;
  z-index: 2;
  background: var(--surface-white);
}

/* Updated APR 25*/

.batch-marquee-label {
  font-size: 16px;
  color: rgba(26, 24, 27, 1);
  white-space: nowrap;
  line-height: 2;
  flex-shrink: 0;
  padding-right: 24px;
  border-right: 1.5px solid var(--mareana-border);
  margin-right: 32px;
}

.marquee-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  align-items: center;
  animation: scroll-left 28s linear infinite;
  width: max-content;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-fade-wrapper {
  overflow: hidden;
  flex: 1;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.batch-logo-block {
  display: flex;
  align-items: center;
  padding: 0 32px;
  border-right: 1.5px solid var(--mareana-border);
}

.batch-logo-block:first-child {
  border-left: none;
}

.batch-logo-block img {
  width: auto;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.outer {
  display: flex;
  align-items: center;
}

/* Common */
.text-primary {
  color: var(--mareana-primary);
}

/* Design Fix - 24 APR: Standardized Section Heading */
.section-heading {
  color: var(--foreground-primary, #1a181b);
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.92px;
}
.batch-generic-ocr-heading {
  color: var(--foreground-primary, #1a181b);
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -4%;
}

/* Design Fix - 24 APR: Standardized Primary Gradient */
.text-primary-gradient {
  background: linear-gradient(
    90deg,
    var(--mareana-cyan) 0%,
    var(--mareana-primary) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* IMPORTANT */
  white-space: nowrap;
}

.batch-heading-gradient {
  background: linear-gradient(90deg, #4361ee 0%, #4361ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* IMPORTANT */
  white-space: nowrap;
}

.desc-text {
  color: var(--Foreground-Secondary, #505050);
  font-family: var(--Mareana-Primary, Poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

/* Design Fix - 24 APR: Dark bg desc color */
[data-theme="dark"] .desc-text {
  color: #e8e8e8 !important;
}

/* How It Works Section */
#batch-how-it-works {
  background-color: #f8f8f8;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.audit-ready-heading {
  color: #1a181b;
}

.audit-ready-desc {
  color: #000000 !important;
}

/* Global Glass Card Wrapper */
.glass-card {
  background: var(--glass-bg-default);
  border: 1px solid rgba(255, 255, 255, 0.228);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
}

.batch-glass-card {
  background: var(--glass-bg-default);
  border: 1px solid rgba(255, 255, 255, 0.228);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 20px;
}

/* Tablet: 2-column grid for cards 3 and 4 to appear side-by-side */
@media (max-width: 991px) and (min-width: 768px) {
  .batch-glass-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .batch-glass-card > .row {
    display: contents;
  }

  .batch-glass-card [class*="col-"] {
    grid-column: auto;
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .batch-glass-card .col-md-12 {
    grid-column: 1 / -1;
  }
}

.batch-review-copilot .batch-hiw-step-card {
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  overflow: hidden;
  height: 410px !important;
}

.batch-review-copilot .batch-hiw-image-wrapper {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.batch-review-copilot .batch-hiw-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  transition: transform 0.5s ease;
}

.batch-review-copilot .batch-hiw-text-content {
  padding: 10px 10px 0px;
  text-align: left;
}

/* Card gradients applied in code instead of baked into PNGs */
.batch-hiw-step-card .batch-hiw-image-wrapper-1 {
  background: linear-gradient(180deg, #66c7f5 0%, #7fd0f6 100%);
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 30px 5px 50px;
  position: relative;
  height: 350px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.batch-review-copilot .batch-hiw-image-wrapper-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* Slightly taller gradient for better blend */
  background: linear-gradient(to bottom, transparent, #fff 100%);
  pointer-events: none;
  z-index: 2;
}

.batch-hiw-list-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.batch-image-scroll {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  will-change: transform;
  animation: batchHiwVerticalLoop 5.5s ease-in-out infinite alternate;
}

.ui-illustration {
  width: 100%;
  display: block;
  flex: 0 0 auto;
}

@keyframes batchHiwVerticalLoop {
  0% {
    transform: translateY(58px);
  }

  100% {
    transform: translateY(-58px);
  }
}

.batch-hiw-step-card .batch-hiw-image-wrapper-2 {
  background: #b7c3ff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 20px 0 10px;
}

.batch-review-copilot .batch-hiw-image-wrapper-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Slightly taller gradient for better blend */
  background: linear-gradient(to bottom, transparent, #fff 100%);
  pointer-events: none;
  z-index: 2;
}

.batch-hiw-step-card .batch-hiw-image-wrapper-3 {
  background: #6dff6d57;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 20px 0 0px;
}

.batch-review-copilot .batch-hiw-image-wrapper-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #fff 80%);
  pointer-events: none;
  z-index: 2;
}

.batch-hiw-step-card .batch-hiw-image-wrapper-4 {
  background: #b7c3ff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 20px 0 10px;
}

.batch-review-copilot .batch-hiw-image-wrapper-4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Slightly taller gradient for better blend */
  background: linear-gradient(to bottom, transparent, #fff 80%);
  pointer-events: none;
  z-index: 2;
}

.batch-hiw-step-card .batch-hiw-image-wrapper-5 {
  background: #b8b8b857;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 20px 0 10px;
}

.batch-review-copilot .batch-hiw-image-wrapper-5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #fff 80%);
  pointer-events: none;
  z-index: 2;
}

/* Inner UI exported as SVG — keep vector sharp and sized responsively */
.batch-hiw-image-wrapper .ui-illustration {
  width: auto;
  max-width: 86%;
  height: auto;
  display: block;
  margin-top: 12px;
  pointer-events: none;
}

.batch-hiw-image-wrapper-5 .ui-illustration {
  width: auto;
  max-width: 90%;
  height: auto;
  display: block;
  margin-top: 12px;
  pointer-events: none;
}

/* Fallback: if SVG not present, hide broken image to avoid raster fallback showing */
.batch-hiw-image-wrapper img.ui-illustration[src$=".png"] {
  display: none;
}

.batch-review-copilot .batch-hiw-step-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #888;
  margin-bottom: 8px;
}

.batch-review-copilot .batch-hiw-step-title {
  font-size: 20px;
  font-weight: 500;
  color: #1a181b;
  margin-bottom: 12px;
  letter-spacing: -0.48px;
}

.batch-review-copilot .batch-hiw-step-desc {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-bottom: 0;
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eff2ff;
}

.hero-pill-outer .icon-circle img {
  width: 16px;
  height: 16px;
}

.processing-label-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.icon-circle img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .batch-hiw-step-card .batch-hiw-image-wrapper-2 {
    padding: 20px 0 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .batch-hiw-step-card .batch-hiw-image-wrapper-1 {
    height: 265px;
  }

  .batch-hiw-step-card .batch-hiw-image-wrapper-2 .batch-hiw-text-content {
    padding-top: 0px !important;
  }

  #batch-how-it-works .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .batch-hiw-image-wrapper {
    height: 260px;
  }
}

/* Workflow Section */
.workflow-section {
  padding: 100px 0;
  overflow: hidden;
  /* Prevent arrows from causing overflow */
}

/* Design Fix - 24 APR: Workflow Container Box */
.workflow-container-box {
  border-radius: 16px;
  border: 1px solid var(--Border, #e7e7e7);
  background: var(--Mareana-Neutral, #f1f3f7);
  padding: 12px;
}

/* Design Fix - 24 APR: Workflow Card */
.workflow-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: none;
  /* Removed shadow for cards inside container */
  display: flex;
  flex-direction: column;
}

/* Design Fix - 24 APR: Workflow Card Heading */
.workflow-card h6 {
  color: var(--Foreground-Primary, #1a181b);
  font-family: var(--Mareana-Primary, Poppins);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.1px;
}

/* fake UI */
.fake-input {
  background: #f8f8f8;
  /* Slightly lighter for disabled look */
  padding: 10px 12px;
  padding-right: 30px;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  border: 1px solid #eee;
}

.fake-input::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  opacity: 0.3;
  /* Lower opacity to keep the disabled feel with black color */
}

/* Design Fix - 24 APR: Discrete placeholder lines */
.lines {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.line-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.line-label,
.line-value {
  flex: 1;
  height: 12px;
  background: #f1f1f1;
  border-radius: 6px;
}

.color-bars {
  display: flex;
  gap: 10px;
}

.bar {
  height: 12px;
  flex: 1;
  border-radius: 6px;
}

.bar1 {
  background: #ccc;
}

.bar2 {
  background: #f5b971;
}

.bar3 {
  background: #ffd84d;
}

.bar4 {
  background: #2ecc71;
}

/* center list */
.workflow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.workflow-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  padding: 6px 12px 6px 6px;
  border-radius: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.workflow-list li:hover {
  background: #f0f2f5;
  transform: translateX(5px);
}

.check-icon {
  width: 32px;
  height: 32px;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.check-icon svg {
  width: 18px;
  height: 18px;
}

/* graph */
.ckg-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.ckg-visual {
  width: 100%;
  object-fit: contain;
}

/* bottom flow */
.workflow-flow-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}

.flow-step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 40px;
}

.flow-step:first-child {
  padding-left: 0;
}

.flow-step:last-child {
  padding-right: 0;
}

.flow-pill {
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  border-radius: 40px;
  background: linear-gradient(90deg, #1a181b 0%, #505050 100%);
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  z-index: 2;
}

.flow-pill.dark {
  background: #1a181b;
}

.flow-pill.primary {
  background: var(--bg-gradient);
}

.flow-arrow {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: auto;
  opacity: 1;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .workflow-flow-inner {
    flex-direction: column;
    gap: 20px;
  }

  .flow-arrow {
    display: none;
  }
}

/* Special Handwriting Font Area */
.ink-blue-data {
  font-family: "Just Me Again Down Here", cursive;
  color: #3719a5;
  /* Ink Blue */
  font-size: 28px;
  font-weight: 400;
}

.workflow-flow-container {
  background: #f1f3f7;
  padding: 3px;
  border-radius: 40px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.02);
}

.workflow-bottom-row {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .workflow-bottom-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .workflow-bottom-row > .workflow-flow-col {
    flex: 1 1 0;
    width: auto;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .workflow-flow-container {
    display: none !important;
  }
}

.batch-ocr-section {
  padding: 100px 0;
  background: #f7f7f7;
  overflow: hidden;
}

/* spacing */
.batch-comparison-section {
  margin-top: 70px;
}

/* both cards equal height */
.batch-comparison-left,
.batch-comparison-right {
  height: auto;
  border-radius: 22px;
}

/* left card */
.batch-comparison-left {
  background: #fff;
  border: 1px solid #e8e8e8;
}

/* right card */
.batch-comparison-right {
  background: #000;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1650px) {
  .batch-comparison-section .col-md-6 {
    flex: 0 0 auto;
  }

  /* .batch-comparison-left {
    width: 465px;
  } */

  .batch-comparison-right {
    width: 580px;
  }

  .batch-comparison-list.success li {
    white-space: nowrap;
    margin-bottom: 16px;
  }
}

/* Tablet: Stack cards vertically */
@media (max-width: 768px) {
  .batch-comparison-section .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .batch-comparison-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* light ray */
.batch-comparison-light-ray {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  z-index: 0;
  pointer-events: none;
}

/* content above ray */
.batch-comparison-left .p-4,
.batch-comparison-right .p-4 {
  position: relative;
  z-index: 2;
}

/* title */
.batch-comparison-card h6,
.batch-comparison-left h6,
.batch-comparison-right h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-top: 35px;
  border-bottom: 1px solid #e7e7e7;
}

.batch-comparison-right h6 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

/* list */
.batch-comparison-list {
  list-style: none;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  margin: 0;
  text-align: left;
}

/* pill rows */
.batch-comparison-list li {
  position: relative;
  background: #f3f3f3;
  border-radius: 999px;
  padding: 15px 24px 15px 60px;
  margin-bottom: 18px;
  color: #1a181b;
  font-size: 16px;
  line-height: 1.4;
}

/* left pill */
.batch-comparison-list-left li {
  background: #f6f6f6;
  color: #222;
}

/* right pill */
.batch-comparison-list.success li {
  padding: 15px 24px 15px 60px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

/* icon */
.batch-comparison-list-left li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f94e9b;
  background-repeat: no-repeat;
  background-size: 19.5px;
  background-position: center;
  box-shadow: 0 4px 12px rgba(242, 75, 151, 0.25);

  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljc1IDBDNC4zNjUgMCAwIDQuMzY1IDAgOS43NUMwIDE1LjEzNSA0LjM2NSAxOS41IDkuNzUgMTkuNUMxNS4xMzUgMTkuNSAxOS41IDE1LjEzNSAxOS41IDkuNzVDMTkuNSA0LjM2NSAxNS4xMzUgMCA5Ljc1IDBaTTguMDMgNi45N0M3Ljk2MTM0IDYuODk2MzEgNy44Nzg1NCA2LjgzNzIxIDcuNzg2NTQgNi43OTYyMkM3LjY5NDU0IDYuNzU1MjMgNy41OTUyMiA2LjczMzE4IDcuNDk0NTIgNi43MzE0MUM3LjM5MzgyIDYuNzI5NjMgNy4yOTM3OSA2Ljc0ODE2IDcuMjAwNCA2Ljc4NTg4QzcuMTA3MDEgNi44MjM2IDcuMDIyMTggNi44Nzk3NCA2Ljk1MDk2IDYuOTUwOTZDNi44Nzk3NCA3LjAyMjE4IDYuODIzNiA3LjEwNzAxIDYuNzg1ODggNy4yMDA0QzYuNzQ4MTYgNy4yOTM3OSA2LjcyOTYzIDcuMzkzODIgNi43MzE0MSA3LjQ5NDUyQzYuNzMzMTggNy41OTUyMiA2Ljc1NTIzIDcuNjk0NTQgNi43OTYyMiA3Ljc4NjU0QzYuODM3MjEgNy44Nzg1NCA2Ljg5NjMxIDcuOTYxMzQgNi45NyA4LjAzTDguNjkgOS43NUw2Ljk3IDExLjQ3QzYuODk2MzEgMTEuNTM4NyA2LjgzNzIxIDExLjYyMTUgNi43OTYyMiAxMS43MTM1QzYuNzU1MjMgMTEuODA1NSA2LjczMzE4IDExLjkwNDggNi43MzE0MSAxMi4wMDU1QzYuNzI5NjMgMTIuMTA2MiA2Ljc0ODE2IDEyLjIwNjIgNi43ODU4OCAxMi4yOTk2QzYuODIzNiAxMi4zOTMgNi44Nzk3NCAxMi40Nzc4IDYuOTUwOTYgMTIuNTQ5QzcuMDIyMTggMTIuNjIwMyA3LjEwNzAxIDEyLjY3NjQgNy4yMDA0IDEyLjcxNDFDNy4yOTM3OSAxMi43NTE4IDcuMzkzODIgMTIuNzcwNCA3LjQ5NDUyIDEyLjc2ODZDNy41OTUyMiAxMi43NjY4IDcuNjk0NTQgMTIuNzQ0OCA3Ljc4NjU0IDEyLjcwMzhDNy44Nzg1NCAxMi42NjI4IDcuOTYxMzQgMTIuNjAzNyA4LjAzIDEyLjUzTDkuNzUgMTAuODFMMTEuNDcgMTIuNTNDMTEuNTM4NyAxMi42MDM3IDExLjYyMTUgMTIuNjYyOCAxMS43MTM1IDEyLjcwMzhDMTEuODA1NSAxMi43NDQ4IDExLjkwNDggMTIuNzY2OCAxMi4wMDU1IDEyLjc2ODZDMTIuMTA2MiAxMi43NzA0IDEyLjIwNjIgMTIuNzUxOCAxMi4yOTk2IDEyLjcxNDFDMTIuMzkzIDEyLjY3NjQgMTIuNDc3OCAxMi42MjAzIDEyLjU0OSAxMi41NDlDMTIuNjIwMyAxMi40Nzc4IDEyLjY3NjQgMTIuMzkzIDEyLjcxNDEgMTIuMjk5NkMxMi43NTE4IDEyLjIwNjIgMTIuNzcwNCAxMi4xMDYyIDEyLjc2ODYgMTIuMDA1NUMxMi43NjY4IDExLjkwNDggMTIuNzQ0OCAxMS44MDU1IDEyLjcwMzggMTEuNzEzNUMxMi42NjI4IDExLjYyMTUgMTIuNjAzNyAxMS41Mzg3IDEyLjUzIDExLjQ3TDEwLjgxIDkuNzVMMTIuNTMgOC4wM0MxMi42MDM3IDcuOTYxMzQgMTIuNjYyOCA3Ljg3ODU0IDEyLjcwMzggNy43ODY1NEMxMi43NDQ4IDcuNjk0NTQgMTIuNzY2OCA3LjU5NTIyIDEyLjc2ODYgNy40OTQ1MkMxMi43NzA0IDcuMzkzODIgMTIuNzUxOCA3LjI5Mzc5IDEyLjcxNDEgNy4yMDA0QzEyLjY3NjQgNy4xMDcwMSAxMi42MjAzIDcuMDIyMTggMTIuNTQ5IDYuOTUwOTZDMTIuNDc3OCA2Ljg3OTc0IDEyLjM5MyA2LjgyMzYgMTIuMjk5NiA2Ljc4NTg4QzEyLjIwNjIgNi43NDgxNiAxMi4xMDYyIDYuNzI5NjMgMTIuMDA1NSA2LjczMTQxQzExLjkwNDggNi43MzMxOCAxMS44MDU1IDYuNzU1MjMgMTEuNzEzNSA2Ljc5NjIyQzExLjYyMTUgNi44MzcyMSAxMS41Mzg3IDYuODk2MzEgMTEuNDcgNi45N0w5Ljc1IDguNjlMOC4wMyA2Ljk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
}

.batch-comparison-list.success li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #697ff2;
  background-repeat: no-repeat;
  background-size: 19.5px;
  background-position: center;
  box-shadow: 0 12px 25px rgba(88, 114, 255, 0.22);

  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjM1MyAxLjU0OUM2Ljc3NDk2IDEuMDYyMjMgNy4yOTY3MyAwLjY3MTk1NiA3Ljg4Mjg3IDAuNDA0NjgyQzguNDY5MDEgMC4xMzc0MDcgOS4xMDU4IC0wLjAwMDYxMDMxMiA5Ljc1IDIuMDI4NjhlLTA2QzExLjEwNyAyLjAyODY4ZS0wNiAxMi4zMjMgMC42MDAwMDIgMTMuMTQ3IDEuNTQ5QzEzLjc4OTcgMS41MDMxMSAxNC40MzQ3IDEuNTk2MDkgMTUuMDM4MyAxLjgyMTYxQzE1LjY0MTkgMi4wNDcxMyAxNi4xODk5IDIuMzk5OTIgMTYuNjQ1IDIuODU2QzE3LjEwMDkgMy4zMTEwNiAxNy40NTM2IDMuODU4ODggMTcuNjc5MSA0LjQ2MjI2QzE3LjkwNDYgNS4wNjU2NCAxNy45OTc3IDUuNzEwNDcgMTcuOTUyIDYuMzUzQzE4LjQzODYgNi43NzUwNSAxOC44Mjg3IDcuMjk2ODYgMTkuMDk1OCA3Ljg4M0MxOS4zNjI5IDguNDY5MTMgMTkuNTAwNyA5LjEwNTg4IDE5LjUgOS43NUMxOS41MDA2IDEwLjM5NDIgMTkuMzYyNiAxMS4wMzEgMTkuMDk1MyAxMS42MTcxQzE4LjgyOCAxMi4yMDMzIDE4LjQzNzggMTIuNzI1IDE3Ljk1MSAxMy4xNDdDMTcuOTk2NyAxMy43ODk1IDE3LjkwMzYgMTQuNDM0NCAxNy42NzgxIDE1LjAzNzdDMTcuNDUyNiAxNS42NDExIDE3LjA5OTkgMTYuMTg4OSAxNi42NDQgMTYuNjQ0QzE2LjE4ODkgMTcuMDk5OSAxNS42NDExIDE3LjQ1MjYgMTUuMDM3NyAxNy42NzgxQzE0LjQzNDQgMTcuOTAzNiAxMy43ODk1IDE3Ljk5NjcgMTMuMTQ3IDE3Ljk1MUMxMi43MjUgMTguNDM3OCAxMi4yMDMzIDE4LjgyOCAxMS42MTcxIDE5LjA5NTNDMTEuMDMxIDE5LjM2MjYgMTAuMzk0MiAxOS41MDA2IDkuNzUgMTkuNUM5LjEwNTggMTkuNTAwNiA4LjQ2OTAxIDE5LjM2MjYgNy44ODI4NyAxOS4wOTUzQzcuMjk2NzMgMTguODI4IDYuNzc0OTYgMTguNDM3OCA2LjM1MyAxNy45NTFDNS43MTAzOCAxNy45OTcgNS4wNjUzOCAxNy45MDQyIDQuNDYxODEgMTcuNjc4OUMzLjg1ODI0IDE3LjQ1MzUgMy4zMTAyMyAxNy4xMDA5IDIuODU1IDE2LjY0NUMyLjM5ODk3IDE2LjE4OTggMi4wNDYyMiAxNS42NDE5IDEuODIwNyAxNS4wMzgzQzEuNTk1MTggMTQuNDM0NyAxLjUwMjE4IDEzLjc4OTcgMS41NDggMTMuMTQ3QzEuMDYxNDEgMTIuNzI0OSAwLjY3MTMyOCAxMi4yMDMxIDAuNDA0MjI4IDExLjYxN0MwLjEzNzEyOCAxMS4wMzA5IC0wLjAwMDczMzYxMyAxMC4zOTQxIDIuOTM1ODVlLTA2IDkuNzVDMi45MzU4NWUtMDYgOC4zOTMgMC42MDAwMDMgNy4xNzcgMS41NDkgNi4zNTNDMS41MDMyNiA1LjcxMDQ3IDEuNTk2MyA1LjA2NTYyIDEuODIxODIgNC40NjIyMkMyLjA0NzM0IDMuODU4ODMgMi40MDAwNSAzLjMxMTAzIDIuODU2IDIuODU2QzMuMzExMDMgMi40MDAwNSAzLjg1ODgzIDIuMDQ3MzQgNC40NjIyMiAxLjgyMTgyQzUuMDY1NjIgMS41OTYzIDUuNzEwNDcgMS41MDMyNiA2LjM1MyAxLjU0OVpNMTMuMzYgNy45MzZDMTMuNDIgNy44NTYwNSAxMy40NjM0IDcuNzY0OTIgMTMuNDg3NyA3LjY2Nzk1QzEzLjUxMiA3LjU3MDk4IDEzLjUxNjYgNy40NzAxNCAxMy41MDE0IDcuMzcxMzZDMTMuNDg2MSA3LjI3MjU3IDEzLjQ1MTMgNy4xNzc4MyAxMy4zOTg5IDcuMDkyN0MxMy4zNDY1IDcuMDA3NTcgMTMuMjc3NiA2LjkzMzc4IDEzLjE5NjMgNi44NzU2NUMxMy4xMTQ5IDYuODE3NTMgMTMuMDIyOCA2Ljc3NjI0IDEyLjkyNTMgNi43NTQyM0MxMi44Mjc4IDYuNzMyMjIgMTIuNzI2OSA2LjcyOTkyIDEyLjYyODUgNi43NDc0NkMxMi41MzAxIDYuNzY1MDEgMTIuNDM2MiA2LjgwMjA1IDEyLjM1MjMgNi44NTY0MUMxMi4yNjg0IDYuOTEwNzcgMTIuMTk2MiA2Ljk4MTM1IDEyLjE0IDcuMDY0TDguOTA0IDExLjU5NEw3LjI4IDkuOTdDNy4xMzc4MyA5LjgzNzUyIDYuOTQ5NzggOS43NjU0IDYuNzU1NDggOS43Njg4M0M2LjU2MTE4IDkuNzcyMjUgNi4zNzU3OSA5Ljg1MDk3IDYuMjM4MzggOS45ODgzOEM2LjEwMDk3IDEwLjEyNTggNi4wMjIyNiAxMC4zMTEyIDYuMDE4ODMgMTAuNTA1NUM2LjAxNTQgMTAuNjk5OCA2LjA4NzUyIDEwLjg4NzggNi4yMiAxMS4wM0w4LjQ3IDEzLjI4QzguNTQ2OTkgMTMuMzU2OSA4LjYzOTggMTMuNDE2MiA4Ljc0MTk5IDEzLjQ1MzZDOC44NDQxOCAxMy40OTExIDguOTUzMyAxMy41MDU5IDkuMDYxNzcgMTMuNDk2OUM5LjE3MDI0IDEzLjQ4OCA5LjI3NTQ2IDEzLjQ1NTUgOS4zNzAxMyAxMy40MDE5QzkuNDY0OCAxMy4zNDgyIDkuNTQ2NjUgMTMuMjc0NSA5LjYxIDEzLjE4NkwxMy4zNiA3LjkzNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
}

/* CTA button */
.batch-demo-btn {
  margin-top: 28px;
  width: 100%;
  height: 56px;
  padding: 10px 10px 10px 32px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  box-shadow: none;
  border: 0;
}

/* center text */
.batch-demo-btn .btn-text-inner {
  flex: 1;
  text-align: center;
}

.batch-demo-btn .btn-text-main,
.batch-demo-btn .btn-text-hover {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #111;
}

/* arrow circle */
.batch-demo-btn .arrow-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7fa2ff 0%, #5c75ff 100%);
  box-shadow: 0 10px 20px rgba(92, 117, 255, 0.25);
}

/* svg */
.batch-demo-btn .arrow-circle svg {
  stroke: #fff;
  width: 20px;
  height: 20px;
}

/* hover */
.batch-demo-btn:hover {
  transform: translateY(-1px);
}

.batch-demo-btn:hover .arrow-circle {
  transform: scale(1.05);
}

/* mobile */
@media (max-width: 767px) {
  .batch-demo-btn {
    min-height: 62px;
    padding-left: 22px !important;
  }

  .batch-demo-btn .btn-text-main,
  .batch-demo-btn .btn-text-hover {
    font-size: 18px;
  }

  .batch-demo-btn .arrow-circle {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}

/* tablet */
@media (max-width: 991px) {
  .batch-comparission-section {
    margin-top: 50px;
  }

  .batch-comparison-left {
    margin-bottom: 30px;
  }

  .batch-comparison-card h6 {
    font-size: 24px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .batch-ocr-section {
    padding: 70px 0;
  }

  .batch-comparison-list li {
    font-size: 14px;
    padding: 14px 18px 14px 56px;
  }

  .batch-comparison-card h6 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 18px;
  }
}

/* LINED SLOGAN DESIGN */
.lined-slogan-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
}

.slogan-line-group {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 6px;
}

.slogan-line-group.left {
  justify-content: flex-end;
}

.slogan-line-group.right {
  justify-content: flex-start;
}

.slogan-horizontal-line {
  height: 1px;
  flex: 1;
  max-width: 300px;
}

/* Design Update - 26 APR: Slogan Lines (Default Dark) */
.slogan-line-group.left .slogan-horizontal-line {
  background: linear-gradient(90deg, white, rgba(0, 0, 0, 0.15) 100%);
}

.slogan-line-group.right .slogan-horizontal-line {
  background: linear-gradient(90deg, white 0%, rgba(0, 0, 0, 0) 100%);
}

.slogan-v-line {
  width: 1px;
  background: white;
}

.slogan-v-line.short {
  height: 8px;
}

.slogan-v-line.medium {
  height: 14px;
}

.slogan-v-line.tall {
  height: 20px;
}

.lined-slogan-text {
  flex-shrink: 0;
  white-space: nowrap;
}

.slogan-focus-text {
  color: #000000;
  font-weight: 500;
}

@media (max-width: 768px) {
  /* Hide decorative lines only — not the whole container (button lives here too) */
  .lined-slogan-container .slogan-line-group {
    display: none !important;
  }

  /* When container is used as a standalone slogan (no button inside), hide it */
  .lined-slogan-container:not(.cta-button-row) {
    display: none !important;
  }

  /* When container holds the CTA button, center it */
  .cta-button-row.lined-slogan-container {
    display: flex !important;
    justify-content: center !important;
  }
}

/* INVERSE COLORS FOR DARK BG (CTA) */
.slogan-line-group.inverse .slogan-v-line {
  background: white;
}

.slogan-line-group.inverse.left .slogan-horizontal-line {
  background: linear-gradient(90deg, transparent, white 100%);
}

.slogan-line-group.inverse.right .slogan-horizontal-line {
  background: linear-gradient(90deg, white 0%, transparent 100%);
}

/* CTA DECORATIVE ROUNDS */
.cta-round-outer {
  display: flex;
  width: 373px;
  height: 373px;
  padding: 60px;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  position: absolute;
  border-radius: 1000px;
  opacity: 0.6;
  background: rgb(255 255 255 / 10%);
  pointer-events: none;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.265);
}

.cta-round-inner {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 1000px;
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgba(255, 255, 255, 0.265);
}

.cta-round-outer.round-right {
  right: -190px;
  bottom: -170px;
}

.cta-round-outer.round-left {
  left: -190px;
  bottom: -170px;
}

.visual-box {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, #6580ff 0%, #fff 92.68%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

/* Light Ray Overlay Utility - Updated APR 25*/
.light-ray-overlay {
  position: absolute;
  top: -5%;
  right: -25%;
  width: 60%;
  height: auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}

.visual-inner-card {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
}

.visual-box .mesh-gradient-wrapper {
  z-index: 0;
  opacity: 0.6;
}

.visual-inner-card img {
  max-width: 70%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}

@media (max-width: 991px) {
  .visual-box {
    height: 200px;
  }
}

.hero-eyebrow-container {
  display: inline-flex;
  margin-bottom: 24px;
}

.animated-border-pill {
  position: relative;
  padding: 1px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: inline-block;
}

.animated-border-pill::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, #6580ff 0%, transparent 75%);
  offset-path: rect(0 0 100% 100% round 1000px);
  animation: shimmer-orbit 8s linear infinite;
  z-index: 1;
  filter: blur(2px);
}

@keyframes shimmer-orbit {
  from {
    offset-distance: 0%;
  }

  to {
    offset-distance: 100%;
  }
}

.eyebrow-inner {
  position: relative;
  background: #0a0a0a;
  color: #fff;
  border-radius: 1000px;
  padding: 6px 20px 6px 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.eyebrow-icon-circle {
  width: 32px;
  height: 32px;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eyebrow-icon-circle svg {
  color: white;
}

/* HERO PILL OUTER WRAPPER */
.hero-pill-outer {
  padding: 6px;
  border-radius: 100px;
  background: rgba(245, 245, 245, 0.53);
  display: flex;
  align-items: center;
}

.integration-section {
  padding: 100px 0;
}

.integration-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.integration-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 18px 8px 8px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid var(--mareana-border);
}

/* ICON */
.integration-item .icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-gradient);
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  padding: 12px;
  box-shadow: 0 -7px 14px 0 rgba(255, 255, 255, 0.19) inset;
  filter: drop-shadow(0 4px 16px #d0d8ff);
  overflow: hidden;
}

.integration-item .icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.integration-item h6 {
  margin: 0;
  color: var(--Foreground-Primary, #1a181b);
  font-family: var(--Mareana-Primary, Poppins);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.88px;
}

.integration-item p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

/* RIGHT IMAGE */
.integration-visual {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.integration-visual img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.batch-text-gradient {
  background: linear-gradient(90deg, #4f7cff 45%, #4361ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.integration-visual .light-ray-overlay {
  width: 40%;
  /* Reduced size for team section */
}

.integration-visual .mesh-gradient-wrapper {
  z-index: 0;
  opacity: 0.4;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .integration-item {
    border-radius: 16px;
  }

  .integration-item .icon {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
}

.batch-review-copilot .batch-teams-section {
  padding: 100px 0;
  background: #fff;
}

/* TEAM CARD */
.batch-review-copilot .batch-team-card {
  background: #fff;
  border-radius: 16px;
  padding: 4px;
  /* Creates the 4px gap for the inner box */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  /* border: 1px solid #f2f2f2; */
  display: flex;
  flex-direction: column;
}

/* INNER CARD BOX */
.batch-review-copilot .batch-team-card-inner {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  background: linear-gradient(180deg, #b5c2ff 0%, #fff 49.77%);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

/* Design Fix - 24 APR: White blurred glow from top-left corner */
.batch-review-copilot .batch-team-card-inner::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: white;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.batch-review-copilot .batch-team-card-inner .light-ray-overlay {
  width: 100%;
  opacity: 1;
  z-index: 1;
}

/* Design Fix - 24 APR: Lift card content above background elements */
.batch-review-copilot .batch-team-card-inner .batch-team-icon-wrapper,
.batch-review-copilot .batch-team-card-inner h4,
.batch-review-copilot .batch-team-card-inner p {
  position: relative;
  z-index: 2;
}

/* ICON WRAPPER HALO */
.batch-review-copilot .batch-team-icon-wrapper {
  display: flex;
  padding: 6px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: rgba(163, 179, 255, 0.4);
  width: fit-content;
  position: relative;
}

.batch-review-copilot .batch-team-icon-wrapper::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
}

.batch-review-copilot .batch-team-icon-wrapper > * {
  position: relative;
  z-index: 1;
}

/* ICON CIRCLE */
.batch-review-copilot .batch-team-icon-circle {
  font-family: "Inter", sans-serif;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #4361ee 0%, #8ea0f5 100%);

  color: #fff;
  font-size: 24px;
}

.batch-team-icon-circle .batch-team-number {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;

  background: linear-gradient(180deg, #ffffff 0%, #d9e4ff 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* BUTTON PILL */
.btn-pill-demo {
  display: inline-flex;
  align-items: center;
  padding: 6px 6px 6px 24px;
  background: #6580ff;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  gap: 12px;
}

.btn-pill-demo:hover {
  background: #4a69ff;
  transform: scale(1.05);
}

.btn-pill-demo .arrow-circle {
  width: 38px;
  height: 38px;
  background: #fff;
  color: #6580ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .batch-review-copilot .batch-teams-section {
    padding: 60px 0;
  }
}

/* Design Fix - 24 APR */
.batch-review-copilot .batch-team-title {
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 20px;
}

/* FAQ SECTION */
.batch-faq-section {
  padding: 100px 0;
  background-color: #f1f3f7;
}

.batch-faq-button {
  line-height: 1.6;
  color: #1a181b !important;
}

.batch-custom-faq-accordion .accordion-item {
  border: 1px solid #e7e7e7;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  transition: all 0.3s ease;
}

.batch-faq-question {
  color: #1a181b !important;
}

.batch-custom-faq-accordion .accordion-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  border-color: #d1d1d1;
}

.batch-custom-faq-accordion .accordion-header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}

.batch-custom-faq-accordion .accordion-button {
  padding: 24px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  background-color: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex: 1;
  border: none !important;
}

/* Override default bootstrap behavior */
.batch-custom-faq-accordion .accordion-button::after {
  display: none !important;
}

.batch-custom-faq-accordion .accordion-button::before {
  display: none !important;
}

/* Separate icon toggle button */
.faq-icon-toggle {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E"),
    linear-gradient(180deg, #4361ee 0%, #8ea0f5 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size:
    18px 18px,
    100% 100%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.faq-icon-toggle:not(.collapsed) {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E"),
    linear-gradient(180deg, #1a181b 0%, #5f5f5f 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size:
    18px 18px,
    100% 100%;
  transform: rotate(0deg);
}

.batch-faq-list-item .batch-custom-faq-accordion .accordion-body {
  padding: 0 30px 30px 30px;
  color: #505050;
  line-height: 1.7;
  font-size: 16px;
  text-align: left !important;
}

.need-more-info {
  text-align: left !important;
}

/* FAQ CTA BANNER */
.faq-cta-banner {
  background: #000000;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-align: left !important;
}

.faq-light-ray {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.faq-glow-circle {
  position: absolute;
  right: 162px;
  top: -254px;
  width: 255px;
  height: 255px;
  background: rgba(255, 255, 255, 0.9);
  filter: blur(100px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* Responsive adjustment */
@media (max-width: 767px) {
  .batch-faq-section {
    padding: 60px 0;
  }

  .batch-custom-faq-accordion .accordion-button {
    padding: 24px 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq-icon-toggle {
    width: 34px;
    height: 34px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .batch-faq-list-item .batch-custom-faq-accordion .accordion-body {
    padding: 0 16px 24px 16px;
    font-size: 15px;
  }

  .batch-custom-faq-accordion .accordion-button::before {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
}

.need-more-info-desc {
  font-size: 16px;
  line-height: 2.5;
}

/* UNLOCK DATA SECTION */
.unlock-data-section {
  padding: 60px 0;
  background: #fff;
}

.unlock-data-card {
  background: #000000;
  color: #fff;
  border-radius: 16px;
  padding: 80px 0 !important;
  position: relative;
  overflow: hidden;
}

.cta-mesh-gradient {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.unlock-data-card::before {
  bottom: -180px;
  left: -180px;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.02);
}

.unlock-data-card::after {
  bottom: -220px;
  right: -220px;
  width: 550px;
  height: 550px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

/* GLASS PILLS */
.glass-pill-feature {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 24px 8px 8px;
  background: rgba(255, 255, 255, 0.12);
  /* Reusing the glass variable logic */
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  /* border: none; */
  border-radius: 100px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.glass-pill-feature:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.check-circle-blue {
  width: 36px;
  height: 36px;
  background: var(--bg-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(67, 97, 238, 0.4);
}

.check-circle-blue svg {
  width: 24px;
  height: 24px;
}

.cta-button-row {
  margin-top: 40px;
}

/* Responsive adjustment */
@media (max-width: 991px) {
  .unlock-data-section {
    padding: 60px 0;
  }

  .unlock-data-card .desc-text {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .unlock-data-card .section-heading {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .glass-pill-flex {
    flex-direction: column;
    padding-left: 10px !important;
    padding-right: 10px !important;
    align-items: center;
    gap: 12px !important;
  }

  .glass-pill-feature {
    display: flex !important;
    width: 100%;
    max-width: none !important;
    justify-content: flex-start;
  }

  .cta-button-row {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .unlock-data-section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-heading,
  .hero-heading,
  .hero-heading-gradient {
    font-size: 40px !important;
  }

  .batch-generic-ocr-heading {
    font-size: 40px !important;
  }
}

/* MOBILE TYPOGRAPHY & LAYOUT OVERRIDES */
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .batch-review-copilot .batch-hiw-step-card {
    min-height: 360px !important;
  }

  .section-heading,
  .hero-heading,
  .hero-heading-gradient {
    font-size: 28px !important;
    line-height: 1.6 !important;
    letter-spacing: -1px !important;
  }

  .batch-generic-ocr-heading {
    font-size: 28px !important;
    line-height: 1.6 !important;
    letter-spacing: -1px !important;
  }

  .hero-desc,
  .desc-text {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .workflow-card h6 {
    font-size: 18px;
    font-weight: 500 !important;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-buttons .btn-pill {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 56px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 56px;
    text-align: center;
  }

  .hero-buttons .btn-pill .arrow-circle {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* HOW IT WORKS MOBILE FIX */
  #batch-how-it-works .col-lg-4 {
    margin-bottom: 14px !important;
  }

  #batch-how-it-works .col-lg-4:last-child {
    margin-bottom: 0 !important;
  }

  /* INFO CARD MOBILE STACKING */
  .info-card {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }

  .marquee span {
    font-size: 22px !important;
  }

  .info-card-separator {
    width: 60px !important;
    height: 1px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    margin: 10px 0;
  }

  .visual-inner-card {
    height: 100% !important;
    min-height: 240px !important;
  }

  .visual-box {
    height: auto !important;
    min-height: 280px !important;
    padding: 20px !important;
    /* Slightly tighter padding so content fits snugly */
    align-items: center !important;
  }

  .light-ray-overlay {
    display: unset !important;
    /* Hide overlay on mobile to prevent overlapping visual defects */
  }

  .unlock-data-card {
    padding: 84px 20px !important;
    text-align: center;
  }

  .unlock-data-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .unlock-data-card .section-heading {
    font-size: 28px !important;
    line-height: 1.4 !important;
  }

  .unlock-data-card .desc-text {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .glass-pill-flex {
    gap: 10px !important;
  }

  .glass-pill-feature {
    width: 100%;
  }

  .unlock-data-card .need-more-info-desc {
    text-align: center !important;
  }

  .cta-button-row {
    justify-content: center;
    margin-top: 16px !important;
  }

  .cta-round-outer {
    display: none;
  }
}

/* ─── 320px Small Device Fixes ─── */
@media (max-width: 380px) {
  /* GLOBAL: Prevent any horizontal overflow */
  body,
  .main-homepage {
    overflow-x: hidden;
    max-width: 100vw;
  }

  .container,
  .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* ── TYPOGRAPHY SCALE DOWN ── */
  .section-heading,
  .hero-heading,
  .hero-heading-gradient {
    font-size: 22px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.5px !important;
  }

  .batch-generic-ocr-heading {
    font-size: 22px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.5px !important;
  }

  /* Fix gradient heading forced nowrap - biggest overflow culprit */
  .hero-heading-gradient {
    white-space: normal !important;
    display: inline-block !important;
  }

  .hero-desc,
  .desc-text,
  p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  /* ── HERO SECTION ── */
  #batch-hero-section {
    padding: 80px 0 48px !important;
  }

  .eyebrow-text {
    font-size: 11px !important;
  }

  .batch-glass-container {
    padding: 8px !important;
  }

  /* ── BUTTONS ── */
  .btn-pill {
    font-size: 14px !important;
  }

  .btn-pill .arrow-circle {
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
  }

  .hero-buttons .btn-pill {
    padding-right: 48px !important;
  }

  /* ── PROBLEM SECTION ── */
  .info-card {
    padding: 16px !important;
    gap: 16px !important;
  }

  .info-card h5 {
    font-size: 18px !important;
  }

  /* Vertical marquee */
  .marquee span {
    font-size: 18px !important;
  }

  .marquee-container {
    padding-left: 0 !important;
  }

  /* ── HOW IT WORKS ── */

  .batch-review-copilot .batch-hiw-image-wrapper {
    height: 220px !important;
  }

  .batch-review-copilot .batch-hiw-step-title {
    font-size: 16px !important;
  }

  .batch-review-copilot .batch-hiw-step-label {
    font-size: 10px !important;
  }

  .batch-review-copilot .batch-hiw-text-content {
    padding: 0 16px 24px !important;
  }

  /* ── FEATURE / MORE FEATURES SECTION ── */

  .visual-box {
    min-height: 220px !important;
  }

  /* ── OCR COMPARISON SECTION ── */
  .batch-ocr-section {
    padding: 60px 0 !important;
    background: #f8f8f8 !important;
  }

  .comparison-list li {
    font-size: 13px !important;
  }

  /* ── METRIC SECTION ── */
  .metric-section {
    padding: 48px 12px !important;
  }

  .metric-number {
    font-size: 36px !important;
  }

  .metric-label {
    font-size: 12px !important;
  }

  /* ── WORKFLOW SECTION ── */
  .workflow-card h6 {
    font-size: 15px !important;
  }

  .flow-step {
    padding: 12px 16px !important;
  }

  /* ── TEAMS SECTION ── */
  .batch-review-copilot .batch-team-card-inner {
    padding: 16px !important;
  }

  .batch-review-copilot .batch-team-title {
    font-size: 16px !important;
  }

  /* ── FAQ SECTION ── */
  .batch-custom-faq-accordion .accordion-button {
    font-size: 14px !important;
    padding: 14px 16px !important;
    /* Keep justify-content: space-between so the circle stays right */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .batch-custom-faq-accordion .accordion-button::before {
    flex-shrink: 0 !important;
    order: 2 !important;
    width: 32px !important;
    height: 32px !important;
  }

  .faq-cta-banner {
    padding: 20px 16px !important;
  }

  .faq-cta-banner h4 {
    font-size: 18px !important;
  }

  /* ── CTA / UNLOCK DATA SECTION ── */
  .unlock-data-card {
    padding: 48px 16px !important;
  }

  .unlock-data-card .section-heading {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .glass-pill-feature {
    font-size: 12px !important;
    padding: 6px 6px !important;
  }

  .glass-pill-flex {
    gap: 10px !important;
  }

  .check-circle-blue {
    width: 28px !important;
    height: 28px !important;
  }

  .check-circle-blue svg {
    width: 16px !important;
    height: 16px !important;
  }

  .cta-button-row {
    margin-top: 24px !important;
  }

  /* ── DEMO TOAST (overflows on 320) ── */
  .demo-success-toast {
    min-width: unset !important;
    width: calc(100vw - 24px) !important;
  }
}

.modal {
  z-index: 10050;
  /* Above header-nav (9999) */
}

.modal-backdrop {
  z-index: 10040;
}

.batch-video-modal .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  max-width: 1240px;
  margin: 0 auto;
  padding: 6px;
}

.batch-video-modal .modal-body {
  padding: 0;
}

.batch-video-modal .modal-row {
  display: flex;
  flex-wrap: wrap;
  min-height: 550px;
}

/* Video Modal */
.batch-video-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px;
}

.batch-video-modal .modal-dialog {
  max-width: min(1200px, calc(100vw - 2rem));
  margin: 1rem auto;
}

.batch-video-modal .modal-body {
  padding: 0;
}

.batch-video-modal .modal-row {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}

.batch-video-modal-pane {
  align-items: stretch;
}

.batch-video-modal-pane h3,
.batch-video-modal-pane p {
  text-align: left;
  padding: 0;
}

.batch-video-modal-frame {
  width: 100%;
  /* margin-top: 8px; */
  border-radius: 20px;
  overflow: hidden;
}

.batch-video-modal-player {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  /* background: #000; */
}

.batch-video-modal-visual-pane .modal-visual-img {
  max-width: min(100%, 420px);
}

.batch-video-modal .btn-close {
  z-index: 10;
}

.form-legal {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 24px;
  line-height: 1.6;
}

.form-legal a {
  color: var(--mareana-primary);
  text-decoration: underline;
}

.batch-demo-modal .modal-dialog {
  max-width: 1280px;
  width: calc(100% - 2rem);
}

.batch-demo-modal .modal-content {
  border: none;
  border-radius: 24px;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
}

.batch-demo-modal .modal-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-height: 560px;
}

.batch-demo-modal .modal-visual-pane,
.batch-demo-modal .modal-form-pane {
  flex: 1 1 0;
  min-width: 0;
}

.batch-demo-modal .modal-visual-pane {
  border-radius: 20px 0 0 20px;
  /* padding: 27px 21px 34px; */
  /* background: rgba(169, 184, 255, 0.75); */
}

.batch-demo-modal .modal-visual-pane::before {
  width: 487px;
  height: 487px;
  left: -230px;
  top: -235px;
  background: #42ead4;
  opacity: 0.65;
  filter: blur(300px);
}

.batch-demo-modal .modal-visual-pane::after {
  width: 846px;
  height: 808px;
  bottom: -460px;
  background: #ffffff;
  filter: blur(72px);
}

.batch-demo-modal .modal-visual-content {
  height: 100%;
  gap: 18px;
}

.batch-demo-modal .modal-placeholder-img {
  width: min(100%, 580px);
  padding: 0;
  border-radius: 14px;
  background: transparent;
  backdrop-filter: none;
  overflow: hidden;
}

.batch-demo-modal .modal-visual-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 12px;
}

.batch-demo-modal .modal-visual-title {
  max-width: 369px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -4%;
  color: #1a181b;
  margin-top: 4px;
}

.batch-demo-modal .modal-visual-desc {
  max-width: 539px;
  margin: 0 auto;
  color: #505050;
  font-size: 14px;
  line-height: 1.73;
}

.batch-demo-modal .modal-pills {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  margin: 10px auto 30px auto;
}

.batch-demo-modal .modal-pill {
  padding: 0 16px 0 0;
  border-right: 1px solid #eeeeee;
  border-radius: 0;
  color: #1a181b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.batch-demo-modal .modal-pill:last-child {
  padding-right: 0;
  border-right: none;
}

.batch-demo-modal .modal-form-pane {
  align-items: center;
  justify-content: center;
  /* padding: 60px 40px; */
  border-radius: 0;
}

.batch-demo-modal .modal-form-pane .btn-close {
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 100px;
  background-color: #f8f8f8;
  opacity: 1;
}

.batch-demo-modal .modal-form-pane h3,
.batch-demo-modal .modal-form-pane .desc-text,
.batch-demo-modal #demo-booking-form,
.batch-demo-modal .form-legal {
  width: min(100%, 600px);
}

.batch-demo-modal .modal-form-pane h3 {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 6px;
  color: #1a181b;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -4%;
}

.batch-demo-modal .modal-form-pane .desc-text {
  font-family: "Inter", sans-serif;
  margin: 0 0 58px;
  color: #505050;
  font-size: 14px;
  line-height: 1.8;
}

.batch-demo-modal #demo-booking-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.batch-demo-modal #demo-booking-form .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 24px;
}

.batch-demo-modal #demo-booking-form .mb-3,
.batch-demo-modal #demo-booking-form .mb-4 {
  margin-bottom: 0 !important;
}

.batch-demo-modal #demo-booking-form .form-control.parsley-error,
.batch-demo-modal #demo-booking-form .form-control.parsley-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.batch-demo-modal #demo-booking-form .parsley-errors-list li {
  color: #dc3545;
}

.batch-demo-modal label {
  font-family: "Inter", sans-serif;
  margin-bottom: 14px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.batch-demo-modal .form-control {
  font-family: "Inter", sans-serif;
  min-height: 58px;
  padding: 18px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  background: rgba(237, 237, 237, 0.26);
  color: #1a181b;
  font-size: 16px;
  line-height: 1;
}

.batch-demo-modal .form-control::placeholder {
  color: transparent;
}

.batch-demo-modal .btn-submit {
  font-family: "Poppins", sans-serif;
  min-height: 58px;
  margin-top: 0;
  padding: 20px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.batch-demo-modal .btn-submit:hover {
  background: linear-gradient(186deg, #3652dd 0%, #7f92ee 100%);
  box-shadow: 0 8px 20px rgba(67, 97, 238, 0.25);
  transform: translateY(-1px);
}

.batch-demo-modal .form-legal {
  font-family: "Inter", sans-serif;
  margin-top: 24px;
  color: #505050;
  font-size: 12px;
  line-height: 2.2;
}

.batch-demo-modal .form-legal a {
  color: #4361ee;
  font-weight: 600;
}

@media (max-width: 991px) {
  .batch-video-modal .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem auto;
  }

  .batch-video-modal .modal-content {
    border-radius: 24px;
    padding: 4px;
  }

  .batch-video-modal .modal-row {
    flex-direction: column;
    min-height: 0;
  }

  .batch-video-modal .modal-visual-pane {
    display: none;
  }

  .batch-video-modal .modal-form-pane {
    flex: 1 1 auto;
    padding: 48px 12px 48px;
  }

  .batch-video-modal .batch-video-modal-frame {
    margin-top: 0;
    border-radius: 18px;
  }

  .batch-video-modal .btn-close {
    position: absolute;
    top: 6px;
    right: 16px;
    /* width: 5px !important;
    height: 8px !important; */
    background-color: unset;
  }
  .btn-close {
    width: 14px !important;
    height: 14px !important;
  }

  .modal-pills {
    flex-wrap: wrap;
    /* Allow pills to wrap on narrow screens */
    border-radius: 12px;
  }

  .modal-pill {
    border-right: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
  }

  .modal-pill:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .batch-video-modal .modal-content {
    border-radius: 20px;
  }

  .batch-video-modal .modal-form-pane {
    padding: 30px 10px 30px;
  }

  .batch-video-modal .batch-video-modal-frame {
    border: none !important;
  }
}

/* ─── Toast Styling ─── */
.demo-success-toast {
  background: linear-gradient(90deg, #4361ee 0%, #4cc9f0 100%) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(67, 97, 238, 0.4);
  font-weight: 500;
  opacity: 1 !important;
  color: #fff !important;
  min-width: 340px;
}

.demo-success-toast .toast-body {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  opacity: 1 !important;
}

.toast-icon-wrapper {
  background: rgba(255, 255, 255, 0.25);
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-success-toast .btn-close {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .batch-demo-modal .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem auto;
  }

  .batch-demo-modal .modal-content {
    padding: 6px;
    border-radius: 20px;
  }

  .batch-demo-modal .modal-row {
    display: block;
    min-height: 0;
  }

  .batch-demo-modal .modal-visual-pane {
    display: none;
  }

  .batch-demo-modal .modal-form-pane {
    padding: 48px 18px 36px;
  }

  .batch-demo-modal .modal-form-pane .desc-text {
    margin-bottom: 32px;
  }
}

@media (max-width: 575.98px) {
  .batch-demo-modal .modal-form-pane {
    padding: 48px 12px 30px;
  }

  .batch-demo-modal #demo-booking-form .row {
    --bs-gutter-y: 24px;
  }
}

/* 1024 laptop optimization */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #batch-hero-section {
    padding-top: 80px !important;
    padding-bottom: 72px !important;
  }

  .section-heading,
  .hero-heading,
  .hero-heading-gradient {
    font-size: 33px !important;
    line-height: 1.35 !important;
  }

  .batch-generic-ocr-heading {
    font-size: 34px !important;
    line-height: 1.35 !important;
  }

  .hero-desc,
  .desc-text {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .hero-diagram {
    padding: 28px !important;
  }

  .batch-review-copilot .batch-hiw-image-wrapper {
    height: 233px !important;
  }

  .visual-box {
    min-height: 220px !important;
    padding: 20px !important;
  }

  .batch-review-copilot .batch-team-card-inner {
    padding: 28px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .batch-hiw-step-card .batch-hiw-image-wrapper-1 {
    height: 288px !important;
  }
}

@media (min-width: 1501px) and (max-width: 1699px) {
  .batch-hiw-step-card .batch-hiw-image-wrapper-1 {
    height: 315px !important;
  }
}

/* Design Fix - 24 APR */
@media (max-width: 991.98px) {
  .hero-heading-gradient,
  .text-primary-gradient,
  .text-gradient {
    display: inline !important;
    white-space: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }

  /* 2. Hide hero-pill-outer */
  .hero-pill-outer {
    display: none !important;
  }

  /* 6. Integration item left padding and circle icon padding */
  .integration-item {
    padding-left: 15px !important;
  }

  .integration-item .icon {
    padding: 10px !important;
  }

  /* 7. Reduce padding for batch-team-card-inner */
  .batch-review-copilot .batch-team-card-inner {
    padding: 20px !important;
  }

  /* 8. Center the contact us and view all blogs buttons on mobile like standard component */
  .faq-cta-banner .btn-pill,
  .insights-section .btn-pill {
    margin-top: 15px;
  }

  .faq-cta-banner .col-md-4 {
    text-align: start;
  }

  /* 9. Fix hero section animated gradient overflowing */
  #batch-hero-section .mesh-gradient-wrapper,
  #batch-hero-section .hero-mesh-gradient {
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  #batch-hero-section {
    overflow-x: clip !important;
    width: 100%;
    max-width: 100vw;
  }
}

/* Banner Section mobile and tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  #batch-hero-section {
    padding: 160px 0 64px !important;
  }

  #batch-hero-section::after {
    bottom: -88px;
    width: 130vw;
    height: 230px;
    filter: blur(52px);
  }

  .batch-hero-container {
    padding-top: 36px !important;
  }

  #batch-hero-section .hero-heading {
    font-size: 38px !important;
    line-height: 1.3 !important;
    letter-spacing: -1.4px !important;
  }

  #batch-hero-section .hero-heading-gradient {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    white-space: normal !important;
  }

  #batch-hero-section .hero-desc {
    max-width: 640px;
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  #batch-hero-section .hero-buttons {
    gap: 14px !important;
  }

  #batch-hero-section .hero-buttons .btn-pill {
    min-height: 60px;
    padding-left: 22px;
    padding-right: 8px;
  }

  #batch-hero-section .batch-hero-showcase {
    padding-top: 80px !important;
  }

  #batch-hero-section .batch-hero-showcase::after {
    content: none;
  }

  #batch-hero-section .batch-glass-container {
    padding: 12px !important;
    border-radius: 26px;
  }

  #batch-hero-section .batch-glass-container::after {
    border-radius: 0 0 26px 26px;
    bottom: -16px;
    height: 23%;
  }

  #batch-hero-section .batch-video-wrapper {
    border-radius: 22px;
  }

  #batch-hero-section .batch-video-play-btn {
    width: 96px;
    height: 96px;
  }

  #batch-hero-section .batch-video-play-btn::before {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 767px) {
  #batch-hero-section {
    padding: 160px 0 0px !important;
  }

  #batch-hero-section::after {
    bottom: -70px;
    width: 128vw;
    height: 180px;
    filter: blur(42px);
  }

  @media (min-width: 1400px) {
    .batch-hero-container {
      padding-top: 36px !important;
    }
  }

  #batch-hero-section .hero-heading {
    font-size: 32px !important;
  }

  #batch-hero-section .hero-heading-gradient {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    white-space: normal !important;
  }

  #batch-hero-section .hero-desc {
    max-width: 100%;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  #batch-hero-section .hero-buttons {
    width: 100%;
    max-width: 420px;
    margin: auto 0 !important;
    gap: 12px !important;
  }

  #batch-hero-section .hero-buttons .btn-pill {
    width: 100%;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 56px;
    justify-content: center;
  }

  #batch-hero-section .hero-buttons .btn-pill .btn-text-inner {
    max-width: 100%;
  }

  #batch-hero-section .batch-hero-showcase {
    padding-top: 50px !important;
  }

  #batch-hero-section .batch-hero-showcase::after {
    content: none;
  }

  #batch-hero-section .batch-glass-container {
    padding: 10px !important;
    border-radius: 22px;
  }

  #batch-hero-section .batch-glass-container::after {
    bottom: -12px;
    border-radius: 0 0 22px 22px;
    height: 26%;
  }

  #batch-hero-section .batch-video-wrapper {
    border-radius: 18px;
  }

  #batch-hero-section .batch-video-play-btn {
    width: 84px;
    height: 84px;
  }

  #batch-hero-section .batch-video-play-btn::before {
    width: 64px;
    height: 64px;
  }

  #batch-hero-section .batch-video-play-btn img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 575.98px) {
  #batch-hero-section .hero-buttons {
    max-width: 100%;
  }

  #batch-hero-section .hero-buttons .btn-pill {
    min-height: 56px;
  }

  #batch-hero-section .batch-glass-container {
    padding: 6px !important;
    border-radius: 12px;
  }

  #batch-hero-section .batch-glass-container::after {
    bottom: -10px;
    border-radius: 0 0 12px 12px;
    height: 28%;
  }

  .batch-hero-product-image {
    border-radius: 12px;
  }

  #batch-hero-section .batch-hero-showcase::after {
    content: none;
  }
}

.batch-ocr-desc {
  color: #1a181b !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.video-modal {
  padding: 0 !important;
}

.batch-line {
  margin-bottom: 0px !important;
}
