/* ========== LP: base ========== */
.lp {
  --lp-bg: #f5f2ec;
  --lp-ink: #1e232b;
  --lp-muted: #5b6572;
  --lp-accent: #0f5a43;
  --lp-accent-soft: #d6efe7;
  --lp-card: #ffffff;
  --lp-border: rgba(15, 32, 40, 0.12);
  --lp-shadow: 0 18px 40px rgba(20, 28, 36, 0.12);
  --lp-radius: 20px;
  background: radial-gradient(circle at 10% 20%, #ffffff 0, #f5f2ec 55%, #efe8de 100%);
  color: var(--lp-ink);
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

.lp *,
.lp *::before,
.lp *::after {
  box-sizing: border-box;
}

.lp [hidden],
.lp [data-enabled="0"] {
  display: none !important;
}

/* ========== LP: layout ========== */
.lp .lp__block {
  padding: 72px 0;
}

.lp .lp__wrap {
  width: min(1120px, 90%);
  margin: 0 auto;
}

.lp .lp__grid {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

/* ========== LP: A-hit / hero ========== */
.lp .lp__hero {
  position: relative;
  padding: 0;
  height: 800px;
  min-height: 800px;
  background: #0b1b16;
  overflow: visible;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 160px;
}

.lp .lp__hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.lp .lp__hero-swiper {
  width: 100%;
  height: 100%;
}

.lp .lp__hero-swiper .swiper-wrapper,
.lp .lp__hero-swiper .swiper-slide {
  height: 100%;
}

.lp .lp__hero-slide {
  width: 100%;
  height: 100%;
}

/* ========== LP: product-list (industry) ========== */
.lp.lp--product-list {
  background: var(--lp-bg);
  color: var(--lp-ink);
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  padding: 0 0 60px;
}

.lp.lp--product-list .lp-pl__wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 0 8px;
}

.lp.lp--product-list .lp-pl__hero {
  position: relative;
  padding: 0 0 40px;
}

.lp.lp--product-list .lp-pl__logo {
  position: absolute;
  top: 16px;
  left: -100px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
}

.lp.lp--product-list .lp-pl__logo img {
  width: 260px;
  height: auto;
  display: block;
}

.lp.lp--product-list .lp-pl__hero-banner {
  width: 100vw;
  height: 600px;
  margin: 0 0 24px;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  background: #0b1b16;
}

.lp.lp--product-list .lp-pl__hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp.lp--product-list .lp-pl__hero-body {
  padding-top: 12px;
}

.lp.lp--product-list .lp-pl__hero h1 {
  margin: 0 0 12px;
  font-size: 32px;
  color: #0f172a;
}

.lp.lp--product-list .lp-pl__hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  max-width: 860px;
}

.lp.lp--product-list .lp-pl__module {
  margin-top: 26px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.lp.lp--product-list .lp-pl__module-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
}

.lp.lp--product-list .lp-pl__module-head h2 {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.lp.lp--product-list .lp-pl__module-desc {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.lp.lp--product-list .lp-pl__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lp.lp--product-list .lp-pl__card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp.lp--product-list .lp-pl__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.lp.lp--product-list .lp-pl__card-link {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 16px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

/* ========== LP: news base ========== */
.lp.lp--news-list,
.lp.lp--news-details {
  background: transparent;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}

.lp.lp--news-list .lp__block,
.lp.lp--news-details .lp__block {
  padding: 0;
}

/* ========== LP: news qa hero ========== */
.lp .lp__qa-hero-inner {
  position: relative;
  height: 157px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: 60px;
}

.lp .lp__qa-hero-content {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -190px;
  text-align: center;
  width: 380px;
}

.lp .lp__qa-hero-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

/* ========== LP: news qa hero (pc legacy hook) ========== */
@media screen and (min-width: 781px) {
  .qaPage .innerQuerry {
    position: relative;
    height: 157px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 60px;
  }

  .qaPage .innerQuerry .queryInpt {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -190px;
    text-align: center;
    width: 380px;
  }

  .qaPage .innerQuerry .queryInpt h5 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}

/* ========== LP: news qa list ========== */
.lp .lp__qa-list-body {
  padding-top: 48px;
  padding-bottom: 88px;
}

.lp .lp__qa-wrap {
  width: 1200px;
  margin: 0 auto;
}

.lp .lp__qa-grid {
  margin-left: -2%;
}

.lp .lp__qa-item {
  float: left;
  width: 48%;
  padding: 12px 0;
  margin-left: 2%;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}

.lp .lp__qa-link {
  display: block;
  height: 108px;
}

.lp .lp__qa-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp .lp__qa-desc {
  color: #999;
  font-size: 14px;
  margin: 4px 0 10px;
  line-height: 27px;
}

/* ========== LP: news pagination ========== */
.lp .lp__pagination a {
  border: 1px solid #999;
  padding: 5px 10px;
}

.lp .lp__pagination a:hover {
  background: #346e53;
  color: #fff;
  border: 1px solid #346e53;
}

.lp .lp__pagination .page-num-current {
  background: #346e53;
  color: #fff;
}

.lp .lp__pagination .page-num {
  margin: 0 5px;
}

.lp .lp__pagination-compact {
  display: none;
}

/* ========== LP: news details ========== */
.lp .lp__detail {
  margin-top: 70px;
  background: #fff;
  overflow: hidden;
}

.lp .lp__detail-inner {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

.lp .lp__detail-heading {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.lp .lp__detail-body {
  padding: 30px 0;
  border-bottom: 1px solid #dbd6d6;
  font-size: 15px;
  line-height: 26px;
  min-height: 600px;
}

.lp .lp__detail-body img {
  max-width: 100%;
  height: auto;
}

.lp .lp__detail-body p {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  .lp .lp__detail-inner {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 780px) {
  .lp .lp__qa-wrap {
    width: 100%;
    padding: 10px;
  }

  .lp .lp__qa-hero-content {
    display: none;
  }

  .lp .lp__qa-hero-inner {
    margin-top: 40px;
    height: auto;
    padding: 40px 0;
    background-size: cover;
  }

  .lp .lp__qa-list-body {
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
  }

  .lp .lp__qa-grid {
    margin-left: 0;
  }

  .lp .lp__qa-item {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .lp .lp__qa-link {
    height: auto;
  }

  .lp .lp__qa-title {
    font-size: 16px;
  }

  .lp .lp__qa-desc {
    font-size: 15px;
  }

  .lp .lp__pagination {
    margin-bottom: 20px;
    text-align: left;
    overflow-x: auto;
  }

  .lp .lp__pagination::-webkit-scrollbar {
    display: none;
  }

  .lp .lp__pagination .page-num {
    display: none;
  }

  .lp .lp__pagination-compact {
    display: inline-block;
  }

  .lp .lp__detail-inner {
    width: 100%;
  }

  .lp .lp__detail-main {
    margin: 0;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .lp .lp__detail {
    margin-top: 20px;
  }

  .lp .lp__detail-body {
    min-height: 400px;
    font-size: 14px;
  }

  .lp .lp__detail-heading {
    font-size: 17px;
  }
}

.lp.lp--product-list .lp-pl__card-media {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  overflow: hidden;
}

.lp.lp--product-list .lp-pl__card-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  align-self: center;
  margin: auto;
}

.lp.lp--product-list .lp-pl__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--lp-accent);
  background: rgba(15, 90, 67, 0.12);
}

.lp.lp--product-list .lp-pl__tag--factory {
  color: #3f5d3b;
  background: rgba(63, 93, 59, 0.12);
}

.lp.lp--product-list .lp-pl__tag--education {
  color: #1a6b56;
  background: rgba(26, 107, 86, 0.12);
}

.lp.lp--product-list .lp-pl__tag--medical {
  color: #245a63;
  background: rgba(36, 90, 99, 0.12);
}

.lp.lp--product-list .lp-pl__card-body h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #0f172a;
}

.lp.lp--product-list .lp-pl__card-desc {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
  display: block;
  overflow: hidden;
  max-height: 4.8em;
  word-break: break-word;
  max-width: 100%;
  width: 100%;
}
.lp.lp--product-list .lp-pl__card.is-expanded .lp-pl__card-desc {
  max-height: none;
  overflow: visible;
}
.lp.lp--product-list .lp-pl__desc-toggle {
  border: 0;
  background: transparent;
  color: #0097e0;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  cursor: pointer;
  text-align: left;
}
.lp.lp--product-list .lp-pl__desc-toggle:focus {
  outline: none;
}
.lp.lp--product-list .lp-pl__card.is-expanded .lp-pl__desc-toggle {
  color: #64748b;
}
.lp.lp--product-list .lp-pl__card-desc * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: auto !important;
}
.lp.lp--product-list .lp-pl__card-desc ul,
.lp.lp--product-list .lp-pl__card-desc ol {
  list-style: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.lp.lp--product-list .lp-pl__card-desc li,
.lp.lp--product-list .lp-pl__card-desc p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}
.lp.lp--product-list .lp-pl__card-body {
  overflow: hidden;
}
.lp.lp--product-list .lp-pl__card-link {
  overflow: hidden;
}

.lp.lp--product-list .lp-pl__card-params {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #334155;
}

.lp.lp--product-list .lp-pl__card-params li {
  display: flex;
  justify-content: space-between;
}

.lp.lp--product-list .lp-pl__card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 16px 16px;
}

.lp.lp--product-list .lp-pl__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid transparent;
}

.lp.lp--product-list .lp-pl__btn--primary {
  background: var(--lp-accent);
  color: #fff;
}

.lp.lp--product-list .lp-pl__btn--ghost {
  background: #fff;
  color: var(--lp-accent);
  border-color: var(--lp-accent-soft);
}

.lp.lp--product-list .lp-pl__empty {
  text-align: center;
  padding: 26px;
  color: #64748b;
  font-size: 14px;
}

.lp.lp--product-list .lp-pl__bottom {
  margin-top: 32px;
  background: #0b1b16;
  color: #f8fafc;
  padding: 32px 0 40px;
}

.lp.lp--product-list .lp-pl__bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.lp.lp--product-list .lp-pl__bottom h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.lp.lp--product-list .lp-pl__bottom p {
  margin: 0;
  color: rgba(248, 250, 252, 0.7);
}

.lp.lp--product-list .lp-pl__bottom .lp-pl__btn--primary {
  background: var(--lp-accent);
  color: #fff;
}

@media (max-width: 1024px) {
  .lp.lp--product-list .lp-pl__hero-banner {
    height: 520px;
  }

  .lp.lp--product-list .lp-pl__module-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp.lp--product-list .lp-pl__card-link {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-list .lp-pl__card-media {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .lp.lp--product-list .lp-pl__logo {
    top: 16px;
  }

  .lp.lp--product-list .lp-pl__hero-banner {
    height: 360px;
  }

  .lp.lp--product-list .lp-pl__hero {
    padding: 40px 0 20px;
  }

  .lp.lp--product-list .lp-pl__grid {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-list .lp-pl__bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.lp .lp__hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.lp .lp__hero-pagination {
  --swiper-theme-color: #f6c343;
  bottom: 24px !important;
}

.lp .lp__hero-logo {
  position: absolute;
  top: 28px;
  left: 100px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
}

.lp .lp__hero-logo img {
  height: 48px;
  width: auto;
  display: block;
}

.lp .lp__hero-prev,
.lp .lp__hero-next {
  color: #ffffff;
  width: 44px;
  height: 44px;
}

.lp .lp__hero-prev::after,
.lp .lp__hero-next::after {
  font-size: 22px;
  font-weight: 700;
}

.lp .lp__hero-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

/* ===== PRODUCT LIST V2 ===== */
.lp.lp--product-list .lp-pl__hero {
  position: relative;
  padding: 112px 0 64px;
  background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.9), rgba(245, 242, 236, 0.85) 55%, rgba(231, 226, 216, 0.95) 100%);
}

.lp.lp--product-list .lp-pl__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 90, 67, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.lp.lp--product-list .lp-pl__hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  padding: 28px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: var(--lp-shadow);
  align-items: center;
}

.lp.lp--product-list .lp-pl__hero-text {
  display: grid;
  gap: 12px;
}

.lp.lp--product-list .lp-pl__hero-kicker {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #64748b;
}

.lp.lp--product-list .lp-pl__hero-desc {
  margin: 0;
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
}

.lp.lp--product-list .lp-pl__hero-overview {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-list .lp-pl__hero-overview-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: #0f172a;
  font-weight: 600;
}

.lp.lp--product-list .lp-pl__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lp.lp--product-list .lp-pl__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.lp.lp--product-list .lp-pl__chip:hover {
  background: var(--lp-accent);
  color: #ffffff;
}

.lp.lp--product-list .lp-pl__hero-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 240px;
  background: #0b1b16;
}

.lp.lp--product-list .lp-pl__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp.lp--product-list .lp-pl__hero-media-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  font-size: 12px;
}

.lp.lp--product-list .lp-pl__module {
  margin-top: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.lp.lp--product-list .lp__product-list-module + .lp__product-list-module {
  margin-top: 28px;
}

.lp.lp--product-list .lp-pl__module .lp-pl__wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.lp.lp--product-list .lp-pl__module-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}

.lp.lp--product-list .lp-pl__module-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 13px;
  color: #475569;
}

