﻿@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "AlibabaPuHuiTi";
  src: url("fonts/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
  font-weight: 700;
}

:root {
  --pros-green: #006f3f;
  --pros-green-dark: #035533;
  --pros-orange: #ff7310;
  --pros-orange-soft: #ffbc8f;
  --pros-ink: #0f1720;
  --pros-text: #4b5563;
  --pros-muted: #7b8491;
  --pros-line: #dfe5ea;
  --pros-soft: #f3f6f9;
  --pros-white: #fff;
  --pros-panel: #48505d;
  --pros-container: 80vw;
  --pros-radius: 0.5rem;
  --pros-shadow: 0 1rem 2.75rem rgba(19, 33, 46, 0.12);
}

html,
body {
  color: var(--pros-ink);
  background: var(--pros-soft);
  font-family: "AlibabaPuHuiTi", "Microsoft YaHei", Arial, sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
}

img,
svg {
  display: block;
}

#app .inner {
  width: var(--pros-container);
  max-width: none;
}

.banner {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #20262c;
  isolation: isolate;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner > img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}


.banner .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: var(--pros-container);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 96px;
  margin: 0 auto;
  text-align: center;
}

.banner .top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.banner .square1,
.banner .square2 {
  position: absolute;
  width: 64px;
  aspect-ratio: 1;
  color: var(--pros-orange);
  pointer-events: none;
}

.banner .square1 {
  left: 0;
  top: -30px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.banner .square2 {
  right: 0;
  bottom: -42px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.banner .title p {
  text-align: center;
  color: var(--pros-white);
  font-family: "Alibaba PuHuiTi";
  font-weight: 900;
  font-size: 55px;
  line-height: 90px;
  text-transform: uppercase;
}

.banner .title span {
  color: var(--pros-orange);
}

.banner .desc {
  max-width: 960px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner .desc .line {
  width: 64px;
  flex: 0 0 64px;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
}

.banner .desc p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.8;
}

.banner .bottom {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  color: var(--pros-white);
  transform: translateX(-50%);
  opacity: 0.88;
  text-transform: uppercase;
  letter-spacing: 0;
}

.banner .bottom p {
  font-size: 0.72rem;
  font-weight: 700;
}

.banner .bottom .line {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.75);
}

.banner .bottom .dot {
  width: 0.32rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pros-white);
}

.proNav {
  position: relative;
  z-index: 5;
  background: var(--pros-white);
  box-shadow: 0 0.55rem 1.6rem rgba(19, 33, 46, 0.08);
}

.proNav .inner {
  display: flex;
  align-items: stretch;
  gap: 14px;
}

.proNav .item {
  position: relative;
  min-height: 74px;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  color: var(--pros-ink);
  cursor: pointer;
}

.proNav .item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0.18rem;
  background: transparent;
  transition: background 0.24s ease;
}

.proNav .item.item-active::after,
.proNav .item:hover::after {
  background: var(--pros-orange);
}

.proNav .left {
  position: relative;
  width: 64px;
  flex: 0 0 64px;
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #e6ebef;
}

.proNav .right {
  flex: 1;
  min-width: 0;
}

.proNav .left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.24s ease;
}

.proNav .img-active {
  opacity: 0;
}

.proNav .item.item-active .img-active,
.proNav .item:hover .img-active {
  opacity: 1;
}

.proNav .item.item-active .img-default,
.proNav .item:hover .img-default {
  opacity: 0;
}

.proNav .text1 {
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proNav .text2 {
  margin-top: 0.18rem;
  color: var(--pros-muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proAppl {
  padding: 56px 0 36px;
  background: linear-gradient(180deg, var(--pros-white), var(--pros-soft));
}

.proAppl .swiper {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: var(--pros-radius);
  box-shadow: 0 0.8rem 2.4rem rgba(19, 33, 46, 0.1);
}

.proAppl .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #151b1d;
}

.proAppl .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proAppl .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 96px;
  text-align: center;
}

.proAppl .top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--pros-orange);
  font-size: 16px;
  font-weight: 800;
}

.proAppl .top .line {
  width: 44px;
  height: 1px;
  background: currentColor;
}

.proAppl .middle .text1 {
  color: var(--pros-white);
  font-size: 18px;
  font-weight: 800;
}

.proAppl .middle .text2 {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

.proAppl .bottom,
.pros .section2-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 2.65rem;
  padding: 0 1.25rem;
  border-radius: 0.28rem;
  color: var(--pros-white);
  background: var(--pros-green);
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.proAppl .bottom:hover,
.pros .section2-bottom a:hover {
  transform: translateY(-0.12rem);
  background: var(--pros-green-dark);
}

.proAppl .prev,
.proAppl .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pros-orange);
  box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translateY(-50%);
}

