
/* Integration detail pages v2 — centered, denser */

.ld-int-page .container,
section.ld-int-page-hero .container,
body:has(.ld-int-page-hero) .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

section.ld-int-page-hero {
  padding: 48px 0 56px !important;
  text-align: center;
  background: linear-gradient(180deg, #fff7f3 0%, #ffffff 70%);
}
.ld-int-page-hero .crumb {
  justify-content: center;
  margin-bottom: 28px;
}
.ld-int-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto;
}
.ld-int-page-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e7e4dd;
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(15,15,26,.06);
}
.ld-int-page-head .eyebrow { display: inline-block; }
.ld-int-page-head h1 {
  margin: 8px 0 0;
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  line-height: 1.15;
}
.ld-int-page-head .lead {
  margin: 12px auto 0;
  max-width: 54ch;
  color: #52525f;
}
.ld-int-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.ld-int-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff3ef;
  color: #9a3412;
  font-size: .74rem;
  font-weight: 600;
  border: 1px solid #ffd4c4;
}
.ld-int-pill.soft {
  background: #fff;
  color: #475569;
  border-color: #e7e4dd;
}
.ld-int-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.ld-int-section {
  padding: 64px 0 !important;
}
.ld-int-section.soft { background: #fafaf8; }
.ld-int-section .section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}
.ld-int-section .section-head h2 {
  margin: 8px 0 0;
}
.ld-int-section .section-head p {
  margin: 10px 0 0;
  color: #52525f;
}

.ld-int-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ld-int-cards-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ld-int-card-block {
  background: #fff;
  border: 1px solid #e7e4dd;
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 4px 16px rgba(15,15,26,.04);
  height: 100%;
}
.ld-int-card-block .num {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff3ef;
  color: #ff5e2e;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.ld-int-card-block h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.ld-int-card-block p {
  margin: 0;
  color: #52525f;
  font-size: .92rem;
  line-height: 1.5;
}

.ld-int-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ld-int-checks li {
  position: relative;
  padding: 16px 16px 16px 46px;
  background: #fff;
  border: 1px solid #e7e4dd;
  border-radius: 14px;
  line-height: 1.45;
  font-size: .95rem;
}
.ld-int-checks li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff5e2e;
  box-shadow: inset 0 0 0 3px #fff3ef;
}

.ld-int-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}
.ld-int-panel {
  background: #fff;
  border: 1px solid #e7e4dd;
  border-radius: 18px;
  padding: 28px 26px;
  height: 100%;
}
.ld-int-panel h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}
.ld-int-panel > p {
  margin: 0 0 18px;
  color: #52525f;
}

.ld-int-rel-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}
.ld-int-rel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 110px;
  padding: 18px 14px;
  background: #fff;
  border: 1px solid #e7e4dd;
  border-radius: 14px;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 600;
  font-size: .9rem;
  text-align: center;
}
.ld-int-rel:hover { border-color: #ffd4c4; background: #fff7f3; }
.ld-int-rel img { width: 36px; height: 36px; object-fit: contain; }
.ld-int-rel.more { color: #ff5e2e !important; }

.ld-int-backlinks {
  text-align: center;
  margin-top: 28px;
  color: #52525f;
}
.ld-int-backlinks a { color: inherit; }

.ld-int-seo {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center;
  padding: 40px 24px 56px !important;
}

@media (max-width: 1000px) {
  .ld-int-cards-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ld-int-rel-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .ld-int-cards-3,
  .ld-int-split,
  .ld-int-checks { grid-template-columns: 1fr; }
  .ld-int-rel-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