.lp.lp--product-list .lp-pl__module-points li {
  position: relative;
  padding-left: 16px;
}

.lp.lp--product-list .lp-pl__module-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-accent);
}

.lp.lp--product-list .lp-pl__grid {
  gap: 22px;
}

.lp.lp--product-list .lp-pl__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-list .lp-pl__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 10px 0 12px;
  font-size: 12px;
  color: #64748b;
}

.lp.lp--product-list .lp-pl__card-meta span {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 90, 67, 0.08);
}

.lp.lp--product-list .lp-pl__empty {
  grid-column: 1 / -1;
}

.lp.lp--product-list .lp-pl__bottom {
  margin-top: 32px;
  padding: 28px 0 60px;
  background: transparent;
}

.lp.lp--product-list .lp-pl__bottom-card {
  background: #0f172a;
  color: #ffffff;
  border-radius: 20px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lp.lp--product-list .lp-pl__bottom-text h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.lp.lp--product-list .lp-pl__bottom-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.lp.lp--product-list .lp-pl__bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp.lp--product-list .lp-pl__bottom-actions .lp-pl__btn--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: transparent;
}

@media (max-width: 1024px) {
  .lp.lp--product-list .lp-pl__hero-card {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-list .lp-pl__module-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lp.lp--product-list .lp-pl__hero {
    padding: 96px 0 48px;
  }

  .lp.lp--product-list .lp-pl__hero-card {
    padding: 22px;
  }

  .lp.lp--product-list .lp-pl__bottom-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== PRODUCT DETAILS V2 (SOLUTION+PRODUCT) ===== */
.lp.lp--product-details {
  background: transparent;
  color: var(--lp-ink);
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}

.lp.lp--product-details .pd__wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.lp.lp--product-details .pd__section {
  padding: 36px 0;
  scroll-margin-top: 110px;
}

.lp.lp--product-details .pd__hero {
  padding: 120px 0 60px;
  background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.9), rgba(245, 242, 236, 0.85) 60%, rgba(231, 226, 216, 0.95) 100%);
}

