@media (max-width: 991px) {
  .full-story-feature-column {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .full-story-feature-column {
    grid-template-columns: 1fr;
  }
}

.legacy-graph-img-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 43px 80px;
  pointer-events: none;
}

.legacy-gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  pointer-events: none;

  z-index: 10;
}

.legacy-graph-img-wrapper img {
  width: 100%;
  max-width: 648px;
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .batch-genealogy-play-icon {
    width: 50px !important;
    height: 55px !important;
    transform: translate(10%);
    padding: 8px;
  }
}

.image-wrapper {
  position: relative;
}

.image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));

  pointer-events: none;
}

.batch-genealogy-page {
  font-family: "poppins", sans-serif;
}

.batch-banner-outer {
  background: #000000;
  color: #fff;
}

.batch-genealogy-hero-section {
  position: relative;
  overflow: hidden;
  padding: 200px 0 0px;

  background: linear-gradient(
    90deg,
    #000 0%,
    #000 38%,
    #050710 62%,
    #060914 100%
  );
}

.batch-genealogy-hero-section.stage {
  position: relative;
  inset: auto;
  --panel-x: 7%;
  --panel-top: 59%;
  --beam-mask-y: 72%;
  --edge-feather: 72px;
  --right-cover: 96px;
  --content-spacing: 80px;
  background: #000;
  overflow: visible;
  /* min-height: 1200px; */
}

@media (min-width: 768px) {
  .batch-genealogy-hero-section.stage {
    min-height: 760px;
  }
}

@media (min-width: 900px) {
  .batch-genealogy-hero-section.stage {
    min-height: 980px;
  }
}

@media (min-width: 1200px) {
  .batch-genealogy-hero-section.stage {
    min-height: 1200px;
  }
}

.batch-genealogy-hero-section.stage::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(var(--panel-x) + var(--right-cover));
  background: linear-gradient(
    270deg,
    #000 0%,
    #000 calc(100% - var(--right-cover)),
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  max-width: 820px;
  z-index: 10;
  padding: 200px 0 100px 0;
}

@media (min-width: 768px) {
  .hero-content {
    position: absolute;
    padding-top: 200px;
    position: absolute;
    left: var(--panel-x);
    top: 0;
  }
}

#beam {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      #000 0%,
      #000 var(--beam-mask-y),
      transparent calc(var(--beam-mask-y) + 0.01%)
    ),
    linear-gradient(
      to right,
      transparent 0%,
      transparent max(calc(var(--panel-x) - var(--edge-feather)), 0%),
      #000 var(--panel-x),
      #000 calc(100% - var(--panel-x)),
      transparent min(calc(100% - var(--panel-x) + var(--edge-feather)), 100%),
      transparent 100%
    );
  mask-image:
    linear-gradient(
      to bottom,
      #000 0%,
      #000 var(--beam-mask-y),
      transparent calc(var(--beam-mask-y) + 0.01%)
    ),
    linear-gradient(
      to right,
      transparent 0%,
      transparent max(calc(var(--panel-x) - var(--edge-feather)), 0%),
      #000 var(--panel-x),
      #000 calc(100% - var(--panel-x)),
      transparent min(calc(100% - var(--panel-x) + var(--edge-feather)), 100%),
      transparent 100%
    );
  -webkit-mask-repeat: no-repeat;

  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 0;
}

@keyframes panelGlowIn {
  to {
    box-shadow:
      0 -2px 50px rgba(60, 110, 255, 0.07),
      -22px 0 58px rgba(67, 97, 238, 0.18),
      42px 0 120px rgba(67, 97, 238, 0.62),
      -6px 0 16px rgba(67, 97, 238, 0.22),
      18px 0 48px rgba(67, 97, 238, 0.7),
      7px 0 18px rgba(235, 242, 255, 0.52),
      inset 1px 0 0 rgba(67, 97, 238, 0.22),
      inset -1px 0 0 rgba(235, 242, 255, 0.74),
      inset -3px 0 10px rgba(67, 97, 238, 0.58);
  }
}

@keyframes edgeGlowIn {
  to {
    opacity: 1;
  }
}

@keyframes panelGlowInMobile {
  to {
    box-shadow:
      0 -2px 32px rgba(60, 110, 255, 0.05),
      -10px -2px 32px rgba(67, 97, 238, 0.12),
      16px -2px 46px rgba(67, 97, 238, 0.3),
      5px -1px 14px rgba(235, 242, 255, 0.22),
      inset 1px 0 0 rgba(67, 97, 238, 0.14),
      inset -1px 0 0 rgba(235, 242, 255, 0.38);
  }
}

@media (max-width: 900px), (orientation: portrait) {
  .batch-genealogy-hero-section.stage {
    --panel-x: 7%;
    --panel-top: 60%;
    --beam-mask-y: 60%;
    --edge-feather: 48px;
    --right-cover: 36px;
    /* min-height: 760px; */
  }
}

.genealogy-hero-buttons {
  padding-top: 20px;
}

.batch-genealogy-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 72% 12%,
      rgba(74, 96, 255, 0.14),
      transparent 20%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 26%);
  pointer-events: none;
}

.batch-genealogy-hero-noise {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 48%,
      rgba(255, 255, 255, 0) 100%
    ),
    radial-gradient(
      circle at 18% 96%,
      rgba(23, 221, 196, 0.14),
      transparent 22%
    ),
    radial-gradient(
      circle at 82% 82%,
      rgba(86, 104, 255, 0.16),
      transparent 26%
    );
  opacity: 0.95;
  pointer-events: none;
}