.proAppl .prev {
  left: 2%;
}

.proAppl .next {
  right: 2%;
  background: rgba(255, 255, 255, 0.92);
}

.pros {
  padding: 28px 0 72px;
  background: var(--pros-soft);
}

.pros .inner {
  display: flex;
  gap: 30px;
  align-items: start;
}

.pros .section1 {
  position: sticky;
  top: 96px;
  flex: 0 0 25%;
  overflow: hidden;
  border: 1px solid var(--pros-line);
  border-radius: var(--pros-radius);
  background: var(--pros-white);
  box-shadow: 0 0.6rem 1.8rem rgba(19, 33, 46, 0.04);
}

.pros .section1-top {
  padding: 18px;
  color: var(--pros-ink);
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid var(--pros-line);
}

.pros .section1-bottom {
  display: flex;
  flex-direction: column;
  padding: 0.65rem;
}

.pros .section1-bottom .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.85rem;
  padding: 0 0.8rem;
  border-radius: 0.3rem;
  color: #0b2738;
  font-size: 0.86rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.pros .section1-bottom .item.item-active,
.pros .section1-bottom .item:hover {
  color: var(--pros-orange);
  background: #ffe8d8;
}

.pros .section1-bottom svg {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pros .section1-bottom .item.item-active svg,
.pros .section1-bottom .item:hover svg {
  opacity: 1;
}

.pros .section2 {
  min-width: 0;
}

.pros .section2-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.pros .section2-top input {
  width: 100%;
  min-height: 54px;
  padding: 0 58px 0 20px;
  border: 1px solid transparent;
  border-radius: 0.35rem;
  color: var(--pros-ink);
  outline: none;
  background: #eceef1;
  transition: 0.2s ease;
}

.pros .section2-top input:focus {
  border-color: rgba(255, 115, 16, 0.4);
  background: var(--pros-white);
  box-shadow: 0 0 0 0.25rem rgba(255, 115, 16, 0.08);
}

.pros .section2-top svg {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.pros .section2-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.pros .section2-middle > .item {
  position: relative;
  width: calc((100% - 48px) / 3);
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: var(--pros-radius);
  background: #dfe7ed;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pros .section2-middle > .item:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1rem 2.4rem rgba(19, 33, 46, 0.13);
}

.pros .section2-middle > .item > .back {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: cover;
  border-radius: 0.35rem;
}

.pros .section2-middle .content {
  position: relative;
  z-index: 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
  padding: 16px 12px;
}

.pros .section2-middle .content > .icon {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 32px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd8bd;
}

.pros .section2-middle .title {
  min-height: 2.1rem;
  display: flex;
  align-items: center;
  color: var(--pros-ink);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.pros .section2-middle .btn {
  width: 190px;
  min-height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.28rem;
  color: var(--pros-green);
  background: var(--pros-white);
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: 0 0.35rem 0.8rem rgba(19, 33, 46, 0.08);
}

.pros .page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 36px 0 54px;
}

.pros .pre-pageBtn,
.pros .next-pageBtn,
.pros .page .num {
  width: 2.1rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pros-line);
  border-radius: 0.18rem;
  background: var(--pros-white);
  color: var(--pros-ink);
  font-size: 0.8rem;
}

.pros .page .num-active {
  color: var(--pros-white);
  border-color: var(--pros-green);
  background: var(--pros-green);
}

.pros .page .page-ellipsis {
  border-color: transparent;
  background: transparent;
}

.pros .section2-bottom {
  position: relative;
  width: 100%;
  min-height: 150px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--pros-radius);
  color: var(--pros-white);
  background: #12181d;
}

.pros .section2-bottom > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.pros .section2-bottom .content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 28px;
  text-align: center;
}

.pros .section2-bottom .text1 {
  font-size: 18px;
  font-weight: 800;
}

