/* 2026-09 refinement: process diagrams, editorial copy, consultation and footer. */
body.tpkpir-redesign .pir-section-heading__lead,
body.tpkpir-redesign .pir-solution-card__text,
body.tpkpir-redesign .pir-home-slot--news .news-thumb__text {
  color: #414649;
}

body.tpkpir-redesign .pir-home-slot--news .news-thumb__category-date-viewed {
  color: #555b5f;
}

body.tpkpir-redesign .pir-solutions .pir-eyebrow,
body.tpkpir-redesign .pir-approach .pir-eyebrow,
body.tpkpir-redesign .pir-consultation .pir-eyebrow {
  color: #80631c;
}

body.tpkpir-redesign .pir-section.pir-solutions {
  background: #f7f7f3;
}

body.tpkpir-redesign .pir-solutions__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.tpkpir-redesign .pir-solutions__grid .pir-solution-card {
  min-width: 0;
  min-height: 350px;
  padding: 24px 26px 27px;
  border: 1px solid #dedfda;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35, 37, 39, .025);
}

body.tpkpir-redesign .pir-solutions__grid .pir-solution-card::before {
  display: none;
}

body.tpkpir-redesign .pir-solution-card__diagram {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 152px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 10px;
  color: #303638;
  background: #f7f7f3;
}

body.tpkpir-redesign .pir-solution-card__diagram svg {
  display: block;
  width: min(100%, 265px);
  height: 132px;
}

body.tpkpir-redesign .pir-diagram-accent {
  fill: #f5d66c;
}

body.tpkpir-redesign .pir-diagram-accent-stroke {
  stroke: #a17b12;
}

body.tpkpir-redesign .pir-solution-card__title {
  margin-bottom: 10px;
  color: #232729;
  font-size: 21px;
  line-height: 1.25;
}

body.tpkpir-redesign .pir-solution-card__text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.65;
}

body.tpkpir-redesign .pir-solution-card__link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #e7e8e2;
  color: #34393c;
  font-size: 12px;
}

body.tpkpir-redesign .pir-solution-card__link i {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  color: #303638;
  background: #f6df93;
  font-size: 10px;
}

body.tpkpir-redesign .pir-solutions__grid .pir-solution-card:focus-visible {
  outline: 3px solid #a17b12;
  outline-offset: 4px;
}

body.tpkpir-redesign .pir-approach {
  border-color: #e6e7e1;
  background: #f6f6f2;
}