.batch-genealogy-title {
  position: relative;
  display: inline-block;
  margin: 0;
  background: linear-gradient(270deg, #ffffff 10.51%, #999999 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.batch-genealogy-description {
  margin: 15px 0 0;
  color: #e8e8e8;
  font-size: 16px;
  line-height: 229.99999999999997%;
}

.batch-genealogy-actions {
  margin-top: 36px;
}

.batch-genealogy-actions .btn-pill {
  min-width: 250px;
}

.batch-genealogy-showcase {
  position: relative;
  padding-top: 130px;
  z-index: 1;
}

.batch-genealogy-showcase::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 194px;
  width: min(98%, 1220px);
  height: 188px;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(244, 251, 255, 0.98) 0%,
    rgba(166, 189, 255, 0.9) 18%,
    rgba(97, 118, 255, 0.48) 42%,
    rgba(97, 118, 255, 0) 78%
  );
  filter: blur(30px);
  pointer-events: none;
}

.batch-genealogy-showcase::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  width: min(92%, 1180px);
  height: 310px;
  transform: translateX(-50%);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(164, 255, 246, 0.66) 10%,
      rgba(99, 117, 255, 0.78) 24%,
      rgba(99, 117, 255, 0.2) 48%,
      rgba(99, 117, 255, 0) 72%
    ),
    radial-gradient(
      circle at 18% 72%,
      rgba(86, 106, 255, 0.18) 0%,
      rgba(86, 106, 255, 0) 62%
    ),
    radial-gradient(
      circle at 82% 72%,
      rgba(86, 106, 255, 0.18) 0%,
      rgba(86, 106, 255, 0) 62%
    );

  filter: blur(48px);
  pointer-events: none;
}

.batch-genealogy-beam {
  position: absolute;
  left: 72%;
  top: -34px;
  width: clamp(92px, 8vw, 126px);
  height: 610px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(96, 118, 255, 0) 0%,
    rgba(96, 118, 255, 0.26) 12%,
    rgba(115, 140, 255, 0.96) 30%,
    rgba(240, 252, 255, 1) 52%,
    rgba(110, 129, 255, 0.82) 74%,
    rgba(110, 129, 255, 0) 100%
  );
  filter: blur(18px);
  opacity: 1;
  pointer-events: none;
}

.batch-genealogy-beam::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(180, 201, 255, 0.3) 28%,
    rgba(255, 255, 255, 0.95) 58%,
    rgba(172, 188, 255, 0.28) 82%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(4px);
}

.batch-genealogy-beam::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: clamp(320px, 38vw, 560px);
  height: 98px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(240, 252, 255, 0.96) 0%,
    rgba(145, 162, 255, 0.68) 28%,
    rgba(92, 114, 255, 0.18) 58%,
    rgba(92, 114, 255, 0) 84%
  );
  filter: blur(16px);
}

.batch-genealogy-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.42;
  pointer-events: none;
}

.batch-genealogy-glow-left {
  left: 8%;
  bottom: -120px;
  background: radial-gradient(
    circle,
    rgba(29, 228, 193, 0.22) 0%,
    rgba(29, 228, 193, 0) 72%
  );
}

.batch-genealogy-glow-right {
  right: 2%;
  top: 0;
  background: radial-gradient(
    circle,
    rgba(95, 106, 255, 0.28) 0%,
    rgba(95, 106, 255, 0) 74%
  );
}

.batch-genealogy-product-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    rgba(9, 16, 40, 0.98) 0%,
    rgba(6, 12, 30, 0.985) 54%,
    rgba(4, 14, 18, 0.98) 100%
  );
  border: 1px solid rgba(98, 122, 255, 0.44);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 42px 92px rgba(0, 0, 0, 0.62),
    0 -10px 28px rgba(124, 142, 255, 0.18),
    0 0 84px rgba(74, 102, 255, 0.34);
}

.batch-genealogy-product-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(107, 130, 255, 0.82),
    rgba(83, 188, 214, 0.22) 20%,
    rgba(101, 122, 255, 0) 44%
  );
  opacity: 0.78;
  filter: blur(16px);
  pointer-events: none;
}

.batch-genealogy-product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.batch-genealogy-product-topbar {
  padding: 2px 4px 14px;
}

.batch-genealogy-brand-logo {
  width: 112px;
}

.batch-genealogy-toolbar span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.batch-genealogy-product-body {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.batch-genealogy-product-body::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
  height: 150px;
  pointer-events: none;
  opacity: 0.12;
}

.batch-genealogy-product-image {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.batch-genealogy-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(15, 16, 20, 0.88),
    rgba(37, 38, 44, 0.76)
  );
  backdrop-filter: blur(18px);
  z-index: 5;
  border: none;
}

.batch-genealogy-play::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from 135deg,
    rgba(255, 255, 255, 0.85) 0deg,
    rgba(255, 255, 255, 0.15) 25deg,
    rgba(255, 255, 255, 0.05) 90deg,
    rgba(255, 255, 255, 0.15) 155deg,
    rgba(255, 255, 255, 0.7) 180deg,
    rgba(255, 255, 255, 0.05) 270deg,
    rgba(255, 255, 255, 0.85) 360deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: transform 0.45s ease;
}

.batch-genealogy-play-ring {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #000000 0%, #666666 100%);
  transition: transform 0.45s ease;
}

.batch-genealogy-product-body:hover .batch-genealogy-play-ring {
  transform: rotate(180deg);
}

.batch-genealogy-product-body:hover .batch-genealogy-play::before {
  transform: rotate(180deg);
}

.batch-genealogy-trusted-section {
  padding: 8px 0 74px;
}

