.content-page {
  --cp-navy: #000046;
  --cp-blue: #00acff;
  --cp-light: #eef7ff;
  --cp-border: #cbd5e1;
  position: relative;
  overflow: visible;
  background: #ffffff;
  color: var(--cp-navy);
  font-family: "Montserrat", Arial, sans-serif;
}

.content-page * {
  box-sizing: border-box;
}

.content-page p,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page figure {
  margin: 0;
}

.content-page img {
  display: block;
}

.cp-inner {
  position: relative;
  width: 1248px;
  height: 100%;
  margin: 0 auto;
}

.cp-eyebrow {
  color: var(--cp-navy);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.cp-title {
  color: var(--cp-navy);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.cp-title span,
.cp-blue-text {
  color: var(--cp-blue);
}

.cp-body {
  color: var(--cp-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cp-breadcrumb {
  position: absolute;
  left: 0;
  top: 34px;
  display: flex;
  gap: 4px;
  align-items: center;
  color: rgba(0, 0, 70, 0.75);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.cp-breadcrumb span:nth-child(2) {
  font-size: 10px;
  line-height: 1.5;
}

.cp-outline,
.cp-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  padding: 0 24px;
  border-radius: 42px;
  color: var(--cp-navy);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.cp-outline {
  border: 1px solid var(--cp-navy);
  background: #ffffff00;
}

.cp-primary {
  border: 1px solid var(--cp-blue);
  background: var(--cp-blue);
  color: #ffffff;
}

.cp-outline i,
.cp-primary i {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff00;
  flex: 0 0 auto;
  transition: border-color 220ms ease, background 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cp-outline i {
  border: 1px solid var(--cp-navy);
}

.cp-outline i::after,
.cp-primary i::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url("../intecma/Banner/arrow_right_alt.svg") center/contain no-repeat;
}

.cp-primary i::after {
  background-image: url("../intecma/Banner/arrow_right_alt.svg");
}

.cp-primary .icon-download {
  width: 19px;
  height: 19px;
  border-radius: 0;
  background: url("../intecma/Banner/dwnld_icon.svg") center/contain no-repeat;
}

.cp-primary .icon-download::after {
  display: none;
}

.cp-outline:hover,
.cp-primary:hover {
  transform: translateY(-2px);
}

.cp-primary:hover {
  box-shadow: 0 14px 28px rgba(0, 172, 255, 0.24);
}

.cp-outline:hover i,
.cp-primary:hover i {
  transform: translateX(4px);
}

.cp-primary:hover .icon-download {
  transform: translateY(2px);
}

.cp-banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 409px;
  background: var(--cp-light);
}

.cp-banner-line {
  position: absolute;
  left: 0;
  top: 83px;
  width: 1248px;
  height: 236px;
  border-top: 1px solid #7686b4;
  border-right: 1px solid #7686b4;
  border-top-right-radius: 60px;
  pointer-events: none;
}

.cp-banner .cp-eyebrow {
  position: absolute;
  left: 0;
  top: 109px;
}

.cp-banner .cp-title {
  position: absolute;
  left: 0;
  top: 141px;
  width: 612px;
}

.cp-banner .cp-body {
  position: absolute;
  left: 0;
  top: 247px;
  width: 612px;
}

.blog-overview-figma {
  height: 3509px;
}

.knowledge-base-figma {
  height: 3450px;
}

.form-template-figma {
  height: 1585px;
}

.content-page + .footer {
  margin-top: 0;
  min-height: 679px;
}

.cp-filter-bar {
  position: absolute;
  left: 0;
  top: 409px;
  width: 100%;
  height: 96px;
  background: #ffffff;
}

.cp-filter-row {
  position: absolute;
  left: 0;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.cp-filter-label {
  font-size: 16px;
  line-height: 24px;
}

.cp-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border: 1px solid var(--cp-border);
  border-radius: 48px;
  background: #ffffff;
  color: var(--cp-navy);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.cp-chip.is-active {
  gap: 10px;
  border-color: var(--cp-blue);
  background: var(--cp-blue);
  color: #ffffff;
  font-weight: 500;
}

.cp-chip.is-active::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 7px #ffffff;
}

.cp-card-zone {
  position: absolute;
  left: 50%;
  top: 595px;
  width: 1248px;
  height: 2045px;
  transform: translateX(-50%);
}

.cp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 24px;
}

.cp-card {
  width: 400px;
  height: 623px;
  border-radius: 0 60px 0 0;
  background: #ffffff;
  filter: drop-shadow(0 2px 12px rgba(1, 53, 141, 0.08));
  transition: filter 220ms ease, transform 220ms ease;
}

.cp-card.kb-card {
  height: 662px;
}

.cp-card-image {
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-top-right-radius: 60px;
  background: var(--cp-light);
}

.cp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cp-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(100% - 275px);
  padding: 24px;
  border: 1px solid var(--cp-border);
  border-top: 0;
}

.cp-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cp-pill {
  height: 32px;
  padding: 4px 12px;
  border-radius: 6px;
  background: var(--cp-light);
  font-size: 14px;
  line-height: 24px;
}

.cp-date {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.cp-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.cp-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.cp-card h3 a:hover,
.cp-card h3 a:focus-visible {
  color: var(--cp-blue);
}

.cp-card h3 a:focus-visible {
  outline: 2px solid var(--cp-blue);
  outline-offset: 5px;
}

.cp-card p {
  font-size: 16px;
  line-height: 24px;
}

.cp-card .cp-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: auto;
}

.cp-card .cp-outline,
.cp-card .cp-primary {
  width: auto;
  min-width: 142px;
}

.cp-card.kb-card .cp-outline,
.cp-card.kb-card .cp-primary {
  width: 100%;
}

.cp-card:hover {
  filter: drop-shadow(0 12px 28px rgba(1, 53, 141, 0.14));
}

.cp-card:hover .cp-card-image img {
  transform: scale(1.035);
}

.cp-pagination {
  position: absolute;
  left: 377px;
  top: 2007px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--cp-navy);
  font-size: 14px;
  line-height: 24px;
}

.cp-pagination a,
.cp-pagination span {
  color: var(--cp-navy);
  text-decoration: none;
}

.cp-pagination .is-active {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--cp-blue);
  color: #ffffff;
}

.blog-trend {
  position: absolute;
  left: 0;
  top: 2730px;
  width: 100%;
  height: 927px;
  background: var(--cp-light);
}

.blog-trend img {
  position: absolute;
  left: 0;
  top: 152px;
  width: 612px;
  height: 408px;
  object-fit: cover;
  border-top-right-radius: 80px;
}

.blog-trend .cp-eyebrow {
  position: absolute;
  left: 742px;
  top: 120px;
}