body.tpkpir-redesign .pir-approach__row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tpkpir-redesign .pir-approach__item,
body.tpkpir-redesign .pir-approach__item:nth-child(2),
body.tpkpir-redesign .pir-approach__item:last-child {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tpkpir-redesign .pir-approach__item::before {
  display: none;
}

body.tpkpir-redesign .pir-approach__item:not(:last-child)::after {
  position: absolute;
  top: 39px;
  right: -15px;
  left: 98px;
  border-top: 1px solid #d5d7cf;
  content: '';
  pointer-events: none;
}

body.tpkpir-redesign .pir-approach__visual {
  position: relative;
  display: grid;
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid #e3d29a;
  border-radius: 20px;
  color: #303638;
  background: #fff8df;
}

body.tpkpir-redesign .pir-approach__visual svg {
  display: block;
  width: 44px;
  height: 44px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.tpkpir-redesign .pir-approach__number {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 3px solid #f6f6f2;
  border-radius: 50%;
  color: #2d3335;
  background: #f5ce53;
  font-size: 9px;
}

body.tpkpir-redesign .pir-approach__item strong {
  margin-bottom: 10px;
  color: #252a2c;
  font-size: 17px;
  line-height: 1.4;
}

body.tpkpir-redesign .pir-approach__item > span:last-child {
  color: #414649;
  font-size: 14px;
  line-height: 1.65;
}

/* The CMS text is moved, not copied. Its links and wording remain editable. */
body.tpkpir-redesign .pir-home-seo-slot .pir-home-editorial {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  column-gap: 72px;
  row-gap: 20px;
  margin: 0;
  padding: 80px 0 68px;
  color: #3c4245;
  font-size: 15px;
  line-height: 1.8;
}

body.tpkpir-redesign .pir-home-editorial > * {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  overflow-wrap: break-word;
}

body.tpkpir-redesign .pir-home-editorial::before {
  grid-column: 1 / -1;
  color: #746022;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .12em;
  content: 'О КОМПАНИИ';
}

body.tpkpir-redesign .pir-home-seo-slot .pir-home-editorial > h2 {
  grid-column: 1;
  grid-row: 2 / 4;
  max-width: 470px;
  color: #242a2d;
  font-size: clamp(27px, 2.65vw, 36px) !important;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.035em;
}

body.tpkpir-redesign .pir-home-editorial > p {
  grid-column: 2;
}

body.tpkpir-redesign .pir-home-editorial > p:first-of-type {
  color: #252b2e;
  font-size: 16px;
  line-height: 1.75;
}

body.tpkpir-redesign .pir-home-editorial > .row {
  display: grid;
  grid-column: 1 / -1;
  gap: 0;
  margin: 20px 0 10px !important;
  border-top: 1px solid #d9dcd4;
  border-bottom: 1px solid #d9dcd4;
}

body.tpkpir-redesign .pir-home-editorial > .row::before,
body.tpkpir-redesign .pir-home-editorial > .row::after {
  display: none;
}

body.tpkpir-redesign .pir-home-editorial > .row > div {
  display: grid;
  width: auto;
  min-width: 0;
  float: none;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 24px 72px;
  padding: 24px 0;
}

body.tpkpir-redesign .pir-home-editorial > .row > div + div {
  border-top: 1px solid #e3e5df;
}

body.tpkpir-redesign .pir-home-editorial > .row h3 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  color: #252b2e;
  font-size: 19px !important;
  line-height: 1.5;
}

body.tpkpir-redesign .pir-home-editorial > .row h3::before {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  margin-top: 9px;
  border-radius: 50%;
  background: #d9ad34;
  content: '';
}

body.tpkpir-redesign .pir-home-editorial > .row p {
  margin: 0;
}

body.tpkpir-redesign .pir-home-editorial > .row ~ p {
  grid-column: 1 / -1;
}

body.tpkpir-redesign .pir-home-editorial > .row + p {
  max-width: 890px;
  margin: 0;
  padding-left: 20px;
  border-left: 3px solid #e0b744;
  color: #333a3d;
}

body.tpkpir-redesign .pir-home-editorial > p:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 5px;
}

body.tpkpir-redesign .pir-home-editorial .btn {
  display: inline-flex;
  min-height: 44px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #d5d8cf;
  border-radius: 8px;
  color: #252b2e;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
}

body.tpkpir-redesign .pir-home-editorial .btn:hover,
body.tpkpir-redesign .pir-home-editorial .btn:focus-visible {
  border-color: #b89532;
  color: #252b2e;
  background: #fff7df;
}

body.tpkpir-redesign .pir-consultation {
  padding: 12px 0 70px;
  overflow: visible;
  border: 0;
  color: #303638;
  background: #fff;
}

body.tpkpir-redesign .pir-consultation::after {
  display: none;
}

body.tpkpir-redesign .pir-consultation__inner {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
  align-items: center;
  gap: 48px;
  padding: 44px 48px;
  border: 1px solid #dfdfd5;
  border-radius: 20px;
  background: #f6f6f0;
  box-shadow: none;
}

body.tpkpir-redesign .pir-consultation__copy {
  min-width: 0;
}

body.tpkpir-redesign .pir-consultation__title {
  max-width: 750px;
  margin: 0 0 15px;
  color: #242a2d;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

body.tpkpir-redesign .pir-consultation__text {
  max-width: 620px;
  color: #42484a;
  font-size: 14px;
  line-height: 1.7;
}

body.tpkpir-redesign .pir-consultation__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 23px;
}