.batch-genealogy-trusted-row {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.batch-genealogy-trusted-label {
  color: rgba(242, 244, 255, 0.82);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.batch-genealogy-logo-list {
  flex: 1 1 auto;
}

.batch-genealogy-logo-item {
  height: 26px;
  width: auto;
  opacity: 0.78;
  filter: grayscale(1) brightness(1.9);
}

@media (max-width: 991.98px) {
  .batch-genealogy-hero-section {
    padding: 0px 0 400px 0;
  }

  .batch-genealogy-description {
    font-size: 17px;
    line-height: 150%;
  }

  .batch-genealogy-showcase {
    margin-top: 56px;
    padding-top: 36px;
  }

  .batch-genealogy-showcase::before {
    top: 174px;
    width: min(98%, 860px);
    height: 110px;
  }

  .batch-genealogy-showcase::after {
    top: 60px;
    width: min(92%, 780px);
    height: 190px;
  }

  .batch-genealogy-beam {
    left: 64%;
    height: 420px;
  }

  .batch-genealogy-play {
    width: 96px;
    height: 96px;
  }

  .batch-genealogy-play-icon {
    width: 42px !important;
    height: 46px !important;
    padding: 7px;
  }
}

@media (max-width: 1025px) {
  .batch-genealogy-title {
    line-height: 1.16;
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .batch-genealogy-hero-section.stage {
    --panel-top: 55%;
  }

  .batch-genealogy-hero-section {
    padding: 200px 0 0 0px;
  }

  .batch-genealogy-description {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .batch-genealogy-actions {
    margin-top: 28px;
  }

  .batch-genealogy-actions .btn-pill {
    width: 100%;
    min-width: 0;
  }

  .batch-genealogy-showcase {
    /* margin-top: 44px; */
    padding-top: 22px;
  }

  .batch-genealogy-showcase::before {
    top: 118px;
    width: 92%;
    height: 74px;
  }

  .batch-genealogy-showcase::after {
    left: 50%;
    top: 34px;
    width: 94%;
    height: 120px;
  }

  .batch-genealogy-product-card {
    padding: 10px;
    border-radius: 22px;
  }

  .batch-genealogy-beam {
    left: 50%;
    top: -16px;
    width: 84px;
    height: 276px;
    filter: blur(12px);
  }

  .batch-genealogy-beam::after {
    width: 240px;
    height: 52px;
  }

  .batch-genealogy-glow {
    width: 260px;
    height: 260px;
    filter: blur(54px);
  }

  .batch-genealogy-play {
    width: 78px;
    height: 78px;
  }

  .batch-genealogy-play-icon {
    width: 34px !important;
    height: 38px !important;
    padding: 6px;
    transform: translate(8%);
  }

  .batch-genealogy-trusted-section {
    padding: 8px 0 48px;
  }

  .batch-genealogy-trusted-label {
    font-size: 18px;
  }

  .batch-genealogy-logo-item {
    height: 22px;
  }
}

/* FAQ Section */

.batch-genealogy-faq-section {
  padding: 100px 0;
  background-color: #f1f3f7;
}

.batch-genealogy-section-heading {
  font-size: 40px;
  color: #1a181b;
}

.batch-genealogy-faq-button {
  line-height: 1.6;
}

.batch-genealogy-custom-faq-accordion .accordion-item {
  border: 0;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 22px;
  background: #fff;
  transition: all 0.3s ease;
}

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

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

.batch-genealogy-custom-faq-accordion .accordion-button {
  padding: 34px 36px;
  background-color: transparent !important;
  box-shadow: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex: 1;
  border: none !important;
}

.batch-genealogy-custom-faq-accordion .accordion-button > div {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -4%;
  text-align: center;
  color: #1a181b;
}

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

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

/* Separate icon toggle button */
.batch-genealogy-faq-icon-toggle {
  width: 66px;
  height: 66px;
  margin-right: 36px;
  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;
}

.batch-genealogy-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-genealogy-faq-list-item
  .batch-genealogy-custom-faq-accordion
  .accordion-body {
  padding: 0 36px 38px 36px;
  color: #666;
  line-height: 2.1;
  font-size: 20px;
  text-align: left !important;
}

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

.batch-genealogy-faq-list-item {
  position: relative;
  isolation: isolate;
}

.batch-genealogy-faq-surface {
  position: relative;
  padding: 28px;
  background-color: #fbfcff;
  background-image: url("../../images/batch-genealogy/Dot-Grid.svg");
  background-repeat: repeat;
  background-size: 884px 183px;
  border-radius: 22px;
  overflow: hidden;
}

.batch-genealogy-faq-surface .faq-cta-banner {
  border-radius: 14px;
  padding: 32px !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-genealogy-faq-section {
    padding: 60px 0;
  }

  .batch-genealogy-section-heading {
    font-size: 28px;
  }

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

  .batch-genealogy-faq-surface {
    padding: 14px;
    border-radius: 18px;
  }

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

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

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

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

/* Complete Visibility Section */

.batch-genealogy-complete-visibility-section {
  padding: 20px 20px 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
}

@media (max-width: 1199px) {
  .batch-genealogy-complete-visibility-section {
    padding: 0px;
  }
}

.batch-genealogy-complete-visibility-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
}

.batch-genealogy-complete-visibility-section::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;

  border-radius: 50%;
  pointer-events: none;
}

.batch-genealogy-visibility-section-oval-glow {
  /* z-index: 0;
  opacity: 0.72; */
}

.batch-genealogy-visibility-section-oval-1 {
  top: 0%;
  width: 100%;
  opacity: 0.85;
}

.batch-genealogy-visibility-section-oval-2 {
  top: -10%;
  width: 20%;
  opacity: 0.18;
}

.batch-genealogy-visibility-section-oval-3 {
  top: -20%;
  width: 10%;
  opacity: 0.12;
}

.batch-genealogy-demo-card {
  width: 100%;
  height: 470px;
  border-radius: 16px;
  background: #000b3d;
  container-type: inline-size;
  isolation: isolate;
  border: 1px solid rgba(200, 210, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.batch-genealogy-card-content {
  padding: 90px 0 90px 40px;
  gap: 10px;
  z-index: 3;
}

.batch-genealogy-card-title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  width: 650px;
  max-width: 100%;
  /* white-space: nowrap; */
}
@media (max-width: 1400px) {
  .batch-genealogy-card-title {
    font-size: 28px;
  }
}

.batch-genealogy-card-description {
  font-size: 16px;
  line-height: 210%;
  color: #e8e8e8;
  max-width: 520px;
}

.batch-genealogy-card-image {
  z-index: 2;
  width: 95%;
  padding-left: 250px;
}

.batch-genealogy-card-image img {
  border-radius: 8px;
  object-fit: cover;
}

/* Data Ingestion Section */

.batch-genealogy-ingestion-section {
  position: relative;
  padding: 120px 0 60px;
  background: #000000;
  overflow: hidden;
}

.batch-genealogy-ingestion-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.06) 0.8px, transparent 0.8px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size:
    10px 10px,
    128px 128px,
    128px 128px;
  opacity: 0.35;
  pointer-events: none;
}

.batch-genealogy-ingestion-shell {
  position: relative;
  z-index: 1;
}

.batch-genealogy-ingestion-copy {
  max-width: 780px;
}

.batch-genealogy-ingestion-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 18, 0.82);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.batch-genealogy-ingestion-title {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.batch-genealogy-ingestion-description {
  color: #e8e8e8;
  font-size: 16px;
  line-height: 229.99999999999997%;
  font-weight: 400;
  margin-top: 3rem !important;
}

@media (max-width: 768px) {
  .batch-genealogy-ingestion-description {
    margin-top: 14px !important;
  }
}

.batch-genealogy-ingestion-board {
  position: relative;
  margin-top: 18px;
}

.batch-genealogy-ingestion-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  border-radius: 50%;
  z-index: 2;
}

.batch-genealogy-ingestion-play::before {
  content: none;
}

.batch-genealogy-ingestion-play-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.78);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.batch-genealogy-ingestion-play-triangle {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #ffffff;
}