.pros .section2-bottom .text2 {
  max-width: 60rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  :root {
    --pros-container: 90%;
  }

  .proNav .inner {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .proNav .item {
    flex: 0 0 220px;
  }

  .proNav .inner::-webkit-scrollbar {
    display: none;
  }

  .pros .section2-middle {
    gap: 22px;
  }

  .pros .section2-middle > .item {
    width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 900px) {
  :root {
    --pros-container: 92%;
  }

  .banner .desc {
    flex-direction: column;
  }

  .banner .desc .line {
    width: 80px;
    flex: 0 0 auto;
  }

  .proAppl .content {
    padding-inline: 64px;
  }

  .pros .inner {
    flex-direction: column;
  }

  .pros .section1 {
    position: static;
  }

  .pros .section1-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pros .section1-bottom .item {
    width: calc((100% - 1rem) / 2);
  }

}

@media (max-width: 620px) {
  .banner .content {
    padding-top: 5rem;
  }

  .banner .square1,
  .banner .square2,
  .banner .bottom {
    display: none;
  }

  .proAppl .swiper {
    height: 17rem;
  }

  .proAppl .top .line {
    display: none;
  }

  .proAppl .prev,
  .proAppl .next {
    width: 2.35rem;
  }

  .pros .section1-bottom,
  .pros .section2-middle {
    flex-direction: column;
  }

  .pros .section2-middle .content {
    min-height: 17.5rem;
  }

  .pros .page {
    flex-wrap: wrap;
  }

}

#app .pros .inner {
  width: 80vw;
  max-width: 94%;
}

.banner {
  margin-top: 0;
}

.banner > img {
  top: 0;
  height: auto;
}

.banner .content {
  padding-top: 70px;
}

.pros {
  padding: 28px 0 64px;
  background: #f3f6f9;
}

.pros .inner {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.pros .section1 {
  position: sticky;
  top: 96px;
  width: 210px;
  flex: 0 0 210px;
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19,33,46,0.04);
}

.pros .section1-top {
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1720;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #e3e8ee;
}

.pros .section1-bottom {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.pros .section1-bottom .item {
  min-height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 4px;
  color: #223041;
  font-size: 13px;
  line-height: 18px;
}

.pros .section2 {
  flex: 1;
  min-width: 0;
}

.pros .section2-top {
  height: 44px;
  margin-bottom: 22px;
  position: relative;
  display: flex;
  align-items: center;
}

.pros .section2-top input {
  width: 100%;
  height: 44px;
  min-height: 0;
  padding: 0 56px 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #0f1720;
  background: #eceff3;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.pros .section2-top svg {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.pros .section2-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.pros .section2-middle > .item {
  position: relative;
  width: calc((100% - 44px) / 3);
  height: 252px;
  padding: 10px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7ed;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pros .section2-middle > .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(19,33,46,0.14);
}

.pros .section2-middle > .item > .back {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  border-radius: 5px;
}

.pros .section2-middle .content {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 0;
  padding: 18px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
  box-sizing: border-box;
}

.pros .section2-middle .content > .icon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd8bd;
}

.pros .section2-middle .content > img {
    width: 70%;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(18, 40, 64, 0.16));
    position: relative;
    top: 13%;
}

.pros .section2-middle .title {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1720;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.pros .section2-middle .btn {
  width: 138px;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  color: #006f3f;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(19,33,46,0.08);
  box-sizing: border-box;
}

.pros .page {
  width: 100%;
  margin: 34px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pros .page .pages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pros .pre-pageBtn,
.pros .next-pageBtn,
.pros .page .num {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ea;
  border-radius: 3px;
  background: #fff;
  color: #0f1720;
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
}

.pros .page .num-active {
  color: #fff;
  border-color: #006f3f;
  background: #006f3f;
}

.pros .page .page-ellipsis {
  border-color: transparent;
  background: transparent;
}

.pros .section2-bottom {
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  margin: 0 auto;
  border-radius: 6px;
  margin-top: 50px;
}

.pros .section2-bottom .content {
  min-height: 132px;
  padding: 22px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pros .section2-bottom .text1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.pros .section2-bottom .text2 {
  max-width: 560px;
  font-size: 13px;
  line-height: 22px;
}

@media (max-width: 1180px) {
  .pros .section2-middle > .item {
    width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 900px) {
  .pros .inner {
    flex-direction: column;
  }

  .pros .section1 {
    position: static;
    width: 100%;
    flex: none;
  }

  .pros .section1-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pros .section1-bottom .item {
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
  }

}

@media (max-width: 620px) {
  .pros .section2-middle > .item,
  .pros .section1-bottom .item {
    width: 100%;
  }

  .pros .page {
    flex-wrap: wrap;
  }

}




.pros .section2-top .product-search-btn {
  cursor: pointer;
}

.proAppl a.bottom {
  text-decoration: none;
}

/* Product artwork must stay in the flex flow so it cannot cover the title
   or action button. The card is 252px tall on desktop, so this slot leaves
   room for both controls and the card padding. */
.pros .section2-middle .content > img {
  position: static;
  top: auto;
  width: 70%;
  height: 140px;
  max-height: 140px;
  min-height: 0;
  flex: 0 0 140px;
  margin: 0 auto 8px;
  object-fit: contain;
}

/* non-index banner unified responsive */
@media (max-width: 1180px) {
  body #app .banner .content {
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    width: 88vw;
    max-width: none;
    height: 100%;
    margin-left: 0;
    padding-top: 56px;
    transform: translateX(-50%);
  }

  body #app .banner .top {
    width: 100%;
  }

  body #app .banner .title p {
    font-size: 42px;
    line-height: 54px;
  }

  body #app .banner .desc {
    max-width: 82vw;
  }
}