.lp.lp--product-details .pd__hero-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: var(--lp-shadow);
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: center;
}

.lp.lp--product-details .pd__hero-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #64748b;
}

.lp.lp--product-details .pd__hero-text h1 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #0f172a;
}

.lp.lp--product-details .pd__hero-subtitle {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}

.lp.lp--product-details .pd__hero-desc {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
}

.lp.lp--product-details .pd__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.lp.lp--product-details .pd__chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
}

.lp.lp--product-details .pd__hero-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1b16;
  min-height: 240px;
}

.lp.lp--product-details .pd__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp.lp--product-details .pd__hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp.lp--product-details .pd__hero-media-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(15, 23, 42, 0.8);
  color: #fff;
}

.lp.lp--product-details .pd__hero-metas {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.lp.lp--product-details .pd__hero-meta {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
}

.lp.lp--product-details .pd__hero-meta strong {
  color: #0f172a;
  font-size: 14px;
}

.lp.lp--product-details .pd__section-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__section-head {
  margin-bottom: 18px;
}

.lp.lp--product-details .pd__section-head h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #0f172a;
}

.lp.lp--product-details .pd__section-head p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.lp.lp--product-details .pd__section-head--tight {
  margin-top: 24px;
}

.lp.lp--product-details .pd__pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.lp.lp--product-details .pd__pain-list h3,
.lp.lp--product-details .pd__solution-summary h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #0f172a;
}

.lp.lp--product-details .pd__pain-list ul {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.8;
}

.lp.lp--product-details .pd__media {
  border-radius: 16px;
  background: #f8fafc;
  border: 1px dashed rgba(15, 23, 42, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #94a3b8;
}

.lp.lp--product-details .pd__solution-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lp.lp--product-details .pd__solution-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__solution-card h4 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__solution-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

/* ========== LP: product details / rich guard ========== */
.lp.lp--product-details .pd__rich {
  display: flow-root;
  overflow-wrap: anywhere;
}

.lp.lp--product-details .pd__rich::after {
  content: "";
  display: block;
  clear: both;
}

.lp.lp--product-details .pd__rich img,
.lp.lp--product-details .pd__rich video,
.lp.lp--product-details .pd__rich iframe {
  max-width: 100%;
  height: auto;
}

.lp.lp--product-details .pd__rich table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.lp.lp--product-details .pd__rich * {
  max-width: 100%;
}

.lp.lp--product-details .pd__rich ul,
.lp.lp--product-details .pd__rich ol {
  max-width: 100%;
  width: 100% !important;
  padding-left: 20px;
  margin: 0 0 12px;
}

.lp.lp--product-details .pd__rich p {
  margin: 0 0 12px;
}

.lp.lp--product-details .pd__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
}

.lp.lp--product-details .pd__main {
  display: grid;
  gap: 26px;
}

.lp.lp--product-details .pd__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 22px;
}

.lp.lp--product-details .pd__compare-col {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__compare-col h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__compare-col ul {
  margin: 0;
  padding-left: 16px;
  color: #475569;
}

.lp.lp--product-details .pd__scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp.lp--product-details .pd__scene-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 10px;
}

.lp.lp--product-details .pd__scene-media {
  height: 140px;
  border-radius: 12px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  overflow: hidden;
}