.batch-genealogy-ingestion-media {
  position: relative;
  margin: 0 auto;
}

.batch-genealogy-ingestion-preview,
.batch-genealogy-ingestion-player-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.batch-genealogy-ingestion-image,
.batch-genealogy-ingestion-player {
  display: block;
  width: 100%;
  height: auto;
}

.batch-genealogy-ingestion-player {
  height: 100%;
  background: #000;
}

.batch-genealogy-ingestion-player-wrap {
  width: 100%;
}

.batch-genealogy-ingestion-player-shell {
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.batch-genealogy-ingestion-player-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  z-index: 2;
}

@media (max-width: 576px) {
  .batch-genealogy-ingestion-title {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .batch-genealogy-ingestion-section {
    padding: 88px 0 72px;
  }

  .batch-genealogy-ingestion-copy {
    margin-bottom: 36px;
  }

  .batch-genealogy-ingestion-player-shell {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .batch-genealogy-ingestion-section {
    padding: 72px 0 60px;
  }

  .batch-genealogy-ingestion-eyebrow {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .batch-genealogy-ingestion-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .batch-genealogy-ingestion-play {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.3),
      0 0 0 9px rgba(255, 255, 255, 0.07);
  }

  .batch-genealogy-ingestion-play-logo img {
    width: 62px;
  }

  .batch-genealogy-ingestion-play-core {
    width: 48px;
    height: 48px;
  }

  .batch-genealogy-ingestion-play-triangle {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
  }

  .batch-genealogy-ingestion-preview,
  .batch-genealogy-ingestion-player-wrap,
  .batch-genealogy-ingestion-player-shell {
    border-radius: 18px;
  }

  .batch-genealogy-ingestion-player-close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }
}

@media (max-width: 1215px) {
  .batch-genealogy-demo-card {
    min-height: auto;
    height: auto;
  }

  .batch-genealogy-card-content {
    padding: 40px 24px;
  }

  .batch-genealogy-card-title {
    font-size: 32px;
    line-height: 1.4;
  }

  .batch-genealogy-card-description {
    font-size: 18px;
    max-width: 80%;
  }

  .batch-genealogy-visibility-section-oval-1,
  .batch-genealogy-visibility-section-oval-2,
  .batch-genealogy-visibility-section-oval-3 {
    left: 50%;
    width: 72%;
  }
}

/* <= 480px */

@media (max-width: 479.98px) {
  .batch-genealogy-card-content {
    padding: 24px 16px;
  }

  .batch-genealogy-card-title {
    font-size: 30px;
  }

  .batch-genealogy-card-description {
    font-size: 16px;
    max-width: 85%;
  }
}

/* end */

/* Demo Modal */

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

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

/* .batch-genealogy-modal .batch-genealogy-modal-row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 18px;
  overflow: hidden;
}

.batch-genealogy-modal .batch-genealogy-modal-visual-pane {
  flex: 1 1 50%;
  background: rgba(169, 184, 255, 0.75);
  position: relative;
  overflow: hidden;
  padding: 27px 21px 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 18px;
}

.batch-genealogy-modal .batch-genealogy-modal-visual-pane::before {
  content: "";
  position: absolute;
  width: 487px;
  height: 487px;
  left: -150px;
  top: -150px;
  background: #42ead4;
  filter: blur(300px);
  border-radius: 50%;
  z-index: -1;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-visual-pane::after {
  content: "";
  position: absolute;
  width: 846px;
  height: 846px;
  bottom: -400px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  filter: blur(72px);
  border-radius: 50%;
  z-index: -1;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-form-pane {
  flex: 1 1 50%;
  padding: 60px 50px;
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
}

.batch-genealogy-modal .batch-genealogy-modal-form-pane .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-visual-content {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.batch-genealogy-modal .batch-genealogy-modal-placeholder-img {
  margin-bottom: 0;
}

.batch-genealogy-modal .batch-genealogy-modal-visual-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 52px;
}

.batch-genealogy-modal .batch-genealogy-modal-visual-title {
  font-size: 24px;
  font-weight: 500;
  color: #1a181b;
  margin-bottom: 12px;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-visual-desc {
  color: #505050;
  font-size: 14px;
  margin-bottom: 28px;
}

.batch-genealogy-modal .batch-genealogy-modal-pills {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-pill:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: rgba(26, 24, 27, 0.364);
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.batch-genealogy-modal .batch-genealogy-modal-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1a181b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
} */

/* .batch-genealogy-modal .batch-genealogy-modal-pill:last-child {
  border-left: none;
  padding-left: 16px;
}

.batch-genealogy-modal .batch-genealogy-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
} */

/* @media (max-width: 991.98px) {
  .batch-genealogy-modal .batch-genealogy-modal-row {
    flex-direction: column;
  }

  .batch-genealogy-modal .batch-genealogy-modal-visual-pane,
  .batch-genealogy-modal .batch-genealogy-modal-form-pane {
    flex: 1 1 100%;
  }

  .batch-genealogy-modal .batch-genealogy-modal-close {
    top: 18px;
    right: 18px;
  }
} */

/* Knowledge Graph Section */

.knowledge-graph-section {
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 120px 0 120px;
}

/* Pill */
.kg-pill {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  gap: 10px;
}

.kg-pill span {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.9);
}

