/* Dedicated AI Product Data Enrichment service page. */

#ProductDataEnrichment {
  --pde-blue: #0000ff;
  --pde-blue-dark: #0000bd;
  --pde-navy: #0a2540;
  --pde-text: #334155;
  --pde-muted: #6c777d;
  --pde-line: #e4e9f3;
  --pde-surface: #f5f7ff;
  --pde-white: #ffffff;
  font-family: Poppins, sans-serif;
  color: var(--pde-navy);
  background: var(--pde-white);
  overflow-x: clip;
}

#ProductDataEnrichment *,
#ProductDataEnrichment *::before,
#ProductDataEnrichment *::after { box-sizing: border-box; }

#ProductDataEnrichment h1,
#ProductDataEnrichment h2,
#ProductDataEnrichment h3,
#ProductDataEnrichment p { margin-top: 0; }

#ProductDataEnrichment h1,
#ProductDataEnrichment h2,
#ProductDataEnrichment h3 { color: var(--pde-navy); }

#ProductDataEnrichment p { color: var(--pde-muted); }

.pde-shell {
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
}

.pde-section {
  padding: 72px 0;
  scroll-margin-top: calc(var(--pde-header-height, 68px) + var(--pde-nav-height, 48px));
}

.pde-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--pde-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
}

a.pde-kicker:hover {
  color: #0000cc;
}

.pde-kicker--light { color: #aebcff; }

.pde-heading { max-width: 760px; margin-bottom: 42px; }
.pde-heading--center { margin-inline: auto; text-align: center; }

.pde-heading h2,
.pde-split h2,
.pde-final-cta h2,
.pde-faq h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.16;
}

.pde-heading p,
.pde-split > div > p,
.pde-faq__heading p {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
}

.pde-split { display: grid; grid-template-columns: 1fr; gap: 38px; align-items: center; }

/* Hero */
.pde-hero {
  position: relative;
  padding: 42px 0 78px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 0, 255, .11), transparent 29%),
    radial-gradient(circle at 12% 86%, rgba(124, 58, 237, .07), transparent 25%),
    linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%);
}

.pde-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(10, 37, 64, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 37, 64, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
  content: "";
  pointer-events: none;
}

.pde-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 42px;
  color: #8a95a5;
  font-size: 12px;
}

.pde-breadcrumb a { color: #64748b; text-decoration: none; }
.pde-breadcrumb a:hover { color: var(--pde-blue); }
.pde-inline-link { color: var(--pde-blue); font-weight: 600; text-decoration: underline; text-decoration-color: #aeb8ff; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.pde-inline-link:hover { color: #0000bb; text-decoration-color: currentColor; }

.pde-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; }

.pde-hero__copy { max-width: 650px; }

.pde-hero h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 750;
  line-height: 1.02;
}

.pde-hero__lead { max-width: 660px; margin-bottom: 14px; color: var(--pde-navy) !important; font-size: clamp(18px, 2vw, 22px); font-weight: 500; line-height: 1.55; }
.pde-hero__body { max-width: 650px; margin-bottom: 0; font-size: 15px; line-height: 1.75; }

.pde-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.pde-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
}