@media (max-width: 1024px) {
  body #app .banner {
    min-height: 420px;
  }

  body #app .banner > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
  }

  body #app .banner .content {
    width: 86vw;
    padding-top: 60px;
  }

  body #app .banner .top {
    gap: 14px;
  }

  body #app .banner .title p {
    font-size: 34px;
    line-height: 44px;
  }

  body #app .banner .desc {
    max-width: 78vw;
    gap: 12px;
  }

  body #app .banner .desc p {
    font-size: 15px;
    line-height: 24px;
    white-space: normal;
  }

  body #app .banner .desc .line {
    width: 56px;
    
  }

  body #app .banner .square1,
  body #app .banner .square2,
  body #app .banner .square3 {
    transform: scale(0.82);
  }

  body #app .banner .square3 {
    transform: rotate(-45deg) scale(0.82);
  }
}

@media (max-width: 768px) {
  body #app .banner {
    min-height: 360px;
  }

  body #app .banner > img {
    height: 360px;
  }

  body #app .banner .content {
    width: 88vw;
    padding-top: 54px;
  }

  body #app .banner .title p {
    font-size: 28px;
    line-height: 36px;
  }

  body #app .banner .desc {
    max-width: 88vw;
    flex-direction: column;
    gap: 10px;
  }

  body #app .banner .desc .line {
    width: 64px;
    flex: 0 0 auto;
  }

  body #app .banner .desc p {
    font-size: 14px;
    line-height: 23px;
  }

  body #app .banner .square1,
  body #app .banner .square2,
  body #app .banner .square3,
  body #app .banner .bottom {
    display: none;
  }
}

@media (max-width: 480px) {
  body #app .banner {
    min-height: 320px;
  }

  body #app .banner > img {
    height: 320px;
  }

  body #app .banner .content {
    width: 90vw;
    padding-top: 46px;
  }

  body #app .banner .title p {
    font-size: 24px;
    line-height: 32px;
  }

  body #app .banner .desc p {
    font-size: 13px;
    line-height: 21px;
  }
}

body #app .banner .content {
  box-sizing: border-box;
  padding-left: 28px;
  padding-right: 28px;
}

body #app .banner .top {
  gap: 28px;
}

body #app .banner .desc {
  gap: 20px;
  margin-top: 0;
}

body #app .banner .desc p {
  line-height: 28px;
}

@media (max-width: 1024px) {
  body #app .banner .content {
    padding-left: 24px;
    padding-right: 24px;
  }

  body #app .banner .top {
    gap: 22px;
  }

  body #app .banner .desc {
    gap: 16px;
  }

  body #app .banner .desc p {
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  body #app .banner .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body #app .banner .top {
    gap: 18px;
  }

  body #app .banner .desc {
    gap: 14px;
  }

  body #app .banner .desc p {
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  body #app .banner .content {
    padding-left: 16px;
    padding-right: 16px;
  }

  body #app .banner .top {
    gap: 14px;
  }

  body #app .banner .desc {
    gap: 12px;
  }

  body #app .banner .desc p {
    line-height: 22px;
  }
}
body #app .banner .top {
  gap: 150px;
}

@media (max-width: 1180px) {
  body #app .banner .top {
    gap: 100px;
  }
}

@media (max-width: 1024px) {
  body #app .banner .top {
    gap: 80px;
  }
}

@media (max-width: 768px) {
  body #app .banner .top {
    gap: 40px;
  }
}

@media (max-width: 480px) {
body #app .banner .top {
  gap: 20px;
}

/* Current product-page DOM: keep the original product grid values and breakpoints. */
body #app .banner {
  display: block;
  min-height: 0;
  margin-top: 0 !important;
  padding-top: var(--banner-header-offset);
  box-sizing: border-box;
  background: #151b20;
}

body #app .banner > .list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body #app .banner > .list > .item {
  position: relative;
  min-width: 0;
  height: 320px;
  overflow: hidden;
  color: #fff;
  background: #151b20;
}

body #app .banner > .list > .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

body #app .banner > .list > .item:hover > img {
  transform: scale(1.04);
}

body #app .banner > .list > .item .content {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 22px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  transform: none;
}

body #app .banner > .list > .item .content p {
  color: inherit;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

body #app .banner > .title {
  min-height: 72px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #20252b;
  background: #fff;
  text-align: center;
}