.lp.lp--product-details .pd__scene-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp.lp--product-details .pd__scene-card h4 {
  margin: 0;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__scene-card p {
  margin: 0;
  font-size: 13px;
  color: #475569;
}

.lp.lp--product-details .pd__scene-meta {
  font-size: 12px;
  color: #64748b;
}

.lp.lp--product-details .pd__inline-cta {
  margin-top: 20px;
  background: #0f172a;
  color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lp.lp--product-details .pd__inline-cta p {
  margin: 0;
  font-size: 14px;
}

.lp.lp--product-details .pd__inline-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp.lp--product-details .pd__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  text-decoration: none;
}

.lp.lp--product-details .pd__btn--primary {
  background: var(--lp-accent);
  color: #ffffff;
}

.lp.lp--product-details .pd__btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.lp.lp--product-details .pd__rich {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.lp.lp--product-details .pd__feature-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lp.lp--product-details .pd__feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__feature-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__feature-card p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.lp.lp--product-details .pd__specs {
  margin-top: 22px;
}

.lp.lp--product-details .pd__spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  font-size: 13px;
}

.lp.lp--product-details .pd__spec-table th,
.lp.lp--product-details .pd__spec-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
}

.lp.lp--product-details .pd__spec-table thead {
  background: #f8fafc;
  color: #0f172a;
}

.lp.lp--product-details .pd__spec-cards {
  display: none;
  gap: 14px;
}

.lp.lp--product-details .pd__spec-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__spec-card h3 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__spec-card ul {
  margin: 0;
  padding-left: 16px;
  color: #475569;
  font-size: 13px;
}

.lp.lp--product-details .pd__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.lp.lp--product-details .pd__trust-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__trust-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0f172a;
}

.lp.lp--product-details .pd__trust-card p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.lp.lp--product-details .pd__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.lp.lp--product-details .pd__step {
  background: #f8fafc;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #475569;
}

.lp.lp--product-details .pd__assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lp.lp--product-details .pd__asset-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  color: #94a3b8;
  text-align: center;
}

.lp.lp--product-details .pd__faq-list {
  display: grid;
  gap: 10px;
}

.lp.lp--product-details .pd__faq-list details {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__faq-list summary {
  cursor: pointer;
  font-size: 14px;
  color: #0f172a;
  font-weight: 600;
}

.lp.lp--product-details .pd__faq-list p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 13px;
}

.lp.lp--product-details .pd__aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.lp.lp--product-details .pd__aside-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.lp.lp--product-details .pd__aside-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #0f172a;
}

.lp.lp--product-details .pd__aside-card p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #64748b;
}

.lp.lp--product-details .pd__aside-card .pd__btn--ghost {
  border-color: rgba(15, 90, 67, 0.3);
  color: var(--lp-accent);
  background: #ffffff;
}

.lp.lp--product-details .pd__aside-list {
  margin: 0;
  padding-left: 16px;
  color: #475569;
  font-size: 13px;
}

.lp.lp--product-details .pd__aside-list a {
  color: #0f172a;
  text-decoration: none;
}

.lp.lp--product-details .pd__bottom {
  padding: 32px 0 48px;
}