.kg-pill-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

/* Heading */
.kg-heading {
  font-size: 42px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.04em;
  max-width: 700px;
}

/* Description */
.kg-description {
  font-size: 16px;
  line-height: 229.99999999999997%;
  color: rgba(255, 255, 255, 0.82);
}

/* Cards */
.kg-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.kg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;

  background: var(--border-gradient);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.kg-card-dark {
  --border-gradient: linear-gradient(
    180deg,
    #535354 0%,
    rgba(98, 120, 255, 0) 100%
  );

  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.06),
      transparent 45%
    ),
    #050505;
}

.kg-card-blue {
  --border-gradient: linear-gradient(
    180deg,
    rgba(120, 150, 255, 0.9) 0%,
    rgba(98, 120, 255, 0.45) 60%,
    rgba(98, 120, 255, 0) 100%
  );

  background: #000725;
}

/* Header */
.kg-card-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.kg-card-header-blue {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #000521;
  z-index: 10;
}

.kg-card-header span {
  font-size: 20px;
  font-weight: 400;
}

.kg-card-header img {
  width: 32px;
  height: 32px;
}

/* List */
.kg-list {
  padding: 0;
  border-radius: 20px 20px 0px 0px;
  border-top: 1px solid #666667;
}

.kg-list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 0 28px;
}

.kg-list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 20%,
    rgba(255, 255, 255, 0.16) 50%,
    rgba(255, 255, 255, 0.08) 80%,
    transparent 100%
  );
}

.kg-list-item:last-child::after {
  display: none;
}

.kg-list-item.active {
  background: linear-gradient(
    90deg,
    rgba(70, 137, 255, 0.75),
    rgba(102, 120, 255, 0.3)
  );
}

.kg-list-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

/* Icons */
.kg-cross,
.kg-check {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.kg-cross {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.kg-check {
  background: #fff;
  color: #376dff;
}

/* CTA */
.kg-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 10px 10px 10px 30px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d8dff, #6174ff);
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  transition: 0.3s ease;
}

.kg-demo-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

.kg-demo-arrow {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* Responsive */
@media (max-width: 991px) {
  .kg-description {
    font-size: 18px;
    line-height: 1.7;
  }

  .kg-card-header span {
    font-size: 24px;
  }

  .kg-list-item {
    min-height: auto;
    padding: 24px;
    align-items: flex-start;
  }

  .kg-list-item p {
    font-size: 18px;
  }

  .kg-demo-btn {
    font-size: 18px;
  }

  .kg-demo-arrow {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .knowledge-graph-section {
    padding: 60px 0 60px;
  }
}

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

  .kg-pill {
    transform: scale(0.92);
    transform-origin: left center;
  }

  .kg-description {
    font-size: 16px;
  }

  .kg-card-header {
    height: 90px;
    padding: 0 20px;
  }

  .kg-card-header span {
    font-size: 20px;
    text-align: center;
  }

  .kg-list-item p {
    font-size: 16px;
  }
}

/* Parent-Child Relationship */

.parent-child-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
  overflow: hidden;
}

/* Heading */
.pc-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pc-heading span {
  width: 600px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #121212;
  position: relative;
}

.pc-heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 5px;
  background: #2f80ff;
  z-index: -1;
}

/* Description */
.pc-description {
  font-size: 16px;
  height: 148px;
  line-height: 2.3;
  color: #555;
  max-width: 600px;
  margin-top: 3rem !important;
}

/* Feature List */

.pc-feature-item {
  position: relative;
  gap: 28px;
  padding: 24px 0;
  border-bottom: none;
}

/* .pc-feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;

  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.08) 20%,
    rgba(0, 0, 0, 0.08) 80%,
    transparent
  );
} */

.pc-feature-item:last-child::after {
  display: none;
}

/* Icon */
.pc-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc-icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

/* Feature Text */
.pc-feature-content h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #111;
}