body #app .banner > .title p {
  color: inherit;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

body #app > .pros {
  width: 100%;
  margin: 0;
  padding: 12px 10vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border-bottom: 1px solid #e3e8ee;
}

body #app > .pros > .item {
  min-width: 0;
  min-height: 40px;
  flex: 1 1 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  color: #667085;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

body #app > .pros > .item .title {
  min-width: 0;
}

body #app > .pros > .item .title p {
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body #app > .pros > .item .icon {
  flex: 0 0 auto;
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease;
}

body #app > .pros > .item.item-active,
body #app > .pros > .item:hover {
  color: #ff7310;
  background: #ffe4d2;
}

body #app > .pros > .item.item-active .icon,
body #app > .pros > .item:hover .icon {
  opacity: 1;
}

body #app .product > .inner {
  width: 80vw;
  max-width: 94%;
}

body #app .product .section1 {
  position: relative;
  height: 44px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

body #app .product .section1 input {
  width: 100%;
  height: 44px;
  min-height: 0;
  padding: 0 56px 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #0f1720;
  background: #eceff3;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body #app .product .section1 input:focus {
  border-color: rgba(255, 115, 16, 0.4);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 115, 16, 0.08);
}

body #app .product .section1 .product-search-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transform: translateY(-50%);
}

body #app .product .section2 {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

body #app .product .section2 > .item {
  position: relative;
  width: calc((100% - 44px) / 3);
  height: 252px;
  padding: 10px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7ed;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body #app .product .section2 > .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(19, 33, 46, 0.14);
}

body #app .product .section2 > .item > .back {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  border-radius: 5px;
}

body #app .product .section2 .content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 18px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

body #app .product .section2 .content > .icon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd8bd;
}

body #app .product .section2 .content > img {
  position: relative;
  top: 13%;
  width: 70%;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(18, 40, 64, 0.16));
}

body #app .product .section2 .title {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1720;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  text-align: center;
}

body #app .product .section2 .btn {
  width: 138px;
  min-height: 34px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  color: #006f3f;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(19, 33, 46, 0.08);
}

body #app .product .page,
body #app .product .page .pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body #app .product .page {
  width: 100%;
  margin-top: 34px;
}

body #app .product .pre-pageBtn,
body #app .product .next-pageBtn,
body #app .product .page .num {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ea;
  border-radius: 3px;
  background: #fff;
  color: #0f1720;
  font-size: 12px;
  line-height: 18px;
}

body #app .product .page .num-active {
  color: #fff;
  border-color: #006f3f;
  background: #006f3f;
}

@media (max-width: 1180px) {
  body #app .banner > .list > .item {
    height: 270px;
  }

  body #app .product .section2 > .item {
    width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 900px) {
  body #app .banner > .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body #app .banner > .list > .item {
    height: 240px;
  }

  body #app > .pros {
    flex-wrap: wrap;
  }

  body #app > .pros > .item {
    flex-basis: calc((100% - 8px) / 2);
  }
}

@media (max-width: 620px) {
  body #app .banner > .list {
    grid-template-columns: 1fr;
  }

  body #app .banner > .list > .item {
    height: 200px;
  }

  body #app .banner > .list > .item .content {
    padding: 16px;
  }

  body #app .banner > .list > .item .content p {
    font-size: 16px;
    line-height: 24px;
  }

  body #app .banner > .title {
    min-height: 60px;
  }

  body #app .banner > .title p {
    font-size: 20px;
    line-height: 28px;
  }

  body #app > .pros {
    padding: 10px 3%;
  }

  body #app > .pros > .item {
    flex-basis: 100%;
  }

  body #app .product {
    padding-top: 24px;
  }

  body #app .product .section2 > .item {
    width: 100%;
  }

  body #app .product .page {
    flex-wrap: wrap;
  }
}
}

/* Current pros page layout: keep the legacy rules above for commented markup. */
body #app .banner {
  display: block;
  height: auto;
  min-height: 0;
  overflow: hidden;
  background: #20262c;
}

body #app .banner .list {
  width: 100%;
  height: clamp(240px, 22vw, 380px);
  display: flex;
  align-items: stretch;
}

body #app .banner .list .item {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
  display: block;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  background: #1f262c;
  color: #fff;
}

body #app .banner .list .item:last-child {
  border-right: 0;
}

/* Inactive categories stay visually secondary while the selected tile keeps
   its original image brightness and remains the clear focal item. */
body #app .banner .list .item > img {
  filter: brightness(0.62) saturate(0.78);
}

body #app .banner .list .item.item-active {
  z-index: 2;
  box-shadow: inset 0 0 0 4px var(--pros-orange);
}

