/* ========================================================================== 
   LEAFORGE 365 — BUSINESS CENTRAL IMPLEMENTATION SERVICES FOR PARTNERS
   Page-specific implementation-delivery components.
   ========================================================================== */
body.page-business-central-implementation-for-partners {
  --lf-pimpl-green: #08745f;
}

body.page-business-central-implementation-for-partners .lf-pimpl-strip {
  padding: 18px 24px;
  background: #101b1b;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body.page-business-central-implementation-for-partners .lf-pimpl-strip-inner {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}

body.page-business-central-implementation-for-partners .lf-pimpl-strip span {
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(108,206,165,.26);
  border-radius: 999px;
  background: rgba(108,206,165,.08);
  color: #dff8ee;
  font: 600 12px/1.25 "Poppins",sans-serif;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

body.page-business-central-implementation-for-partners .lf-pimpl-deliver-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

body.page-business-central-implementation-for-partners .lf-pimpl-process-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}

body.page-business-central-implementation-for-partners .lf-pimpl-process-grid article {
  min-height: 205px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
}

body.page-business-central-implementation-for-partners .lf-pimpl-process-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background: rgba(108,206,165,.14);
  color: #bdf0dc;
  font: 700 12px/1 "Poppins",sans-serif;
}

body.page-business-central-implementation-for-partners .lf-pimpl-process-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font: 650 17px/1.35 "Poppins",sans-serif;
}

body.page-business-central-implementation-for-partners .lf-pimpl-process-grid p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font: 400 13.2px/1.65 "Poppins",sans-serif;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table-wrap {
  overflow-x: auto;
  border: 1px solid #dfe8e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25,59,84,.06);
  -webkit-overflow-scrolling: touch;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #42515d;
  font: 400 13.5px/1.55 "Poppins",sans-serif;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table th {
  padding: 15px 18px;
  color: #fff;
  background: #101b1b;
  border-right: 1px solid rgba(255,255,255,.12);
  font-weight: 600;
  text-align: left;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table th:last-child {
  border-right: 0;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table td {
  padding: 15px 18px;
  border-top: 1px solid #e8eeec;
  vertical-align: top;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table tbody tr:nth-child(even) td {
  background: #f7faf9;
}

body.page-business-central-implementation-for-partners .lf-pimpl-table td strong {
  color: #10213a;
  font-weight: 600;
}

body.page-business-central-implementation-for-partners .lf-pimpl-raci-table {
  min-width: 680px;
}

body.page-business-central-implementation-for-partners .lf-pimpl-raci-table th:not(:first-child),
body.page-business-central-implementation-for-partners .lf-pimpl-raci-table td:not(:first-child) {
  width: 18%;
  text-align: center;
}

body.page-business-central-implementation-for-partners .lf-pimpl-dot {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(8,116,95,.10);
  color: var(--lf-pimpl-green);
  font-size: 17px;
  line-height: 1;
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection {
  background: #101b1b;
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection .lf-v18-heading h2,
body.page-business-central-implementation-for-partners .lf-pimpl-protection .lf-v18-heading p {
  color: #fff;
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection .lf-v18-heading p {
  color: rgba(255,255,255,.76);
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px 18px;
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection-grid > div {
  position: relative;
  min-height: 68px;
  padding: 18px 18px 18px 48px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font: 400 13.5px/1.6 "Poppins",sans-serif;
}

body.page-business-central-implementation-for-partners .lf-pimpl-protection-grid > div::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #6ccea5;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  body.page-business-central-implementation-for-partners .lf-pimpl-process-grid,
  body.page-business-central-implementation-for-partners .lf-pimpl-deliver-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  body.page-business-central-implementation-for-partners .lf-pimpl-strip {
    padding: 14px 18px;
  }

  body.page-business-central-implementation-for-partners .lf-pimpl-strip-inner,
  body.page-business-central-implementation-for-partners .lf-pimpl-process-grid,
  body.page-business-central-implementation-for-partners .lf-pimpl-deliver-grid,
  body.page-business-central-implementation-for-partners .lf-pimpl-protection-grid {
    grid-template-columns: 1fr;
  }

  body.page-business-central-implementation-for-partners .lf-pimpl-process-grid article {
    min-height: 0;
  }

  body.page-business-central-implementation-for-partners .lf-pimpl-table-wrap {
    border-radius: 14px;
  }
}