body.tpkpir-redesign .pir-consultation__benefits li {
  min-width: 0;
  color: #333a3d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

body.tpkpir-redesign .pir-consultation__benefits i {
  flex: 0 0 19px;
  background: #edda99;
}

body.tpkpir-redesign .pir-consultation__action {
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tpkpir-redesign .pir-consultation__symbol {
  display: grid;
  width: 80px;
  height: 80px;
  margin: 0 0 22px;
  place-items: center;
  border: 1px solid #ddd8c8;
  border-radius: 50%;
  color: #414649;
  background: #fff;
}

body.tpkpir-redesign .pir-consultation__symbol svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.tpkpir-redesign .pir-consultation__action .pir-button {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 20px;
  border: 1px solid #efc447;
  border-radius: 9px;
  color: #242a2d;
  background: #f5ce53;
  font-size: 12px;
  line-height: 1.5;
  white-space: normal;
}

body.tpkpir-redesign .pir-consultation__action .pir-button:hover,
body.tpkpir-redesign .pir-consultation__action .pir-button:focus-visible {
  border-color: #d1a329;
  color: #242a2d;
  background: #efc447;
}

body.tpkpir-redesign .pir-consultation__action-note {
  max-width: 245px;
  margin-top: 12px;
  color: #50575a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

/* Classic footer: company identity first, then three useful information groups. */
body.tpkpir-redesign .pir-footer {
  padding: 56px 0 48px;
  border-top: 0;
  color: #e1e4df;
  background: #232729;
}

body.tpkpir-redesign .pir-footer::before {
  display: none;
}

body.tpkpir-redesign .pir-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 34px;
}

body.tpkpir-redesign .pir-footer__grid > * {
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.tpkpir-redesign .pir-footer .pir-footer__brand .footer__text {
  margin: 0;
  padding: 0;
  border: 0;
  color: #cbd0cc;
  font-size: 12px;
  line-height: 1.75;
}

body.tpkpir-redesign .pir-footer__brand .footer__text > p {
  margin: 16px 0 0;
}

body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium {
  display: block !important;
  width: auto;
  max-width: none !important;
  margin: 0 0 18px !important;
}

body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium img,
body.tpkpir-redesign .pir-footer__brand-link img {
  display: block;
  width: 180px !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  filter: none !important;
}

body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium > div {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
}

body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium > div > div:first-child,
body.tpkpir-redesign .pir-footer__tagline {
  margin: 0 0 9px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium > div > div + div {
  color: #e0e4df !important;
  font-size: 12px;
  line-height: 1.75 !important;
}

body.tpkpir-redesign .pir-footer .footer__column-heading {
  display: flex;
  min-height: 24px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 5px 0 20px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  list-style: none;
}

body.tpkpir-redesign .pir-footer .footer__column-heading::before {
  display: none;
}

body.tpkpir-redesign .pir-footer__details > summary::-webkit-details-marker {
  display: none;
}

body.tpkpir-redesign .pir-footer__details > summary::marker {
  content: '';
}

body.tpkpir-redesign .pir-footer__details > summary {
  cursor: pointer;
}

body.tpkpir-redesign .pir-footer__details > summary i {
  position: static;
  flex: 0 0 auto;
  padding-top: 5px;
  color: #c4c9c3;
  font-size: 9px;
  transition: transform .15s ease;
}

body.tpkpir-redesign .pir-footer__details[open] > summary i {
  transform: rotate(180deg);
}

body.tpkpir-redesign .pir-footer__details > summary:focus-visible,
body.tpkpir-redesign .pir-footer a:focus-visible {
  outline: 2px solid #edcf70;
  outline-offset: 5px;
}

body.tpkpir-redesign .pir-footer .footer__column-ul {
  margin: 0;
  padding: 0;
}

body.tpkpir-redesign .pir-footer .footer__column-li {
  margin-bottom: 12px;
  color: #d9ded8;
  font-size: 12px;
  line-height: 1.65;
}

body.tpkpir-redesign .pir-footer .footer__column-a {
  color: #e0e4df !important;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.tpkpir-redesign .pir-footer .footer__column-a:hover,
body.tpkpir-redesign .pir-footer .footer__column-a:focus-visible {
  color: #f6d87b !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.tpkpir-redesign .pir-footer .footer__contacts-li {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 9px;
}

body.tpkpir-redesign .pir-footer .footer__contacts-icon {
  width: 17px;
  flex: 0 0 17px;
  margin: 4px 0 0;
  color: #e5c873;
}

body.tpkpir-redesign .pir-footer .footer__contacts-img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 3px;
  object-fit: contain;
}

body.tpkpir-redesign .pir-footer .pir-footer__address {
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid #474d4d;
}

body.tpkpir-redesign .pir-footer .pir-footer-hours {
  color: #ccd3cc;
  font-size: 11px;
  line-height: 1.75;
}

@media (max-width: 1199px) {
  body.tpkpir-redesign .pir-footer__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, 1fr);
    gap: 36px;
  }

  body.tpkpir-redesign .pir-footer__contact-column {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, 1fr);
    gap: 24px 36px;
    padding-top: 28px;
    border-top: 1px solid #474d4d;
  }

  body.tpkpir-redesign .pir-footer .pir-footer__address {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  body.tpkpir-redesign .pir-solutions__grid {
    gap: 14px;
  }

  body.tpkpir-redesign .pir-solutions__grid .pir-solution-card {
    min-height: 0;
    padding: 15px 18px 21px;
  }

  body.tpkpir-redesign .pir-solution-card__diagram {
    height: 126px;
    margin-bottom: 20px;
  }

  body.tpkpir-redesign .pir-solution-card__diagram svg {
    height: auto;
  }

  body.tpkpir-redesign .pir-solution-card__title {
    font-size: 19px;
  }

  body.tpkpir-redesign .pir-solution-card__text {
    font-size: 13px;
  }

  body.tpkpir-redesign .pir-approach__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 30px;
  }

  body.tpkpir-redesign .pir-approach__item:nth-child(2)::after {
    display: none;
  }

  body.tpkpir-redesign .pir-home-seo-slot .pir-home-editorial {
    column-gap: 36px;
    padding: 60px 0;
  }

  body.tpkpir-redesign .pir-home-editorial > .row > div {
    column-gap: 36px;
  }

  body.tpkpir-redesign .pir-consultation__inner {
    grid-template-columns: minmax(0, 1fr) minmax(215px, .65fr);
    gap: 32px;
    padding: 32px;
  }
}

@media (max-width: 767px) {
  body.tpkpir-redesign .pir-solutions__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.tpkpir-redesign .pir-solutions__grid .pir-solution-card {
    padding: 22px;
  }

  body.tpkpir-redesign .pir-solution-card__diagram {
    height: 138px;
  }

  body.tpkpir-redesign .pir-solution-card__diagram svg {
    max-height: 138px;
  }

  body.tpkpir-redesign .pir-solution-card__text {
    font-size: 14px;
  }

  body.tpkpir-redesign .pir-approach__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  body.tpkpir-redesign .pir-approach__item,
  body.tpkpir-redesign .pir-approach__item:nth-child(2),
  body.tpkpir-redesign .pir-approach__item:last-child {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 7px 22px;
    padding: 0;
  }

  body.tpkpir-redesign .pir-approach__visual {
    grid-row: 1 / 3;
    width: 62px;
    height: 62px;
    margin: 0;
    border-radius: 16px;
  }

  body.tpkpir-redesign .pir-approach__visual svg {
    width: 36px;
    height: 36px;
  }

  body.tpkpir-redesign .pir-approach__item strong {
    margin: 0;
    font-size: 16px;
  }

  body.tpkpir-redesign .pir-approach__item > span:last-child {
    grid-column: 2;
    font-size: 13px;
  }

  body.tpkpir-redesign .pir-approach__item:not(:last-child)::after {
    display: block;
    top: 75px;
    right: auto;
    bottom: -17px;
    left: 30px;
    border-top: 0;
    border-left: 1px solid #d5d7cf;
  }

  body.tpkpir-redesign .pir-home-seo-slot .pir-home-editorial {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.75;
  }

  body.tpkpir-redesign .pir-home-seo-slot .pir-home-editorial > h2,
  body.tpkpir-redesign .pir-home-editorial > p {
    grid-column: 1;
    grid-row: auto;
  }

  body.tpkpir-redesign .pir-home-editorial > p:first-of-type {
    font-size: 15px;
  }

  body.tpkpir-redesign .pir-home-editorial > .row {
    margin: 6px 0 !important;
  }

  body.tpkpir-redesign .pir-home-editorial > .row > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    padding: 22px 0;
  }

  body.tpkpir-redesign .pir-home-editorial > .row h3 {
    font-size: 17px !important;
  }

  body.tpkpir-redesign .pir-home-editorial > .row h3::before {
    margin-top: 8px;
  }

  body.tpkpir-redesign .pir-consultation {
    padding: 0 0 48px;
  }

  body.tpkpir-redesign .pir-consultation__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 27px;
    padding: 28px 24px;
    border-radius: 14px;
  }

  body.tpkpir-redesign .pir-consultation__benefits {
    gap: 12px 18px;
    margin-top: 20px;
  }

  body.tpkpir-redesign .pir-consultation__action {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    padding: 24px 0 0;
    border-top: 1px solid #dfe0d5;
  }

  body.tpkpir-redesign .pir-consultation__symbol {
    display: none;
  }

  body.tpkpir-redesign .pir-consultation__action .pir-button {
    max-width: none;
  }

  body.tpkpir-redesign .pir-consultation__action-note {
    max-width: 350px;
    text-align: left;
  }

  body.tpkpir-redesign .pir-footer {
    padding: 38px 0;
  }

  body.tpkpir-redesign .pir-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  body.tpkpir-redesign .pir-footer__brand {
    max-width: 520px;
    margin-bottom: 28px;
  }

  body.tpkpir-redesign .pir-footer__brand .tpkpir-footer-premium img {
    width: 160px !important;
  }

  body.tpkpir-redesign .pir-footer__details {
    padding: 0;
    border-top: 1px solid #474d4d;
  }

  body.tpkpir-redesign .pir-footer__details > .footer__column-heading {
    min-height: 58px;
    align-items: center;
    margin: 0;
    padding: 17px 0;
  }

  body.tpkpir-redesign .pir-footer__details > summary i {
    padding: 0;
  }

  body.tpkpir-redesign .pir-footer__details > .footer__column-ul {
    padding-bottom: 14px;
  }

  body.tpkpir-redesign .pir-footer__details .footer__column-a {
    display: inline-block;
    padding: 3px 0;
  }

  body.tpkpir-redesign .pir-footer__contact-column {
    display: block;
    grid-column: 1;
    padding-top: 22px;
  }

  body.tpkpir-redesign .pir-footer__contact-column .footer__column-heading {
    margin: 0 0 18px;
  }

  body.tpkpir-redesign .pir-footer .pir-footer__address {
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  body.tpkpir-redesign .pir-consultation__inner {
    padding: 24px 20px;
  }

  body.tpkpir-redesign .pir-consultation__title {
    font-size: 24px;
  }

  body.tpkpir-redesign .pir-approach__item,
  body.tpkpir-redesign .pir-approach__item:nth-child(2),
  body.tpkpir-redesign .pir-approach__item:last-child {
    column-gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tpkpir-redesign .pir-solutions__grid .pir-solution-card,
  body.tpkpir-redesign .pir-footer__details > summary i {
    transition: none;
  }

  body.tpkpir-redesign .pir-solutions__grid .pir-solution-card:hover {
    transform: none;
  }
}