body #app .banner .list .item.item-active > img {
  filter: brightness(1) saturate(1);
}

body #app .banner .list .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

body #app .banner .list .item:hover > img {
  transform: scale(1.04);
  filter: brightness(0.72) saturate(0.9);
}

body #app .banner .list .item.item-active:hover > img {
  filter: brightness(1) saturate(1.05);
}

/* Override the legacy absolute .banner .content rule for card labels. */
body #app .banner .list .item .content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 24px;
  margin: 0;
  text-align: center;
  transform: none;
}

body #app .banner .list .item.item-active .content {
  display: none;
}

body #app .banner .list .item .content p {
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: clamp(14px, 1.35vw, 22px);
  line-height: 1.35;
  font-weight: 800;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* The live title sits below the image strip, unlike the legacy hero title. */
body #app .banner > .title {
  position: static;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0;
  background: #f3f6f9;
  text-align: center;
}

body #app .banner > .title p {
  color: var(--pros-ink);
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.4;
  font-weight: 800;
  white-space: nowrap;
}

/* New category strip: five direct children, no legacy sidebar markup. */
body #app > .pros {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding: 8px 10vw;
  overflow-x: auto;
  border-bottom: 1px solid #dfe5ea;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(19, 33, 46, 0.08);
  scrollbar-width: none;
}

body #app > .pros::-webkit-scrollbar {
  display: none;
}

body #app > .pros > .item {
  position: relative;
  min-width: 0;
  min-height: 44px;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  color: #536070;
  cursor: pointer;
  transition: color 0.22s ease, background 0.22s ease;
}

body #app > .pros > .item .title {
  min-width: 0;
  color: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
}

body #app > .pros > .item .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

body #app > .pros > .item.item-active,
body #app > .pros > .item:hover {
  color: var(--pros-orange);
  border-radius: 7px;
  background: #ffe8d8;
}

body #app > .pros > .item.item-active .icon,
body #app > .pros > .item:hover .icon {
  opacity: 1;
  transform: translateX(2px);
}

/* Current product list. */
body #app .product {
  color: var(--pros-ink);
  /* background: #fff; */
}

body #app .product > .inner {
  width: 80vw;
  max-width: 94%;
  display: block;
  margin: 0 auto;
}

body #app .product .section1 {
  position: relative;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  margin: 20px 0 48px;
}

body #app .product .section1 input {
  width: 100%;
  height: 44px;
  min-height: 0;
  padding: 0 56px 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--pros-ink);
  background: #eceff3;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body #app .product .section1 input:focus {
  border-color: rgba(255, 115, 16, 0.42);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 115, 16, 0.08);
}

body #app .product .section1 .product-search-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transform: translateY(-50%);
}

body #app .product .section2 {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 22px;
  padding-bottom: 20px;
}

body #app .product .section2 > .item {
  position: relative;
  width: calc((100% - 44px) / 3);
  height: 450px;
  min-width: 0;
  display: block;
  overflow: hidden;
  padding: 10px;
  border-radius: 8px;
  background: #dfe7ed;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body #app .product .section2 > .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(19, 33, 46, 0.14);
}

body #app .product .section2 > .item > .back {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: cover;
  border-radius: 5px;
}

body #app .product .section2 > .item > .content {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 18px 12px 16px;
  box-sizing: border-box;
}

body #app .product .section2 > .item > .content > .icon {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd8bd;
}

body #app .product .section2 > .item > .content > img:not(.back) {
  /* Keep every product image inside a predictable slot.  Relative
     positioning here used to move tall/square source images down without
     changing their flex size, which made them overlap the title and button. */
  position: static;
  width: 70%;
  height: 290px;
  max-height: 290px;
  flex: 0 0 auto;
  object-fit: contain;
  margin: 0 auto 8px;
  filter: drop-shadow(0 12px 12px rgba(18, 40, 64, 0.16));
}

body #app .product .section2 > .item .title {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pros-ink);
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

body #app .product .section2 > .item .btn {
  width: 220px;
  max-width: 100%;
  min-height: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  color: var(--pros-green);
  background: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  box-shadow: 0 6px 12px rgba(19, 33, 46, 0.08);
  box-sizing: border-box;
}

body #app .product .page {
  width: 100%;
  margin: 46px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body #app .product .page .pages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body #app .product .pre-pageBtn,
body #app .product .next-pageBtn,
body #app .product .page .num {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ea;
  border-radius: 3px;
  background: #fff;
  color: var(--pros-ink);
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
}

body #app .product .page .num-active {
  color: #fff;
  border-color: var(--pros-green);
  background: var(--pros-green);
}