.pc-feature-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* Right Image */
.pc-visual-wrapper {
  border-radius: 16px;
  /* overflow: hidden; */
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.parent-child-section .gradient-box {
  position: relative !important;
  height: 100%;
  min-height: 400px;
}

.pc-visual-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.pc-visual-wrapper img {
  display: block;
  /* border-radius: 26px; */
}

/* Responsive */

@media (max-width: 1399px) {
  .parent-child-section .gradient-box {
    padding: 8px 16px 4px 20px !important;
  }

  .pc-visual-image {
    max-width: calc(100% - 36px);
    max-height: calc(100% - 12px);
    object-fit: contain;
  }

  .pc-heading,
  .pc-description {
    text-align: left;
  }

  .pc-heading span {
    width: 100%;
  }

  .pc-description {
    font-size: 20px;
    max-width: 100%;
    line-height: 1.6;
  }

  .pc-feature-content h4 {
    font-size: 24px;
  }

  .pc-feature-content p {
    font-size: 18px;
  }

  .pc-feature-list,
  .pc-feature-item,
  .pc-feature-content {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pc-heading span {
    line-height: 1.25;
  }

  .pc-description {
    font-size: 14px;
    line-height: 1.8;
    height: auto;
  }

  .pc-feature-item {
    padding: 16px 0;
    gap: 16px;
  }

  .pc-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .pc-icon img {
    width: 18px;
    height: 18px;
  }

  .pc-feature-content h4 {
    font-size: 18px;
  }

  .pc-feature-content p {
    font-size: 13px;
    line-height: 1.6;
  }

  .parent-child-section .gradient-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pc-visual-image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

@media (max-width: 991px) {
  .parent-child-section {
    padding: 60px 0px !important;
  }

  .gradient-box {
    padding: 24px;
  }

  .pc-visual-image {
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    object-fit: contain;
  }

  .pc-heading span::after {
    height: 4px;
    bottom: 4px;
  }

  .pc-description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px !important;
  }

  .pc-feature-item {
    gap: 18px;
    padding: 25px 0;
  }

  .pc-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .pc-feature-content h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .pc-feature-content p {
    font-size: 18px;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .pc-visual-wrapper {
    display: block;
  }

  .parent-child-section {
    padding: 50px 0px !important;
  }

  .pc-heading span {
    line-height: normal;
  }

  .pc-description {
    font-size: 15px;
    height: fit-content;
    margin-top: 14px !important;
  }

  .pc-feature-item {
    gap: 16px;
  }

  .pc-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .pc-feature-content h4 {
    font-size: 22px;
  }

  .pc-feature-content p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .parent-child-section {
    padding: 40px 0 !important;
  }

  .pc-heading span {
    font-size: 28px;
    line-height: normal;
  }

  .pc-description {
    font-size: 14px;
    line-height: 1.6;
  }

  .pc-feature-list {
    border-top: none;
  }

  .pc-feature-item {
    gap: 14px;
    padding: 16px 0;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .pc-feature-item:last-child {
    border-bottom: none;
  }

  .pc-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-top: 2px;
  }

  .pc-feature-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .pc-feature-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Audit Intelligence */

.audit-intelligence-section {
  background: #fff;
  overflow: hidden;
  padding: 120px 0 120px;
}

.audit-visual-card {
  padding: 42px 32px 36px;
  border-radius: 16px;
  background: #000b3d;
  min-height: 727px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  container-type: inline-size;
  isolation: isolate;
}

.audit-glow {
  position: relative;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.12) 1px,
    transparent 1px
  );
  background-size:
    10px 10px,
    100% 100%;
  opacity: 0.35;
  pointer-events: none;
}

.audit-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #99aaff 0%, #263788 100%);
  -webkit-mask:
    linear-gradient(#8ea0f5 0 0) content-box,
    linear-gradient(#8ea0f5 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#8ea0f5 0 0) content-box,
    linear-gradient(#8ea0f5 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.audit-visual-title {
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 64px;
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.05em;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 25%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 48px;
}

.audit-dashboard-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 48px 126px;
  pointer-events: none;
}

.audit-dashboard-wrapper img {
  display: block;
  width: 100%;
  max-width: 603px;
  max-height: 100%;
  object-fit: cover;
}

.audit-tags {
  position: relative;
  z-index: 3;
  margin-top: 38px;
}

.audit-dot-pattern {
  z-index: 1;
  opacity: 0.9;
}

.audit-oval-glow {
  z-index: 0;
  opacity: 0.75;
}

.audit-oval-3 {
  top: 72%;
  width: 84%;
  opacity: 0.35;
}

.audit-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  max-height: 44px;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-image: linear-gradient(
      180deg,
      #99aaff 0%,
      #99aaff 34%,
      #99aaff 72%,
      #99aaff 100%
    )
    1;
}

.audit-tag-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  border-radius: 100px;
}
.audit-tag-icon img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}
@media (min-width: 1440px) {
  .audit-content-wrapper {
    padding-left: 24px;
  }
}
.audit-heading {
  font-size: 42px;
  letter-spacing: -0.04em;
  color: #121212;
  font-weight: 500;
}

.audit-description {
  font-size: 16px;
  line-height: 2.1;
  color: #5b5b5b;
  margin-top: 3rem !important;
}

@media (max-width: 768px) {
  .audit-description {
    margin-top: 14px !important;
  }
}

.audit-feature-item {
  gap: 28px;
  padding: 26px 0;
  position: relative;
  /* border-bottom: 0.5px solid linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(9, 9, 9, 0.5) 49.04%, rgba(255, 255, 255, 0) 100%); */
}
.audit-feature-item::after,
.pc-feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(9, 9, 9, 0.5) 49.04%,
    rgba(255, 255, 255, 0) 100%
  );
}

.audit-feature-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.audit-feature-content h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 10px;
}

.audit-feature-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

/* Responsive */
@media (max-width: 991px) {
  .audit-intelligence-section {
    padding: 80px 0 !important;
  }

  .audit-visual-card {
    min-height: 620px;
    padding: 28px 22px;
  }

  .audit-dashboard-wrapper {
    padding: 112px 36px 118px;
  }

  .audit-visual-title {
    font-size: 42px;
    margin-bottom: 28px;
  }

  .audit-content-wrapper {
    padding-left: 0;
  }

  .audit-description {
    font-size: 18px;
    line-height: 1.8;
  }

  .audit-feature-item {
    gap: 20px;
    padding: 28px 0;
  }

  .audit-feature-content h4 {
    font-size: 22px;
  }

  .audit-feature-content p {
    font-size: 16px;
  }

  .audit-tag {
    font-size: 16px;
    padding: 12px 18px;
  }

  .audit-tag-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 576px) {
  .audit-heading {
    font-size: 28px;
    line-height: normal;
  }

  .audit-content-wrapper .audit-heading {
    font-size: 28px;
  }

  .audit-visual-title {
    font-size: 34px;
  }

  .audit-visual-card {
    min-height: 500px;
  }

  .audit-dashboard-wrapper {
    padding: 88px 24px 132px;
  }

  .audit-description {
    font-size: 16px;
  }

  .audit-feature-content h4 {
    font-size: 20px;
  }

  .audit-feature-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .audit-feature-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .audit-tag {
    width: 100%;
    justify-content: center;
  }
}

/* Legacy Data */

.legacy-data-section {
  background: #000;
  overflow: hidden;
  color: #fff;
  padding: 120px 0px;
}

/* TOP */
.legacy-pill {
  position: relative;
  padding: 6px 14px 6px 6px;
  border-radius: 999px;
  background: #1a1a1a;
  border: 1px solid #2f2f2f;
  gap: 12px;
}