.lp.lp--product-details .pd__bottom-card {
  background: #0f172a;
  color: #ffffff;
  border-radius: 20px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lp.lp--product-details .pd__bottom-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.lp.lp--product-details .pd__bottom-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.lp.lp--product-details .pd__bottom-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lp.lp--product-details .pd__bottom-actions .pd__btn--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  background: transparent;
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__hero-card {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-details .pd__hero-metas {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp.lp--product-details .pd__layout {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-details .pd__pain-grid,
  .lp.lp--product-details .pd__compare,
  .lp.lp--product-details .pd__scenes,
  .lp.lp--product-details .pd__feature-grid,
  .lp.lp--product-details .pd__solution-cards,
  .lp.lp--product-details .pd__trust-grid,
  .lp.lp--product-details .pd__assets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp.lp--product-details .pd__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__hero {
    padding: 96px 0 48px;
  }

  .lp.lp--product-details .pd__hero-metas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp.lp--product-details .pd__pain-grid,
  .lp.lp--product-details .pd__compare,
  .lp.lp--product-details .pd__scenes,
  .lp.lp--product-details .pd__feature-grid,
  .lp.lp--product-details .pd__solution-cards,
  .lp.lp--product-details .pd__trust-grid,
  .lp.lp--product-details .pd__assets {
    grid-template-columns: 1fr;
  }

  .lp.lp--product-details .pd__spec-table {
    display: none;
  }

  .lp.lp--product-details .pd__spec-cards {
    display: grid;
  }

  .lp.lp--product-details .pd__inline-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp.lp--product-details .pd__bottom-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.lp .lp__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 34%);
  gap: 32px;
  align-items: start;
}

.lp .lp__hero-copy {
  color: #ffffff;
  transform: translateY(0);
  pointer-events: auto;
}

.lp .lp__kicker {
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 14px;
}

.lp .lp__title {
  font-size: clamp(30px, 3.2vw, 46px);
  margin: 0 0 18px;
  color: #ffffff;
}

.lp .lp__subtitle {
  font-size: 20px;
  color: #e6f1eb;
  margin: 0 0 14px;
}

.lp .lp__hero-desc {
  margin: 0 0 18px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.8);
}

.lp .lp__hero-pains {
  margin-top: 18px;
}

.lp .lp__hero-bullets {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.lp .lp__hero-bullets li {
  margin-bottom: 8px;
}

.lp .lp__hero-form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  pointer-events: auto;
}

.lp .lp__form-card {
  background: rgba(15, 90, 67, 0.9);
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: var(--lp-shadow);
  border: 20px solid #ffffff;
  color: #ffffff;
  min-height: 480px;
  transform: translateY(0);
  width: 100%;
}

.lp .lp__form-title {
  margin: 0 0 6px;
  font-weight: 700;
  color: #ffffff;
}

.lp .lp__form-subtitle {
  margin: 0 0 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.lp .lp__form {
  display: grid;
  gap: 10px;
}

.lp .lp__form-field {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.lp .lp__form-field input {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 0 12px;
  font-size: 14px;
  background: #ffffff;
  color: #1e232b;
}

.lp .lp__form-field input::placeholder {
  color: #8a95a2;
}

.lp .lp__btn--full {
  width: 100%;
  background: #ffffff;
  color: var(--lp-accent);
}

.lp .lp__form-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

/* ========== LP: solution ========== */
.lp .lp__solution {
  background: #ffffff;
}

.lp .lp__section-title {
  font-size: clamp(24px, 2.6vw, 34px);
  margin: 0 0 18px;
}

.lp .lp__section-desc {
  margin: 0 0 18px;
  color: var(--lp-muted);
}

.lp .lp__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp .lp__tags span {
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
  font-weight: 600;
  font-size: 13px;
}

.lp .lp__media {
  background: linear-gradient(140deg, #f0f4f6, #dde6ea);
  border-radius: var(--lp-radius);
  min-height: 260px;
  display: grid;
  place-items: center;
  border: 1px solid var(--lp-border);
}

.lp .lp__media-ratio {
  color: var(--lp-muted);
  font-weight: 600;
}

/* ========== LP: cases ========== */
.lp .lp__cases {
  background: #f8f7f4;
}

.lp .lp__cards {
  margin-top: 28px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lp .lp__card {
  background: var(--lp-card);
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  box-shadow: 0 12px 24px rgba(20, 28, 36, 0.08);
}

.lp .lp__card h3 {
  margin: 16px 0 10px;
  font-size: 18px;
}

.lp .lp__card p {
  margin: 0 0 12px;
  color: var(--lp-muted);
}

.lp .lp__card-media {
  height: 120px;
  background: #e2e7ea;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--lp-muted);
  font-weight: 600;
}

.lp .lp__metric {
  font-size: 13px;
  color: var(--lp-accent);
  font-weight: 600;
}

/* ========== LP: services ========== */
.lp .lp__services {
  background: #ffffff;
}

.lp .lp__section-kicker {
  margin: 0 0 8px;
  color: var(--lp-muted);
  font-weight: 600;
}

.lp .lp__service-grid {
  margin-top: 28px;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lp .lp__service-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--lp-border);
  box-shadow: 0 16px 30px rgba(20, 28, 36, 0.08);
  padding: 18px;
  display: grid;
  gap: 12px;
}

.lp .lp__service-media {
  height: 150px;
  border-radius: 14px;
  background: #eef2f4;
  display: grid;
  place-items: center;
  color: var(--lp-muted);
  font-weight: 600;
}

.lp .lp__service-card h3 {
  margin: 0;
  font-size: 18px;
}

.lp .lp__service-card p {
  margin: 0;
  color: var(--lp-muted);
}

/* ========== LP: cta ========== */
.lp .lp__cta {
  background: #111f1b;
  color: #ffffff;
}

.lp .lp__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.lp .lp__cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lp .lp__btn {
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp .lp__btn--primary {
  background: #f6c343;
  color: #1e232b;
}

.lp .lp__btn--ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* ========== LP: advantage ========== */
.lp .lp__feature-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lp .lp__feature {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  background: #ffffff;
}

.lp .lp__feature h3 {
  margin: 0 0 10px;
}

.lp .lp__feature p {
  margin: 0;
  color: var(--lp-muted);
}

/* ========== LP: delivery ========== */
.lp .lp__steps {
  margin: 0;
  padding-left: 20px;
  color: var(--lp-muted);
}

.lp .lp__steps li {
  margin-bottom: 10px;
}

.lp .lp__delivery-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid var(--lp-border);
  box-shadow: var(--lp-shadow);
}

.lp .lp__panel-title {
  margin: 0 0 12px;
  font-weight: 600;
}

.lp .lp__checklist {
  margin: 0;
  padding-left: 18px;
  color: var(--lp-muted);
}

/* ========== LP: assets ========== */
.lp .lp__stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.lp .lp__stat {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--lp-border);
  padding: 18px;
  text-align: center;
}

.lp .lp__stat-num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: var(--lp-accent);
}

.lp .lp__stat-label {
  font-size: 13px;
  color: var(--lp-muted);
}

/* ========== LP: FAQ ========== */
.lp .lp__faq {
  background: #ffffff;
}

.lp .lp__faq-list {
  display: grid;
  gap: 12px;
}

.lp .lp__faq details {
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 14px 16px;
  background: #f8f9f7;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lp .lp__faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp .lp__faq summary::-webkit-details-marker {
  display: none;
}

.lp .lp__faq summary::after {
  content: ">";
  font-size: 18px;
  font-weight: 700;
  color: var(--lp-accent);
  margin-left: 12px;
  transition: transform 0.2s ease;
}

.lp .lp__faq details[open] {
  background: #ffffff;
  border-color: rgba(15, 32, 40, 0.2);
}

.lp .lp__faq details[open] summary {
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--lp-border);
}

.lp .lp__faq details[open] summary::after {
  transform: rotate(90deg);
}

.lp .lp__faq p {
  margin: 10px 0 0;
  color: var(--lp-muted);
}

/* ========== LP: bottom-cta ========== */
.lp .lp__bottom {
  background: linear-gradient(120deg, #0f5a43, #0a3f33);
  color: #ffffff;
}

.lp .lp__bottom-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 720px) {
  .lp .lp__block {
    padding: 56px 0;
  }

  .lp .lp__hero {
    height: auto;
    min-height: 680px;
  }

  .lp .lp__hero-overlay {
    padding: 90px 0 40px;
  }

  .lp .lp__hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lp .lp__hero-form {
    justify-content: flex-start;
  }

  .lp .lp__form-card {
    transform: translateY(24px);
    width: 100%;
  }

  .lp .lp__cta-wrap,
  .lp .lp__bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== NEWS LIST ===== */
.lp.lp--news-list {
  background: var(--lp-bg);
  color: var(--lp-ink);
  padding-bottom: 80px;
}

.lp.lp--news-list .lp__news-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 0 8px;
}

.lp.lp--news-list .lp__news-hero {
  padding: 64px 0 32px;
}

.lp.lp--news-list .lp__news-hero-inner {
  position: relative;
  padding: 32px 36px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.lp.lp--news-list .lp__news-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 20%, rgba(15, 90, 67, 0.1), transparent 55%);
  pointer-events: none;
}

.lp.lp--news-list .lp__news-hero-text,
.lp.lp--news-list .lp__news-hero-badge {
  position: relative;
  z-index: 1;
}

.lp.lp--news-list .lp__news-hero-kicker {
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1f6f52;
}

.lp.lp--news-list .lp__news-hero-title {
  margin: 0 0 12px;
  font-size: 32px;
  color: #0f172a;
}

.lp.lp--news-list .lp__news-hero-subtitle {
  margin: 0;
  max-width: 640px;
  font-size: 15px;
  color: #475569;
  line-height: 1.8;
}

.lp.lp--news-list .lp__news-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--lp-accent);
  background: var(--lp-accent-soft);
  white-space: nowrap;
}