body #app .product .page .page-ellipsis {
  border-color: transparent;
  background: transparent;
}

@media (max-width: 1180px) {
  body #app .banner .list {
    height: clamp(230px, 26vw, 340px);
  }

  body #app .product .section2 > .item {
    width: calc((100% - 22px) / 2);
  }
}

@media (max-width: 768px) {
  body #app .banner .list {
    height: 250px;
  }

  body #app .banner .list .item .content {
    padding: 18px 10px 16px;
  }

  body #app .banner .list .item .content p {
    font-size: 14px;
  }

  body #app .banner > .title {
    height: 58px;
  }

  body #app > .pros {
    justify-content: flex-start;
    padding: 7px 4%;
  }

  body #app > .pros > .item {
    flex: 0 0 150px;
    padding: 0 12px;
  }

  body #app .product {
    padding-top: 34px;
  }

  body #app .product .section1 {
    margin-bottom: 34px;
  }

  body #app .product .section2 > .item {
    height: 390px;
  }

  body #app .product .section2 > .item > .content > img:not(.back) {
    height: 230px;
    max-height: 230px;
  }

  body #app .product .section2 > .item .btn {
    width: 180px;
    min-height: 40px;
  }
}

@media (max-width: 520px) {
  body #app .banner .list {
    height: 210px;
  }

  body #app .banner .list .item .content p {
    font-size: 12px;
  }

  body #app .banner > .title {
    height: 52px;
  }

  body #app .banner > .title p {
    font-size: 18px;
  }

  body #app > .pros {
    min-height: 58px;
    padding-block: 6px;
  }

  body #app > .pros > .item {
    flex-basis: 132px;
  }

  body #app > .pros > .item .title {
    font-size: 12px;
  }

  body #app .product {
    padding: 26px 0 48px;
  }

  body #app .product .section1 {
    height: 42px;
    margin-bottom: 26px;
  }

  body #app .product .section1 input {
    height: 42px;
    padding-left: 14px;
  }

  body #app .product .section1 .product-search-btn {
    right: 14px;
  }

  body #app .product .section2 {
    gap: 16px;
  }

  body #app .product .section2 > .item {
    width: 100%;
    height: 360px;
  }

  body #app .product .section2 > .item > .content > img:not(.back) {
    height: 205px;
    max-height: 205px;
  }

  body #app .product .page {
    margin-top: 34px;
    flex-wrap: wrap;
  }

  body #app .product .page .pages {
    gap: 5px;
  }
}

@media (max-width: 620px) {
  .pros .section2-middle .content > img {
    height: 150px;
    max-height: 150px;
    flex-basis: 150px;
  }
}

/* Final responsive rules for the live product page markup.  The stylesheet
   above also contains legacy rules for the commented-out template, so keep
   these selectors explicit and grouped at the end of the file. */
body #app .banner .list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

body #app .banner .list .item {
  min-width: 0;
  height: clamp(240px, 22vw, 380px);
}

body #app .banner .list .item .content {
  box-sizing: border-box;
  min-height: 0;
  padding: clamp(14px, 2vw, 28px) clamp(10px, 1.5vw, 16px) clamp(14px, 1.8vw, 24px);
}

body #app .banner .list .item .content p {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  font-size: clamp(14px, 1.35vw, 22px);
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body #app .banner > .title {
  width: 100%;
  height: auto;
  min-height: 68px;
  box-sizing: border-box;
  padding: 14px 20px;
}

body #app .banner > .title p {
  min-width: 0;
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: center;
}

/* Category tabs should wrap into rows instead of being clipped in a
   horizontal scroller on narrow screens. */
body #app > .pros {
  width: 100%;
  min-height: 66px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 8px;
  padding: 8px 10vw;
  overflow: visible;
}

body #app > .pros > .item {
  min-width: 0;
  min-height: 44px;
  width: auto;
  padding: 8px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body #app > .pros > .item .title {
  min-width: 0;
  max-width: 100%;
}

body #app > .pros > .item .title p {
  margin: 0;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-overflow: clip;
  text-align: center;
}

@media (max-width: 1024px) {
  body #app .banner .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body #app .banner .list .item {
    height: clamp(210px, 28vw, 280px);
  }

  body #app > .pros {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body #app .banner .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body #app .banner .list .item {
    height: clamp(170px, 46vw, 220px);
  }

  body #app .banner .list .item .content {
    padding: 12px 10px 14px;
  }

  body #app .banner .list .item .content p {
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.35;
  }

  body #app .banner > .title {
    min-height: 56px;
    padding: 12px 16px;
  }

  body #app .banner > .title p {
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: 1.35;
  }

  body #app > .pros {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    min-height: 0;
    padding: 8px 12px;
  }

  body #app > .pros > .item {
    min-height: 42px;
    padding: 7px 8px;
  }

  body #app > .pros > .item .title p {
    font-size: 13px;
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  body #app .banner .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body #app .banner .list .item {
    height: 145px;
  }

  body #app > .pros {
    grid-template-columns: 1fr;
  }
}