.legacy-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(0deg, rgba(231, 231, 231, 0.1), rgba(231, 231, 231, 0.1)),
    linear-gradient(172.65deg, #4361ee 8.26%, rgba(76, 201, 240, 0) 20.62%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  top: -1px;
  left: -1px;
}

.legacy-pill span:last-child {
  font-size: 12px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.9);
}

.legacy-pill-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.legacy-heading {
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  min-width: 635px;
}

.legacy-description {
  font-size: 16px;
  line-height: 2.3;
  color: rgba(255, 255, 255, 0.82);
}

/* MAIN WRAPPER */
.legacy-visual-wrapper {
  border-radius: 16px;
  min-height: 760px;
  gap: 32px;
  background: #000b3d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  container-type: inline-size;
  position: relative;
}

.legacy-grid-overlay {
  position: relative;
}

.legacy-visual-wrapper .row {
  column-gap: 16px;
}

@media (min-width: 992px) {
  .legacy-visual-wrapper .row {
    flex-wrap: nowrap;
  }

  .legacy-visual-wrapper .col-lg-5 {
    flex: 0 0 calc(41.666% - 8px);
    max-width: calc(41.666% - 8px);
  }

  .legacy-visual-wrapper .col-lg-7 {
    flex: 0 0 calc(58.333% - 8px);
    max-width: calc(58.333% - 8px);
  }
}

/* LEFT PAPER */
.legacy-paper-card {
  padding: 6px;
  height: 100%;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  position: relative;
}

.legacy-paper-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from 135deg,
    rgba(255, 255, 255, 0.85) 0deg,
    rgba(255, 255, 255, 0.15) 25deg,
    rgba(255, 255, 255, 0.05) 90deg,
    rgba(255, 255, 255, 0.15) 155deg,
    rgba(255, 255, 255, 0.7) 180deg,
    rgba(255, 255, 255, 0.05) 270deg,
    rgba(255, 255, 255, 0.85) 360deg
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: transform 0.45s ease;
}

.legacy-paper-card img {
  border-radius: 18px;
  /* object-fit: cover; */
}

/* RIGHT GRAPH */
.legacy-graph-card {
  position: relative;
  padding: 6px;
  min-height: 760px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  overflow: hidden;
  container-type: inline-size;
}

.legacy-graph-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  border-radius: 0 0 22px 22px;
  z-index: 10;
  pointer-events: none;
}

.legacy-graph-card
  > :not(
    .legacy-grid-overlay,
    .legacy-dot-pattern,
    .legacy-oval-glow,
    .legacy-graph-img-wrapper
  ) {
  position: relative;
  z-index: 2;
}

.legacy-dot-pattern {
  z-index: 0;
}

.legacy-oval-glow {
  /* z-index: 1;
  opacity: 0.75; */
}

.legacy-oval-1 {
  top: -15%;
}

.legacy-oval-2 {
  top: 28%;
  width: 72%;
  opacity: 0.45;
}

.legacy-oval-3 {
  top: 70%;
  width: 82%;
  opacity: 0.35;
}

.legacy-graph-title {
  text-align: center;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 25%,
    #ffffff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 5;
}

.img-fluid2 {
  display: block;
}

/* RESPONSIVE */

@media (max-width: 1399px) {
  .legacy-heading {
    min-width: 0px;
  }

  .legacy-description {
    font-size: 18px;
    line-height: 1.8;
  }

  .legacy-visual-wrapper,
  .legacy-graph-card {
    min-height: auto;
  }

  .legacy-graph-card {
    min-height: 620px;
  }

  .legacy-graph-img-wrapper {
    padding: 120px 36px 72px;
  }

  .legacy-graph-title {
    font-size: 42px;
    margin-bottom: 60px;
  }

  .legacy-center-node {
    width: 160px;
    height: 160px;
  }

  .legacy-center-node h4 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .legacy-data-section {
    padding: 60px 0px !important;
  }

  .legacy-heading {
    font-size: 28px;
    min-width: 0px;
  }

  .legacy-description {
    font-size: 16px;
  }

  .legacy-graph-title {
    font-size: 34px;
  }

  .legacy-graph-card {
    min-height: 430px;
  }

  .legacy-graph-img-wrapper {
    padding: 96px 24px 56px;
  }

  .legacy-center-node {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto 24px;
  }
}

/* Full Story */

.full-story-section {
  background: #ffffff;
  overflow: hidden;
  padding: 100px 0px;
}

/* TOP */
.full-story-heading {
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: #121212;
  line-height: 1.5;
  font-weight: 500;
}

.full-story-description {
  font-size: 16px;
  line-height: 2.3;
  color: #5c5c5c;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 3rem !important;
}

@media (max-width: 768px) {
  .full-story-description {
    margin-top: 14px !important;
    max-width: 700px;
  }
}

/* FEATURE CARDS */
.full-story-feature-column {
  gap: 16px;
}

.full-story-feature-card {
  background: #f1f3f7;
  border-radius: 16px;
  padding: 24px 22px;
  height: 231px;
  max-height: 231px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s ease;
}

.full-story-feature-card:hover {
  transform: translateY(-4px);
}

.full-story-feature-icon {
  min-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  background: linear-gradient(225deg, #4361ee 0%, #8ea0f5 100%);
  background-blend-mode: multiply;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 26px;
  flex-shrink: 0;
  align-self: flex-start;
}

.full-story-feature-icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .full-story-feature-icon img {
    width: 18px;
    height: 18px;
  }
}
.full-story-feature-card h3 {
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.full-story-feature-card p {
  margin: 0;
  padding-right: 24px;
  font-size: 14px;
  line-height: 190%;
  color: #555;
}

/* CENTER CARD */
.full-story-center-card {
  border-radius: 16px;
  height: 100%;
  min-height: 721px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.full-story-center-glow {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.14) 1px,
    transparent 1px
  );
  background-size: 8px 8px;
  opacity: 0.25;
  pointer-events: none;
}