.blog-trend .cp-title {
  position: absolute;
  left: 742px;
  top: 152px;
  width: 506px;
}

.blog-trend .cp-body {
  position: absolute;
  left: 742px;
  top: 330px;
  width: 506px;
}

.blog-trend .cp-outline {
  position: absolute;
  left: 742px;
  top: 484px;
}

.kb-featured {
  position: absolute;
  left: 50%;
  top: 499px;
  width: 1248px;
  height: 490px;
  border: 1px solid var(--cp-border);
  border-top-right-radius: 80px;
  background: var(--cp-light);
  transform: translateX(-50%);
}

.kb-featured > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  padding: 10px 16px 11px;
  border-bottom-right-radius: 12px;
  background: var(--cp-navy);
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.kb-featured img {
  position: absolute;
  left: 106px;
  top: 92px;
  width: 506px;
  height: 338px;
  object-fit: cover;
  border-top-right-radius: 60px;
}

.kb-featured-content {
  position: absolute;
  left: 718px;
  top: 60px;
  width: 424px;
}

.kb-featured .cp-eyebrow {
  position: static;
}

.kb-featured .cp-title {
  position: static;
  width: auto;
  margin-top: 15px;
}

.kb-featured .cp-title a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.kb-featured .cp-title a:hover,
.kb-featured .cp-title a:focus-visible {
  color: var(--cp-blue);
}

.kb-featured .cp-title a:focus-visible {
  outline: 2px solid var(--cp-blue);
  outline-offset: 6px;
}

.kb-featured .cp-body {
  position: static;
  width: auto;
  margin: 35px 0 34px;
}

.kb-featured .cp-outline {
  position: static;
}

.kb-content {
  position: absolute;
  left: 50%;
  top: 1079px;
  width: 1248px;
  height: 2162px;
  transform: translateX(-50%);
}

.kb-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 943px;
  padding: 34px;
  background: var(--cp-light);
}

.knowledge-base-figma .kb-filter {
  height: fit-content !important;
}

.kb-filter h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.kb-filter p {
  margin-bottom: 34px;
}

.filter-box {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 6px;
  background: #ffffff;
}

.filter-box h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 14px;
  text-transform: none;
}

.filter-box label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-box label.is-active {
  border-color: var(--cp-blue);
  background: var(--cp-blue);
  color: #ffffff;
}

.filter-box label:hover {
  border-color: var(--cp-blue);
  transform: translateX(2px);
}

.filter-box .filter-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 16px;
  margin-left: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  opacity: 1;
  transform: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-box .filter-icon::before {
  content: none;
}

.filter-box label.is-active .filter-icon {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--cp-blue);
}

.filter-box label.is-active .filter-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 9px;
    background: transparent;
  transform: translate(-50%, -50%);
}

.filter-box label:hover .filter-icon {
  transform: translateX(2px);
}

.kb-view-all {
  display: none;
}

.kb-grid {
  position: absolute;
  left: 424px;
  top: 0;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 24px;
}

.kb-content .cp-pagination {
  left: 589px;
  top: 2124px;
}

.form-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 1344px;
  height: 541px;
  overflow: hidden;
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
  background: linear-gradient(91deg, rgba(55, 55, 142, 0.95) 20%, rgba(0, 172, 255, 0.45) 115%), url("../blog-heat-pump.jpg") center/cover no-repeat;
}

.form-hero .cp-breadcrumb {
  left: 96px;
  color: rgba(255, 255, 255, 0.75);
}

.form-hero .cp-title {
  position: absolute;
  left: 96px;
  top: 124px;
  color: #ffffff;
}

.form-hero .cp-body {
  position: absolute;
  left: 96px;
  top: 230px;
  width: 612px;
  color: #ffffff;
}

.form-hero-actions {
  position: absolute;
  left: 96px;
  top: 298px;
  display: flex;
  gap: 24px;
}

