:root {
  --cpl-bg: #f6f7f8;
  --cpl-surface: #ffffff;
  --cpl-text: #1f2937;
  --cpl-muted: #6b7280;
  --cpl-brand: #ff7b1a;
  --cpl-brand-dark: #e6660a;
  --cpl-border: #e5e7eb;
  --cpl-radius: 10px;
  --cpl-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

/* Solution detail PC layout */
.cpl-solution-single--pc {
  background: #fff;
  color: #1f2933;
}

.cpl-solution-single--pc .cpl-solution-single-hero {
  min-height: 300px;
  overflow: hidden;
  background: #07182b;
}

.cpl-solution-single--pc .cpl-solution-single-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 11, 24, .84) 0%, rgba(0, 19, 40, .58) 42%, rgba(0, 19, 40, .14) 100%);
  z-index: 1;
}

.cpl-solution-single--pc .cpl-solution-hero__inner {
  z-index: 2;
  padding: 44px 0 38px;
}

.cpl-solution-single--pc .cpl-solution-hero__inner h1 {
  max-width: 680px;
  color: #fff;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-solution-hero-points {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  line-height: 1.45;
}

.cpl-solution-hero-points li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 3px 0;
  border-radius: 999px;
  background: #fff;
}

.cpl-solution-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 28px;
  padding: 0 18px;
  border: 1px solid #ff7622;
  border-radius: 999px;
  color: #ff7622;
  font-size: 14px;
  line-height: 1;
  background: #fff;
}

.cpl-solution-cta::after,
.cpl-solution-link::after {
  content: ">";
  margin-left: 8px;
  font-size: 12px;
}

.cpl-solution-cta--light {
  margin-top: 18px;
  border-color: rgba(255, 255, 255, .92);
  color: #fff;
  background: rgba(0, 0, 0, .14);
}

.cpl-solution-cta:hover {
  background: #ff7622;
  color: #fff;
}

.cpl-solution-anchor-nav {
  position: sticky;
  top: var(--cpl-solution-nav-top, 0);
  z-index: 15;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

.cpl-solution-anchor-nav__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.cpl-solution-anchor-nav a {
  position: relative;
  color: #333b46;
  font-size: 13px;
  line-height: 44px;
}

.cpl-solution-anchor-nav a.is-active {
  color: #111827;
}

.cpl-solution-anchor-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ff7622;
}

.cpl-solution-single--pc .cpl-solution-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.cpl-solution-single--pc .cpl-solution-title,
.cpl-solution-single--pc .cpl-solution-overview__left h2 {
  margin: 0;
  color: #232a34;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-solution-title--center {
  text-align: center;
}

.cpl-solution-title--center::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin: 14px auto 0;
  background: #ff7622;
  border-radius: 99px;
}

.cpl-solution-single--pc .cpl-solution-rich {
  color: #5f6874;
  font-size: 15px;
  line-height: 1.65;
}

.cpl-solution-single--pc .cpl-solution-rich p {
  margin-top: 0;
}

.cpl-solution-single--pc .cpl-solution-overview {
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 80px;
  align-items: center;
}

.cpl-solution-single--pc .cpl-solution-overview__left h2 {
  max-width: 640px;
  margin-bottom: 28px;
}

.cpl-solution-single--pc .cpl-solution-overview__right img {
  height: 292px;
  object-fit: cover;
  border-radius: 6px;
}

.cpl-solution-single--pc .cpl-solution-bullet-list {
  display: grid;
  gap: 13px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  color: #5f6874;
  font-size: 15px;
  line-height: 1.55;
}

.cpl-solution-single--pc .cpl-solution-bullet-list li {
  position: relative;
  padding-left: 17px;
}

.cpl-solution-single--pc .cpl-solution-bullet-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ff7622;
}

.cpl-solution-workflow,
.cpl-solution-products-section,
.cpl-solution-inquiry {
  background: #f6f7f9;
}

.cpl-solution-workflow {
  padding: 46px 0;
}

.cpl-solution-section-intro {
  max-width: 860px;
  margin: 16px auto 0;
  color: #6f7782;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.cpl-solution-workflow__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.cpl-solution-workflow-step {
  position: relative;
  text-align: center;
  color: #596474;
}

.cpl-solution-workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -18px;
  width: 16px;
  height: 10px;
  border-top: 1px solid #cfd5dd;
}

.cpl-solution-workflow-step__icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
  color: #ff7622;
  font-weight: 800;
}

.cpl-solution-workflow-step__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.cpl-solution-workflow-step h3 {
  margin: 0 0 8px;
  color: #202733;
  font-size: 14px;
  line-height: 1.3;
}

.cpl-solution-workflow-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.cpl-solution-single--pc .cpl-solution-tabs__nav {
  justify-content: center;
  gap: 78px;
  margin: 24px auto 24px;
  padding-bottom: 0;
  border-bottom: 1px solid #dfe3e8;
}

.cpl-solution-single--pc .cpl-solution-tab-btn {
  min-width: 116px;
  padding: 0 0 10px;
  color: #757d88;
  font-size: 13px;
  font-weight: 500;
}

.cpl-solution-single--pc .cpl-solution-tab-btn.is-active {
  color: #1f2933;
}

.cpl-solution-single--pc .cpl-solution-tab-btn.is-active::after {
  bottom: -1px;
  height: 2px;
  background: #ff7622;
}

.cpl-solution-tab-intro {
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: center;
}

.cpl-solution-single--pc .cpl-solution-diagram {
  width: min(100%, 1060px);
  max-height: 560px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

.cpl-solution-section-action {
  margin-top: 30px;
  text-align: center;
}

.cpl-solution-products-section .cpl-container {
  padding-top: 46px;
  padding-bottom: 56px;
}

.cpl-solution-single--pc .cpl-solution-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.cpl-solution-single--pc .cpl-solution-product-card {
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.cpl-solution-single--pc .cpl-solution-product-card__thumb {
  display: block;
  height: 190px;
  background: #eef1f5;
}

.cpl-solution-single--pc .cpl-solution-product-card__thumb img {
  width: 100%;
  height: 100%;
  padding: 20px 34px;
  object-fit: contain;
  border-radius: 0;
}

.cpl-solution-single--pc .cpl-solution-product-card h3 {
  margin: 24px 24px 8px;
  color: #242b35;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.cpl-solution-single--pc .cpl-solution-product-card__sku {
  margin: 0 24px 28px;
  color: #8a929c;
  font-size: 13px;
}

.cpl-solution-benefits-section {
  padding-bottom: 74px;
}

.cpl-solution-single--pc .cpl-solution-benefits {
  margin-top: 46px;
  display: grid;
  gap: 34px;
}

.cpl-solution-single--pc .cpl-solution-benefit-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 86px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.cpl-solution-single--pc .cpl-solution-benefit-card:nth-child(even) {
  grid-template-columns: 480px minmax(0, 1fr);
}

.cpl-solution-single--pc .cpl-solution-benefit-card:nth-child(even) .cpl-solution-benefit-card__copy {
  grid-column: 2;
}

.cpl-solution-single--pc .cpl-solution-benefit-card:nth-child(even) img {
  grid-column: 1;
  grid-row: 1;
}

.cpl-solution-single--pc .cpl-solution-benefit-card h3 {
  margin: 0 0 18px;
  color: #ff5f17;
  font-size: 20px;
  line-height: 1.35;
}

.cpl-solution-single--pc .cpl-solution-benefit-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}

.cpl-solution-cases-section {
  padding-top: 20px;
}

.cpl-solution-cases {
  position: relative;
  margin-top: 34px;
  padding: 0 40px;
}

.cpl-solution-cases__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.cpl-solution-cases__track {
  display: flex;
}

.cpl-solution-single--pc .cpl-solution-case-card {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e6e9ee;
  border-radius: 8px;
  background: #fff;
}

.cpl-solution-single--pc .cpl-solution-case-card__thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 4px;
}

.cpl-solution-single--pc .cpl-solution-case-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.35;
}

.cpl-solution-case-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 25px;
  height: 96px;
  border: 0;
  border-radius: 4px;
  background: #e1e1e1;
  transform: translateY(-50%);
  cursor: pointer;
}

.cpl-solution-case-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.cpl-solution-case-arrow--prev {
  left: 0;
}

.cpl-solution-case-arrow--prev::before {
  transform: translate(-34%, -50%) rotate(-135deg);
}

.cpl-solution-case-arrow--next {
  right: 0;
}

.cpl-solution-case-arrow--next::before {
  transform: translate(-66%, -50%) rotate(45deg);
}

.cpl-solution-inquiry {
  padding: 54px 0 86px;
}

.cpl-solution-inquiry .cpl-solution-section-intro {
  max-width: 980px;
  margin-bottom: 42px;
}

.cpl-solution-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 72px;
}

.cpl-solution-inquiry-form label {
  display: grid;
  gap: 8px;
  color: #6f7782;
  font-size: 13px;
}

.cpl-solution-inquiry-form input,
.cpl-solution-inquiry-form textarea {
  width: 100%;
  border: 1px solid #eef0f4;
  border-radius: 2px;
  background: #fff;
  color: #1f2933;
  font-size: 14px;
  padding: 12px 14px;
}

.cpl-solution-inquiry-form input {
  height: 42px;
}

.cpl-solution-inquiry-form textarea {
  resize: vertical;
}

.cpl-solution-inquiry-form__wide,
.cpl-solution-inquiry-form__privacy,
.cpl-solution-inquiry-form button,
.cpl-solution-inquiry-form .cpl-quote-form__response {
  grid-column: 1 / -1;
}

.cpl-solution-inquiry-form__privacy {
  margin: 0;
  color: #222936;
  font-size: 12px;
  line-height: 1.6;
}