.lp.lp--news-list .lp__news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lp.lp--news-list .lp__news-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp.lp--news-list .lp__news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1);
}

.lp.lp--news-list .lp__news-card-link {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.lp.lp--news-list .lp__news-card-media {
  position: relative;
  height: 180px;
  border-radius: 14px;
  background: #f1f5f9;
  overflow: hidden;
}

.lp.lp--news-list .lp__news-card-media-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(1.05);
}

.lp.lp--news-list .lp__news-card-media-placeholder {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 90, 67, 0.85);
  color: #fff;
  font-size: 12px;
}

.lp.lp--news-list .lp__news-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.lp.lp--news-list .lp__news-card-title {
  margin: 0;
  font-size: 20px;
  color: #0f172a;
  line-height: 1.4;
}

.lp.lp--news-list .lp__news-card-summary {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lp.lp--news-list .lp__news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #94a3b8;
}

.lp.lp--news-list .lp__news-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lp.lp--news-list .lp__news-card-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-accent);
}

.lp.lp--news-list .lp__news-empty {
  text-align: center;
  background: #ffffff;
  border-radius: 18px;
  padding: 48px 24px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.lp.lp--news-list .lp__news-empty-title {
  margin: 0 0 12px;
  font-size: 20px;
  color: #0f172a;
}

.lp.lp--news-list .lp__news-empty-desc {
  margin: 0 0 20px;
  color: #64748b;
}

.lp.lp--news-list .lp__news-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--lp-accent);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.lp.lp--news-list .lp__news-pagination {
  padding: 10px 0 40px;
}

.lp.lp--news-list .lp__news-pagination-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.lp.lp--news-list .lp__news-pagination-link,
.lp.lp--news-list .lp__news-pagination-inner .page-num {
  border: 1px solid rgba(15, 23, 42, 0.2);
  padding: 6px 12px;
  border-radius: 8px;
  color: #1f2937;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}

.lp.lp--news-list .lp__news-pagination-inner .page-num-current {
  background: var(--lp-accent);
  color: #fff;
  border-color: var(--lp-accent);
}

.lp.lp--news-list .lp__news-pagination-link:hover,
.lp.lp--news-list .lp__news-pagination-inner .page-num:hover {
  background: var(--lp-accent);
  color: #fff;
  border-color: var(--lp-accent);
}

.lp.lp--news-list .lp__news-pagination-compact {
  font-size: 12px;
  color: #94a3b8;
  padding: 0 6px;
}

.lp.lp--news-list .lp__news-bottom {
  padding: 24px 0 40px;
}

.lp.lp--news-list .lp__news-cta {
  background: #0f172a;
  color: #fff;
  border-radius: 20px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp.lp--news-list .lp__news-cta-title {
  margin: 0 0 8px;
  font-size: 20px;
}

.lp.lp--news-list .lp__news-cta-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.lp.lp--news-list .lp__news-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .lp.lp--news-list .lp__news-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp.lp--news-list .lp__news-grid {
    grid-template-columns: 1fr;
  }

  .lp.lp--news-list .lp__news-card-link {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .lp.lp--news-list .lp__news-hero-title {
    font-size: 26px;
  }

  .lp.lp--news-list .lp__news-card-media {
    height: 200px;
  }

  .lp.lp--news-list .lp__news-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp.lp--news-list .lp__news-pagination-inner {
    justify-content: flex-start;
    overflow-x: auto;
  }
}

/* ===== NEWS DETAILS ===== */
.lp.lp--news-details {
  background: var(--lp-bg);
  color: var(--lp-ink);
  padding-bottom: 80px;
}

.lp.lp--news-details .lp__news-details-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 0 8px;
}

.lp.lp--news-details .lp__news-details-hero {
  padding: 64px 0 32px;
}

.lp.lp--news-details .lp__news-details-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.lp.lp--news-details .lp__news-details-crumb {
  color: inherit;
  text-decoration: none;
}

.lp.lp--news-details .lp__news-details-crumb:hover {
  color: var(--lp-accent);
}

.lp.lp--news-details .lp__news-details-crumb-current {
  color: #64748b;
}

.lp.lp--news-details .lp__news-details-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  align-items: center;
}

.lp.lp--news-details .lp__news-details-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
  font-size: 12px;
  margin-bottom: 12px;
}

.lp.lp--news-details .lp__news-details-title {
  margin: 0 0 12px;
  font-size: 28px;
  color: #0f172a;
  line-height: 1.4;
}

.lp.lp--news-details .lp__news-details-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  font-size: 12px;
  color: #94a3b8;
  border-top: 1px solid #e2e8f0;
  padding-top: 12px;
}

.lp.lp--news-details .lp__news-details-meta-item {
  display: inline-flex;
  align-items: center;
}

.lp.lp--news-details .lp__news-details-hero-media {
  position: relative;
  min-height: 200px;
  border-radius: 16px;
  background: #e2e8f0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.lp.lp--news-details .lp__news-details-hero-media-tip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  color: #fff;
  font-size: 12px;
}

.lp.lp--news-details .lp__news-details-body {
  padding: 20px 0 0;
}

.lp.lp--news-details .lp__news-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.lp.lp--news-details .lp__news-details-main {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.lp.lp--news-details .lp__news-details-content {
  max-width: 840px;
  margin: 0 auto;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.9;
}

.lp.lp--news-details .lp__news-details-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 16px auto;
}

.lp.lp--news-details .lp__news-details-content h2,
.lp.lp--news-details .lp__news-details-content h3 {
  color: #0f172a;
  margin: 20px 0 12px;
  line-height: 1.5;
}

.lp.lp--news-details .lp__news-details-content h2 {
  font-size: 20px;
}

.lp.lp--news-details .lp__news-details-content h3 {
  font-size: 18px;
}

.lp.lp--news-details .lp__news-details-content blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 3px solid var(--lp-accent);
  background: #f8fafc;
  color: #475569;
}

.lp.lp--news-details .lp__news-details-content ul,
.lp.lp--news-details .lp__news-details-content ol {
  padding-left: 20px;
  margin: 12px 0;
}

.lp.lp--news-details .lp__news-details-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lp.lp--news-details .lp__news-details-back,
.lp.lp--news-details .lp__news-details-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.2);
  color: #1f2937;
  background: #fff;
}