/* Mobile banner: keep two compact columns and place labels directly on the
   image so the card overlay does not hide the artwork. */
body #app .banner > .list > .item .content {
  background: transparent;
}

@media (max-width: 768px) {
  body #app .banner > .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body #app .banner > .list > .item {
    height: clamp(160px, 32vw, 200px);
  }

  body #app .banner > .list > .item .content {
    padding: 10px 8px 12px;
  }

  body #app .banner > .list > .item .content p {
    font-size: 12px;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  }
}

@media (max-width: 520px) {
  body #app .banner > .list > .item {
    height: clamp(145px, 34vw, 180px);
  }

  body #app .banner > .list > .item .content p {
    font-size: 11px;
  }
}

/* Keep the single WhatsApp control available at every viewport size. */
.sidefixed {
  display: flex !important;
}

/* Single WhatsApp contact button. The outer and inner circles mirror the
 * supplied artwork dimensions while keeping the link usable at every width. */
.sidefixed {
  position: fixed !important;
  top: auto !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  z-index: 999 !important;
  width: 89px !important;
  height: 89px !important;
  display: block !important;
  transform: none !important;
}

.sidefixed-whatsapp {
  box-sizing: border-box;
  text-decoration: none;
  overflow: visible;
  transition: transform .2s ease, box-shadow .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sidefixed-whatsapp:hover,
  .sidefixed-whatsapp:focus-visible {
    transform: translateY(-2px);
  }
}

.sidefixed-whatsapp-inner {
  position: relative;
  overflow: visible;
}

.sidefixed-whatsapp-icon {
  display: block;
}

/* The status trail is anchored to the button's inner circle so it can grow
 * upward without changing the size or position of the WhatsApp control. */
.sidefixed-whatsapp-status {
  position: absolute;
  z-index: 2;
  top: -34px;
  right: 9px;
  width: 58px;
  height: 64px;
  pointer-events: none;
}

.sidefixed-whatsapp-status > * {
  position: absolute;
  opacity: 0;
  transform: scale(.5);
  transform-origin: center;
  will-change: opacity, transform;
}

.sidefixed-whatsapp-status-dot {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px #0000000d;
}

.sidefixed-whatsapp-status-dot-small {
  top: 44px;
  right: 19px;
  width: 7px;
  height: 7px;
}

.sidefixed-whatsapp-status-dot-large {
  top: 30px;
  right: 8px;
  width: 11px;
  height: 11px;
}

.sidefixed-whatsapp-status-panel {
  top: 9px;
  right: -11px;
  width: fit-content;
  height: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(0deg, #ffffff 0%, #f1f1f1 100%);
  box-shadow: 0px 4px 4px #0000000d;
  padding: 3px 5px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  white-space: nowrap;
}

.sidefixed-whatsapp-status-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.sidefixed-whatsapp-status-panel p {
  margin: 0;
  color: #00c148;
  font-family: "Otomanopee One";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
}

@keyframes sidefixed-whatsapp-status-pop {
  0% {
    opacity: 0;
    transform: scale(.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-dot-small,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-dot-small {
  animation: sidefixed-whatsapp-status-pop .24s ease-out 0s forwards;
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-dot-large,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-dot-large {
  animation: sidefixed-whatsapp-status-pop .24s ease-out .18s forwards;
}

.sidefixed-whatsapp-inner:hover .sidefixed-whatsapp-status-panel,
.sidefixed-whatsapp:focus-visible .sidefixed-whatsapp-status-panel {
  animation: sidefixed-whatsapp-status-pop .24s ease-out .36s forwards;
}

/* Pros uses a full-width, document-flow header instead of the shared
   floating header treatment used by the other pages. */
body #app .header-index {
  position: relative;
  inset: auto;
  width: 100%;
  padding-top: 0;
  transform: none;
}

body #app .header-index-inner {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
}

body #app .banner {
  padding-top: 0;
}

@media only screen and (max-width: 1280px) {
  body #app .headerM {
    position: fixed;
  }

  body #app .banner {
    padding-top: var(--banner-header-offset);
  }
}

@media only screen and (min-width: 1281px) {
  body #app .header-index {
    position: sticky;
    top: var(--region-tip-height, 0px);
    z-index: 80;
  }
}