.cpl-solution-inquiry-form button {
  width: 96px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: #ff7622;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.cpl-solution-inquiry-form .cpl-quote-form__response {
  margin: 0;
  color: #ff7622;
  font-size: 13px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--cpl-text);
  background: var(--cpl-bg);
}
body.cpl-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.cpl-container { width: min(1240px, 92vw); margin: 0 auto; }
.cpl-header {
  background: #fff;
  color: #1f2937;
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid #eceef2;
}
.site-header-home {
  background: transparent;
  color: #fff;
  border-bottom: 0;
}
.cpl-header__notice { background: #111827; color: #d1d5db; font-size: 13px; padding: 6px 0; }
.cpl-header__utilitybar {
  background: #f5f5f6;
  border-bottom: 1px solid #eceef2;
}
.cpl-header__utilitybar-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 14px;
  color: #6b7280;
}
.cpl-header__utilitybar-inner a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b7280;
  white-space: nowrap;
}
.cpl-header__utilitybar-inner a:hover {
  color: #111827;
}
.cpl-header__utilitybar-inner .iconfont {
  font-size: 15px;
  line-height: 1;
}
.cpl-header__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 14px 0;
  position: relative;
}
.cpl-nav {
  position: relative;
}
.cpl-nav__menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.cpl-nav__menu > li { position: relative; }
.cpl-nav__item--mega { position: static !important; }
.cpl-nav__link--top {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #2f3640;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  white-space: nowrap;
}
.site-header-home .cpl-nav__link--top {
  color: #fff;
}
.cpl-nav__item.menu-item-has-children > .cpl-nav__link--top,
.cpl-nav__item.menu-item-has-mega > .cpl-nav__link--top {
  padding-right: 16px;
}
.cpl-nav__item.menu-item-has-children > .cpl-nav__link--top::after,
.cpl-nav__item.menu-item-has-mega > .cpl-nav__link--top::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  opacity: .85;
}
.cpl-nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  color: var(--cpl-text);
  border-radius: 8px;
  box-shadow: var(--cpl-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 60;
}
.cpl-nav__submenu a { display: block; padding: 8px 14px; }
.cpl-nav__menu > li:hover > .cpl-nav__submenu,
.cpl-nav__menu > li:focus-within > .cpl-nav__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cpl-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: min(1240px, 92vw);
  margin-top: 0;
  background: #fff;
  color: var(--cpl-text);
  border-radius: 0 0 6px 6px;
  border: 1px solid #e7e9ed;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 70;
}
.cpl-nav__item--mega:hover > .cpl-mega-panel,
.cpl-nav__item--mega:focus-within > .cpl-mega-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cpl-mega-panel__inner { padding: 20px 22px; }
.cpl-mega-panel--child-data .cpl-mega-panel__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 26px;
}
.cpl-mega-tabs {
  display: grid;
  gap: 0;
  border-right: 1px solid #ebeef3;
  padding-right: 0;
  background: #f5f5f6;
}
.cpl-mega-tab {
  width: 100%;
  text-align: left;
  border: 0;
  border-left: 4px solid transparent;
  background: #f5f5f6;
  color: var(--cpl-text);
  border-radius: 0;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cpl-mega-tab.is-active {
  border-left-color: #2a5bd7;
  background: #fff;
  color: #1e2430;
}
.cpl-mega-pane { display: none; }
.cpl-mega-pane.is-active {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 30px;
  align-content: start;
}
.cpl-mega-group__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
}
.cpl-mega-group__thumb {
  display: block;
  width: 94px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.cpl-mega-group__title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #2e3440;
  font-weight: 700;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.cpl-mega-group__title a {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.cpl-mega-group__head .cpl-mega-group__title {
  margin: 0;
}
.cpl-mega-group__links { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.cpl-mega-group__links a {
  color: #646b77;
  font-size: 14px;
  line-height: 1.35;
}
.cpl-mega-group__links a:hover {
  color: #111827;
}
.cpl-mega-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 34px;
}
.cpl-mega-card {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: 0;
}
.cpl-mega-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #4a4f58;
  font-weight: 600;
}
.cpl-mega-card:hover .cpl-mega-card__title {
  color: #1b1f27;
}
.cpl-mega-card__desc { margin: 6px 0 0; color: var(--cpl-muted); font-size: 13px; line-height: 1.5; }
.site-header-home .cpl-nav__menu { gap: 20px; }
.site-header-home .cpl-nav__menu > li > .cpl-nav__link--top {
  white-space: nowrap;
  font-size: 15px;
  min-height: 40px;
}
.site-header-home .cpl-nav { position: static; }
.site-header-home .cpl-nav__item--mega { position: static !important; }
.site-header-home .cpl-mega-panel--child-data {
  width: min(1170px, calc(100vw - 64px));
  left: auto;
  right: 0;
  transform: translateY(8px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
}
.site-header-home .cpl-nav__item--mega:hover > .cpl-mega-panel,
.site-header-home .cpl-nav__item--mega:focus-within > .cpl-mega-panel {
  transform: translateY(0);
}
.site-header-home .cpl-mega-panel--child-data .cpl-mega-panel__inner {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 0;
  padding: 0;
}
.site-header-home .cpl-mega-tabs {
  border-right: 0;
  background: #ececee;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.site-header-home .cpl-mega-tab {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  padding: 0 16px;
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
  display: block;
  background: transparent;
  border-left: 0;
  color: #3f444c;
}
.site-header-home .cpl-mega-tab.is-active {
  background: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #2f58d8;
  text-underline-offset: 5px;
  box-shadow: none;
  color: #1f2937;
}
.site-header-home .cpl-mega-tab:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #2f58d8;
  text-underline-offset: 5px;
}
.site-header-home .cpl-mega-pane.is-active {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px 21px;
  align-content: start;
  padding: 14px 16px;
}
.site-header-home .cpl-mega-group__title {
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #2f333b;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-header-home .cpl-mega-group__head {
  gap: 7px;
  margin-bottom: 8px;
}
.site-header-home .cpl-mega-group__thumb {
  width: 88px;
  height: 40px;
}
.site-header-home .cpl-mega-group__head .cpl-mega-group__title {
  margin: 0;
}
.site-header-home .cpl-mega-group__title a {
  color: #2f333b !important;
  text-decoration: none;
  font-weight: 700;
}
.site-header-home .cpl-mega-group__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header-home .cpl-mega-group__links {
  gap: 4.5px;
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}
.site-header-home .cpl-mega-group__item {
  font-size: 13px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  display: block !important;
}
.site-header-home .cpl-mega-group__links a {
  font-size: 13px;
  line-height: 1.45;
  color: #727780;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  text-align: left !important;
}
.site-header-home .cpl-mega-group__links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header-home .cpl-mega-pane,
.site-header-home .cpl-mega-group,
.site-header-home .cpl-mega-group__links a {
  color: #2f3640;
}
.site-header-home .cpl-mega-group,
.site-header-home .cpl-mega-group__title,
.site-header-home .cpl-mega-group__links,
.site-header-home .cpl-mega-group__item,
.site-header-home .cpl-mega-group__links a {
  text-align: left;
}
.site-header-home .cpl-nav__submenu {
  display: none !important;
}
.site-header-home .header-inner { grid-template-columns: auto minmax(0, 1fr) auto; }
.cpl-brand img { max-height: 40px; width: auto; }
.cpl-logo { max-height: 40px; width: auto; display: block; }
.cpl-logo-text { font-size: 28px; font-weight: 700; color: #1f2937; white-space: nowrap; line-height: 1; }
.cpl-header__tools { display: flex; align-items: center; gap: 12px; }
.cpl-search-form { display: flex; align-items: center; gap: 8px; }
.cpl-search-form .search-field {
  border: 1px solid #c8cdd6;
  border-radius: 999px;
  padding: 8px 12px;
  width: 320px;
  background: #fff;
  color: #111827;
}
.cpl-search-form .search-submit { display: none; }
.cpl-cart-link, .cpl-account-link { font-size: 14px; white-space: nowrap; }

/* Force dark header text on all non-home pages for readability. */
body:not(.home):not(.front-page) .site-header .cpl-nav__link--top,
body:not(.home):not(.front-page) .site-header .cpl-nav__item.menu-item-has-children > .cpl-nav__link--top,
body:not(.home):not(.front-page) .site-header .cpl-nav__item.menu-item-has-mega > .cpl-nav__link--top,
body:not(.home):not(.front-page) .site-header .cpl-cart-link,
body:not(.home):not(.front-page) .site-header .cpl-account-link {
  color: #111827 !important;
}
body:not(.home):not(.front-page) .site-header .cpl-nav__link--top:hover,
body:not(.home):not(.front-page) .site-header .cpl-cart-link:hover,
body:not(.home):not(.front-page) .site-header .cpl-account-link:hover {
  color: #000 !important;
}
body:not(.home):not(.front-page) .site-header .cpl-search-form .search-field {
  color: #111827 !important;
  width: 360px;
}
body:not(.home):not(.front-page) .site-header .cpl-search-form .search-field::placeholder {
  color: #9ca3af !important;
}

body:not(.home):not(.front-page) .site-header .cpl-header__tools {
  gap: 0;
}
body:not(.home):not(.front-page) .site-header .cpl-header__top {
  position: relative;
}
body:not(.home):not(.front-page) .site-header .cpl-nav {
  position: static;
}
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega {
  position: static !important;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-panel {
  top: calc(100% + 20px);
  width: min(1240px, calc(100vw - 32px));
  left: 50%;
  right: auto;
  transform: translate(-50%, 8px);
}
body:not(.home):not(.front-page) .site-header .cpl-mega-panel--child-data {
  background: #f5f6f8;
  border-color: #e8ebf0;
}
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega > .cpl-nav__submenu {
  left: 50%;
  right: auto;
  transform: translate(-50%, 6px);
}
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega:hover > .cpl-mega-panel,
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega:focus-within > .cpl-mega-panel {
  transform: translate(-50%, 0);
}
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega:hover > .cpl-nav__submenu,
body:not(.home):not(.front-page) .site-header .cpl-nav__item--mega:focus-within > .cpl-nav__submenu {
  transform: translate(-50%, 0);
}

/* Non-home mega menu: align with home menu proportions */
body:not(.home):not(.front-page) .site-header .cpl-mega-panel--child-data .cpl-mega-panel__inner {
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-tabs {
  border-right: 0;
  background: #e7e9ee;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-tab {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  padding: 0 16px;
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
  display: block;
  background: transparent;
  border-left: 0;
  color: #3f444c;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-tab.is-active {
  background: #f8f9fb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #2f58d8;
  text-underline-offset: 5px;
  box-shadow: none;
  color: #1f2937;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-tab:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #2f58d8;
  text-underline-offset: 5px;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__title,
body:not(.home):not(.front-page) .site-header .cpl-mega-group__title a,
body:not(.home):not(.front-page) .site-header .cpl-mega-group__links a {
  font-size: 13px;
  line-height: 1.45;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__head {
  gap: 7px;
  margin-bottom: 8px;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__thumb {
  width: 88px;
  height: 40px;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__head .cpl-mega-group__title {
  margin: 0;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__title,
body:not(.home):not(.front-page) .site-header .cpl-mega-group__title a {
  font-weight: 600;
  color: #2f3640;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
body:not(.home):not(.front-page) .site-header .cpl-mega-group__links a {
  font-weight: 400;
  color: #66707f;
}

.cpl-shop-grid { display: grid; grid-template-columns: 260px 1fr; gap: 24px; margin: 20px auto; }
.cpl-home-hero {
  background: linear-gradient(135deg, #0a1630, #0f2757);
  color: #fff;
  padding: 56px 0;
}
.cpl-home-hero__inner { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; align-items: center; }
.cpl-home-hero h1 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 14px; }
.cpl-home-hero p { font-size: 18px; max-width: 640px; margin-bottom: 16px; color: #cbd5e1; }
.cpl-home-hero img { width: 100%; border-radius: 16px; box-shadow: var(--cpl-shadow); }
.cpl-home-section { margin-top: 32px; }
.cpl-home-section > h2 { margin-bottom: 16px; }
.cpl-shop-sidebar {
  background: var(--cpl-surface);
  border: 1px solid var(--cpl-border);
  border-radius: var(--cpl-radius);
  padding: 16px;
  height: fit-content;
}
.cpl-breadcrumb-wrap { margin-top: 10px; color: var(--cpl-muted); font-size: 14px; }
.single-product .woocommerce-breadcrumb {
  margin: 10px 0 16px;
  color: #9aa0a8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product .woocommerce-breadcrumb a {
  color: #9aa0a8;
  font-weight: 400;
}
.single-product .woocommerce-breadcrumb a:hover {
  color: #6f7782;
}
.cpl-filter-group { border-top: 1px solid var(--cpl-border); margin-top: 12px; padding-top: 12px; }
.cpl-filter-group h4 { margin: 0 0 8px; font-size: 16px; }
.cpl-filter-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.cpl-filter-group a { color: var(--cpl-muted); }
.cpl-filter-group a.is-active { color: var(--cpl-brand); font-weight: 700; }
.cpl-category-overview {
  margin: 28px auto;
  background: var(--cpl-surface);
  border: 1px solid var(--cpl-border);
  border-radius: var(--cpl-radius);
  padding: 20px;
}
.cpl-shop-products__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.cpl-product-card {
  background: var(--cpl-surface);
  border-radius: var(--cpl-radius);
  border: 1px solid var(--cpl-border);
  box-shadow: var(--cpl-shadow);
  overflow: hidden;
  position: relative;
}
.cpl-card-link { display: block; padding: 16px; }
.cpl-card-image img { width: 100%; height: 200px; object-fit: contain; }
.cpl-card-body h2 { font-size: 16px; line-height: 1.35; min-height: 44px; }
.cpl-sku, .cpl-short-spec, .cpl-stock-state { color: var(--cpl-muted); font-size: 13px; margin: 6px 0; }
.cpl-price { font-size: 24px; font-weight: 700; }
.cpl-card-cart { padding: 0 16px 16px; }
.button,
.woocommerce a.button,
.woocommerce button.button {
  border: 0;
  background: var(--cpl-brand);
  color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 700;
}
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: var(--cpl-brand-dark); color: #fff; }
.cpl-pagination-wrap {
  margin: 24px 0 8px;
}
.cpl-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cpl-page-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 36px;
}
.cpl-page-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  min-height: 38px;
  padding: 0 6px;
  border-radius: 9px;
  color: #1f2937;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.cpl-page-item .page-numbers.current {
  background: #ff7b1a;
  color: #fff;
}
.cpl-page-item .page-numbers.prev,
.cpl-page-item .page-numbers.next {
  color: #8b9098;
  font-size: 20px;
  font-weight: 500;
  min-width: 34px;
  min-height: 34px;
}
.cpl-page-arrow.is-disabled .page-numbers {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.cpl-page-item.is-dots .page-numbers {
  color: #8b9098;
}
.cpl-page-summary {
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #535862;
  font-size: 13px;
  font-weight: 600;
}
.cpl-page-current {
  min-width: 54px;
  min-height: 40px;
  border: 2px solid #a7adb6;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111827;
  line-height: 1;
  font-size: 13px;
}
.cpl-page-sep {
  font-size: 13px;
  line-height: 1;
}
.cpl-page-total {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  .cpl-pagination {
    gap: 10px;
  }
  .cpl-page-item .page-numbers {
    min-width: 30px;
    min-height: 30px;
    font-size: 20px;
    border-radius: 7px;
  }
  .cpl-page-item .page-numbers.prev,
  .cpl-page-item .page-numbers.next {
    font-size: 24px;
  }
  .cpl-page-summary {
    margin-left: 12px;
    gap: 8px;
    font-size: 18px;
  }
  .cpl-page-current {
    min-width: 38px;
    min-height: 28px;
    font-size: 17px;
  }
  .cpl-page-sep,
  .cpl-page-total {
    font-size: 18px;
  }
}
.cpl-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 4px 8px;
}
.cpl-badge--hot { background: #ff4d2d; }
.cpl-badge--new { background: #3b82f6; }

.cpl-single-product { margin: 20px 0 56px; }
.cpl-product-top { display: grid; gap: 56px; grid-template-columns: minmax(320px, 560px) minmax(0, 1fr); align-items: start; }
.cpl-product-gallery .woocommerce-product-gallery {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cpl-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}
.cpl-product-gallery .woocommerce-product-gallery__image {
  background: #fff;
  display: block;
  position: relative;
}
.cpl-product-gallery .woocommerce-product-gallery__image > a {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
  --cpl-zoom-x: 50%;
  --cpl-zoom-y: 50%;
}
.cpl-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transform-origin: var(--cpl-zoom-x) var(--cpl-zoom-y);
  transition: transform 120ms ease-out;
}
.cpl-product-gallery .woocommerce-product-gallery__image > a.cpl-hover-zoom img:not(.zoomImg) {
  transform: scale(1.9);
}
.cpl-product-gallery .woocommerce-product-gallery__image .zoomImg {
  width: auto !important;
  height: auto !important;
  z-index: 5 !important;
  max-width: none !important;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  right: 14px !important;
  bottom: 14px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid #d8dde6 !important;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12) !important;
  z-index: 12 !important;
  text-indent: -9999px;
  overflow: hidden;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #4b5563;
  border-radius: 50%;
  left: 11px;
  top: 10px;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #4b5563;
  transform: rotate(45deg);
  left: 23px;
  top: 24px;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger:hover {
  border-color: #ff7b1a !important;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger:hover::before {
  border-color: #ff7b1a;
}
.cpl-product-gallery .woocommerce-product-gallery__trigger:hover::after {
  background: #ff7b1a;
}
.cpl-product-gallery .flex-control-thumbs {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.cpl-product-gallery .flex-control-thumbs li {
  list-style: none !important;
  flex: 0 0 75px;
  width: 75px;
  height: 75px;
  min-width: 75px;
  min-height: 75px;
  border: 1px solid #d6dbe4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.cpl-product-gallery .flex-control-thumbs img {
  display: block;
  width: 75px !important;
  height: 75px !important;
  max-width: 75px !important;
  max-height: 75px !important;
  min-width: 75px !important;
  min-height: 75px !important;
  object-fit: cover;
  opacity: 1 !important;
}
.cpl-product-gallery .flex-control-thumbs img.flex-active {
  outline: 1px solid #ff7b1a;
  outline-offset: -1px;
}
.cpl-product-summary {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.cpl-product-summary h1.product_title {
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  color: #1f2937;
}
.cpl-sku-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 0;
  color: #7b8492;
  font-size: 13px;
  font-weight: 500;
}
.cpl-price-panel {
  margin-top: 18px;
  background: #f4f5f7;
  padding: 20px 24px;
  border-radius: 12px;
}
.cpl-price-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
}
.cpl-price-panel__price {
  flex: 0 0 auto;
}
.cpl-price-panel .price {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  color: #111827;
  font-weight: 700;
}
.cpl-price-panel .price .woocommerce-Price-currencySymbol {
  font-size: .85em;
}
.cpl-price-panel__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.3;
}
.cpl-price-panel__meta-item {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
  white-space: nowrap;
}
.cpl-price-panel__meta-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.cpl-price-panel__meta-item:not(:first-child)::before {
  content: "|";
  color: #c0c7d2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpl-price-panel__meta-item strong {
  font-weight: 700;
}
.cpl-price-panel__meta-item--sold strong {
  color: #f59f21;
}
.cpl-price-panel__meta-item--reviews strong,
.cpl-price-panel__meta-item--reviews span {
  color: #2e68c5;
}
.cpl-price-panel__meta-item--questions strong,
.cpl-price-panel__meta-item--questions span {
  color: #334155;
}
@media (max-width: 900px) {
  .cpl-price-panel {
    padding: 14px 16px;
  }
  .cpl-price-panel__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
  }
  .cpl-price-panel .price {
    font-size: 38px;
  }
  .cpl-price-panel__meta {
    justify-content: flex-start;
  }
}
.cpl-product-summary form.cart {
  margin: 0;
  padding: 0;
  border: 0;
}
.single-product .cpl-product-summary p.stock,
.single-product .cpl-product-summary .stock,
.single-product .cpl-product-summary .woocommerce-variation-availability {
  display: none !important;
}
.cpl-cart-actions {
  margin-top: 12px;
  padding: 14px 0 16px;
  border-top: 1px dashed #d4d8df;
  border-bottom: 1px dashed #d4d8df;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
  row-gap: 0;
}
.cpl-cart-actions > form.cart {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  width: auto;
  margin: 0;
}
.cpl-cart-actions .quantity {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.cpl-cart-actions .quantity input.qty {
  width: 86px;
  min-width: 86px;
  height: 56px;
  border-radius: 14px;
  border: 2px solid #d8dee8;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  padding: 0 8px;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cpl-cart-actions .quantity input.qty::-webkit-outer-spin-button,
.cpl-cart-actions .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cpl-cart-actions .cpl-qty-btn {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #b6bfcb;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.cpl-cart-actions .cpl-qty-btn:hover {
  color: #6b7280;
}
.cpl-product-summary .single_add_to_cart_button {
  border-radius: 16px !important;
  background: #ff7f1f !important;
  border: 0 !important;
  min-height: 56px !important;
  padding: 14px 40px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cpl-product-summary .single_add_to_cart_button:hover {
  background: #ea7213 !important;
}
.cpl-button--secondary {
  background: #23262e !important;
  color: #fff !important;
  margin-top: 0;
  border-radius: 16px !important;
  border: 0 !important;
  min-height: 56px;
  padding: 14px 30px !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}
.cpl-button--secondary::before {
  content: "📄";
  font-size: 18px;
  line-height: 1;
}
.cpl-button--secondary:hover {

}
.cpl-highlights {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e4e7ec;
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.06);
  margin-top: 34px;
  padding: 30px 40px;
}
.cpl-section.cpl-highlights {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.cpl-section.cpl-highlights h3 {
  margin: 0;
  color: #ff7f1f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.cpl-highlights ul {
  margin: 10px 0 0;
  padding-left: 20px;
  display: grid;
  column-gap: 48px;
  row-gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: disc;
}
.cpl-highlights li {
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}
.cpl-main-picture-text {
  margin-top: 16px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}
.cpl-stock-state--single { margin: 12px 0 12px; }
.cpl-video-link { margin: 10px 0 0; }
.cpl-video-link a { color: #2563eb; text-decoration: underline; }
.cpl-under-cart-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 10px;
}
.cpl-under-cart-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  color: #4b5563;
}
.cpl-under-cart-list li span {
  line-height: 1.35;
}
.cpl-under-cart-list li span a {
  color: #1f4fae;
}
.cpl-under-cart-list img { width: 20px; height: 20px; object-fit: contain; }
.cpl-product-nav {
  position: sticky;
  top: var(--cpl-sticky-top, 110px);
  z-index: 30;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 0;
}
.cpl-product-nav ul {
  margin: 0;
  padding: 0 6px;
  list-style: none;
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 52px;
  overflow-x: auto;
}
.cpl-product-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #4b5563;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.cpl-product-nav a:hover { color: #111827; }
.cpl-product-nav a.is-active { color: #111827; }
.cpl-product-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff7f1f;
}
.cpl-product-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ff7f1f;
}
.cpl-product-sections .cpl-section {
  scroll-margin-top: 220px;
}
.cpl-product-sections { margin-top: 34px; display: grid; gap: 40px; }
.cpl-section {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.cpl-section h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.2;
  color: #1f2937;
  font-weight: 600;
}
.cpl-section h3 {
  margin: 18px 0 10px;
  font-size: 30px;
  line-height: 1.3;
  color: #1f2937;
  font-weight: 500;
}
.cpl-section h4 {
  margin: 16px 0 8px;
  font-size: 20px;
  line-height: 1.35;
}
.cpl-prose { color: #394150; line-height: 1.78; font-size: 20px; }
.cpl-prose p { margin: 0 0 16px; }
.cpl-prose > :first-child { margin-top: 0; }
.cpl-prose > :last-child { margin-bottom: 0; }
.cpl-spec-table-wrap { overflow-x: auto; }
.cpl-spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.cpl-spec-table th,
.cpl-spec-table td {
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.cpl-spec-table th { width: 35%; color: #111827; background: #f5f5f5; font-weight: 600; }
.cpl-image-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.cpl-image-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.cpl-section--applications > h2 {
  display: none;
}
.cpl-application-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.cpl-application-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: #1f2937;
  font-weight: 600;
}
.cpl-application-list {
  display: grid;
  gap: 18px;
}
.cpl-application-tabs {
  margin: -10px 0 0 auto;
}
.cpl-tab-pills {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cpl-tab-pill {
  border: 0;
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 600;
  background: #1d2a38;
  color: #fff;
  cursor: pointer;
}
.cpl-tab-pill.is-active {
  background: #c7eeff;
  color: #145caa;
}
.cpl-section--applications .cpl-tab-pills {
  gap: 12px;
}
.cpl-section--applications .cpl-tab-pill {
  position: relative;
  min-width: 260px;
  border-radius: 8px;
  padding: 20px 28px;
  background: #c7efff;
  color: #0f459a;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}
.cpl-section--applications .cpl-tab-pill.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #c7efff;
}
.cpl-application-item {
  border: 0;
  border-radius: 0;
  padding: 48px 0 0;
  display: none;
  animation: cplFadeIn .25s ease;
}
.cpl-application-item.is-active {
  display: block;
}
.cpl-application-item h3,
.cpl-application-related h4 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}
.cpl-application-item h3 span,
.cpl-application-related h4 span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}
.cpl-application-item h3 span::before,
.cpl-application-related h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111827;
}
.cpl-application-image {
  margin: 110px auto 90px;
  text-align: center;
}
.cpl-application-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
.cpl-application-related {
  margin-top: 0;
}
.cpl-application-products {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1280px;
}
.cpl-application-product {
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
.cpl-application-product a {
  min-height: 150px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 28px 34px;
}
.cpl-application-product__image {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.cpl-application-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cpl-application-product__title {
  color: #003d9f;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}
.cpl-section--certification > h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.cpl-certification-image {
  margin-top: 40px;
  text-align: center;
}
.cpl-certification-image img {
  display: inline-block;
  width: 100%;
  max-width: 1120px;
  height: auto;
  object-fit: contain;
}
.cpl-section--features {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 18px;
}
.cpl-section--features > h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.cpl-feature-block {
  padding: 34px 0 38px;
  border-bottom: 1px solid #eceff3;
}
.cpl-feature-block:last-child {
  border-bottom: 0;
}
.cpl-feature-block__head {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}
.cpl-feature-block__head h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  color: #1f2937;
}
.cpl-feature-block__desc {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.75;
}
.cpl-feature-block__desc p,
.cpl-feature-test__desc p {
  margin: 0 0 8px;
}
.cpl-feature-block__desc p:last-child,
.cpl-feature-test__desc p:last-child {
  margin-bottom: 0;
}
.cpl-feature-block__link {
  display: inline-flex;
  margin-top: 8px;
  color: #1f7bd4;
  font-weight: 600;
}
.cpl-feature-block__image-wrap {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.cpl-feature-block__image-wrap img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: 8px;
}
.cpl-feature-metrics {
  max-width: 820px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.cpl-feature-metric {
  min-height: 62px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 12px 14px;
  background: #f6f6f6;
  color: #6b7280;
  text-align: center;
  line-height: 1.35;
}
.cpl-feature-metric strong {
  color: #1f2937;
  font-size: 14px;
}
.cpl-feature-metric span {
  font-size: 13px;
}
.cpl-feature-test {
  max-width: 920px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: stretch;
}
.cpl-feature-test__groups {
  background: #f5f5f5;
  padding: 14px 0;
  display: grid;
  align-content: start;
}
.cpl-feature-test__group {
  border: 0;
  border-left: 2px solid transparent;
  padding: 16px 18px;
  background: transparent;
  color: #374151;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.cpl-feature-test__group.is-active {
  border-left-color: #ff7f1f;
  background: #fff;
  color: #111827;
  font-weight: 700;
}
.cpl-feature-test__body {
  min-width: 0;
  padding-left: 20px;
}
.cpl-feature-test__group-panel,
.cpl-feature-test__panel {
  display: none;
}
.cpl-feature-test__group-panel.is-active,
.cpl-feature-test__panel.is-active {
  display: block;
}
.cpl-feature-test__tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #f1f2f4;
}
.cpl-feature-test__tab {
  border: 0;
  border-radius: 999px;
  padding: 9px 20px;
  background: transparent;
  color: #6b7280;
  font-size: 14px;
  cursor: pointer;
}
.cpl-feature-test__tab.is-active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .08);
}
.cpl-feature-test__desc {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 18px;
}
.cpl-feature-test__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.cpl-feature-test__content {
  min-height: 300px;
  margin: 0;
  padding: 24px;
  border: 5px solid #111;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  white-space: pre-wrap;
  overflow-x: auto;
}
.cpl-head-banner {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.cpl-head-banner img { width: 100%; height: auto; display: block; }
.cpl-head-banner img.mobile { display: none; }
.cpl-head-banner__copy {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 42%;
}
.cpl-head-banner__copy h3 { margin: 0 0 10px; color: #111827; }
.cpl-head-banner__btn {
  display: inline-flex;
  align-items: center;
  background: #111827;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
}
.cpl-test-list { margin-top: 14px; display: grid; gap: 10px; }
.cpl-test-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px;
}
.cpl-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.cpl-related-item {
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  overflow: hidden;
  background: #fafafa;
}
.cpl-related-item a { display: block; }
.cpl-related-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.cpl-related-item h4 {
  margin: 12px 12px 6px;
  font-size: 15px;
  line-height: 1.4;
  color: #111827;
}
.cpl-related-sku {
  margin: 0 12px 14px;
  font-size: 12px;
  color: #6b7280;
}
.cpl-section--compare-items h2 {
  padding-bottom: 28px;
  border-bottom: 1px solid #dcdcdc;
}
.cpl-compare-wrap {
  width: 100%;
  overflow-x: auto;
}
.cpl-compare-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #3f4a58;
}
.cpl-compare-table th,
.cpl-compare-table td {
  border: 0;
  padding: 20px 24px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.45;
}
.cpl-compare-table thead th {
  padding-top: 18px;
  padding-bottom: 28px;
  background: #fff;
}
.cpl-compare-table thead th:first-child,
.cpl-compare-table tbody th {
  width: 250px;
  text-align: left;
}
.cpl-compare-table tbody tr:nth-child(odd) {
  background: #fff7f2;
}
.cpl-compare-table tbody th {
  color: #111827;
  font-weight: 700;
}
.cpl-compare-head {
  display: grid;
  justify-items: center;
  gap: 20px;
  color: #374151;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.cpl-compare-head img {
  width: 190px;
  height: 120px;
  object-fit: contain;
}
.cpl-resource-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cpl-resource-list a {
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  color: #1f2937;
  background: #f9fafb;
  position: relative;
  padding-left: 40px;
}
.cpl-resource-list a::before {
  content: "↓";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d1d5db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #4b5563;
}
.cpl-faq-list { display: grid; gap: 10px; }
.cpl-faq-list details {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.cpl-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding: 12px 14px;
  position: relative;
}
.cpl-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #6b7280;
}
.cpl-faq-list details[open] summary::after {
  content: "-";
}
.cpl-faq-list details > div {
  padding: 0 14px 12px;
  color: #4b5563;
  line-height: 1.7;
}
.cpl-accessory-group + .cpl-accessory-group {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #d1d5db;
}
.cpl-accessory-tabs {
  margin-bottom: 16px;
}
.cpl-accessory-group {
  display: none;
  animation: cplFadeIn .25s ease;
}
.cpl-accessory-group.is-active {
  display: block;
}

/* Product detail PC design pass */
.single-product .cpl-single-product {
  max-width: 1260px;
  margin: 18px auto 58px;
}
.single-product .cpl-product-top {
  grid-template-columns: minmax(360px, 540px) minmax(0, 1fr);
  gap: 56px;
  padding-bottom: 22px;
}
.single-product .cpl-product-gallery .woocommerce-product-gallery__wrapper {
  border: 0;
  border-radius: 0;
}
.single-product .cpl-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
  max-height: 420px;
  object-fit: contain;
}
.single-product .cpl-product-gallery .flex-control-thumbs {
  gap: 10px;
  margin-top: 14px !important;
}
.single-product .cpl-product-gallery .flex-control-thumbs li,
.single-product .cpl-product-gallery .flex-control-thumbs img {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  max-width: 62px !important;
  max-height: 62px !important;
  border-radius: 0;
}
.single-product .cpl-product-summary h1.product_title {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #111827;
}
.single-product .cpl-sku-row {
  margin-top: 10px;
  font-size: 12px;
  color: #6f7784;
}
.single-product .cpl-price-panel {
  margin-top: 14px;
  padding: 14px 18px;
  border-radius: 0;
  background: #f6f6f6;
}
.single-product .cpl-price-panel__inner {
  min-height: 50px;
}
.single-product .cpl-price-panel .price {
  font-size: 30px;
  color: #ff7f1f;
}
.single-product .cpl-price-panel__meta {
  font-size: 12px;
}
.single-product .cpl-product-switch {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.single-product .cpl-product-switch__group + .cpl-product-switch__group {
  margin-top: 12px;
}
.single-product .cpl-product-switch__title {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #6b7280;
  font-weight: 600;
}
.single-product .cpl-product-switch__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-product .cpl-product-switch__item {
  margin: 0;
}
.single-product .cpl-product-switch__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  min-height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  transition: all .2s ease;
}
.single-product .cpl-product-switch__pill:hover {
  border-color: #fb923c;
  color: #ea580c;
}
.single-product .cpl-product-switch__item.is-active .cpl-product-switch__pill {
  border-color: #fb923c;
  color: #ea580c;
  background: #fff7ed;
  pointer-events: none;
}
.single-product .cpl-cart-actions {
  margin-top: 12px;
  padding: 12px 0 12px;
  gap: 12px;
}
.single-product .cpl-cart-actions .quantity input.qty,
.single-product .cpl-product-summary .single_add_to_cart_button,
.single-product .cpl-button--secondary {
  min-height: 40px !important;
  height: 40px;
  border-radius: 999px !important;
  font-size: 13px !important;
}
.single-product .cpl-cart-actions .quantity input.qty {
  width: 58px;
  min-width: 58px;
  border-width: 1px;
}
.single-product .cpl-product-summary .single_add_to_cart_button {
  padding: 10px 26px !important;
}
.single-product .cpl-button--secondary {
  padding: 10px 22px !important;
}
.single-product .cpl-button--secondary::before {
  content: none;
}
.single-product .cpl-under-cart-list {
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
}
.single-product .cpl-under-cart-list li {
  font-size: 12px;
}
.single-product .cpl-under-cart-list img {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .single-product .cpl-product-switch {
    padding: 12px;
  }
  .single-product .cpl-product-switch__items {
    gap: 6px;
  }
  .single-product .cpl-product-switch__pill {
    padding: 6px 10px;
    min-height: 32px;
    font-size: 13px;
  }
}
.single-product .cpl-section.cpl-highlights {
  margin: 8px 0 18px;
  padding: 20px 28px;
  border-radius: 8px;
  border-color: #e7e7e7;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
}
.single-product .cpl-section.cpl-highlights h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ff7f1f;
}
.single-product .cpl-highlights ul {
  margin-top: 12px;
  row-gap: 8px;
}
.single-product .cpl-highlights li {
  font-size: 13px;
  line-height: 1.45;
}
.single-product .cpl-product-nav {
  top: var(--cpl-sticky-top, 96px);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc((100vw - min(1260px, 100vw - 32px)) / 2);
  border-top-color: #dcdfe5;
  border-bottom-color: #dcdfe5;
}
.single-product .cpl-product-nav ul {
  gap: 34px;
  min-height: 46px;
  padding: 0;
}
.single-product .cpl-product-nav a {
  min-height: 46px;
  font-size: 13px;
  font-weight: 500;
}
.single-product .cpl-product-sections {
  margin-top: 24px;
  gap: 34px;
}
.single-product .cpl-section h2 {
  margin: 0 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}
.single-product .cpl-section--features > h2,
.single-product .cpl-section--compare-items h2,
.single-product .cpl-section--certification > h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.single-product .cpl-spec-table {
  min-width: 900px;
  border-top: 1px solid #d4d8df;
}
.single-product .cpl-spec-table th,
.single-product .cpl-spec-table td {
  border: 0;
  border-bottom: 1px solid #edf0f4;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.35;
}
.single-product .cpl-spec-table th {
  width: 20%;
  background: #f7f7f7;
  color: #111827;
  font-weight: 700;
}
.single-product .cpl-spec-table td {
  width: 30%;
  color: #374151;
}
.single-product .cpl-certification-image,
.single-product .cpl-certification-placeholder {
  margin-top: 34px;
}
.single-product .cpl-certification-image img {
  max-width: 1080px;
}
.single-product .cpl-certification-placeholder {
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 24px 30px 0;
  background: #fff;
}
.single-product .cpl-certification-placeholder span {
  width: 190px;
  height: 220px;
  border: 8px solid #c58b35;
  background: repeating-linear-gradient(-45deg, #fff 0 8px, #f3f3f3 8px 16px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .18);
}
.single-product .cpl-certification-placeholder span:nth-child(1),
.single-product .cpl-certification-placeholder span:nth-child(5) {
  transform: scale(.72) translateY(18px);
}
.single-product .cpl-certification-placeholder span:nth-child(2),
.single-product .cpl-certification-placeholder span:nth-child(4) {
  transform: scale(.86) translateY(8px);
}
.single-product .cpl-certification-placeholder span:nth-child(3) {
  transform: scale(1);
  z-index: 2;
}
.single-product .cpl-application-head {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
.single-product .cpl-application-head h2 {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.single-product .cpl-application-list {
  gap: 36px;
}
.single-product .cpl-application-item {
  display: block;
  padding-top: 0;
}
.single-product .cpl-application-item h3 {
  margin: 0 0 24px;
  font-size: 18px;
}
.single-product .cpl-application-item h3 span {
  padding-left: 18px;
}
.single-product .cpl-application-item h3 span::before {
  width: 5px;
  height: 5px;
}
.single-product .cpl-application-image {
  margin: 0 auto;
  text-align: center;
}
.single-product .cpl-application-image img {
  max-width: 1120px;
  width: 100%;
  max-height: 340px;
  object-fit: contain;
}
.single-product .cpl-application-image--placeholder {
  min-height: 220px;
  background: linear-gradient(90deg, #f4f7fb, #fff 50%, #f4f7fb);
  border: 1px dashed #d9dee8;
}
.single-product .cpl-application-related {
  margin-top: 44px;
}
.single-product .cpl-application-related h4 {
  margin: 0 0 24px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}
.single-product .cpl-application-related h4 span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.single-product .cpl-application-related h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .64em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #111827;
}
.single-product .cpl-application-products {
  max-width: 820px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.single-product .cpl-application-product {
  border-radius: 4px;
  background: #f8f8f8;
  overflow: hidden;
}
.single-product .cpl-application-product a {
  min-height: 118px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
}
.single-product .cpl-application-product__image {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.single-product .cpl-application-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-product .cpl-application-product__title {
  color: #003d9f;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}
.single-product .cpl-feature-block {
  padding: 24px 0 36px;
}
.single-product .cpl-feature-block__head h3 {
  font-size: 16px;
}
.single-product .cpl-feature-block__desc {
  font-size: 13px;
}
.single-product .cpl-feature-block__image-wrap {
  max-width: 920px;
}
.single-product .cpl-feature-block__image-wrap img {
  max-height: 430px;
}
.single-product .cpl-feature-metrics {
  max-width: 760px;
  gap: 8px;
}
.single-product .cpl-feature-test {
  max-width: 1080px;
}
.single-product .cpl-feature-test--remapped {
  display: block;
}
.single-product .cpl-feature-test__primary {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 28px;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #f1f2f4;
}
.single-product .cpl-feature-test__primary .cpl-feature-test__group {
  min-width: 160px;
  border: 0;
  border-radius: 999px;
  padding: 10px 26px;
  background: transparent;
  color: #6b7280;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.single-product .cpl-feature-test__primary .cpl-feature-test__group.is-active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .08);
  font-weight: 600;
}
.single-product .cpl-feature-test__body {
  padding-left: 0;
}
.single-product .cpl-feature-test__group-panel.is-active {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
}
.single-product .cpl-feature-test__secondary {
  margin: 0;
  padding: 18px 0;
  display: grid;
  align-content: start;
  gap: 0;
  border-radius: 0;
  background: #f5f5f5;
}
.single-product .cpl-feature-test__secondary .cpl-feature-test__tab {
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0;
  padding: 18px 22px;
  background: transparent;
  color: #374151;
  text-align: left;
  font-size: 15px;
  line-height: 1.25;
}
.single-product .cpl-feature-test__secondary .cpl-feature-test__tab.is-active {
  border-left-color: #ff7f1f;
  background: #fff;
  color: #111827;
  box-shadow: none;
  font-weight: 700;
}
.single-product .cpl-feature-test__panel {
  min-width: 0;
}
.single-product .cpl-feature-test__content {
  min-height: 330px;
}
.single-product .cpl-compare-table th,
.single-product .cpl-compare-table td {
  padding: 14px 20px;
  font-size: 14px;
}
.single-product .cpl-compare-table thead th:first-child,
.single-product .cpl-compare-table tbody th {
  width: 230px;
}
.single-product .cpl-compare-head {
  gap: 14px;
  font-size: 15px;
}
.single-product .cpl-compare-head img {
  width: 150px;
  height: 90px;
}
.single-product .cpl-resource-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.single-product .cpl-resource-card {
  min-height: 84px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fbfcfd;
  color: #1f2937;
}
.single-product .cpl-resource-card:hover {
  border-color: #ff7f1f;
  color: #ff7f1f;
}
.single-product .cpl-resource-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #d1d5db;
}
.single-product .cpl-resource-card__icon::before {
  content: "↓";
  color: #4b5563;
  font-size: 20px;
  line-height: 1;
}
.single-product .cpl-resource-card__name {
  min-width: 0;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.single-product .cpl-section--qa {
  margin-top: 6px;
}
.single-product .cpl-qa-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
}
.single-product .cpl-qa-head h2 {
  margin: 0;
  padding: 0;
  border: 0;
}
.single-product .cpl-qa-view-all {
  color: #0f5fc2;
  font-size: 12px;
}
.single-product .cpl-faq-list {
  gap: 0;
}
.single-product .cpl-faq-list details {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e7eb;
}
.single-product .cpl-faq-list summary {
  padding: 14px 18px 14px 34px;
  color: #111827;
  font-size: 14px;
}
.single-product .cpl-faq-list summary::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #eef2f7;
  color: #6b7280;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
}
.single-product .cpl-faq-list details > div {
  padding: 0 18px 16px 34px;
  color: #4b5563;
  font-size: 13px;
}
@keyframes cplFadeIn {
  from { opacity: 0; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

.cpl-quote-modal[hidden] { display: none; }
.cpl-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: grid;
  place-items: center;
}
.cpl-quote-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.cpl-quote-modal__content {
  position: relative;
  z-index: 1;
  width: min(560px, 92vw);
  background: #fff;
  border-radius: 12px;
  padding: 24px;
}
.cpl-quote-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 28px;
}
.cpl-quote-form { display: grid; gap: 12px; }
.cpl-quote-form label { display: grid; gap: 6px; font-weight: 600; }
.cpl-quote-form input, .cpl-quote-form textarea {
  border: 1px solid var(--cpl-border);
  border-radius: 8px;
  padding: 10px;
  font: inherit;
}
.cpl-quote-form__response { margin: 0; color: var(--cpl-muted); }

.cpl-footer { background: #f1f5f9; border-top: 1px solid var(--cpl-border); margin-top: 44px; }
.cpl-footer__inner { display: grid; gap: 24px; grid-template-columns: 1fr 2fr; padding: 30px 0; }
.cpl-footer__menus { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.cpl-footer h4 { margin-top: 0; }
.cpl-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; color: var(--cpl-muted); }
.cpl-contact-card {
  margin-top: 24px;
  background: var(--cpl-surface);
  border-radius: var(--cpl-radius);
  border: 1px solid var(--cpl-border);
  padding: 20px;
}

/* Contact Us page */
.cpl-contact-page {
  min-height: 720px;
  background: #fff;
  color: #171b24;
}
.cpl-contact-hero {
  position: relative;
  display: grid;
  place-items: center;
  height: 260px;
  overflow: hidden;
  background-image: var(--cpl-contact-hero-image);
  background-position: center;
  background-size: cover;
}
.cpl-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--cpl-contact-overlay-opacity, .46));
}
.cpl-contact-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
.cpl-contact-sales {
  padding: 18px 0 0;
  background: #fff;
}
.cpl-contact-sales__inner {
  width: 1240px;
  margin: 0 auto;
}
.cpl-contact-sales h2 {
  margin: 0 0 14px;
  color: #10131a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.cpl-contact-sales__intro {
  margin: 0 0 26px;
  color: #555b66;
  font-size: 13px;
  line-height: 1.7;
}
.cpl-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 10px;
}
.cpl-contact-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #555b66;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.cpl-contact-form__wide,
.cpl-contact-form__privacy,
.cpl-contact-form button,
.cpl-contact-form .cpl-quote-form__response {
  grid-column: 1 / -1;
}
.cpl-contact-form input,
.cpl-contact-form select,
.cpl-contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 3px;
  outline: none;
  background: #f5f5f7;
  color: #1f2937;
  font: inherit;
  font-size: 13px;
}
.cpl-contact-form input,
.cpl-contact-form select {
  height: 32px;
  padding: 0 12px;
}
.cpl-contact-form select {
  color: #a0a4ab;
}
.cpl-contact-form select:valid {
  color: #1f2937;
}
.cpl-contact-form textarea {
  min-height: 86px;
  padding: 12px;
  resize: vertical;
}
.cpl-contact-form input::placeholder,
.cpl-contact-form textarea::placeholder {
  color: #b8bbc1;
}
.cpl-contact-form__comments-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cpl-contact-form__comments-head output {
  color: #858b95;
  font-size: 12px;
}
.cpl-contact-form__privacy {
  margin: -4px 0 0;
  color: #555b66;
  font-size: 12px;
  line-height: 1.6;
}
.cpl-contact-form button {
  justify-self: start;
  min-width: 96px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: #ff7622;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.cpl-contact-form button:hover {
  background: #e86613;
}
.cpl-contact-form .cpl-quote-form__response {
  min-height: 18px;
  margin: 0;
  color: #ff7622;
  font-size: 12px;
}
.cpl-contact-info {
  padding: 18px 0 58px;
  background: #fff;
}
.cpl-contact-info__inner {
  width: min(1240px, 92vw);
  margin: 0 auto;
}
.cpl-contact-info__divider {
  height: 1px;
  margin: 0 0 52px;
  background: #dedede;
}
.cpl-contact-info h2 {
  margin: 0 0 20px;
  color: #171b24;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.cpl-contact-info__intro {
  margin: 0 0 28px;
  color: #696969;
  font-size: 14px;
  line-height: 1.55;
}
.cpl-contact-info__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.cpl-contact-info-card {
  display: flex;
  gap: 18px;
  align-items: center;
  height: 140px;
  padding: 35px 25px 25px !important;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
a.cpl-contact-info-card:hover {
  border-color: rgba(255, 118, 34, .45);
  box-shadow: 0 10px 24px rgba(17, 24, 39, .07);
  transform: translateY(-1px);
}
.cpl-contact-info-card__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 118, 34, .35);
  border-radius: 50%;
  background: #fff4ed;
  color: #ff7622;
}
.cpl-contact-info-card__icon .iconfont {
  font-size: 31px;
  line-height: 1;
}
.cpl-contact-info-card__body {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.cpl-contact-info-card__title {
  display: inline-flex;
  align-items: center;
  color: #1b1d22;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.cpl-contact-info-card--arrow .cpl-contact-info-card__title::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.cpl-contact-info-card__copy {
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}
.cpl-contact-floating {
  position: fixed;
  top: 420px;
  right: 0;
  z-index: 40;
  width: 45px;
  background: #ff7622;
}
.cpl-contact-floating a,
.cpl-contact-floating button {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.cpl-contact-floating a:last-child,
.cpl-contact-floating button:last-child {
  border-bottom: 0;
}
.cpl-contact-floating .iconfont {
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 1240px) {
  .cpl-contact-sales__inner {
    width: min(1240px, 92vw);
  }
  .cpl-contact-info__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .cpl-contact-hero {
    height: 190px;
  }
  .cpl-contact-hero h1 {
    font-size: 28px;
  }
  .cpl-contact-form {
    grid-template-columns: 1fr;
  }
  .cpl-contact-info {
    padding-bottom: 42px;
  }
  .cpl-contact-info__divider {
    margin-bottom: 36px;
  }
  .cpl-contact-info h2 {
    font-size: 20px;
  }
  .cpl-contact-info__intro {
    font-size: 14px;
  }
  .cpl-contact-info-card {
    height: 140px;
    padding: 35px 25px 25px !important;
  }
  .cpl-contact-info-card__icon {
    width: 52px;
    height: 52px;
  }
  .cpl-contact-info-card__icon .iconfont {
    font-size: 27px;
  }
  .cpl-contact-info-card__title {
    font-size: 16px;
  }
  .cpl-contact-info-card__copy {
    font-size: 12px;
  }
}

/* Product category archive (cplight parity MVP) */
.tax-product_cat .cpl-shop-archive {
  background: #f5f5f5;
  padding-bottom: 24px;
}
.tax-product_cat .cpl-archive-banner {
  height: 240px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.cpl-shop-archive > .cpl-archive-banner {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.tax-product_cat .cpl-archive-banner a {
  display: block;
  position: relative;
  height: 100%;
}
.tax-product_cat .cpl-archive-banner img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* Force full-bleed hero/banner on GPU rental page as well */
.gpu_repair_page .repair_image_box {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.tax-product_cat .cpl-archive-banner__mobile {
  display: none;
}
.tax-product_cat .cpl-archive-banner__copy {
  position: absolute;
  left: max(24px, calc((100% - 1240px) / 2));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 560px;
}
.tax-product_cat .cpl-archive-banner__copy h2 {
  margin: 0;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.2;
  letter-spacing: 0;
}
.tax-product_cat .cpl-archive-banner__copy p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #ff9d3e;
  font-weight: 600;
}
.tax-product_cat .cpl-breadcrumb-wrap {
  margin-top: 0;
  color: #8b929b;
  font-size: 12px;
  padding: 16px 0 12px;
}
.tax-product_cat .cpl-breadcrumb-wrap .woocommerce-breadcrumb {
  margin: 0;
}
.tax-product_cat .cpl-shop-grid {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 50px;
  margin-top: 8px;
}
.tax-product_cat .cpl-shop-sidebar {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.tax-product_cat .cpl-shop-sidebar > h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.tax-product_cat .cpl-selected-filters {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tax-product_cat .cpl-selected-filters li a {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #d8dde4;
  background: #ededed;
  color: #666f7c;
  padding: 8px 12px;
  font-size: 13px;
}
.tax-product_cat .cpl-filter-group {
  border-top: 1px solid #d7dae0;
  margin-top: 14px;
  padding-top: 14px;
}
.tax-product_cat .cpl-filter-group h4 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #1f2937;
}
.tax-product_cat .cpl-filter-group ul {
  gap: 9px;
}
.tax-product_cat .cpl-filter-group a {
  display: block;
  position: relative;
  padding-left: 24px;
  color: #646d78;
  font-size: 12px;
  line-height: 1.35;
}
.tax-product_cat .cpl-filter-group a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #b2b8c1;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
}
.tax-product_cat .cpl-filter-group a.is-active {
  color: #ff7f1f;
  font-weight: 600;
}
.tax-product_cat .cpl-filter-group a.is-active::before {
  border-color: #ff7f1f;
  background: #ff7f1f;
  box-shadow: inset 0 0 0 2px #fff;
}
.tax-product_cat .cpl-shop-products__head {
  margin-bottom: 14px;
}
.tax-product_cat .cpl-shop-products__head > div {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}
.tax-product_cat .cpl-result-count {
  color: #8e949d;
  font-size: 12px;
}
.tax-product_cat .cpl-ordering-hint {
  margin-left: auto;
  color: #8e949d;
  font-size: 12px;
}
.tax-product_cat .woocommerce .woocommerce-ordering {
  margin: 0;
  float: none;
}
.tax-product_cat .woocommerce .woocommerce-ordering select {
  border: 0;
  background: transparent;
  color: #8e949d;
  font-size: 12px;
  padding-right: 18px;
}
.tax-product_cat ul.products {
  grid-template-columns: repeat(3, 280px);
  justify-content: space-between;
  gap: 14px;
}
.tax-product_cat .cpl-product-card {
  border-radius: 22px;
  border: 1px solid #dfe3e9;
  box-shadow: none;
  width: 280px;
  height: 370px;
  min-height: 370px;
  max-height: 370px;
}
.tax-product_cat .cpl-card-link {
  padding: 14px 14px 16px;
}
.tax-product_cat .cpl-card-image {
  height: 200px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.tax-product_cat .cpl-card-image img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;
}
.tax-product_cat .cpl-card-body {
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.tax-product_cat .cpl-card-body h2 {
  color: #3f4650;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  min-height: 40px;
  margin: 4px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tax-product_cat .cpl-sku {
  color: #8e949d;
  font-size: 12px;
  margin: 0 0 6px;
}
.tax-product_cat .cpl-stock-state {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  color: #76808d;
  font-size: 12px;
  margin: 0;
}
.tax-product_cat .cpl-stock-state strong {
  color: #ff8d2f;
}
.tax-product_cat .cpl-card-price {
  margin-top: 12px;
}
.tax-product_cat .cpl-card-price .price {
  color: #31353c;
  font-size: 38px;
  font-weight: 500;
}
.tax-product_cat .cpl-card-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 0;
}
.tax-product_cat .cpl-card-cart .button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  border-radius: 50%;
  background: #ff7f1f !important;
  color: #fff !important;
  font-size: 0;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tax-product_cat .cpl-card-cart .button::before {
  content: "🛒";
  font-size: 20px;
  line-height: 1;
}
.tax-product_cat .cpl-card-cart .button:hover {
  background: #ea7213 !important;
}
.tax-product_cat .cpl-badge {
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 0;
  padding: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
.tax-product_cat .cpl-badge--hot {
  background: #ff7f1f;
}
.tax-product_cat .cpl-badge--new {
  background: #49a6ff;
}

@media (max-width: 980px) {
  .cpl-header__top { grid-template-columns: 1fr; gap: 12px; }
  .cpl-nav__menu { flex-wrap: wrap; gap: 14px; }
  .cpl-mega-panel { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; display: none; }
  .cpl-nav__item--mega:hover > .cpl-mega-panel,
  .cpl-nav__item--mega:focus-within > .cpl-mega-panel { display: block; }
  .cpl-mega-panel--child-data .cpl-mega-panel__inner { grid-template-columns: 1fr; }
  .cpl-mega-pane.is-active { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpl-mega-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpl-mega-tab,
  .cpl-mega-group__links a,
  .cpl-mega-card__title { font-size: 16px; }
  .cpl-mega-group__title { font-size: 17px; }
  .cpl-shop-grid { grid-template-columns: 1fr; }
  .tax-product_cat .cpl-archive-banner {
    height: 180px;
    min-height: 180px;
  }
  .tax-product_cat .cpl-archive-banner img { height: 180px; }
  .tax-product_cat .cpl-archive-banner__pc { display: none; }
  .tax-product_cat .cpl-archive-banner__mobile { display: block; }
  .tax-product_cat .cpl-archive-banner__copy { left: 16px; right: 16px; max-width: none; }
  .tax-product_cat .cpl-shop-sidebar > h3 { font-size: 16px; }
  .tax-product_cat .cpl-filter-group h4 { font-size: 14px; }
  .tax-product_cat .cpl-filter-group a { font-size: 12px; }
  .tax-product_cat .cpl-ordering-hint { display: none; }
  .tax-product_cat .cpl-shop-products__head > div { gap: 8px; }
  .tax-product_cat ul.products {
    grid-template-columns: repeat(2, 280px);
    justify-content: center;
    gap: 12px;
  }
  ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpl-product-top { grid-template-columns: 1fr; }
  .cpl-home-hero__inner { grid-template-columns: 1fr; }
  .cpl-highlights ul { grid-template-columns: 1fr; }
  .cpl-section.cpl-highlights {
    margin-top: 30px;
    padding: 20px 10px;
  }
  .cpl-section.cpl-highlights h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .cpl-highlights li {
    font-size: 14px;
    line-height: 1.5;
  }
  .cpl-footer__inner { grid-template-columns: 1fr; }
  .cpl-product-nav { top: var(--cpl-sticky-top, 110px); }
  .cpl-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpl-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cpl-feature-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cpl-feature-test {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cpl-feature-test__groups {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cpl-feature-test__body {
    padding-left: 0;
  }
  .cpl-head-banner__copy { max-width: 62%; }
  .cpl-section h2 { font-size: 30px; }
  .cpl-section h3 { font-size: 24px; }
  .cpl-prose { font-size: 18px; }
}

@media (max-width: 680px) {
  .tax-product_cat ul.products {
    grid-template-columns: 280px;
    justify-content: center;
  }
  ul.products { grid-template-columns: 1fr; }
  .cpl-search-form .search-field { width: 100%; }
  .cpl-product-top { gap: 20px; }
  .cpl-product-summary h1.product_title { font-size: 26px; }
  .cpl-price-panel .price { font-size: 36px; }
  .cpl-price-panel .price .woocommerce-Price-currencySymbol { font-size: 24px; }
  .cpl-cart-actions {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .cpl-cart-actions > form.cart {
    width: 100%;
    justify-content: flex-start;
  }
  .cpl-button--secondary.cpl-bulk-quote-btn {
    width: 100%;
    justify-content: center;
  }
  .cpl-section { padding: 0; }
  .cpl-section h2 { font-size: 24px; }
  .cpl-section h3 { font-size: 20px; }
  .cpl-prose { font-size: 16px; }
  .cpl-section.cpl-highlights h3 { font-size: 24px; }
  .cpl-highlights li { font-size: 14px; }
  .cpl-under-cart-list { grid-template-columns: 1fr; }
  .cpl-related-grid,
  .cpl-image-grid { grid-template-columns: 1fr; }
  .cpl-feature-metrics,
  .cpl-feature-test__groups { grid-template-columns: 1fr; }
  .cpl-tab-pill { font-size: 13px; padding: 8px 12px; }
  .cpl-head-banner img.desktop { display: none; }
  .cpl-head-banner img.mobile { display: block; }
  .cpl-head-banner__copy {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 12px;
    background: #fff;
  }
}

/* Solution module */
.cpl-solution-hero {
  position: relative;
  background: #0d1f49;
  min-height: 240px;
  display: flex;
  align-items: center;
}
.cpl-solution-hero__media-wrap,
.cpl-solution-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cpl-solution-hero__media {
  object-fit: cover;
  display: block;
}
.cpl-solution-hero__media--fallback {
  background: linear-gradient(120deg, #0b214d 0%, #123f86 45%, #0f6db8 100%);
}
.cpl-solution-hero__inner {
  position: relative;
  z-index: 2;
  padding: 36px 0;
}
.cpl-solution-hero__inner h1 {
  color: #fff;
  font-size: 56px;
  line-height: 1.1;
  margin: 0;
  max-width: 760px;
}
.cpl-solution-breadcrumb-wrap {
  background: #fff;
  border-bottom: 1px solid #eceef2;
}
.cpl-solution-breadcrumb {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8b95a7;
  font-size: 16px;
}
.cpl-solution-breadcrumb a {
  color: #64748b;
}
.cpl-solution-breadcrumb a:hover {
  color: #0f172a;
}
.cpl-solution-archive__section,
.cpl-solution-taxonomy__overview,
.cpl-solution-taxonomy__list,
.cpl-solution-section {
  padding-top: 48px;
  padding-bottom: 12px;
}
.cpl-solution-overview-card {
  background: #fff;
  border: 1px solid #eceef2;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  padding: 34px 40px;
}
.cpl-solution-overview-card h2 {
  margin: 0 0 16px;
  font-size: 46px;
  text-align: center;
}
.cpl-solution-overview-card__content {
  color: #4b5563;
  font-size: 20px;
  line-height: 1.75;
}
.cpl-solution-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}
.cpl-solution-category-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 22px;
}
.cpl-solution-category-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}
.cpl-solution-category-card p {
  margin: 0 0 12px;
  color: #6b7280;
  line-height: 1.65;
}
.cpl-solution-link {
  color: #ff7b1a;
  font-weight: 600;
}
.cpl-solution-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.cpl-solution-post-card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.cpl-solution-post-card__thumb {
  display: block;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.cpl-solution-post-card__body {
  padding: 20px;
}
.cpl-solution-post-card__body h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
}
.cpl-solution-post-card__body p {
  margin: 0 0 12px;
  color: #6b7280;
  line-height: 1.65;
}
.cpl-solution-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: 36px;
  align-items: start;
}
.cpl-solution-overview__left h2,
.cpl-solution-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.2;
  color: #1f2937;
}
.cpl-solution-rich {
  color: #4b5563;
  line-height: 1.75;
  font-size: 18px;
}
.cpl-solution-bullet-list {
  margin: 20px 0 0;
  padding-left: 22px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.75;
}
.cpl-solution-bullet-list li::marker {
  color: #ff7b1a;
}
.cpl-solution-overview__right img,
.cpl-solution-overview__bottom img,
.cpl-solution-tab-pane > img,
.cpl-solution-benefit-card > img,
.cpl-solution-case-card__thumb img,
.cpl-solution-product-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.cpl-solution-overview__bottom {
  margin-top: 24px;
}
.cpl-solution-tabs__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.cpl-solution-tab-btn {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 2px;
  position: relative;
}
.cpl-solution-tab-btn.is-active {
  color: #111827;
}
.cpl-solution-tab-btn.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  height: 2px;
  background: #ff7b1a;
}

.cpl-solution-taxonomy--pc {
  background: #fff;
  color: #242b36;
}

.cpl-solution-taxonomy--pc .cpl-solution-taxonomy-breadcrumb {
  background: #fbfbfc;
  border-top: 1px solid #f0f1f3;
  border-bottom: 1px solid #eeeeef;
}

.cpl-solution-taxonomy--pc .cpl-solution-breadcrumb {
  min-height: 52px;
  font-size: 15px;
}

.cpl-solution-taxonomy--pc .cpl-solution-taxonomy__overview {
  padding-top: 60px;
  padding-bottom: 72px;
}

.cpl-solution-taxonomy--pc .cpl-solution-overview-card {
  width: min(100%, 1510px);
  margin: 0 auto;
  padding: 28px 42px 30px;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .14);
}

.cpl-solution-taxonomy--pc .cpl-solution-overview-card h2 {
  margin: 0;
  color: #2f3339;
  font-size: 36px;
  line-height: 1.18;
  text-align: center;
  letter-spacing: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-overview-card h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin: 12px auto 22px;
  background: #ff7622;
  border-radius: 99px;
}

.cpl-solution-taxonomy--pc .cpl-solution-overview-card__content {
  color: #8a8f98;
  font-size: 16px;
  line-height: 1.4;
}

.cpl-solution-taxonomy--pc .cpl-solution-overview-card__content p {
  margin: 0 0 8px;
}

.cpl-solution-taxonomy--pc .cpl-solution-taxonomy__why {
  padding-top: 0;
  padding-bottom: 42px;
}

.cpl-solution-taxonomy--pc .cpl-solution-why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 670px;
  gap: 72px;
  align-items: start;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__copy h2,
.cpl-solution-taxonomy--pc .cpl-solution-applications-title {
  margin: 0;
  color: #262b34;
  font-size: 40px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__intro {
  margin-top: 38px;
  color: #777f8a;
  font-size: 18px;
  line-height: 1.45;
  max-width: 760px;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__intro p {
  margin: 0 0 10px;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__points {
  display: grid;
  gap: 28px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  color: #747b86;
  font-size: 17px;
  line-height: 1.45;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__points li {
  position: relative;
  min-height: 24px;
  padding-left: 34px;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff7622;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.cpl-solution-taxonomy--pc .cpl-solution-why__media img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-taxonomy__applications {
  padding-top: 8px;
  padding-bottom: 82px;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications-title {
  margin-bottom: 44px;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications {
  position: relative;
  padding: 0 64px 42px;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__track {
  display: flex;
  gap: 36px;
  min-width: 100%;
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card {
  flex: 0 0 calc((100% - 108px) / 4);
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card__thumb {
  display: block;
  height: 198px;
  overflow: hidden;
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card:hover .cpl-solution-application-card__thumb img {
  transform: scale(1.04);
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card__body {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  color: #111827;
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card__body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-application-card__body span {
  color: #0051c8;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow {
  position: absolute;
  top: 84px;
  z-index: 2;
  width: 38px;
  height: 216px;
  border: 0;
  border-radius: 7px;
  background: #e5e5e5;
  cursor: pointer;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow--prev {
  left: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow--next {
  right: 0;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d7d7d7;
  cursor: pointer;
}

.cpl-solution-taxonomy--pc .cpl-solution-applications__dot.is-active {
  width: 24px;
  background: #9b9b9b;
}

@media (max-width: 1240px) {
  .cpl-solution-taxonomy--pc .cpl-solution-why {
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 42px;
  }
}
.cpl-solution-tab-pane {
  display: none;
}
.cpl-solution-tab-pane.is-active {
  display: block;
}
.cpl-solution-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.cpl-solution-product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
}
.cpl-solution-product-card h3 {
  margin: 14px 0 6px;
  font-size: 18px;
  line-height: 1.4;
}
.cpl-solution-product-card__sku {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}
.cpl-solution-benefits,
.cpl-solution-case-grid {
  display: grid;
  gap: 20px;
}
.cpl-solution-benefit-card,
.cpl-solution-case-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
}
.cpl-solution-benefit-card h3,
.cpl-solution-case-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
}
.cpl-solution-case-card {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.cpl-solution-case-card__body p {
  margin: 0 0 8px;
  color: #6b7280;
  line-height: 1.65;
}
.cpl-solution-empty {
  color: #94a3b8;
}

@media (max-width: 1199px) {
  .cpl-solution-hero__inner h1 {
    font-size: 44px;
  }
  .cpl-solution-overview-card h2,
  .cpl-solution-overview__left h2,
  .cpl-solution-title {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .cpl-solution-post-grid,
  .cpl-solution-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cpl-solution-overview {
    grid-template-columns: 1fr;
  }
  .cpl-solution-case-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cpl-solution-hero {
    min-height: 180px;
  }
  .cpl-solution-hero__inner {
    padding: 22px 0;
  }
  .cpl-solution-hero__inner h1 {
    font-size: 28px;
  }
  .cpl-solution-breadcrumb {
    min-height: 46px;
    font-size: 14px;
  }
  .cpl-solution-overview-card {
    padding: 20px;
  }
  .cpl-solution-overview-card h2,
  .cpl-solution-overview__left h2,
  .cpl-solution-title {
    font-size: 26px;
  }
  .cpl-solution-overview-card__content,
  .cpl-solution-rich,
  .cpl-solution-bullet-list {
    font-size: 16px;
  }
  .cpl-solution-post-grid,
  .cpl-solution-product-grid,
  .cpl-solution-category-grid {
    grid-template-columns: 1fr;
  }
  .cpl-solution-tabs__nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }
  .cpl-solution-tab-btn {
    white-space: nowrap;
  }
}

/* Resources module */
.cpl-resources-page,
.cpl-resource-detail,
.cpl-resource-case {
  background: #f5f6f8;
  color: #1f2d3d;
}
.cpl-resources-hero {
  min-height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, rgba(63, 111, 153, 0.78), rgba(63, 111, 153, 0.62)), #7fa4c4;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cpl-resources-hero h1 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
}
.cpl-resources-layout {
  width: min(1180px, calc(100% - 64px));
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  padding: 20px 0 72px;
}
.cpl-resources-sidebar {
  display: grid;
  gap: 22px;
}
.cpl-resources-side-card,
.cpl-resources-panel,
.cpl-resource-detail-card,
.cpl-resource-detail-side-card,
.cpl-resource-case-highlights {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.cpl-resources-side-card {
  padding: 28px 24px 30px;
}
.cpl-resources-side-card h2,
.cpl-resource-detail-side-card h2 {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e9ed;
  color: #24364a;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.cpl-resource-detail-side-card h2 {
  margin-bottom: 24px;
  padding-bottom: 18px;
  font-size: 22px;
}
.cpl-resources-menu-card {
  padding-bottom: 28px;
}
.cpl-resources-menu-card h2 {
  margin-bottom: 18px;
}
.cpl-resources-menu {
  display: grid;
  gap: 10px;
}
.cpl-resources-menu a {
  display: block;
  border-radius: 4px;
  padding: 12px 14px;
  color: #23364b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.cpl-resources-menu a:hover,
.cpl-resources-menu a.is-active {
  background: #087df4;
  color: #fff;
}
.cpl-resource-hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cpl-resource-hot-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid #dde3e8;
  border-radius: 4px;
  padding: 6px 12px;
  background: #f8fafc;
  color: #6b7582;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.cpl-resource-tags a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  border: 1px solid #dde3e8;
  border-radius: 999px;
  padding: 4px 12px;
  background: #f0f0f0;
  color: #6b7582;
  font-size: 11px;
  line-height: 1.25;
}
.cpl-resource-hot-tags a:hover,
.cpl-resource-tags a:hover {
  border-color: #ff7a1a;
  color: #ff7a1a;
}
.cpl-resources-panel {
  padding: 48px 32px 44px;
}
.cpl-resource-listing {
  display: grid;
  gap: 0;
}
.cpl-resource-card-item {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 18px;
  padding: 34px 0;
  border-bottom: 1px solid #e6ebef;
}
.cpl-resource-card-item:first-child {
  padding-top: 0;
}
.cpl-resource-card-item__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #e9eef4;
  aspect-ratio: 165 / 114;
}
.cpl-resource-card-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.cpl-resource-card-item:hover .cpl-resource-card-item__thumb img {
  transform: scale(1.03);
}
.cpl-resource-card-item__body {
  min-width: 0;
  align-self: center;
}
.cpl-resource-meta,
.cpl-resource-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #83909b;
  font-size: 12px;
  line-height: 1.3;
}
.cpl-resource-card-item h2 {
  margin: 12px 0 18px;
  color: #24364a;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 800;
}
.cpl-resource-card-item h2 a,
.cpl-resource-popular-list a {
  color: #22364d;
}
.cpl-resource-card-item h2 a:hover,
.cpl-resource-popular-list a:hover {
  color: #087df4;
}
.cpl-resource-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.cpl-resource-listing--glossary .cpl-resource-card-item {
  grid-template-columns: 270px minmax(0, 1fr);
}
.cpl-resource-listing--glossary .cpl-resource-card-item h2 {
  margin-bottom: 8px;
  font-size: 28px;
}
.cpl-resource-listing--glossary .cpl-resource-card-item p {
  margin: 0;
  color: #607082;
  font-size: 18px;
  line-height: 1.5;
}
.cpl-resource-listing--video .cpl-resource-card-item {
  display: block;
  padding: 0;
  margin-bottom: 32px;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.cpl-resource-listing--video .cpl-resource-card-item__thumb {
  border-radius: 12px 12px 0 0;
  aspect-ratio: 16 / 9;
}
.cpl-resource-listing--video .cpl-resource-card-item__body {
  padding: 18px 26px 24px;
}
.cpl-resource-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 122, 26, 0.88);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px rgba(255, 122, 26, 0.35);
}
.cpl-resource-play::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
.cpl-resource-glossary-letters {
  margin-bottom: 34px;
}
.cpl-resource-glossary-letters h2 {
  margin: 0 0 18px;
  color: #ff6f1a;
  font-size: 22px;
  font-weight: 500;
}
.cpl-resource-glossary-letters__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid #e0e5ea;
}
.cpl-resource-glossary-letters a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f1f2f4;
  color: #5f6770;
  font-size: 20px;
  font-weight: 700;
}
.cpl-resource-glossary-letters a.is-active,
.cpl-resource-glossary-letters a:hover {
  background: #ff6f1a;
  color: #fff;
}
.cpl-resource-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px;
}
.cpl-resource-pagination .page-numbers {
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  background: #f1f3f5;
  color: #344254;
  font-size: 13px;
}
.cpl-resource-pagination .current,
.cpl-resource-pagination .page-numbers:hover {
  background: #ff7a1a;
  color: #fff;
}
.cpl-resource-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(10, 18, 32, 0.78);
}
.cpl-resource-video-modal.is-open {
  display: flex;
}
.cpl-resource-video-modal__inner {
  position: relative;
  width: min(960px, 92vw);
  background: #000;
}
.cpl-resource-video-modal__close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  cursor: pointer;
}
.cpl-resource-video-modal__body iframe,
.cpl-resource-video-modal__body video,
.cpl-resource-video-player iframe,
.cpl-resource-video-player video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}
.cpl-resource-detail {
  padding: 0 0 74px;
}
.cpl-resource-detail-breadcrumb {
  padding: 28px 0;
  display: flex;
  gap: 14px;
  align-items: center;
  color: #8a969f;
  font-size: 17px;
}
.cpl-resource-detail-breadcrumb a,
.cpl-resource-breadcrumb a {
  color: #087df4;
}
.cpl-resource-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}
.cpl-resource-detail-card {
  padding: 48px;
}
.cpl-resource-detail-card h1 {
  margin: 0 0 26px;
  color: #26384c;
  font-size: 42px;
  line-height: 1.18;
}
.cpl-resource-detail-meta {
  margin-bottom: 34px;
  font-size: 16px;
}
.cpl-resource-richtext {
  color: #333;
  font-size: 18px;
  line-height: 1.85;
}
.cpl-resource-richtext p {
  margin: 0 0 28px;
}
.cpl-resource-richtext h2,
.cpl-resource-richtext h3 {
  margin: 44px 0 18px;
  color: #303030;
  line-height: 1.25;
}
.cpl-resource-richtext img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.cpl-resource-detail-sidebar {
  display: grid;
  gap: 28px;
}
.cpl-resource-detail-side-card {
  padding: 34px;
}
.cpl-resource-popular-list {
  display: grid;
  gap: 18px;
}
.cpl-resource-popular-list a {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5eaef;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.cpl-resource-popular-list a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cpl-resource-popular-list span {
  color: #8a969f;
  font-size: 14px;
  font-weight: 400;
}
.cpl-resource-glossary-detail {
  margin-top: 34px;
}
.cpl-resource-glossary-detail h2 {
  margin: 0 0 10px;
  font-size: 34px;
}
.cpl-resource-glossary-detail__full {
  margin: 0 0 22px;
  color: #607082;
  font-size: 22px;
}
.cpl-resource-video-player {
  margin: -20px -20px 34px;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
}
.cpl-resource-case {
  background: #fff;
}
.cpl-resource-case-hero {
  min-height: 330px;
  padding: 38px 0 60px;
  background: linear-gradient(90deg, #162540, #1f4a72);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cpl-resource-breadcrumb {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto 86px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.cpl-resource-case-hero h1 {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto;
  max-width: 1120px;
  font-size: 36px;
  line-height: 1.22;
}
.cpl-resource-case-tabs {
  min-height: 58px;
  display: flex;
  justify-content: center;
  gap: 38px;
  border-bottom: 1px solid #dfe5ea;
  background: #fff;
}
.cpl-resource-case-tabs a {
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  padding: 0 18px;
  color: #435367;
}
.cpl-resource-case-tabs a:hover,
.cpl-resource-case-tabs a:first-child {
  border-color: #ff6f1a;
  color: #ff6f1a;
}
.cpl-resource-case-body {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 42px;
  padding: 32px 0 76px;
}
.cpl-resource-case-highlights {
  position: sticky;
  top: 24px;
  padding: 28px 24px;
}
.cpl-resource-case-highlights h2 {
  margin: 0 0 24px;
  font-size: 20px;
}
.cpl-resource-case-highlights dl {
  margin: 0;
  display: grid;
  gap: 18px;
}
.cpl-resource-case-highlights dt {
  color: #7d8791;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cpl-resource-case-highlights dd {
  margin: 4px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f2;
  color: #22364d;
  font-weight: 700;
}
.cpl-resource-case-content {
  color: #22364d;
}
.cpl-resource-case-section {
  margin-bottom: 58px;
}
.cpl-resource-case-section h2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.2;
}
.cpl-resource-case-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