.form-hero .cp-outline {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.form-hero .cp-outline i {
  border-color: #ffffff;
  background: transparent;
}

.form-hero .cp-outline i::after {
  border-color: #ffffff;
}

.hero-contact {
  position: absolute;
  left: 96px;
  top: 386px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}

.hero-team {
  display: flex;
  align-items: center;
  width: 96px;
  height: 48px;
  padding: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.hero-team span {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: -16px;
  border-radius: 50%;
  background: url("../about-rebuild/team-owner-mobile.png") center/cover;
}

.hero-team span:nth-child(2) {
  background-image: url("../about-rebuild/team-manager-desktop.png");
}

.hero-team span:nth-child(3) {
  background-image: url("../about-rebuild/team-coowner-desktop.png");
}

.hero-contact strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.hero-contact p {
  display: flex;
  gap: 16px;
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
}

.contact-info {
  position: absolute;
  left: 96px;
  top: 631px;
  width: 612px;
  height: 688px;
}

.contact-info .cp-title {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info > .cp-body {
  position: absolute;
  left: 0;
  top: 106px;
  width: 506px;
}

.contact-card {
  position: absolute;
  left: 0;
  width: 506px;
  height: 101px;
  padding: 24px;
  border: 1px solid var(--cp-border);
  border-top-right-radius: 40px;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(1, 53, 141, 0.08);
}

.contact-card:nth-of-type(1) {
  top: 188px;
  height: 125px;
}

.contact-card:nth-of-type(2) {
  top: 337px;
}

.contact-card:nth-of-type(3) {
  top: 462px;
}

.contact-card:nth-of-type(4) {
  top: 587px;
}

.contact-card small {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  width: 376px;
  font-size: 16px;
  line-height: 24px;
}

.contact-card img {
  position: absolute;
  right: 24px;
  top: 33px;
  width: 36px;
  height: 36px;
}

.contact-card:nth-of-type(1) img {
  top: 45px;
}

.request-form {
  position: absolute;
  left: 732px;
  top: 297px;
  width: 612px;
  height: 1143px;
  padding: 34px 24px;
  border: 1px solid var(--cp-border);
  border-top-right-radius: 60px;
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(1, 53, 141, 0.08);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 22px;
}

.field {
  display: grid;
  gap: 12px;
}

.field label,
.request-form > label,
.request-form .subject-label {
  color: var(--cp-navy);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.field input,
.field select,
.request-form textarea {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  color: #c0c0c0;
  font: inherit;
}

.subject-label {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
}

.subject-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.subject-options span {
  height: 46px;
  padding: 11px 24px;
  border: 1px solid var(--cp-border);
  border-radius: 34px;
  background: var(--cp-light);
  font-size: 16px;
  line-height: 24px;
}

.subject-options .is-active {
  border-color: var(--cp-blue);
  background: var(--cp-blue);
  color: #ffffff;
  font-weight: 500;
}

.request-form textarea {
  height: 116px;
  resize: none;
}

.motivation {
  margin-top: 24px;
}

.upload-label {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
}

.file-fake {
  height: 48px;
  padding: 12px 16px;
  border-radius: 6px;
  background: rgba(0, 0, 70, 0.1);
  font-size: 16px;
  line-height: 24px;
}

.file-fake strong {
  font-weight: 700;
}

.file-help {
  margin-top: 12px;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.agree {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}

.agree i {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid var(--cp-border);
  border-radius: 4px;
}

.agree span span {
  color: var(--cp-blue);
}

.recaptcha {
  width: 287px;
  height: 72px;
  margin-top: 24px;
  object-fit: cover;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.form-submit-row p {
  width: 308px;
  color: #c0c0c0;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

@media (max-width: 1339px) {
  .filter-box {
    padding: 15px;
  }
  .knowledge-base-figma {
	padding-bottom: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .content-page {
    overflow: hidden;
  }

  .cp-inner {
    width: min(calc(100% - 48px), 960px);
  }

  .blog-overview-figma,
  .knowledge-base-figma,
  .form-template-figma {
    height: auto;
  }

  .cp-title {
    font-size: clamp(42px, 6.2vw, 60px);
  }

  .cp-banner {
    position: relative;
    height: 409px;
  }

  .cp-banner-line {
    width: 100%;
  }

  .cp-filter-bar {
    position: relative;
    top: auto;
    height: auto;
    padding: 24px 0;
  }

  .cp-filter-row {
    position: relative;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }

  .cp-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .cp-card-zone {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 48px), 960px);
    height: auto;
    margin: 88px auto 112px;
    transform: none;
  }

  .cp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-card,
  .cp-card.kb-card {
    width: auto;
    height: auto;
    min-height: 623px;
  }

  .cp-card.kb-card {
    min-height: 662px;
  }

  .cp-pagination,
  .kb-content .cp-pagination {
    position: static;
    justify-content: center;
    margin-top: 56px;
  }

  .blog-trend {
    position: relative;
    top: auto;
    height: auto;
    padding: 96px 0 118px;
  }

  .blog-trend .cp-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
    gap: 64px;
    align-items: center;
  }

  .blog-trend img,
  .blog-trend .cp-eyebrow,
  .blog-trend .cp-title,
  .blog-trend .cp-body,
  .blog-trend .cp-outline {
    position: static;
  }

  .blog-trend img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .blog-trend .cp-title,
  .blog-trend .cp-body {
    width: auto;
  }

  .blog-trend .cp-title {
    margin-top: 24px;
  }

  .blog-trend .cp-body {
    margin: 24px 0 34px;
  }

  .kb-featured {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 56px;
    width: min(calc(100% - 48px), 960px);
    height: auto;
    min-height: 0;
    margin: 80px auto;
    padding: 78px 64px 58px;
    transform: none;
  }

  .kb-featured img,
  .kb-featured-content,
  .kb-featured .cp-eyebrow,
  .kb-featured .cp-title,
  .kb-featured .cp-body,
  .kb-featured .cp-outline {
    position: static;
  }

  .kb-featured img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .kb-featured .cp-title,
  .kb-featured .cp-body {
    width: auto;
  }

  .kb-featured-content {
    width: auto;
  }

  .kb-featured .cp-title {
    margin-top: 24px;
  }

  .kb-featured .cp-body {
    margin: 24px 0 34px;
  }

  .kb-content {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    width: min(calc(100% - 48px), 960px);
    height: auto;
    margin: 0 auto 116px;
    transform: none;
  }

  .kb-filter,
  .kb-grid {
    position: static;
  }

  .kb-filter {
    width: auto;
    height: max-content;
  }

  .kb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kb-grid .cp-card {
    min-width: 0;
  }

  .form-hero {
    position: relative;
    width: 100%;
    height: 560px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .form-hero .cp-breadcrumb,
  .form-hero .cp-title,
  .form-hero .cp-body,
  .form-hero-actions,
  .hero-contact {
    left: max(24px, calc((100vw - min(calc(100vw - 48px), 960px)) / 2));
  }

  .form-hero .cp-body {
    width: min(612px, calc(100% - 48px));
  }

  .contact-info {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 48px), 960px);
    height: auto;
    margin: 96px auto 64px;
  }

  .contact-info .cp-title,
  .contact-info > .cp-body {
    position: static;
    width: min(100%, 612px);
  }

  .contact-info > .cp-body {
    margin-top: 24px;
  }

  .contact-card,
  .contact-card:nth-of-type(1),
  .contact-card:nth-of-type(2),
  .contact-card:nth-of-type(3),
  .contact-card:nth-of-type(4) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 24px;
  }

  .contact-card {
    height: auto;
    min-height: 101px;
  }

  .request-form {
    position: relative;
    left: auto;
    top: auto;
    width: min(calc(100% - 48px), 720px);
    height: auto;
    margin: 0 auto 118px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .kb-featured {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: min(calc(100% - 48px), 760px);
    padding: 72px 48px 56px;
  }

  .kb-featured img {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .kb-featured-content {
    order: 2;
  }

  .kb-featured .cp-eyebrow {
    order: initial;
  }

  .kb-featured .cp-title {
    order: initial;
    margin-top: 0;
  }

  .kb-featured .cp-body {
    order: initial;
    margin: 0;
  }

  .kb-featured .cp-outline {
    order: initial;
    width: min(100%, 386px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .kb-content {
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100% - 48px), 760px);
  }

  .kb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .content-page {
    width: min(402px, 100%);
    margin: 0 auto;
    overflow-x: hidden;
  }

  .cp-inner {
    width: min(354px, calc(100vw - 48px));
  }

  .content-page + .footer {
    min-height: 1467px;
  }

  .blog-overview-figma {
    height: 3886px;
  }

  .knowledge-base-figma {
    height: 3009px;
  }

  .form-template-figma {
    height: 3285px;
  }

  .cp-title {
    font-size: 32px;
    line-height: 38px;
  }

  .cp-banner {
    height: 413px;
  }

  .knowledge-base-figma .cp-banner {
    height: 389px;
  }

  .cp-banner-line {
    left: 0;
    top: 83px;
    width: min(354px, calc(100vw - 48px));
    height: 250px;
  }

  .knowledge-base-figma .cp-banner-line {
    height: 226px;
  }

  .cp-banner .cp-eyebrow {
    top: 109px;
  }

  .cp-banner .cp-title {
    top: 141px;
    width: min(354px, calc(100vw - 48px));
  }

  .cp-banner .cp-body {
    top: 213px;
    width: min(338px, calc(100vw - 64px));
  }

  .cp-filter-bar {
    top: 413px;
    height: 276px;
  }

  .cp-filter-row {
    left: 0;
    top: 24px;
    display: block;
  }

  .cp-filter-label {
    display: block;
    margin-bottom: 36px;
  }

  .cp-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: min(354px, calc(100vw - 48px));
  }

  .cp-card-zone {
    left: 24px;
    top: 779px;
    width: min(354px, calc(100vw - 48px));
    height: 2105px;
    transform: none;
  }

  .cp-card-grid {
    display: block;
  }

  .cp-card {
    width: min(354px, calc(100vw - 48px));
    height: 647px;
    margin-bottom: 24px;
  }

  .cp-card:nth-child(n + 4) {
    display: none;
  }

  .cp-card-body {
    padding: 24px;
  }

  .cp-card h3 {
    font-size: 24px;
  }

  .cp-pagination {
    left: 57px;
    top: 2049px;
  }

  .cp-pagination .page-link,
  .cp-pagination .page-num {
    display: none;
  }

  .blog-trend {
    top: 2974px;
    height: 1241px;
  }

  .blog-trend img {
    left: 25px;
    top: 90px;
    width: min(353px, calc(100vw - 49px));
    height: 274px;
  }

  .blog-trend .cp-eyebrow {
    left: 24px;
    top: 412px;
  }

  .blog-trend .cp-title {
    left: 24px;
    top: 444px;
    width: min(354px, calc(100vw - 48px));
  }

  .blog-trend .cp-body {
    left: 24px;
    top: 544px;
    width: min(354px, calc(100vw - 48px));
  }

  .blog-trend .cp-outline {
    left: 24px;
    top: 736px;
  }

  .kb-featured {
    left: 24px;
    top: 479px;
    width: min(354px, calc(100vw - 48px));
    height: 668px;
    transform: none;
    border-top-right-radius: 60px;
  }

  .kb-featured img {
    left: 16px;
    top: 62px;
    width: min(322px, calc(100vw - 80px));
    height: 216px;
  }

  .kb-featured-content {
    position: absolute;
    left: 16px;
    top: 326px;
    width: min(322px, calc(100vw - 80px));
  }

  .kb-featured .cp-eyebrow {
    position: static;
  }

  .kb-featured .cp-title {
    position: static;
    width: auto;
    margin-top: 24px;
  }

  .kb-featured .cp-body {
    position: static;
    width: auto;
    margin: 24px 0 34px;
  }

  .kb-featured .cp-outline {
    position: static;
  }

  .kb-content {
    left: 24px;
    top: 1204px;
    width: min(354px, calc(100vw - 48px));
    height: 1682px;
    transform: none;
  }

  .kb-filter {
    width: min(354px, calc(100vw - 48px));
    height: 64px;
    padding: 16px;
  }

  .kb-filter::before {
    content: none;
  }

  .kb-filter h2 {
    margin: 0;
    font-size: 24px;
  }

  .kb-filter h2::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    background: transparent;
  }

  .kb-filter p,
  .filter-box {
    display: none;
  }

  .kb-grid {
    left: 0;
    top: 112px;
    display: block;
    width: 100%;
  }

  .kb-grid .cp-card {
    width: 100%;
    height: 715px;
    min-height: 715px;
    margin-bottom: 24px;
  }

  .kb-grid .cp-card:nth-child(n + 3) {
    display: none;
  }

  .kb-grid .cp-card-image {
    height: 275px;
  }

  .kb-grid .cp-card-body {
    height: 440px;
    min-height: 440px;
  }

  .kb-grid .cp-card .cp-actions {
    margin-top: 28px;
  }

  .kb-view-all {
    position: absolute;
    left: 50%;
    top: 1626px;
    display: inline-flex;
    width: 156px;
    height: 56px;
    transform: translateX(-50%);
  }

  .kb-view-all:hover {
    transform: translateX(-50%) translateY(-2px);
  }

  .kb-content .cp-pagination {
    left: 100px;
    top: 1626px;
  }

  .form-hero {
    width: 100%;
    height: 631px;
    border-bottom-left-radius: 60px;
  }

  .form-hero .cp-breadcrumb {
    left: 24px;
  }

  .form-hero .cp-title {
    left: 24px;
    top: 109px;
  }

  .form-hero .cp-body {
    left: 24px;
    top: 171px;
    width: min(354px, calc(100vw - 48px));
  }

  .form-hero-actions {
    left: 24px;
    top: 267px;
    display: grid;
    gap: 24px;
  }

  .hero-contact {
    left: 24px;
    top: 427px;
    display: block;
  }

  .hero-contact > div:last-child {
    margin-top: 16px;
  }

  .hero-contact p {
    gap: 16px;
  }

  .contact-info {
    left: 24px;
    top: 721px;
    width: min(354px, calc(100vw - 48px));
    height: 658px;
  }

  .contact-info > .cp-body {
    top: 62px;
    width: min(354px, calc(100vw - 48px));
  }

  .contact-card {
    width: min(354px, calc(100vw - 48px));
  }

  .contact-card:nth-of-type(1) {
    top: 158px;
  }

  .contact-card:nth-of-type(2) {
    top: 307px;
  }

  .contact-card:nth-of-type(3) {
    top: 432px;
  }

  .contact-card:nth-of-type(4) {
    top: 557px;
  }

  .contact-card strong {
    width: min(256px, calc(100vw - 146px));
  }

  .contact-card img,
  .contact-card:nth-of-type(1) img {
    right: 24px;
    top: 33px;
  }

  .request-form {
    left: 24px;
    top: 1439px;
    width: min(354px, calc(100vw - 48px));
    height: 1726px;
    padding: 34px 24px;
    border-top-right-radius: 80px;
  }

  .form-grid {
    display: block;
  }

  .field {
    margin-bottom: 24px;
  }

  .field input,
  .field select,
  .request-form textarea {
    width: 100%;
  }

  .subject-label {
    margin-top: 0;
  }

  .subject-options {
    display: grid;
    gap: 12px;
  }

  .subject-options span {
    width: max-content;
  }

  .motivation {
    margin-top: 24px;
  }

  .agree {
    width: 100%;
  }

  .form-submit-row {
    display: block;
  }

  .form-submit-row p {
    margin-top: 24px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .cp-outline,
  .cp-primary {
    max-width: 100%;
    padding: 0 18px;
    gap: 10px;
    font-size: 15px;
  }
}

/* Knowledge base pagination final alignment */
.knowledge-base-figma .kb-content .cp-pagination {
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: -75px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1248px);
  margin: 0 auto;
  gap: 12px;
  color: var(--cp-navy);
  font-size: 16px;
  line-height: 1;
}

.knowledge-base-figma .kb-content .cp-pagination a,
.knowledge-base-figma .kb-content .cp-pagination span {
  color: inherit;
  text-decoration: none;
}

.knowledge-base-figma .kb-content .cp-pagination .page-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 8px;
}

.knowledge-base-figma .kb-content .cp-pagination .page-num,
.knowledge-base-figma .kb-content .cp-pagination .is-active,
.knowledge-base-figma .kb-content .cp-pagination .page-ellipsis {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
}

.knowledge-base-figma .kb-content .cp-pagination .is-active {
  border-radius: 8px;
  background: var(--cp-blue);
  color: #ffffff;
}

.knowledge-base-figma .kb-content .cp-page-arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: transparent;
}

.knowledge-base-figma .kb-content .cp-page-arrow::before {
  content: none;
}

.knowledge-base-figma .kb-content .page-link-prev .cp-page-arrow {
  background-image: none;
}

@media (max-width: 767px) {
  .knowledge-base-figma .kb-content .cp-pagination {
    display: none;
  }

  .knowledge-base-figma .kb-content .cp-pagination .page-link,
  .knowledge-base-figma .kb-content .cp-pagination .page-num,
  .knowledge-base-figma .kb-content .cp-pagination .is-active,
  .knowledge-base-figma .kb-content .cp-pagination .page-ellipsis {
    display: inline-flex;
  }

  .knowledge-base-figma .kb-content .cp-page-arrow {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
}

/* Knowledge base homepage-aligned safe spacing */
.knowledge-base-figma {
  --kb-safe-width: min(calc(100% - 160px), 1248px);
}

.knowledge-base-figma .cp-inner,
.knowledge-base-figma .kb-featured,
.knowledge-base-figma .kb-content {
  width: var(--kb-safe-width);
}

.knowledge-base-figma .cp-banner-line {
  width: 100%;
}

@media (min-width: 1340px) {
  .scroll-animations-ready .knowledge-base-figma [data-scroll-animation] {
    opacity: 0;
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation] {
    transform: translate3d(-50%, var(--section-animation-distance, 32px), 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="blur-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="blur-in"] {
    transform: translateX(-50%);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-down"] {
    transform: translate3d(-50%, calc(var(--section-animation-distance, 32px) * -1), 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-left"] {
    transform: translate3d(calc(-50% + var(--section-animation-distance, 32px)), 0, 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-right"] {
    transform: translate3d(calc(-50% - var(--section-animation-distance, 32px)), 0, 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="zoom-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="zoom-in"] {
    transform: translateX(-50%) scale(0.96);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="zoom-out"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="zoom-out"] {
    transform: translateX(-50%) scale(1.04);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="flip-up"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="flip-up"] {
    transform: translateX(-50%) perspective(900px) rotateX(9deg) translate3d(0, var(--section-animation-distance, 32px), 0);
    transform-origin: center top;
  }

  .scroll-animations-ready .knowledge-base-figma [data-scroll-animation].is-scroll-visible {
    opacity: 1;
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation].is-scroll-visible,
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation].is-scroll-visible {
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .knowledge-base-figma {
    --kb-safe-width: min(calc(100% - 120px), 1248px);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .knowledge-base-figma {
    --kb-safe-width: min(calc(100% - 80px), 960px);
  }

  .knowledge-base-figma .cp-inner,
  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content {
    width: var(--kb-safe-width);
  }
}

@media (max-width: 767px) {
  .content-page {
    width: 100%;
  }

  .knowledge-base-figma {
    --kb-safe-width: min(100%, calc(100vw - 40px));
  }

  .knowledge-base-figma .cp-inner,
  .knowledge-base-figma .cp-banner-line,
  .knowledge-base-figma .cp-banner .cp-title,
  .knowledge-base-figma .cp-banner .cp-body,
  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content,
  .knowledge-base-figma .kb-filter {
    width: var(--kb-safe-width);
  }

  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content,
  .knowledge-base-figma .cp-card-zone {
    left: 50%;
    transform: translateX(-50%);
  }

  .knowledge-base-figma .kb-featured img,
  .knowledge-base-figma .kb-featured-content {
    left: 16px;
    width: calc(100% - 32px);
  }

  .knowledge-base-figma .kb-grid,
  .knowledge-base-figma .kb-grid .cp-card {
    width: 100%;
  }

  .knowledge-base-figma .cp-banner .cp-eyebrow,
  .knowledge-base-figma .cp-banner .cp-title,
  .knowledge-base-figma .cp-banner .cp-body {
    left: 0;
  }

  .knowledge-base-figma .cp-banner .cp-title,
  .knowledge-base-figma .cp-banner .cp-body {
    width: calc(var(--kb-safe-width) - 30px);
  }
}

/* Knowledge base final merged spacing */
.knowledge-base-figma .kb-featured .cp-title {
  margin-top: 12px;
}

.knowledge-base-figma .filter-box {
  margin-bottom: 12px;
}

.knowledge-base-figma .filter-box label {
  margin-top: 15px;
}

.knowledge-base-figma .kb-filter {
  height: auto;
}

.knowledge-base-figma .filter-box:last-child {
  margin-bottom: 0 !important;
}

.knowledge-base-figma .cp-pagination .cp-page-arrow {
  border: none;
}

.knowledge-base-figma .kb-grid .cp-pagination {
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}

.knowledge-base-figma .kb-content .cp-pagination {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  grid-column: 1 / -1;
  width: 100%;
  margin: 48px 0 0;
  justify-content: center;
}

.knowledge-base-figma .kb-content .cp-pagination .page-num,
.knowledge-base-figma .kb-content .cp-pagination .is-active,
.knowledge-base-figma .kb-content .cp-pagination .page-ellipsis {
  min-width: 30px;
  min-height: 36px;
}

@media (max-width: 430px) and (min-width: 280px) {
  .knowledge-base-figma .kb-featured {
    height: 695px;
  }

  .knowledge-base-figma .kb-content {
    top: 1230px;
  }
}

/* Knowledge base Figma responsive alignment */
@media (min-width: 1340px) {
  .knowledge-base-figma {
    --kb-safe-width: 1260px;
    height: auto;
    padding-bottom: 210px;
  }

  .knowledge-base-figma .cp-inner,
  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content {
    width: 1260px;
  }

  .knowledge-base-figma .cp-banner {
    position: relative;
    left: auto;
    top: auto;
  }

  .knowledge-base-figma .kb-featured {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 506px minmax(0, 424px);
    column-gap: 106px;
    align-items: start;
    min-height: 490px;
    height: auto;
    margin: 90px auto 72px;
    padding: 60px 104px 60px 106px;
    transform: none;
  }

  .knowledge-base-figma .kb-featured img {
    position: static;
    width: 506px;
    height: 338px;
    margin-top: 32px;
  }

  .knowledge-base-figma .kb-featured-content {
    position: static;
    width: 424px;
    min-width: 0;
  }

  .knowledge-base-figma .kb-content {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 400px 824px;
    gap: 24px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .knowledge-base-figma .kb-filter {
    position: static;
    width: 400px;
    padding: 34px;
  }

  .knowledge-base-figma .kb-grid {
    position: static;
    grid-template-columns: repeat(2, 400px);
    gap: 24px;
    width: 824px;
  }

  .knowledge-base-figma .kb-grid .cp-card {
    width: 400px;
    min-height: 662px;
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation] {
    transform: translate3d(0, var(--section-animation-distance, 32px), 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="blur-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="blur-in"] {
    transform: none;
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-down"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-down"] {
    transform: translate3d(0, calc(var(--section-animation-distance, 32px) * -1), 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-left"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-left"] {
    transform: translate3d(var(--section-animation-distance, 32px), 0, 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="fade-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="slide-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="fade-right"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="slide-right"] {
    transform: translate3d(calc(var(--section-animation-distance, 32px) * -1), 0, 0);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="zoom-in"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="zoom-in"] {
    transform: scale(0.96);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="zoom-out"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="zoom-out"] {
    transform: scale(1.04);
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation="flip-up"],
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation="flip-up"] {
    transform: perspective(900px) rotateX(9deg) translate3d(0, var(--section-animation-distance, 32px), 0);
    transform-origin: center top;
  }

  .scroll-animations-ready .knowledge-base-figma .kb-featured[data-scroll-animation].is-scroll-visible,
  .scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation].is-scroll-visible {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .knowledge-base-figma {
    --kb-safe-width: min(calc(100vw - 80px), 1040px);
    height: auto;
    padding-bottom: 0;
  }

  .knowledge-base-figma .cp-inner,
  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content {
    width: var(--kb-safe-width);
  }

  .knowledge-base-figma .kb-featured {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: clamp(32px, 5vw, 64px);
    height: auto;
    min-height: 0;
    margin: 80px auto 72px;
    padding: clamp(64px, 7vw, 78px) clamp(40px, 6vw, 64px) 58px;
    transform: none;
  }

  .knowledge-base-figma .kb-featured img,
  .knowledge-base-figma .kb-featured-content {
    position: static;
    width: 100%;
  }

  .knowledge-base-figma .kb-featured img {
    align-self: stretch;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .knowledge-base-figma .kb-featured .cp-title {
    margin-top: 12px;
  }

  .knowledge-base-figma .kb-featured .cp-body {
    margin: 28px 0 34px;
  }

  .knowledge-base-figma .kb-featured .cp-outline {
    justify-self: start;
    width: auto;
    min-width: 174px;
    max-width: none;
  }

  .knowledge-base-figma .kb-content {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: minmax(260px, 32%) minmax(0, 1fr);
    gap: 24px;
    height: auto;
    margin: 0 auto 170px;
    transform: none;
  }

  .knowledge-base-figma .kb-filter,
  .knowledge-base-figma .kb-grid {
    position: static;
    width: auto;
  }

  .knowledge-base-figma .kb-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .knowledge-base-figma .kb-grid .cp-card {
    display: flex;
    flex-direction: column;
    width: auto;
    min-width: 0;
  }

  .knowledge-base-figma .kb-grid .cp-card-image {
    flex: 0 0 auto;
  }

  .knowledge-base-figma .kb-grid .cp-card-body {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .knowledge-base-figma .kb-grid .cp-card p {
    margin-bottom: 20px;
  }

  .knowledge-base-figma .kb-grid .cp-card .cp-actions {
    margin-top: auto;
  }

  .knowledge-base-figma .kb-grid .cp-pagination {
    grid-column: 1 / -1;
    position: static;
    width: 100%;
    margin-top: 32px;
  }
}

@media (min-width: 1024px) and (max-width: 1339px) {
  .knowledge-base-figma .kb-grid .cp-card {
    min-height: 700px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .knowledge-base-figma {
    --kb-safe-width: min(calc(100vw - 64px), 760px);
  }

  .knowledge-base-figma .kb-featured {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 68px 40px 56px;
  }

  .knowledge-base-figma .kb-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .knowledge-base-figma .kb-filter {
    width: 100%;
  }

  .knowledge-base-figma .kb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .knowledge-base-figma {
    --kb-safe-width: min(100%, calc(100vw - 40px));
    height: 3009px;
  }

  .knowledge-base-figma .cp-inner,
  .knowledge-base-figma .cp-banner-line,
  .knowledge-base-figma .kb-featured,
  .knowledge-base-figma .kb-content,
  .knowledge-base-figma .kb-filter {
    width: var(--kb-safe-width);
  }

  .knowledge-base-figma .kb-featured {
    left: 50%;
    top: 479px;
    height: 690px;
    transform: translateX(-50%);
  }

  .knowledge-base-figma .kb-featured img {
    left: 16px;
    top: 62px;
    width: calc(100% - 32px);
    height: 216px;
    object-fit: cover;
  }

  .knowledge-base-figma .kb-featured-content {
    left: 16px;
    top: 326px;
    width: calc(100% - 32px);
  }

  .knowledge-base-figma .kb-featured .cp-title {
    margin-top: 24px;
  }

  .knowledge-base-figma .kb-featured .cp-body {
    margin: 24px 0 34px;
  }

  .knowledge-base-figma .kb-content {
    left: 50%;
    top: 1204px;
    height: 1682px;
    transform: translateX(-50%);
  }

  .knowledge-base-figma .kb-filter {
    height: 64px;
    padding: 16px;
  }

  .knowledge-base-figma .kb-grid {
    left: 0;
    top: 112px;
    width: 100%;
  }

  .knowledge-base-figma .kb-grid .cp-card {
    width: 100%;
    height: 722px;
    min-height: 722px;
    margin-bottom: 24px;
  }

  .knowledge-base-figma .kb-grid .cp-card-image {
    height: 275px;
  }

  .knowledge-base-figma .kb-grid .cp-card-body {
    height: 448px;
    min-height: 448px;
  }

  .knowledge-base-figma .kb-view-all {
    top: 1626px;
  }
}

/* WordPress dynamic Knowledge Base compatibility: keep the attached Figma layout while matching the CPT/filter markup. */
.knowledge-base-figma .filter-box summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: var(--cp-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
  list-style: none;
}

.knowledge-base-figma .filter-box summary::-webkit-details-marker {
  display: none;
}

.knowledge-base-figma .filter-box:not([open]) summary {
  margin-bottom: 0;
}

.knowledge-base-figma .filter-box:not([open]) summary span:last-child {
  transform: rotate(90deg);
}

.knowledge-base-figma .filter-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  color: var(--cp-navy);
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.knowledge-base-figma .filter-box a.is-active {
  border-color: var(--cp-blue);
  background: var(--cp-blue);
  color: #ffffff;
}

.knowledge-base-figma .filter-box a:hover {
  border-color: var(--cp-blue);
  transform: translateX(2px);
}

.knowledge-base-figma .filter-box a.is-active .filter-icon {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--cp-blue);
}

.knowledge-base-figma .filter-box a.is-active .filter-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 9px;
  background: transparent;
  transform: translate(-50%, -50%);
}

.knowledge-base-figma .filter-box a.is-active .filter-icon::after {
  content: none;
}

.knowledge-base-figma .filter-box a .filter-icon {
  width: 13px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: transparent;
}

.knowledge-base-figma .filter-box a .filter-icon::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: #ffffff;
}

.knowledge-base-figma .filter-box a.is-active .filter-icon::before {
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--cp-blue);
  border-bottom: 2px solid var(--cp-blue);
  background: transparent;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.knowledge-base-figma .kb-content .cp-page-arrow {
  background: transparent;
}

.knowledge-base-figma .kb-content .cp-page-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}

.knowledge-base-figma .kb-content .page-link-prev .cp-page-arrow::before {
  transform: translate(-40%, -50%) rotate(225deg);
}

.knowledge-base-figma .kb-grid {
  align-items: start;
}

.knowledge-base-figma .kb-grid .cp-card {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.knowledge-base-figma .kb-grid .cp-card-image {
  flex: 0 0 275px;
  height: 275px;
}

.knowledge-base-figma .kb-grid .cp-card-body {
  flex: 1 0 auto;
  height: auto;
  min-height: 0;
}

.knowledge-base-figma .kb-grid .cp-card .cp-actions {
  flex: 0 0 auto;
  margin-top: 24px;
}

.knowledge-base-figma .filter-box summary span:last-child {
  position: relative;
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-left: 24px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: none;
}

.knowledge-base-figma .filter-box:not([open]) summary span:last-child {
  transform: none;
}

.knowledge-base-figma .filter-box summary span:last-child::before,
.knowledge-base-figma .filter-box summary span:last-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: var(--cp-navy);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.knowledge-base-figma .filter-box summary span:last-child::after {
  width: 2px;
  height: 16px;
}

.knowledge-base-figma .filter-box[open] summary span:last-child::after {
  opacity: 0;
}

.knowledge-base-figma .kb-empty {
  grid-column: 1 / -1;
  min-height: 180px;
  padding: 32px;
  border: 1px solid var(--cp-border);
  border-radius: 6px;
  background: #ffffff;
}

.knowledge-base-figma .cp-primary .icon-download {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
}

.knowledge-base-figma .cp-primary .icon-download::before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: url("../intecma/Banner/dwnld_icon.svg") center/contain no-repeat;
}

.knowledge-base-figma .cp-outline:hover,
.knowledge-base-figma .cp-outline:focus-visible {
  border-color: var(--cp-blue);
  background: var(--cp-blue);
  box-shadow: 0 12px 28px rgba(6, 170, 245, 0.16);
  color: #ffffff;
  transform: none;
}

.knowledge-base-figma .cp-outline:hover i,
.knowledge-base-figma .cp-outline:focus-visible i {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--cp-blue);
  transform: translateX(6px);
}

.knowledge-base-figma .cp-primary:hover,
.knowledge-base-figma .cp-primary:focus-visible {
  border-color: var(--cp-navy);
  background: transparent;
  box-shadow: none;
  color: var(--cp-navy);
  transform: none;
}

.knowledge-base-figma .cp-primary:hover i,
.knowledge-base-figma .cp-primary:focus-visible i {
  border-color: var(--cp-navy);
  background-color: transparent;
  color: var(--cp-navy);
  transform: translateX(6px);
}

.knowledge-base-figma .cp-primary:hover .icon-download::before,
.knowledge-base-figma .cp-primary:focus-visible .icon-download::before {
  filter: brightness(0) saturate(100%) invert(8%) sepia(95%) saturate(2573%) hue-rotate(238deg) brightness(63%) contrast(123%);
}

.knowledge-base-figma.is-filtered .kb-content {
  align-items: start;
}

.knowledge-base-figma.is-filtered .kb-grid {
  align-content: start;
  align-items: start;
}

.knowledge-base-figma.is-filtered .kb-grid .cp-card {
  align-self: start;
  height: auto;
  min-height: 0;
}

.knowledge-base-figma.is-filtered .kb-grid .cp-card-body {
  height: auto;
  min-height: 0;
}

.knowledge-base-figma .kb-content {
  transition: opacity 180ms ease;
}

.scroll-animations-ready .knowledge-base-figma .kb-content[data-scroll-animation] {
  transition:
    opacity var(--section-animation-duration, 700ms) ease,
    transform var(--section-animation-duration, 700ms) cubic-bezier(0.22, 1, 0.36, 1),
    filter var(--section-animation-duration, 700ms) ease;
  transition-delay: var(--section-animation-delay, 0ms);
}

.knowledge-base-figma .kb-content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 12;
  width: 42px;
  height: 42px;
  border: 4px solid rgba(6, 170, 245, 0.22);
  border-top-color: var(--cp-blue);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.knowledge-base-figma.is-kb-loading .kb-content {
  opacity: 0.55;
  pointer-events: none;
}

.knowledge-base-figma.is-kb-loading .kb-content::after {
  opacity: 1;
  animation: kb-filter-spin 740ms linear infinite;
}

.knowledge-base-figma .kb-card.is-kb-enter {
  animation: kb-card-enter 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: var(--kb-stagger, 0ms);
}

.knowledge-base-figma .kb-filter-mobile-toggle {
  display: none;
}

@keyframes kb-filter-spin {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes kb-card-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1340px) {
  .knowledge-base-figma.is-filtered .kb-grid .cp-card p {
    margin-bottom: 24px;
  }

  .knowledge-base-figma.has-compact-results {
    height: auto;
    min-height: 2260px;
  }

  .knowledge-base-figma.has-compact-results .kb-content {
    height: auto;
    min-height: 0;
  }

  .knowledge-base-figma.has-compact-results .kb-grid {
    align-content: start;
    align-items: start;
  }

  .knowledge-base-figma.has-compact-results .kb-grid .cp-card {
    align-self: start;
    height: auto;
    min-height: 0;
  }

  .knowledge-base-figma.has-compact-results .kb-grid .cp-card-body {
    height: auto;
    min-height: 0;
  }

  .knowledge-base-figma.is-filtered.has-compact-results {
    height: auto;
    min-height: 2260px;
  }

  .knowledge-base-figma.is-filtered .kb-content {
    height: auto;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .knowledge-base-figma .kb-content,
  .knowledge-base-figma .kb-card.is-kb-enter {
    animation: none;
    transition: none;
  }
}

@media (max-width: 767px) {
  .knowledge-base-figma {
    height: auto;
    padding-bottom: 86px;
  }

  .knowledge-base-figma .cp-banner {
    position: relative;
    left: auto;
    top: auto;
  }

  .knowledge-base-figma .kb-featured {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    min-height: 690px;
    margin: 90px auto 35px;
    padding: 64px clamp(24px, 8vw, 40px) 56px;
    transform: none;
  }

  .knowledge-base-figma .kb-featured img,
  .knowledge-base-figma .kb-featured-content {
    position: static;
    width: 100%;
  }

  .knowledge-base-figma .kb-featured img {
    height: auto;
    aspect-ratio: 654 / 416;
    object-fit: cover;
  }

  .knowledge-base-figma .kb-content {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .knowledge-base-figma .kb-filter,
  .knowledge-base-figma .kb-grid {
    position: static;
    width: 100%;
  }

  .knowledge-base-figma .kb-filter {
    height: auto;
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .knowledge-base-figma .kb-filter-mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 15px 16px 15px 20px;
    border: 1px solid var(--cp-border);
    border-radius: 6px;
    background: var(--cp-light);
    color: var(--cp-navy);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }

  .knowledge-base-figma .kb-filter-toggle-icon {
    display: block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-left: 18px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2231%22%20height%3D%2231%22%20stroke%3D%22%23000046%22%2F%3E%0A%3Cpath%20d%3D%22M8.55741%2012.2084C9.41873%2013.1668%2010.9956%2014.8718%2013.2062%2016.4218C13.3096%2016.4973%2013.3948%2016.5924%2013.4563%2016.7008C13.5179%2016.8092%2013.5544%2016.9285%2013.5636%2017.051C13.7269%2018.9756%2013.9267%2020.8974%2014.1627%2022.8153C14.2258%2023.3187%2014.8213%2023.7053%2015.312%2023.3803C16.1369%2022.8345%2017.6755%2022.222%2017.8791%2021.2036C18.0053%2020.5736%2018.208%2019.3269%2018.4275%2017.051C18.4376%2016.9297%2018.4746%2016.8116%2018.5362%2016.7044C18.5977%2016.5972%2018.6824%2016.5033%2018.7849%2016.4285C21.0008%2014.876%2022.5804%2013.1676%2023.4426%2012.2076C23.7084%2011.9109%2023.7955%2011.6934%2023.8488%2011.3109C24.0284%2010.0009%2024.1181%209.34585%2023.7084%208.92251C23.2986%208.5%2022.5742%208.5%2021.1253%208.5H10.8747C9.42584%208.5%208.70141%208.5%208.29163%208.92334C7.88186%209.34669%207.97164%2010.0017%208.15119%2011.3117C8.20363%2011.6942%208.29074%2011.9117%208.55741%2012.2084Z%22%20stroke%3D%22%23000046%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") center/contain no-repeat;
  }

  .knowledge-base-figma .kb-filter-panel {
    display: block;
    margin-top: 14px;
    padding: 24px 18px;
    border-radius: 6px;
    background: var(--cp-light);
  }

  .knowledge-base-figma .kb-filter-panel[hidden] {
    display: none !important;
  }

  .knowledge-base-figma .kb-filter h2 {
    display: none;
  }

  .knowledge-base-figma .kb-filter p,
  .knowledge-base-figma .filter-box {
    display: block !important;
  }

  .knowledge-base-figma .kb-filter p {
    margin-bottom: 24px;
  }

  .knowledge-base-figma .filter-box {
    padding: 18px;
  }

  .knowledge-base-figma .filter-box:last-child {
    margin-bottom: 0;
  }

  .knowledge-base-figma .kb-grid {
    display: block;
    margin-top: 0;
  }

  .knowledge-base-figma .kb-grid .cp-card,
  .knowledge-base-figma .kb-grid .cp-card:nth-child(n + 3) {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 24px;
    overflow: visible;
  }

  .knowledge-base-figma .kb-grid .cp-card.is-kb-mobile-hidden {
    display: none !important;
  }

  .knowledge-base-figma .kb-grid .cp-card-image {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 354 / 275;
  }

  .knowledge-base-figma .kb-grid .cp-card-body {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 24px 24px 14px;
  }

  .knowledge-base-figma .kb-grid .cp-card .cp-actions {
    margin-top: 28px;
  }

  .knowledge-base-figma .kb-grid .cp-pagination {
    display: none;
  }

  .knowledge-base-figma .kb-view-all {
    position: static;
    display: flex;
    align-self: center;
    width: fit-content;
    min-width: 132px;
    max-width: calc(100% - 48px);
    height: 56px;
    margin: 12px auto 56px;
    padding: 0 20px;
    border: 1px solid var(--cp-navy);
    background: transparent;
    transform: none;
  }

  .knowledge-base-figma .kb-view-all[hidden] {
    display: none !important;
  }

  .knowledge-base-figma .kb-view-all:hover,
  .knowledge-base-figma .kb-view-all:focus-visible {
    transform: translateY(-2px);
  }

  .knowledge-base-figma .kb-content::after {
    top: 96px;
  }
}

.knowledge-base-figma {
  display: flex;
  flex-direction: column;
}

.knowledge-base-figma .cp-banner {
  order: var(--kb-order-kb-banner, 1);
}

.knowledge-base-figma .kb-featured {
  order: var(--kb-order-kb-featured, 2);
}

.knowledge-base-figma .kb-content {
  order: var(--kb-order-kb-content, 3);
}

/* Knowledge Base accessible multi-select checkboxes */
.knowledge-base-figma .filter-box a .filter-icon,
.knowledge-base-figma .filter-box a.is-active .filter-icon {
  position: relative;
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: #ffffff;
  color: var(--cp-navy);
  box-sizing: border-box;
}

.knowledge-base-figma .filter-box a .filter-icon::before,
.knowledge-base-figma .filter-box a.is-active .filter-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 4px;
  border: 0;
  border-left: 2px solid var(--cp-blue);
  border-bottom: 2px solid var(--cp-blue);
  background: transparent;
  opacity: 0;
  transform: translate(-50%, -65%) rotate(-45deg);
}

.knowledge-base-figma .filter-box a.is-active .filter-icon::before {
  opacity: 1;
}

.knowledge-base-figma .filter-box a .filter-icon::after,
.knowledge-base-figma .filter-box a.is-active .filter-icon::after {
  content: none;
  display: none;
}

.knowledge-base-figma .filter-box a:focus-visible {
  outline: 3px solid rgba(6, 170, 245, 0.4);
  outline-offset: 2px;
}