.lp.lp--news-details .lp__news-details-back:hover,
.lp.lp--news-details .lp__news-details-list:hover {
  border-color: var(--lp-accent);
  color: var(--lp-accent);
}

.lp.lp--news-details .lp__news-details-aside-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  margin-bottom: 18px;
}

.lp.lp--news-details .lp__news-details-aside-title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #0f172a;
}

.lp.lp--news-details .lp__news-details-aside-desc {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.lp.lp--news-details .lp__news-details-aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--lp-accent);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.lp.lp--news-details .lp__news-details-aside-btn--ghost {
  background: #fff;
  color: var(--lp-accent);
  border: 1px solid var(--lp-accent);
}

.lp.lp--news-details .lp__news-details-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.lp.lp--news-details .lp__news-details-related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lp.lp--news-details .lp__news-details-related-link {
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.lp.lp--news-details .lp__news-details-related-link:hover {
  color: var(--lp-accent);
}

.lp.lp--news-details .lp__news-details-related-date {
  font-size: 12px;
  color: #94a3b8;
}

.lp.lp--news-details .lp__news-details-prev-next {
  padding: 24px 0;
}

.lp.lp--news-details .lp__news-details-prev-next-inner {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  display: grid;
  gap: 10px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  color: #475569;
  font-size: 14px;
}

.lp.lp--news-details .lp__news-details-bottom-cta {
  padding: 20px 0 40px;
}

.lp.lp--news-details .lp__news-details-cta {
  background: #0f172a;
  color: #fff;
  border-radius: 20px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lp.lp--news-details .lp__news-details-cta-title {
  margin: 0 0 8px;
  font-size: 20px;
}

.lp.lp--news-details .lp__news-details-cta-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.lp.lp--news-details .lp__news-details-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .lp.lp--news-details .lp__news-details-hero-card {
    grid-template-columns: 1fr;
  }

  .lp.lp--news-details .lp__news-details-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .lp.lp--news-details .lp__news-details-title {
    font-size: 22px;
  }

  .lp.lp--news-details .lp__news-details-main {
    padding: 22px;
  }

  .lp.lp--news-details .lp__news-details-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ========== LP: product-details hero refine ========== */
.lp.lp--product-details .pd__hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.lp.lp--product-details .pd__hero-actions .pd__btn {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 999px;
  min-width: 168px;
  justify-content: center;
}

.lp.lp--product-details .pd__btn--dark {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.25);
  color: #0f172a;
}

.lp.lp--product-details .pd__btn--dark:hover {
  border-color: rgba(15, 23, 42, 0.45);
}

.lp.lp--product-details .pd__scenes--hero {
  margin-top: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lp.lp--product-details .pd__scenes--hero .pd__scene-card {
  padding: 12px;
  gap: 8px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
}

.lp.lp--product-details .pd__scenes--hero .pd__scene-media {
  height: 96px;
}

.lp.lp--product-details .pd__scenes--hero .pd__scene-card h4 {
  font-size: 14px;
}

.lp.lp--product-details .pd__scenes--hero .pd__scene-card p {
  font-size: 12px;
}

.lp.lp--product-details .pd__scenes--hero .pd__scene-meta {
  font-size: 11px;
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__hero-actions .pd__btn {
    flex: 1 1 200px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__hero-actions .pd__btn {
    flex: 1 1 100%;
  }

  .lp.lp--product-details .pd__scenes--hero {
    grid-template-columns: 1fr;
  }
}

/* ========== LP: product-details media (pain) ========== */
.lp.lp--product-details .pd__pain-grid {
  align-items: center;
}

.lp.lp--product-details .pd__solution-summary {
  display: grid;
  align-content: center;
  gap: 12px;
}

.lp.lp--product-details .pd__media--video,
.lp.lp--product-details .pd__media--image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.lp.lp--product-details .pd__media--video video,
.lp.lp--product-details .pd__media--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__media--video,
  .lp.lp--product-details .pd__media--image {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__inline-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .lp.lp--product-details .pd__inline-actions .pd__btn {
    width: 100%;
    justify-content: center;
    padding: 12px 18px;
    font-size: 14px;
  }
}

/* ========== LP: product-details assets ========== */
.lp.lp--product-details .pd__asset-card {
  display: grid;
  gap: 12px;
  align-content: start;
  text-align: left;
}

.lp.lp--product-details .pd__asset-card h4 {
  margin: 0;
  font-size: 14px;
  color: #0f172a;
}

.lp.lp--product-details .pd__asset-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 12px;
}

/* ========== LP: product-details assets layout ========== */
.lp.lp--product-details .pd__assets {
  grid-template-columns: 1fr;
}

/* ========== LP: product-details assets refine ========== */
.lp.lp--product-details .pd__asset-card h4 {
  text-align: center;
  font-weight: 700;
}

.lp.lp--product-details .pd__asset-media {
  aspect-ratio: 21 / 9;
  overflow: hidden;
}

.lp.lp--product-details .pd__asset-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== LP: product-details partners ========== */
.lp.lp--product-details .pd__logos {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
}

.lp.lp--product-details .pd__logos a,
.lp.lp--product-details .pd__logos img {
  display: block;
  width: 100%;
}

.lp.lp--product-details .pd__logos a {
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp.lp--product-details .pd__logos img {
  height: 76px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.25s ease;
}

.lp.lp--product-details .pd__logos a:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.lp.lp--product-details .pd__logos a:hover img {
  transform: scale(1.04);
}

/* ========== LP: product-details CTA pulse ========== */
.lp.lp--product-details .pd__btn--primary {
  animation: lpPulse 2.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes lpPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(15, 90, 67, 0.25);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__btn--primary {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__logos {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .lp.lp--product-details .pd__logos a {
    padding: 8px;
  }

  .lp.lp--product-details .pd__logos img {
    height: 32px;
  }
}

@media (max-width: 520px) {
  .lp.lp--product-details .pd__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ========== LP: product-details partners override ========== */
.lp.lp--product-details .pd__logos {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

/* ========== LP: product-details partners rows ========== */
.lp.lp--product-details .pd__logos {
  grid-auto-rows: 1fr;
}

.lp.lp--product-details .pd__logos > :nth-child(n + 33) {
  display: none;
}

/* ========== LP: product-details partners loop ========== */
.lp.lp--product-details .pd__logos--loop {
  display: grid;
  gap: 14px;
}

.lp.lp--product-details .pd__logo-row {
  --columns: 8;
  overflow: hidden;
}

.lp.lp--product-details .pd__logo-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: lpLogoScroll 42s linear infinite;
}

.lp.lp--product-details .pd__logo-item {
  flex: 0 0 calc((100% - (var(--columns) - 1) * 12px) / var(--columns));
  background: #ffffff;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.lp.lp--product-details .pd__logo-item img {
  display: block;
  width: 100%;
  height: 36px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.lp.lp--product-details .pd__logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.lp.lp--product-details .pd__logo-row--b .pd__logo-track {
  animation-duration: 48s;
  animation-direction: reverse;
}

.lp.lp--product-details .pd__logo-row--c .pd__logo-track {
  animation-duration: 54s;
}

.lp.lp--product-details .pd__logo-row--d .pd__logo-track {
  animation-duration: 60s;
  animation-direction: reverse;
}

@keyframes lpLogoScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__logo-track {
    animation: none;
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__logo-row {
    --columns: 6;
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__logo-row {
    --columns: 4;
  }

  .lp.lp--product-details .pd__logo-item {
    padding: 8px;
  }

  .lp.lp--product-details .pd__logo-item img {
    height: 32px;
  }
}

@media (max-width: 520px) {
  .lp.lp--product-details .pd__logo-row {
    --columns: 3;
  }
}

/* ========== LP: product-details partners loop (safe) ========== */
.lp.lp--product-details .pd__logos--loop {
  display: grid;
  gap: 14px;
}

.lp.lp--product-details .pd__logo-row {
  overflow: hidden;
}

.lp.lp--product-details .pd__logo-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  animation: lpLogoDrift 28s ease-in-out infinite;
}

.lp.lp--product-details .pd__logo-row--b .pd__logo-track {
  animation-duration: 34s;
  animation-direction: reverse;
}

.lp.lp--product-details .pd__logo-row--c .pd__logo-track {
  animation-duration: 38s;
}

.lp.lp--product-details .pd__logo-row--d .pd__logo-track {
  animation-duration: 42s;
  animation-direction: reverse;
}

@keyframes lpLogoDrift {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__logo-track {
    animation: none;
  }
}

@media (max-width: 1024px) {
  .lp.lp--product-details .pd__logo-track {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lp.lp--product-details .pd__logo-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .lp.lp--product-details .pd__logo-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ========== LP: product-details partners loop fix ========== */
.lp.lp--product-details .pd__logos--loop {
  display: grid;
  grid-template-columns: 1fr;
}

.lp.lp--product-details .pd__logos--loop .pd__logo-row,
.lp.lp--product-details .pd__logos--loop .pd__logo-track {
  width: 100%;
}

/* ========== LP: product-details partners loop speed up ========== */
.lp.lp--product-details .pd__logo-track {
  animation-duration: 22s;
}

.lp.lp--product-details .pd__logo-row--b .pd__logo-track {
  animation-duration: 28s;
}

.lp.lp--product-details .pd__logo-row--c .pd__logo-track {
  animation-duration: 32s;
}

.lp.lp--product-details .pd__logo-row--d .pd__logo-track {
  animation-duration: 36s;
}

/* ========== LP: product-details partners loop speed +20% ========== */
.lp.lp--product-details .pd__logo-track {
  animation-duration: 17.6s;
}

.lp.lp--product-details .pd__logo-row--b .pd__logo-track {
  animation-duration: 22.4s;
}

.lp.lp--product-details .pd__logo-row--c .pd__logo-track {
  animation-duration: 25.6s;
}

.lp.lp--product-details .pd__logo-row--d .pd__logo-track {
  animation-duration: 28.8s;
}

/* ========== LP: product-details CTA glow ========== */
.lp.lp--product-details .pd__btn--primary {
  position: relative;
  z-index: 0;
}

.lp.lp--product-details .pd__btn--primary::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 90, 67, 0.35), rgba(15, 90, 67, 0.02) 60%, transparent 70%);
  opacity: 0.0;
  filter: blur(2px);
  z-index: -1;
  animation: lpGlow 2.6s ease-in-out infinite;
}

@keyframes lpGlow {
  0% {
    transform: scale(0.9);
    opacity: 0.0;
  }
  40% {
    opacity: 0.6;
  }
  70% {
    transform: scale(1.18);
    opacity: 0.0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0.0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__btn--primary::before {
    animation: none;
    opacity: 0;
  }
}

/* ========== LP: product-details CTA color breathe ========== */
.lp.lp--product-details .pd__btn--primary {
  animation: lpPulse 2.2s ease-in-out infinite, lpBtnTint 6s ease-in-out infinite;
}

@keyframes lpBtnTint {
  0% {
    background-color: var(--lp-accent);
  }
  50% {
    background-color: #1b7f5c;
  }
  100% {
    background-color: var(--lp-accent);
  }
}

/* ========== LP: product-details hero actions refine ========== */
.lp.lp--product-details .pd__hero-actions {
  justify-content: flex-start;
  gap: 14px;
}

.lp.lp--product-details .pd__hero-actions .pd__btn--primary {
  margin-right: 4px;
}

/* ========== LP: product-details CTA sweep ========== */
.lp.lp--product-details .pd__btn--primary {
  position: relative;
  overflow: hidden;
}

.lp.lp--product-details .pd__btn--primary::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -40%;
  width: 30%;
  height: 140%;
  transform: skewX(-20deg);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0;
  animation: lpSweep 3.6s ease-in-out infinite;
}

@keyframes lpSweep {
  0% {
    transform: translateX(-120%) skewX(-20deg);
    opacity: 0;
  }
  15% {
    opacity: 0.6;
  }
  40% {
    transform: translateX(260%) skewX(-20deg);
    opacity: 0;
  }
  100% {
    transform: translateX(260%) skewX(-20deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__btn--primary::after {
    animation: none;
    opacity: 0;
  }
}

/* ========== LP: product-details CTA gradient flow ========== */
.lp.lp--product-details .pd__btn--primary {
  background: linear-gradient(110deg, #0f5a43, #1aa36f, #0f5a43);
  background-size: 200% 200%;
  animation: lpPulse 2.2s ease-in-out infinite, lpBtnTint 6s ease-in-out infinite, lpGradientFlow 6.5s ease-in-out infinite;
}

@keyframes lpGradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp.lp--product-details .pd__btn--primary {
    animation: none;
  }
}