.pde-button:hover { transform: translateY(-2px); }
.pde-button--primary { color: #fff; background: var(--pde-blue); box-shadow: 0 12px 28px -12px rgba(0, 0, 255, .55); }
.pde-button--primary:hover { color: #fff; background: var(--pde-blue-dark); }
.pde-button--secondary { border-color: rgba(10, 37, 64, .18); color: var(--pde-navy); background: rgba(255,255,255,.72); }
.pde-button--secondary:hover { border-color: var(--pde-blue); color: var(--pde-blue); background: #fff; }
.pde-button--light { color: var(--pde-blue); background: #fff; box-shadow: 0 12px 28px -14px rgba(0,0,0,.3); }
.pde-button--light:hover { color: var(--pde-blue-dark); background: #f5f7ff; }
.pde-cta-arrow--blue { filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(7496%) hue-rotate(248deg) brightness(99%) contrast(145%); }

.pde-hero__proof { display: flex; flex-wrap: wrap; gap: 11px 20px; margin: 24px 0 0; padding: 0; color: #526071; font-size: 12px; font-weight: 600; list-style: none; }
.pde-hero__proof li { display: flex; align-items: center; gap: 7px; }
.pde-hero__proof i { color: #10b981; }

/* Hero dashboard */
.pde-pipeline {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid rgba(198, 206, 229, .85);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 34px 70px -34px rgba(10, 37, 64, .38), 0 12px 30px -18px rgba(0,0,255,.25);
  backdrop-filter: blur(16px);
}

.pde-pipeline__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--pde-navy); font-size: 12px; font-weight: 700; }
.pde-pipeline__top > span:first-child { display: flex; align-items: center; gap: 8px; }
.pde-pipeline__top > span:first-child i { color: var(--pde-blue); }
.pde-live { display: flex; align-items: center; gap: 6px; color: #047857; font-size: 10px; }
.pde-live i { color: #10b981; font-size: 7px; filter: drop-shadow(0 0 3px rgba(16,185,129,.45)); }

.pde-pipeline__sources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pde-pipeline__sources > div { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 8px; align-items: center; padding: 10px 8px; border: 1px solid #e8ebf3; border-radius: 10px; background: #fbfcff; }
.pde-pipeline__sources strong { align-self: end; overflow: hidden; color: #24364c; font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.pde-pipeline__sources small { align-self: start; color: #98a2b2; font-size: 8px; }
.pde-source-icon { grid-row: 1 / span 2; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; font-size: 11px; }
.pde-source-icon--violet { color: #6d28d9; background: #ede9fe; }
.pde-source-icon--amber { color: #b45309; background: #fef3c7; }
.pde-source-icon--blue { color: #1d4ed8; background: #dbeafe; }

.pde-pipeline__connector { position: relative; display: grid; height: 34px; place-items: center; color: var(--pde-blue); font-size: 9px; }
.pde-pipeline__connector span { position: absolute; top: 0; height: 100%; border-left: 1px dashed rgba(0,0,255,.35); }
.pde-pipeline__connector i { z-index: 1; padding: 3px; background: #fff; }

.pde-ai-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid rgba(0,0,255,.18); border-radius: 13px; color: #fff; background: linear-gradient(135deg, #1616e9 0%, #0000a8 100%); box-shadow: 0 14px 28px -18px rgba(0,0,255,.75); }
.pde-ai-card__orb { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 11px; background: rgba(255,255,255,.12); }
.pde-ai-card small { display: block; margin-bottom: 2px; color: #cbd0ff; font-size: 8px; text-transform: uppercase; }
.pde-ai-card strong { display: block; color: #fff; font-size: 11px; }
.pde-score { padding: 5px 7px; border-radius: 999px; color: #d1fae5; background: rgba(16,185,129,.18); font-size: 9px; font-weight: 700; }

.pde-pipeline__fields { display: grid; gap: 7px; margin-top: 12px; }
.pde-pipeline__fields > div { display: grid; grid-template-columns: 78px 1fr auto; gap: 7px; align-items: center; padding: 9px 10px; border: 1px solid #e9edf4; border-radius: 8px; color: #10b981; background: #fff; }
.pde-pipeline__fields span { color: #8a95a5; font-size: 8px; }
.pde-pipeline__fields strong { color: #2c3e53; font-size: 9px; }
.pde-pipeline__fields i { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: #047857; background: #d1fae5; font-size: 7px; }
.pde-pipeline__fields .is-review { border-color: #fde68a; background: #fffbeb; }
.pde-pipeline__fields .is-review i { color: #b45309; background: #fef3c7; }

.pde-pipeline__publish { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #edf0f5; }
.pde-pipeline__publish > span { color: #526071; font-size: 8px; font-weight: 600; }
.pde-pipeline__publish > div { display: flex; gap: 4px; }
.pde-pipeline__publish b { padding: 4px 5px; border-radius: 4px; color: #536172; background: #f0f2f8; font-size: 7px; }

.pde-section-nav { position: sticky; top: var(--pde-header-height, 68px); z-index: 40; overflow-x: auto; border-block: 1px solid #e8ecf3; background: rgba(255,255,255,.96); box-shadow: 0 8px 20px -20px rgba(10,37,64,.7); backdrop-filter: blur(14px); transition: top .2s ease; }
.pde-section-nav .pde-shell { display: flex; justify-content: flex-start; gap: 10px; min-width: max-content; padding-block: 7px; text-align: left; }
.pde-section-nav a { padding: 10px 18px; border-radius: 999px; color: #687587; background: transparent; font-size: 14px; font-weight: 600; line-height: 1.4; text-align: left; text-decoration: none; white-space: nowrap; transition: color .2s ease, background-color .2s ease; }
.pde-section-nav a:hover,
.pde-section-nav a.is-active { color: var(--pde-blue); background: #eeeeff; }

/* Problem and definition */
.pde-problem { background: #fff; }
.pde-task-card { padding: 25px; border: 1px solid var(--pde-line); border-radius: 18px; background: var(--pde-surface); box-shadow: 0 18px 40px -32px rgba(10,37,64,.25); }
.pde-task-card__head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #dde3ee; color: var(--pde-navy); font-size: 12px; font-weight: 700; }
.pde-task-card__head b { color: var(--pde-blue); font-size: 10px; }
.pde-check-list { display: grid; gap: 11px; margin: 22px 0 0; padding: 0; list-style: none; }
.pde-check-list li { display: flex; align-items: flex-start; gap: 8px; color: #46566a; font-size: 13px; line-height: 1.5; }
.pde-check-list li > i { flex: 0 0 auto; margin-top: .24em; color: var(--pde-blue); font-size: 13px; }
.pde-check-list--columns { grid-template-columns: 1fr; margin-top: 0; }

.pde-definition { background: var(--pde-surface); }
.pde-source-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.pde-source-grid > div { display: flex; min-height: 74px; align-items: center; gap: 12px; padding: 14px; border: 1px solid #e1e6f0; border-radius: 12px; background: #fff; }
.pde-source-grid i { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--pde-blue); background: #eeeeff; }
.pde-source-grid span { color: #35475c; font-size: 12px; font-weight: 600; }
.pde-definition__note { display: flex; max-width: 800px; align-items: flex-start; gap: 13px; margin: 28px auto 0; padding: 18px 20px; border: 1px solid rgba(0,0,255,.16); border-radius: 12px; background: rgba(255,255,255,.65); }
.pde-definition__note i { margin-top: 3px; color: var(--pde-blue); }
.pde-definition__note p { margin: 0; color: #415269 !important; font-size: 13px; line-height: 1.7; }

/* Capabilities */
.pde-capabilities { background: #fff; }
.pde-capability-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.pde-capability { position: relative; isolation: isolate; display: flex; min-height: 100%; overflow: hidden; flex-direction: column; padding: 23px; border: 1px solid var(--pde-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px -28px rgba(10,37,64,.3); transition: transform .5s ease, border-color .5s ease, box-shadow .5s ease; }
.pde-capability::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(115deg, #1515eb 0%, #00009f 100%); content: ""; transform: translateX(-102%); transition: transform .9s cubic-bezier(.22,.61,.36,1); }
.pde-capability > * { position: relative; z-index: 1; }
.pde-capability:hover { transform: translateY(-6px); border-color: rgba(0,0,255,.3); box-shadow: 0 24px 46px -25px rgba(0,0,255,.55); }
.pde-capability:hover::before { transform: translateX(0); }
.pde-capability__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pde-capability__top > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; color: var(--pde-blue); background: #eeeeff; transition: color .5s ease, background-color .5s ease, transform .5s ease; }
.pde-capability__top b { color: #c7ced9; font-size: 11px; transition: color .5s ease; }
.pde-capability h3 { margin-bottom: 10px; font-size: 18px; font-weight: 700; line-height: 1.3; transition: color .5s ease; }
.pde-capability p { flex: 1; margin-bottom: 18px; font-size: 13px; line-height: 1.7; transition: color .5s ease; }
.pde-capability ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.pde-capability li { padding: 5px 8px; border: 1px solid transparent; border-radius: 999px; color: #5a687a; background: #f2f4f8; font-size: 9px; font-weight: 600; transition: color .5s ease, border-color .5s ease, background-color .5s ease; }
.pde-capability:hover .pde-capability__top > span { transform: rotate(-4deg) scale(1.06); color: #fff; background: rgba(255,255,255,.16); }
.pde-capability:hover .pde-capability__top b { color: rgba(255,255,255,.55); }
.pde-capability:hover h3 { color: #fff !important; }
.pde-capability:hover p { color: rgba(255,255,255,.78) !important; }
.pde-capability:hover li { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.9); background: rgba(255,255,255,.11); }

/* Platforms */
.pde-platforms { background: #fff; }
.pde-platforms .pde-split { align-items: stretch; }
.pde-platform-tags { margin-top: 24px; }
.pde-map-card { padding: 22px; border: 1px solid #dfe4ef; border-radius: 18px; background: #fff; box-shadow: 0 24px 45px -35px rgba(10,37,64,.35); }
.pde-map-card__title { display: flex; justify-content: space-between; margin-bottom: 15px; color: var(--pde-navy); font-size: 12px; font-weight: 700; }
.pde-map-card__title i { color: var(--pde-blue); }
.pde-map-record { overflow: hidden; border: 1px solid #e7eaf1; border-radius: 10px; }
.pde-map-record > div { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 10px 12px; border-bottom: 1px solid #edf0f5; }
.pde-map-record > div:last-child { border: 0; }
.pde-map-record small { color: #8c97a6; font-size: 9px; }
.pde-map-record strong { color: #33465b; font-size: 10px; }
.pde-map-record .is-ready { color: #047857; }
.pde-map-arrow { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 13px 0; color: var(--pde-blue); font-size: 9px; font-weight: 650; }
.pde-channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.pde-channel-grid > div { display: flex; min-width: 0; flex-direction: column; gap: 3px; padding: 11px 8px; border-radius: 9px; background: #f3f5fa; text-align: center; }
.pde-channel-grid b { overflow: hidden; color: #26394f; font-size: 9px; text-overflow: ellipsis; }
.pde-channel-grid small { color: #8490a0; font-size: 7px; }

/* Workflow and review */
.pde-workflow { background: #fff; }
.pde-workflow__steps { position: relative; display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.pde-workflow__steps li { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 20px; border: 1px solid var(--pde-line); border-radius: 14px; background: #fff; }
.pde-workflow__steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #fff; background: var(--pde-blue); box-shadow: 0 8px 18px -8px rgba(0,0,255,.6); font-size: 11px; font-weight: 700; }
.pde-workflow__steps h3 { margin-bottom: 6px; font-size: 17px; font-weight: 700; }
.pde-workflow__steps p { margin: 0; font-size: 12px; line-height: 1.65; }
.pde-process-timeline { position: relative; display: grid; gap: 18px; margin: 46px 0 0; padding: 0; list-style: none; }
.pde-process-timeline::before { position: absolute; top: 24px; bottom: 24px; left: 24px; width: 1px; background: linear-gradient(180deg, rgba(0,0,255,0), rgba(0,0,255,.28) 12%, rgba(0,0,255,.28) 88%, rgba(0,0,255,0)); content: ""; }
.pde-process-step { position: relative; min-width: 0; }
.pde-process-step__node { position: absolute; z-index: 2; top: 18px; left: 0; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #dfe5f1; border-radius: 999px; color: var(--pde-blue); background: #fff; box-shadow: 0 15px 30px -22px rgba(10,37,64,.55); font-family: Poppins, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.pde-process-step__card { position: relative; overflow: hidden; margin-left: 72px; padding: 20px; border: 1px solid #dde3f0; border-radius: 22px; background: #fff; box-shadow: 0 26px 58px -46px rgba(10,37,64,.5); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.pde-process-step__card::before { position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--pde-blue); content: ""; opacity: .92; }
.pde-process-step__card:hover { transform: translateY(-4px); border-color: rgba(0,0,255,.24); box-shadow: 0 34px 70px -48px rgba(0,0,255,.45); }
.pde-process-step__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.pde-process-step__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; color: var(--pde-blue); background: #ececff; font-size: 16px; transition: color .25s ease, background-color .25s ease, transform .25s ease; }
.pde-process-step__card:hover .pde-process-step__icon { transform: rotate(-4deg) scale(1.05); color: #fff; background: var(--pde-blue); }
.pde-process-step__phase { border-radius: 999px; padding: 7px 12px; color: var(--pde-blue); background: #f1f2ff; font-family: Poppins, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pde-process-step h3 { margin: 0 0 10px; color: var(--pde-navy); font-size: 19px; font-weight: 800; line-height: 1.28; }
.pde-process-step p { margin: 0; color: #687587; font-size: 13px; line-height: 1.75; }
.pde-process-step ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.pde-process-step ul li { position: relative; display: flex; align-items: flex-start; gap: 9px; min-width: 0; border: 1px solid #dfe6f2; border-radius: 12px; padding: 10px 11px; color: #33465b; background: linear-gradient(180deg, #fff 0%, #f8faff 100%); box-shadow: 0 10px 22px -20px rgba(10,37,64,.45); font-size: 10.5px; font-weight: 650; line-height: 1.38; cursor: default; transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease; }
.pde-process-step ul li::before { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; border-radius: 6px; color: #fff; background: var(--pde-blue); box-shadow: 0 8px 16px -10px rgba(0,0,255,.8); font-family: "Font Awesome 6 Free"; font-size: 8px; font-weight: 900; content: "\f00c"; transition: transform .22s ease, border-radius .22s ease, box-shadow .22s ease; }
.pde-process-step ul li:hover { transform: translateY(-2px); border-color: rgba(0,0,255,.24); color: #0a2540; background: linear-gradient(180deg, #fff 0%, #f0f2ff 100%); box-shadow: 0 18px 34px -24px rgba(0,0,255,.45); }
.pde-process-step ul li:hover::before { transform: rotate(-6deg) scale(1.08); border-radius: 50%; box-shadow: 0 12px 22px -12px rgba(0,0,255,.9); }

@media (min-width: 900px) {
  .pde-process-timeline { gap: 0; margin-top: 58px; }
  .pde-process-timeline::before { left: 50%; top: 42px; bottom: 42px; transform: translateX(-50%); }
  .pde-process-step { width: 50%; padding-right: 64px; }
  .pde-process-step:not(:first-child) { margin-top: 42px; }
  .pde-process-step:nth-child(even) { margin-top: -168px; }
  .pde-process-step:nth-child(even) { margin-left: auto; padding-right: 0; padding-left: 64px; }
  .pde-process-step__node { left: auto; right: -24px; top: 34px; }
  .pde-process-step:nth-child(even) .pde-process-step__node { right: auto; left: -24px; }
  .pde-process-step__card { margin-left: 0; }
  .pde-process-step:nth-child(even) .pde-process-step__card::before { left: auto; right: 0; }
  .pde-process-step:nth-child(7) { margin-top: 42px; }
}

.pde-review { background: var(--pde-surface); }
.pde-review-card { overflow: hidden; padding: 20px; border: 1px solid #dfe4ee; border-radius: 18px; background: #fff; box-shadow: 0 20px 42px -34px rgba(10,37,64,.35); }
.pde-review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 17px; border-bottom: 1px solid #edf0f5; }
.pde-review-card__head > div { display: flex; align-items: center; gap: 9px; }
.pde-review-card__head > div > span:last-child { display: flex; flex-direction: column; }
.pde-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: var(--pde-blue); background: #ededff; }
.pde-review-card__head strong { color: #2c3e53; font-size: 11px; }
.pde-review-card__head small { color: #96a0ad; font-size: 8px; }
.pde-review-card__head > b { padding: 5px 7px; border-radius: 999px; color: #b45309; background: #fef3c7; font-size: 8px; }
.pde-review-row { display: grid; grid-template-columns: 90px 1fr auto; gap: 9px; align-items: center; margin-top: 8px; padding: 11px; border: 1px solid #e8ebf1; border-radius: 9px; }
.pde-review-row span { color: #8995a5; font-size: 9px; }
.pde-review-row strong { color: #304257; font-size: 10px; }
.pde-review-row em { padding: 4px 6px; border-radius: 999px; color: #b45309; background: #fef3c7; font-size: 8px; font-style: normal; font-weight: 700; }
.pde-review-row em.is-high { color: #047857; background: #d1fae5; }
.pde-review-row.is-warning { border-color: #fcd34d; background: #fffbeb; }
.pde-review-card__actions { display: flex; justify-content: flex-end; gap: 7px; margin-top: 14px; }
.pde-review-card__actions button { padding: 8px 11px; border: 1px solid #dfe3eb; border-radius: 6px; color: #526071; background: #fff; font-family: inherit; font-size: 9px; font-weight: 650; opacity: 1; }
.pde-review-card__actions .is-approve { border-color: var(--pde-blue); color: #fff; background: var(--pde-blue); }

.pde-why { background: var(--pde-surface); }
.pde-expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.pde-expertise-grid > div,
.pde-expertise-grid > a { display: flex; align-items: center; gap: 9px; padding: 13px; border: 1px solid #e1e6ef; border-radius: 10px; background: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pde-expertise-grid > a:hover { transform: translateY(-2px); border-color: rgba(0, 0, 255, .24); box-shadow: 0 12px 24px -20px rgba(10, 37, 64, .45); }
.pde-expertise-grid i { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--pde-blue); font-size: 8px; }
.pde-expertise-grid span { color: #405168; font-size: 11px; font-weight: 600; }

/* CTA and FAQ */
.pde-final-cta { padding-bottom: 34px; background: #fff; }
.pde-final-cta__panel { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; padding: clamp(28px, 6vw, 58px); border-radius: 22px; background: var(--pde-blue); }
.pde-final-cta__panel h2 { max-width: 800px; color: #fff !important; }
.pde-final-cta__panel p { max-width: 780px; margin-bottom: 0; color: #d6d6ff !important; font-size: 14px; line-height: 1.75; }

.pde-faq { background: #fff; }
.pde-faq__heading { align-self: start; }
.pde-faq__list details { border-bottom: 1px solid #e4e8ef; }
.pde-faq__list details:first-child { border-top: 1px solid #e4e8ef; }
.pde-faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: #26394e; cursor: pointer; font-size: 13px; font-weight: 650; list-style: none; }
.pde-faq__list summary::-webkit-details-marker { display: none; }
.pde-faq__list summary i { color: var(--pde-blue); transition: transform .2s ease; }
.pde-faq__list details[open] summary i { transform: rotate(45deg); }
.pde-faq__list details > div { padding: 0 28px 18px 0; }
.pde-faq__list details p { margin: 0; font-size: 12px; line-height: 1.75; }

@media (min-width: 640px) {
  .pde-shell { width: min(1200px, calc(100% - 48px)); }
  .pde-check-list--columns { grid-template-columns: repeat(2, 1fr); }
  .pde-source-grid { grid-template-columns: repeat(4, 1fr); }
  .pde-capability-grid { grid-template-columns: repeat(2, 1fr); }
  .pde-workflow__steps { grid-template-columns: repeat(2, 1fr); }
  .pde-workflow__steps li:last-child { grid-column: 1 / -1; }
}

@media (min-width: 960px) {
  .pde-section { padding: 98px 0; }
  .pde-hero { padding: 52px 0 96px; }
  .pde-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 58px; }
  .pde-split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; }
  .pde-split--wide { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); }
  .pde-capability-grid { grid-template-columns: repeat(3, 1fr); }
  .pde-workflow__steps { grid-template-columns: repeat(5, 1fr); gap: 10px; }
  .pde-workflow__steps::before { position: absolute; top: 42px; left: 8%; right: 8%; border-top: 1px dashed rgba(0,0,255,.25); content: ""; }
  .pde-workflow__steps li,
  .pde-workflow__steps li:last-child { grid-column: auto; display: block; padding: 18px 15px; border-color: transparent; background: transparent; text-align: center; }
  .pde-workflow__steps li > span { position: relative; z-index: 1; margin: 0 auto 18px; }
  .pde-workflow__steps h3 { font-size: 15px; }
  .pde-workflow__steps p { font-size: 11px; }
  .pde-final-cta__panel { flex-direction: row; align-items: center; justify-content: space-between; }
  .pde-final-cta__panel > div { max-width: 820px; }
  .pde-final-cta__panel .pde-button { flex: 0 0 auto; }
}

@media (max-width: 639px) {
  .pde-pipeline { padding: 14px; }
  .pde-pipeline__sources > div { display: flex; flex-direction: column; gap: 4px; text-align: center; }
  .pde-pipeline__sources strong { max-width: 70px; }
  .pde-pipeline__sources small { display: none; }
  .pde-pipeline__fields > div { grid-template-columns: 62px 1fr auto; }
  .pde-section-nav .pde-shell { justify-content: flex-start; }
  .pde-section-nav { padding-inline: 16px; }
  .pde-actions .pde-button { width: 100%; }
  .pde-source-grid > div { flex-direction: column; justify-content: center; text-align: center; }
  .pde-process-step ul { grid-template-columns: 1fr; }
  .pde-map-record > div { grid-template-columns: 68px 1fr; }
  .pde-review-card__head { align-items: flex-start; }
  .pde-review-row { grid-template-columns: 70px 1fr auto; }
  .pde-expertise-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  #ProductDataEnrichment *,
  #ProductDataEnrichment *::before,
  #ProductDataEnrichment *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