.full-story-center-card img {
  border-radius: 20px;
  display: block;
}

@media (min-width: 1500px) {
  .full-story-center-card {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 1439px) {
  .full-story-center-card {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .full-story-section {
    padding: 20px 0 !important;
  }

  .full-story-description {
    font-size: 18px;
    line-height: 1.8;
  }

  .full-story-feature-card {
    padding: 22px 20px;
    height: auto;
    max-height: none;
  }

  /* .full-story-center-card {
    display: none;
  } */

  .full-story-feature-icon {
    width: 58px;
    height: 58px;
    font-size: 22px;
    margin-bottom: 16px;
  }

  .full-story-feature-card h3 {
    font-size: 20px;
  }

  .full-story-feature-card p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .full-story-section {
    padding: 0 0 !important;
  }
}

@media (max-width: 576px) {
  .full-story-heading {
    font-size: 28px;
  }

  .full-story-description {
    font-size: 16px;
  }

  .full-story-feature-card h3 {
    font-size: 18px;
  }

  .full-story-feature-card p {
    font-size: 14px;
  }

  .full-story-feature-icon {
    width: 40px;
    height: 40px;
    padding: 12px 12px;
  }

  /* .full-story-center-card {
    display: none;
  } */
}

@media (min-width: 1024px) {
  .batch-banner-outer {
    padding-bottom: 100px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .batch-banner-outer {
    padding-bottom: 220px;
  }
}

@media (min-width: 1600px) {
  .batch-banner-outer {
    padding-bottom: 450px;
  }
}

@media (min-width: 2000px) {
  .batch-banner-outer {
    padding-bottom: 900px;
  }
}

.gradient-box {
  border-radius: 16px;
  background: #000b3d;
  width: 100%;
  aspect-ratio: 651 / 727;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  container-type: inline-size;
}

@media (min-width: 991px) {
  .gradient-box {
    max-width: 651px;
  }
}

.dot-pattern {
  --dot-color: rgba(255, 255, 255, 0.15);
  --dot-size: 0.5px;
  --dot-space: 7px;
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    var(--dot-color) var(--dot-size),
    transparent var(--dot-size)
  );
  background-size: var(--dot-space) var(--dot-space);
}
.oval-glow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  border-radius: 999px;
}

.oval-1 {
  width: 160%;
  aspect-ratio: 1;
  top: -82%;
  background: radial-gradient(
    circle at center,
    rgba(87, 177, 255, 0.95) 0%,
    rgba(29, 78, 216, 0.72) 42%,
    rgba(29, 78, 216, 0.38) 58%,
    rgba(29, 78, 216, 0.12) 72%,
    transparent 100%
  );
  filter: blur(96px);
  opacity: 0.84;
}

.oval-2 {
  width: 110%;
  aspect-ratio: 1;
  top: -58%;
  background: radial-gradient(
    circle at center,
    rgba(140, 210, 255, 0.88) 0%,
    rgba(87, 177, 255, 0.45) 55%,
    transparent 100%
  );
  filter: blur(82px);
  opacity: 0.8;
}

.legacy-glow-1 {
  width: 80% !important;
  transform: translateX(-50%) translateY(-60%) !important;
  opacity: 0.9 !important;
  filter: blur(40px) !important;
}

.legacy-glow-2 {
  width: 50% !important;
  transform: translateX(-50%) translateY(-65%) !important;
  opacity: 0.9 !important;
  filter: blur(40px) !important;
}

.visibility-glow-1 {
  position: absolute;
  transform: translateY(-80%);
  width: 110%;
  aspect-ratio: 1;
  top: 0%;
  background: radial-gradient(
    circle at center,
    rgba(140, 210, 255, 0.88) 0%,
    rgba(87, 177, 255, 0.45) 55%,
    transparent 100%
  );
  filter: blur(96px);
  opacity: 0.84;
  border-radius: 50%/25%;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

.visibility-glow-2 {
  position: absolute;
  transform: translateY(-61%);
  width: 180%;
  aspect-ratio: 1;
  top: 0%;
  background: radial-gradient(
    circle at center,
    rgba(87, 177, 255, 0.95) 0%,
    rgba(29, 78, 216, 0.72) 42%,
    rgba(29, 78, 216, 0.38) 58%,
    rgba(29, 78, 216, 0.12) 72%,
    transparent 100%
  );
  filter: blur(82px);
  opacity: 0.8;
  border-radius: 50%/25%;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

@media (min-width: 768px) {
  .visibility-glow-1 {
    width: 85%;
    transform: translateX(5%) translateY(-70%);
    opacity: 0.95;
  }

  .visibility-glow-2 {
    width: 85%;
    transform: translateX(15%) translateY(-55%);
    opacity: 0.95;
  }
}

@media (min-width: 1024px) {
  .visibility-glow-1 {
    transform: translateX(-20%) translateY(-72%);
    width: 80%;
    left: 50%;
    filter: blur(200px);
  }

  .visibility-glow-2 {
    transform: translateX(-50%) translateY(-68%);
    width: 75%;
    left: 50%;
    filter: blur(120px);
  }
}
.product-image-wrapper {
  height: 100%;
  padding: 20px !important;
  display: flex;
  justify-content: center;
}
.img-product {
  width: 100%;
  z-index: 10;
  object-fit: contain;
}
.product-image-container {
  order: unset;
}
@media (max-width: 991px) {
  .product-image-container {
    order: -1;
  }
  .product-image-wrapper {
    max-width: unset;
    aspect-ratio: unset;
  }
  .img-product {
    width: 100%;
    height: unset;
  }
}

.black-shadow-box {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  height: 169px;
  width: 100%;
  z-index: 100;
}

.full-story-oval-2 {
  width: 150% !important;
  top: -60% !important;
  opacity: 0.9 !important;
}

.full-story-oval-1 {
  top: -60% !important;
  width: 150% !important;
}

@media (max-width: 768px) {
  .legacy-margin-top {
    margin-top: 14px !important;
  }
}
