@charset "UTF-8";
#product-hero {
  padding-top: 18px;
  padding-bottom: 36px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #product-hero {
    padding-top: 14px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #product-hero {
    padding-bottom: 26px;
  }
}
#product-hero .product-breadcrumb {
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #product-hero .product-breadcrumb {
    margin-bottom: 12px;
  }
}
#product-hero .breadcrumb-list {
  flex-wrap: wrap;
}
#product-hero .breadcrumb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-hero .breadcrumb-list {
  gap: 8px;
}
@media screen and (max-width: 640px) {
  #product-hero .breadcrumb-list {
    gap: 6px;
  }
}
#product-hero .breadcrumb-item {
  font-weight: 600;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #product-hero .breadcrumb-item {
    font-size: 0.88rem;
    line-height: 1.45;
  }
}
#product-hero .breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #9e9e9f;
}
@media screen and (max-width: 640px) {
  #product-hero .breadcrumb-item:not(:last-child)::after {
    margin-left: 6px;
  }
}
#product-hero .breadcrumb-item a {
  color: inherit;
  transition: color 0.2s ease;
}
#product-hero .breadcrumb-item a:hover {
  color: #da2128;
}
#product-hero .product-header {
  display: grid;
  direction: rtl;
  column-gap: 24px;
  align-items: start;
  grid-template-areas: "info gallery";
  grid-template-columns: minmax(320px, 40%) minmax(0, 60%);
}
@media screen and (max-width: 1074px) {
  #product-hero .product-header {
    grid-template-columns: minmax(300px, 440px) minmax(0, 540px);
  }
}
@media screen and (max-width: 960px) {
  #product-hero .product-header {
    direction: ltr;
    row-gap: 22px;
    grid-template-columns: 1fr;
    grid-template-areas: "gallery" "info";
  }
}
@media screen and (max-width: 640px) {
  #product-hero .product-header {
    row-gap: 18px;
  }
}

#product-summary {
  padding: 18px;
  margin-top: 24px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(55, 78, 162, 0.1);
}
@media screen and (max-width: 768px) {
  #product-summary {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  #product-summary {
    padding: 16px;
    margin-top: 18px;
    border-radius: 8px;
  }
}
#product-summary .product-sapo {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 640px) {
  #product-summary .product-sapo {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
}
#product-summary .product-facts {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  #product-summary .product-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #product-summary .product-facts {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
  }
}
#product-summary .product-fact {
  min-width: 0;
  min-height: 100px;
  padding: 10px 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
@media screen and (max-width: 640px) {
  #product-summary .product-fact {
    min-height: 0;
    padding: 14px;
  }
}
#product-summary .product-fact:hover {
  transform: translateY(-4px);
  border-color: #374ea2;
}
#product-summary .product-fact p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  color: #515152;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  #product-summary .product-fact p {
    font-size: 13px;
    line-height: 19px;
  }
}
#product-summary .product-icon {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #product-summary .product-icon {
    gap: 8px;
  }
}
#product-summary .product-icon i.fa {
  font-size: 14px;
  text-align: center;
  color: #374ea2;
  background-color: #fff;
  border-radius: 100rem;
  border: 1px solid #e5e7eb;
}
#product-summary .product-icon i.fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
@media screen and (max-width: 640px) {
  #product-summary .product-icon i.fa {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  #product-summary .product-icon i.fa {
    font-size: 13px;
  }
}
#product-summary .product-label {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 36px;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #product-summary .product-label {
    font-size: 14px;
    line-height: 32px;
  }
}

#product-applications {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), #fff 46%);
}
@media screen and (max-width: 768px) {
  #product-applications {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-applications .application-wrap {
  display: grid;
  gap: 28px;
}
@media screen and (max-width: 640px) {
  #product-applications .application-wrap {
    gap: 22px;
  }
}
#product-applications .application-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-applications .application-main {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-applications .application-main {
    border-radius: 16px;
  }
}
#product-applications .application-image {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  background: rgba(173, 184, 217, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-applications .application-image {
    min-height: 360px;
  }
}
@media screen and (max-width: 640px) {
  #product-applications .application-image {
    min-height: 0;
  }
}
#product-applications .application-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(17, 17, 17, 0.28));
  pointer-events: none;
}
#product-applications .application-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 640px) {
  #product-applications .application-image img {
    height: auto;
    aspect-ratio: 720/480;
  }
}
#product-applications .application-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 42px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), transparent 60%), #fff;
}
@media screen and (max-width: 1024px) {
  #product-applications .application-content {
    padding: 34px 32px 36px;
  }
}
@media screen and (max-width: 640px) {
  #product-applications .application-content {
    padding: 26px 20px 28px;
  }
}
#product-applications .application-content h3 {
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-applications .application-content h3 {
    margin-bottom: 12px;
    font-size: 1.34rem;
    line-height: 1.36;
  }
}
#product-applications .application-content p {
  margin: 0 0 26px;
  color: #515152;
  font-size: 0.98rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #product-applications .application-content p {
    margin-bottom: 22px;
    font-size: 0.94rem;
    line-height: 1.68;
  }
}
#product-applications .application-main:hover .application-image img {
  transform: scale(1.04);
}
#product-applications .application-btn {
  align-self: flex-start;
  padding: 14px 24px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(218, 33, 40, 0.2);
}
@media screen and (max-width: 640px) {
  #product-applications .application-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
    text-align: center;
  }
}
#product-applications .application-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.26);
}
#product-applications .application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  #product-applications .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #product-applications .application-grid {
    gap: 18px;
    width: 100%;
    padding-bottom: 30px;
    grid-template-columns: repeat(6, minmax(calc(100% - 15px), 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  #product-applications .application-grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #product-applications .application-grid::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  #product-applications .application-grid::-webkit-scrollbar-track {
    background-color: #fff;
  }
}
#product-applications .application-item {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-applications .application-item {
    border-radius: 12px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
#product-applications .application-item:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-applications .application-item:hover .application-thumb img {
  transform: scale(1.06);
}
#product-applications .application-item:hover .application-info h3 {
  color: #374ea2;
}
#product-applications .application-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(173, 184, 217, 0.12);
}
#product-applications .application-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(17, 17, 17, 0.18));
  pointer-events: none;
}
#product-applications .application-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/280;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#product-applications .application-info {
  min-height: 190px;
  padding: 24px 22px 26px;
}
@media screen and (max-width: 1024px) {
  #product-applications .application-info {
    min-height: 170px;
  }
}
@media screen and (max-width: 640px) {
  #product-applications .application-info {
    min-height: 0;
    padding: 20px 18px 22px;
  }
}
#product-applications .application-info h3 {
  margin: 0 0 10px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-applications .application-info h3 {
    font-size: 1.04rem;
    line-height: 1.34;
  }
}
#product-applications .application-info p {
  margin: 0;
  color: #515152;
  font-size: 0.94rem;
  line-height: 1.68;
}
@media screen and (max-width: 640px) {
  #product-applications .application-info p {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}

#product-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #product-banner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-banner .banner-image {
  width: 100%;
  overflow: hidden;
  min-height: 360px;
  position: relative;
  border-radius: 12px;
  background-color: #141b44;
}
@media screen and (max-width: 768px) {
  #product-banner .banner-image {
    min-height: 440px;
  }
}
@media screen and (max-width: 640px) {
  #product-banner .banner-image {
    min-height: 560px;
    border-radius: 8px;
  }
  #product-banner .banner-image::before {
    background-color: rgba(51, 51, 51, 0.5);
    position: absolute;
    display: block;
    z-index: 700;
    content: "";
    inset: 0;
  }
}
#product-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform ease 0.5s;
  filter: brightness(0.5);
}
@media screen and (max-width: 768px) {
  #product-banner .banner-image img {
    min-height: 100%;
  }
}
#product-banner .banner-image:hover img {
  transform: scale(1.08);
}
#product-banner .banner-content {
  position: absolute;
  max-width: 760px;
  z-index: 800;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#product-banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-banner .banner-content {
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  #product-banner .banner-content {
    max-width: 680px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #product-banner .banner-content {
    inset-inline: 20px;
    max-width: none;
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #product-banner .banner-content {
    gap: 14px;
  }
}
#product-banner .banner-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #ffd309;
  margin-block: unset;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-subtitle {
    font-size: 13px;
    line-height: 18px;
  }
}
#product-banner .banner-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
  margin-block: unset;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  #product-banner .banner-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#product-banner .banner-desc {
  color: #fff;
  font-size: 15px;
  max-width: 720px;
  font-weight: 400;
  line-height: 25px;
  margin-block: unset;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-desc {
    font-size: 14px;
    line-height: 23px;
  }
}
#product-banner .banner-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #product-banner .banner-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #product-banner .banner-stats {
    gap: 8px;
  }
}
#product-banner .banner-stats li {
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 480px) {
  #product-banner .banner-stats li {
    padding: 10px;
  }
}
#product-banner .banner-stats strong,
#product-banner .banner-stats span {
  display: block;
  color: #fff;
}
#product-banner .banner-stats strong {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-stats strong {
    font-size: 18px;
    line-height: 24px;
  }
}
#product-banner .banner-stats span {
  font-size: 13px;
  line-height: 18px;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-stats span {
    font-size: 12px;
    line-height: 17px;
  }
}
#product-banner .banner-actions {
  flex-wrap: wrap;
}
#product-banner .banner-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-banner .banner-actions {
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #product-banner .banner-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
}
#product-banner .banner-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  width: max-content;
  padding: 10px 14px;
  color: #333;
  border-radius: 4px;
  background-color: #fff;
  transition: all linear 0.2s;
}
@media screen and (max-width: 640px) {
  #product-banner .banner-button {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 480px) {
  #product-banner .banner-button {
    width: 100%;
    text-align: center;
  }
}
#product-banner .banner-button:hover {
  color: #fff;
  background-color: #374ea2;
}

.carousel {
  width: 100%;
  height: max-content;
}
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel-handle {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-main {
  cursor: grab;
  height: 100%;
  overflow-x: auto;
  position: inherit;
  white-space: nowrap;
  padding-bottom: 15px;
  scroll-snap-type: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior: none;
}
.carousel-main {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.carousel-main::-webkit-scrollbar {
  display: none;
}
.carousel-main.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.carousel-main.no-transition {
  scroll-behavior: auto;
}
.carousel-item {
  flex: 0 0 auto;
  height: 100%;
  padding-top: 15px;
  border-radius: 12px;
  scroll-snap-align: start;
  user-select: none;
}
.carousel button {
  border: none;
  outline: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 100rem;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  z-index: 300;
  transition: all 0.3s ease 0.4s;
}
.carousel button {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.carousel-prev {
  left: 0;
  transform: translate(-20px, -25px);
}
.carousel-next {
  right: 0;
  transform: translate(20px, -25px);
}
.carousel-hide {
  opacity: 0;
  visibility: hidden;
}
.carousel-dots {
  width: fit-content;
  margin-top: 25px;
  background-color: #f8f8f8;
  border-radius: 30rem;
  padding: 6px 10px;
  margin-inline: auto;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.carousel-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carousel-dots {
  gap: 6px;
}
.carousel-dot {
  display: inline-block;
  background-color: #da2128;
  border-radius: 100rem;
  cursor: pointer;
}
.carousel-dot {
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.carousel-dot.active {
  background-color: #374ea2;
}

#product-comment {
  padding-top: 40px;
  padding-bottom: 40px;
}
#product-comment .comment-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#product-comment .comment-wrapper {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #product-comment .comment-wrapper {
    flex-direction: column;
  }
}
#product-comment .review-wrapper {
  flex: 0 0 65%;
  padding-block: 10px;
  border-right: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  #product-comment .review-wrapper {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  #product-comment .review-wrapper {
    padding-block: unset;
  }
}
#product-comment .review-list {
  width: 100%;
  max-height: 650px;
  overflow-y: auto;
  padding-right: 14px;
}
#product-comment .review-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#product-comment .review-list::-webkit-scrollbar-thumb {
  background-color: #1a2c75;
  border-radius: 4px;
}
#product-comment .review-list::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
#product-comment .review-item {
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}
#product-comment .review-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-comment .review-item {
  gap: 20px;
}
@media screen and (max-width: 640px) {
  #product-comment .review-item {
    margin-top: unset;
    flex-direction: column;
    align-items: flex-start;
  }
}
#product-comment .review-avatar {
  flex: 0 0 12%;
  max-width: 80px;
}
#product-comment .review-avatar {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
#product-comment .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100rem;
}
#product-comment .review-comment {
  flex: 0 0 85%;
  padding-right: 20px;
}
#product-comment .review-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#product-comment .review-info {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #product-comment .review-info {
    gap: unset;
  }
  #product-comment .review-info span {
    font-size: 14px !important;
  }
}
#product-comment .review-date span {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.5);
}
#product-comment .review-name span {
  font-weight: 700;
  font-size: 18px;
  color: #374ea2;
}
@media screen and (max-width: 640px) {
  #product-comment .review-name span {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
#product-comment .review-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
#product-comment .review-reply {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 26px;
  color: #374ea2;
  text-transform: uppercase;
  text-decoration: underline;
}
#product-comment .review-star {
  margin-block: 5px;
}
#product-comment .review-star {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-comment .review-star {
  gap: 10px;
}
#product-comment .review-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
#product-comment .review-icon {
  gap: 5px;
  display: flex;
  font-size: 20px;
  color: #f7c600;
}

#product-comment .rating-wrapper {
  padding-block: 10px;
}
#product-comment .rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-comment .rating-heading {
  font-size: 18px;
  font-weight: 700;
  color: #374ea2;
}
#product-comment .rating-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-top: unset;
  color: #333;
}
#product-comment .rating-notes {
  margin-block: 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
#product-comment .rating-star {
  margin-bottom: 10px;
}
#product-comment .rating-star {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-comment .rating-star {
  gap: 10px;
}
#product-comment .rating-button {
  width: 30px;
  height: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  background-color: transparent;
}
#product-comment .rating-button i.fa {
  color: #ccc;
  transition: color 0.15s ease;
}
#product-comment .rating-button i.fa.active {
  color: #f7c600;
}
#product-comment .rating-button i.fa.hover {
  color: #f7c600;
}
#product-comment .rating-icon {
  gap: 0px;
  display: flex;
}
#product-comment .rating-textarea {
  width: 100%;
  height: 180px;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 22px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
#product-comment .rating-author {
  margin-top: 10px;
}
#product-comment .rating-author {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-comment .rating-author {
  gap: 4px;
}
#product-comment .rating-input {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
#product-comment .rating-email {
  margin-top: 10px;
}
#product-comment .rating-email {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-comment .rating-email {
  gap: 4px;
}
#product-comment .rating-cookies {
  margin-block: 15px;
}
#product-comment .rating-cookies {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-comment .rating-cookies {
  gap: 10px;
}
#product-comment .rating-cookies label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: unset;
}
#product-comment .rating-cookies input {
  flex: 0 0 20px;
  border-radius: 8px;
  outline: 1px solid #ddd;
}
#product-comment .rating-cookies input {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#product-comment .rating-submit {
  position: relative;
  isolation: isolate;
}
#product-comment .rating-submit button[type=submit] {
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 6px;
  background-color: #374ea2;
  transition: background-color ease 0.2s;
}
#product-comment .rating-submit button[type=submit] span {
  font-size: 15px;
  font-weight: 300;
  margin-right: 5px;
}
#product-comment .rating-submit .rating-game-button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 72px;
  overflow: hidden;
  border: 2px solid #fff4a8;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  padding: 10px 58px 10px 18px;
  text-align: left;
  background: linear-gradient(120deg, #ff1744, #ff8f00, #ffd600, #e91e63, #7c4dff, #ff1744);
  background-size: 400% 400%;
  box-shadow: 0 10px 28px rgba(255, 23, 68, 0.38), 0 0 0 0 rgba(255, 193, 7, 0.55);
  animation: rating-game-gradient 4s ease infinite, rating-game-pulse 1.6s ease-in-out infinite;
}
#product-comment .rating-submit .rating-game-button::before {
  position: absolute;
  z-index: -1;
  top: -80%;
  left: -35%;
  width: 28%;
  height: 260%;
  content: "";
  opacity: 0.85;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transform: rotate(24deg);
  animation: rating-game-shine 1.9s ease-in-out infinite;
}
#product-comment .rating-submit .rating-game-button:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 16px 36px rgba(233, 30, 99, 0.48), 0 0 26px rgba(255, 214, 0, 0.72);
}
#product-comment .rating-submit .rating-game-button:active {
  transform: translateY(0) scale(0.99);
}
#product-comment .rating-submit .rating-game-button .rating-game-kicker,
#product-comment .rating-submit .rating-game-button .rating-game-label {
  display: block;
  margin: 0;
}
#product-comment .rating-submit .rating-game-button .rating-game-kicker {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffbd1;
}
#product-comment .rating-submit .rating-game-button .rating-game-label {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  text-shadow: 0 2px 5px rgba(77, 0, 35, 0.35);
}
#product-comment .rating-submit .rating-game-button i.fa {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 30px;
  color: #fffbd1;
  filter: drop-shadow(0 3px 4px rgba(94, 0, 38, 0.35));
  transform: translateY(-50%);
  animation: rating-game-gift 1s ease-in-out infinite;
}
#product-comment .rating-submit .rating-game-sparkle {
  --sparkle-angle: calc(var(--sparkle-index) * 30deg);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  pointer-events: none;
  border-radius: 50%;
  background: hsl(calc(var(--sparkle-index) * 30deg), 100%, 58%);
  box-shadow: 0 0 10px currentColor;
  animation: rating-game-sparkle 1.8s ease-out infinite;
  animation-delay: calc(var(--sparkle-index) * -0.11s);
}

@keyframes rating-game-gradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes rating-game-pulse {
  0%, 100% {
    box-shadow: 0 10px 28px rgba(255, 23, 68, 0.38), 0 0 0 0 rgba(255, 193, 7, 0.5);
  }
  50% {
    box-shadow: 0 13px 32px rgba(233, 30, 99, 0.48), 0 0 0 10px rgba(255, 193, 7, 0);
  }
}
@keyframes rating-game-shine {
  0% {
    left: -40%;
  }
  65%, 100% {
    left: 125%;
  }
}
@keyframes rating-game-gift {
  0%, 100% {
    transform: translateY(-50%) rotate(-8deg) scale(1);
  }
  50% {
    transform: translateY(-58%) rotate(8deg) scale(1.15);
  }
}
@keyframes rating-game-sparkle {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--sparkle-angle)) translateX(20px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--sparkle-angle)) translateX(135px) scale(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  #product-comment .rating-submit .rating-game-button,
  #product-comment .rating-submit .rating-game-button::before,
  #product-comment .rating-submit .rating-game-button i.fa,
  #product-comment .rating-submit .rating-game-sparkle {
    animation: none;
  }
}
#product-post {
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #fff;
}
#product-post .product-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#product-post .product-content h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #374ea2;
}
#product-post .product-content h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #374ea2;
}
@media screen and (max-width: 768px) {
  #product-post .product-content h3 {
    line-height: 26px;
  }
}
#product-post .product-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-block: 15px;
  border-radius: 16px;
}
#product-post .product-content p {
  text-align: left;
  color: #333;
  margin-block: 10px;
}
@media screen and (max-width: 768px) {
  #product-post .product-content p {
    text-align: justify;
  }
}
#product-post .product-content ul {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
  list-style: inherit;
}
#product-post .product-content ul li {
  margin-bottom: 5px;
}
#product-post .product-intro {
  padding: 22px;
  margin-bottom: 24px;
  border-radius: 12px;
  background-color: rgba(173, 184, 217, 0.1);
  border: 1px solid rgba(55, 78, 162, 0.12);
}
@media screen and (max-width: 640px) {
  #product-post .product-intro {
    padding-inline: 15px;
  }
}
#product-post .product-intro .section-head {
  margin: 0;
  max-width: unset;
  text-align: initial;
}
#product-post .product-intro .section-head .section-label {
  margin-bottom: 5px;
}
#product-post .product-intro .section-head h2 {
  margin-bottom: 5px;
}
#product-post .product-intro-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  #product-post .product-intro-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #product-post .product-intro-list {
    grid-template-columns: 1fr;
  }
}
#product-post .product-intro-item {
  padding: 14px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
}
#product-post .product-intro-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 21px;
}
#product-post .product-intro-item p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #515152;
}
#product-post .product-table {
  background-color: #fff;
}
#product-post .product-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border: 1px solid #ddd;
}
#product-post .product-table thead {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#product-post .product-table tbody {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
#product-post .product-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#product-post .product-table tr:hover {
  background-color: #ddd;
}
#product-post .product-table td {
  padding: 10px 15px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #555;
}
#product-post .product-table th {
  padding: 10px 15px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: bold;
  font-size: 16px;
  color: #374ea2;
}
#product-post .product-layout {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 75% 25%;
}
@media screen and (max-width: 1024px) {
  #product-post .product-layout {
    grid-template-columns: unset;
  }
}
@media screen and (max-width: 768px) {
  #product-post .product-layout {
    display: block;
    width: 100%;
  }
}
#product-post .product-layout {
  display: grid;
  align-items: start;
  column-gap: 24px;
  grid-template-columns: minmax(0, 1fr) 270px;
}
@media screen and (max-width: 1024px) {
  #product-post .product-layout {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
#product-post .product-detail {
  min-width: 0;
}
#product-post .product-sidebar {
  width: 100%;
  height: 100%;
  max-width: 270px;
  position: relative;
  background-color: inherit;
}
@media screen and (max-width: 1024px) {
  #product-post .product-sidebar {
    max-width: none;
  }
}
#product-post .product-intro h2 {
  margin-bottom: 8px;
}
#product-post .product-intro p {
  max-width: none;
  margin: 0;
  color: #515152;
  font-size: 15px;
  line-height: 1.7;
}
#product-post .product-points {
  gap: 12px;
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  #product-post .product-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #product-post .product-points {
    grid-template-columns: 1fr;
  }
}
#product-post .product-point {
  min-width: 0;
  padding: 14px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
#product-post .product-point h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  color: #374ea2;
}
#product-post .product-point p {
  font-size: 14px;
  color: #515152;
  line-height: 21px;
}

#product-info {
  min-width: 0;
  direction: ltr;
  grid-area: info;
  color: #333;
}
#product-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #product-info {
    gap: 15px;
  }
}
#product-info .product-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#product-info .product-main {
  gap: 8px;
}
#product-info .product-name {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  #product-info .product-name {
    font-size: 20px;
    line-height: 1.35;
  }
}
#product-info .product-quote {
  padding: 14px 16px;
  border: 1px solid rgba(55, 78, 162, 0.14);
  border-left: 4px solid #da2128;
  border-radius: 8px;
  background-color: rgba(173, 184, 217, 0.12);
}
#product-info .product-price {
  margin: 0;
  row-gap: 4px;
  flex-wrap: wrap;
  column-gap: 6px;
}
#product-info .product-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
#product-info .product-value {
  color: #da2128;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}
#product-info .product-note {
  font-size: 14px;
  flex-basis: 100%;
  font-weight: 500;
  color: #515152;
  line-height: 22px;
}
#product-info .product-rating {
  min-height: 26px;
}
#product-info .product-rating {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
#product-info .product-rating {
  gap: 10px;
}
#product-info .product-maker {
  color: #374ea2;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
}
#product-info .product-plan {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  background-color: rgba(245, 231, 165, 0.2);
}
#product-info .product-date {
  flex-wrap: wrap;
  color: #787878;
}
#product-info .product-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-info .product-date {
  gap: 20px;
}
@media screen and (max-width: 480px) {
  #product-info .product-date {
    row-gap: 0;
    column-gap: 10px;
  }
}
#product-info .product-date time {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#product-info .product-modified {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-info .product-modified {
  gap: 6px;
}
#product-info .product-published {
  position: relative;
}
#product-info .product-published {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-info .product-published {
  gap: 6px;
}
#product-info .product-published::before {
  content: "";
  width: 1px;
  height: 16px;
  margin-right: 8px;
  background-color: #e5e7eb;
}
@media screen and (max-width: 640px) {
  #product-info .product-published::before {
    display: none;
  }
}
#product-info .product-link {
  color: #374ea2;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#product-info .product-link:not(:last-child)::after {
  content: ",";
  color: #787878;
}
#product-info .product-link:hover {
  color: #da2128;
}
#product-info .product-buttons {
  flex-wrap: nowrap;
}
#product-info .product-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-info .product-buttons {
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #product-info .product-buttons {
    flex-wrap: wrap;
  }
}
#product-info .product-buttons .btn {
  height: 45px;
}
#product-info .product-star {
  color: #f7c600;
  font-size: 18px;
}
#product-info .product-star {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#product-info .product-star {
  gap: 4px;
}
#product-info .product-label {
  font-size: 15px;
  color: #515152;
  font-weight: 700;
  line-height: 24px;
}
#product-info .product-group {
  font-size: 15px;
  color: #515152;
  line-height: 24px;
  min-height: 28px;
  position: relative;
  padding-left: 35px;
  flex-wrap: wrap;
}
#product-info .product-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#product-info .product-group {
  gap: 10px;
}
@media screen and (max-width: 640px) {
  #product-info .product-group {
    row-gap: 0;
    column-gap: inherit;
  }
}
#product-info .product-group::before {
  content: "\f0eb";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #cca925;
  line-height: 24px;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100rem;
  background-color: #fdf8d5;
}
#product-info .product-text {
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

#product-faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #product-faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-faq .faq-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 34px;
}
@media screen and (max-width: 1024px) {
  #product-faq .faq-wrap {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media screen and (max-width: 640px) {
  #product-faq .faq-wrap {
    gap: 22px;
  }
}
#product-faq .faq-list {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-list {
    gap: 14px;
  }
}
#product-faq .faq-item {
  position: relative;
  padding: 26px 28px 26px 78px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 58%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-item {
    padding: 22px 18px 22px 66px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
  #product-faq .faq-item {
    padding: 20px 16px;
  }
}
#product-faq .faq-item::before {
  content: "Q";
  position: absolute;
  top: 26px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 8px;
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-item::before {
    top: 22px;
    left: 18px;
    width: 34px;
    height: 34px;
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 480px) {
  #product-faq .faq-item::before {
    position: static;
    margin-bottom: 14px;
  }
}
#product-faq .faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-faq .faq-item:hover::before {
  background: #374ea2;
  color: #fff;
}
#product-faq .faq-item:hover h3 {
  color: #374ea2;
}
#product-faq .faq-item h3 {
  margin: 0 0 10px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-item h3 {
    font-size: 1.04rem;
    line-height: 1.36;
  }
}
#product-faq .faq-item p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.72;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-item p {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}
#product-faq .faq-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  #product-faq .faq-aside {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #product-faq .faq-aside {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-faq .faq-aside {
    gap: 16px;
  }
}
#product-faq .faq-card {
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  #product-faq .faq-card {
    padding: 24px 18px;
    border-radius: 12px;
  }
}
#product-faq .faq-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-card h3 {
    font-size: 1.14rem;
  }
}
#product-faq .faq-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-card p {
    margin-bottom: 20px;
    font-size: 0.92rem;
    line-height: 1.58;
  }
}
#product-faq .faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.35rem;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 8px;
    font-size: 1.14rem;
  }
}
#product-faq .faq-btn {
  width: 100%;
  padding: 14px 22px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}
@media screen and (max-width: 640px) {
  #product-faq .faq-btn {
    justify-content: center;
    padding: 13px 18px;
  }
}
#product-faq .faq-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
}
#product-faq .faq-note {
  padding: 26px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), transparent 58%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 640px) {
  #product-faq .faq-note {
    padding: 22px 18px;
    border-radius: 12px;
  }
}
#product-faq .faq-note h3 {
  margin: 0 0 16px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-note h3 {
    margin-bottom: 14px;
    font-size: 1.04rem;
  }
}
#product-faq .faq-note ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#product-faq .faq-note li {
  position: relative;
  padding-left: 24px;
  color: #515152;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #product-faq .faq-note li {
    padding-left: 22px;
    font-size: 0.9rem;
  }
}
#product-faq .faq-note li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100rem;
  background: #da2128;
  box-shadow: 0 0 0 4px rgba(218, 33, 40, 0.12);
}

#product-featured {
  padding-block: 50px;
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
#product-featured .featured-wrapper {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  #product-featured .featured-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #product-featured .featured-wrapper {
    gap: 18px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
    grid-template-columns: repeat(6, minmax(calc(100% - 15px), 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  #product-featured .featured-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #product-featured .featured-wrapper::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  #product-featured .featured-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
}
#product-featured .featured-item {
  padding: 24px;
  min-height: 240px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all linear 0.2s;
  border: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #product-featured .featured-item {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
#product-featured .featured-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-featured .featured-item:hover .product-featured-icon {
  color: #fff;
  background-color: #da2128;
}
#product-featured .featured-item h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #374ea2;
}
#product-featured .featured-item p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #515152;
}
#product-featured .featured-icon {
  color: #374ea2;
  font-size: 24px;
  border-radius: 12px;
  background-color: rgba(55, 78, 162, 0.08);
  transition: all linear 0.2s;
}
#product-featured .featured-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
}
#product-featured .featured-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#product-gallery .gallery-site {
  --gap: 10px;
  --hdot: 36px;
  --hwrap: 500px;
  --wthumb: 100px;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-site {
    margin-bottom: 15px;
  }
}
#product-gallery .gallery-wrapper {
  display: grid;
  grid-auto-flow: row;
  column-gap: var(--gap);
  border-radius: 12px;
  grid-auto-rows: var(--hwrap);
  grid-template-columns: 1fr var(--wthumb);
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-wrapper {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto;
    grid-auto-rows: auto;
    row-gap: var(--gap);
    height: auto;
  }
}
#product-gallery .gallery-vertical {
  height: 100%;
  display: grid;
  row-gap: var(--gap);
  align-items: stretch;
  justify-items: stretch;
  max-width: var(--wthumb);
  max-height: var(--hwrap);
  grid-auto-flow: row dense;
  grid-template-columns: var(--wthumb);
  grid-template-rows: calc(var(--hwrap) - var(--hdot) - var(--gap));
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-vertical {
    row-gap: 0;
    width: 100%;
    max-width: 100%;
    align-items: center;
    grid-auto-flow: column;
    column-gap: var(--gap);
    grid-template-columns: 1fr var(--hdot);
    grid-template-rows: var(--wthumb);
    position: relative;
  }
}
#product-gallery .gallery-thumb {
  height: 100%;
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  max-height: calc(var(--hwrap) - var(--hdot) - var(--gap));
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  overscroll-behavior: none;
}
#product-gallery .gallery-thumb::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-thumb {
    min-width: 0;
    height: var(--wthumb);
    padding-bottom: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    column-gap: var(--gap);
    flex-direction: row-reverse;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
  #product-gallery .gallery-thumb.is-dragging {
    cursor: grabbing;
  }
}
#product-gallery .gallery-nail {
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 1/1;
  pointer-events: auto;
  border-radius: 6px;
  transition: all 0.25s linear;
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-nail {
    width: var(--wthumb);
    height: var(--wthumb);
  }
}
#product-gallery .gallery-nail img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
  pointer-events: auto;
  border-radius: inherit;
}
#product-gallery .gallery-nail.active {
  opacity: 0.5;
  border: 2px solid #2563eb;
}
#product-gallery .gallery-main {
  width: 100%;
  height: 100%;
  direction: ltr;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  max-height: var(--hwrap);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#product-gallery .gallery-main:-webkit-scrollbar {
  display: none;
}
#product-gallery .gallery-main-wrapper {
  position: relative;
  overflow: hidden;
}
#product-gallery .gallery-main-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#product-gallery .gallery-main-wrapper {
  gap: 20px;
}
#product-gallery .gallery-figure {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  max-height: var(--hwrap);
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-figure {
    scroll-snap-align: center;
  }
}
#product-gallery .gallery-figure img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  will-change: transform;
  transition: transform 0.3s ease;
}
#product-gallery .gallery-hover {
  position: absolute;
  cursor: zoom-in;
  height: 100%;
  z-index: 300;
  width: 100%;
  left: 0;
  top: 0;
}
#product-gallery .gallery-dots {
  height: var(--hdot);
}
#product-gallery .gallery-dots {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
#product-gallery .gallery-dots {
  gap: var(--gap);
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-dots {
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
}
#product-gallery .gallery-carousel {
  height: auto;
  width: 100%;
  direction: ltr;
  max-height: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
  will-change: transform;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
#product-gallery .gallery-carousel {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
#product-gallery .gallery-carousel {
  gap: var(--gap);
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-carousel {
    scroll-snap-stop: always;
    scroll-snap-type: x mandatory;
  }
}
#product-gallery .gallery-carousel:-webkit-scrollbar {
  display: none;
}
#product-gallery .gallery-show {
  border: none;
  outline: none;
  border-radius: 30px;
  transition: max-width 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  overflow: hidden;
  max-width: 50px;
  z-index: 390;
  bottom: 20px;
  left: 20px;
}
#product-gallery .gallery-show {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#product-gallery .gallery-show.expanded {
  max-width: 100%;
}
#product-gallery .gallery-show.expanded * {
  opacity: 1;
  transform: translateX(0);
}
#product-gallery .gallery-inner {
  color: #333;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-inline: 18px;
  text-decoration: none;
}
#product-gallery .gallery-inner {
  display: flex;
  align-items: center;
}
#product-gallery .gallery-text {
  opacity: 0;
  font-size: 15px;
  font-weight: 600;
  padding-left: 15px;
  white-space: nowrap;
  transform: translateX(-var(--gap));
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#product-gallery .gallery-up,
#product-gallery .gallery-down {
  border: none;
  outline: unset;
  flex: 1 1 50%;
  max-width: 50%;
  cursor: pointer;
  line-height: inherit;
  color: #374ea2;
  max-height: var(--hdot);
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#product-gallery .gallery-up:hover,
#product-gallery .gallery-down:hover {
  color: #fff;
  border-color: #5b71b3;
  background-color: #5b71b3;
}
@media screen and (max-width: 640px) {
  #product-gallery .gallery-up,
  #product-gallery .gallery-down {
    flex: 1 1 50%;
    max-height: 50%;
    max-width: unset;
    width: var(--hdot);
    pointer-events: auto;
  }
  #product-gallery .gallery-up i.fa,
  #product-gallery .gallery-down i.fa {
    transform: rotate(-90deg);
  }
}
#product-gallery .gallery-next,
#product-gallery .gallery-prev {
  border: none;
  outline: unset;
  cursor: pointer;
  color: #374ea2;
  background-color: #fff;
  transform: translateY(40%);
  position: absolute;
  padding: 15px;
  z-index: 500;
  top: 40%;
  transition: color ease 0.22s, background-color ease 0.25s;
}
#product-gallery .gallery-next:hover,
#product-gallery .gallery-prev:hover {
  color: #fff;
  background-color: #4c5f9d;
}
#product-gallery .gallery-next.hide,
#product-gallery .gallery-prev.hide {
  opacity: 0;
  visibility: hidden;
}
#product-gallery .gallery-prev {
  left: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#product-gallery .gallery-next {
  right: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#product-seen {
  padding-top: 40px;
  padding-bottom: 0;
}
#product-seen .seen-wrapper {
  gap: 20px;
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  #product-seen .seen-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  #product-seen .seen-wrapper {
    grid-template-columns: repeat(4, 300px);
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  #product-seen .seen-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #product-seen .seen-wrapper::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  #product-seen .seen-wrapper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  #product-seen .seen-wrapper .profourth-wrapper {
    scroll-snap-align: center;
  }
}
#product-seen .seen-carousel .product-fourth__link {
  user-select: none;
  pointer-events: none;
}

.product-fourth__wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.product-fourth__wrapper:hover .product-fourth__button {
  bottom: 0;
}
.product-fourth__wrapper:hover .product-fourth__before {
  opacity: 0;
  visibility: hidden;
}
.product-fourth__wrapper:hover .product-fourth__after {
  visibility: visible;
  transform: scale(1.1);
}
.product-fourth__image {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.product-fourth__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product-fourth__link {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.product-fourth__before {
  transition-property: visibility, opacity;
  transition-timing-function: ease;
  transition-duration: 1s;
  visibility: visible;
  position: relative;
  z-index: 200;
  opacity: 1;
  inset: 0;
}
.product-fourth__after {
  transition-property: transform, visibility;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transform: scale(1);
  visibility: hidden;
  position: absolute;
  z-index: 100;
  inset: 0;
}
.product-fourth__button {
  width: 100%;
  color: #fff;
  display: block;
  text-align: center;
  transition: all ease 0.2s;
  background-color: rgba(55, 78, 162, 0.9);
  position: absolute;
  overflow: hidden;
  bottom: -45px;
  z-index: 300;
  left: 0;
}
.product-fourth__button:hover {
  background-color: #eccf4a;
}
.product-fourth__button:hover span {
  transform: translateY(-30px);
}
.product-fourth__button:hover span::before {
  transform: translateY(30px);
}
.product-fourth__button span {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  transform: translateY(0);
  transition: all ease 0.3s;
}
.product-fourth__button span::before {
  transition: transform ease 0.3s;
  transform: translateY(30px);
  content: "Liên hệ";
  text-align: center;
  position: absolute;
  font-weight: 600;
  display: block;
  inset: 0;
}
.product-fourth__title {
  width: 100%;
  margin-top: 5px;
  cursor: pointer;
  text-align: center;
  padding-inline: 20px;
  vertical-align: baseline;
}
.product-fourth__title a {
  font-size: 15px;
  text-wrap: wrap;
  font-weight: 600;
  line-height: 20px;
  color: #374ea2;
}

#product-selection {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #product-selection {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-selection .selection-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 34px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1024px) {
  #product-selection .selection-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .selection-wrap {
    gap: 20px;
    margin-bottom: 28px;
  }
}
#product-selection .selection-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #product-selection .selection-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .selection-content {
    gap: 16px;
  }
}
#product-selection .selection-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 58%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #product-selection .selection-card {
    min-height: 210px;
    padding: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #product-selection .selection-card {
    min-height: 180px;
  }
}
@media screen and (max-width: 768px) {
  #product-selection .selection-card {
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .selection-card {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
    border-radius: 12px;
  }
}
#product-selection .selection-card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-selection .selection-card:hover .selection-icon {
  background: #374ea2;
  color: #fff;
}
#product-selection .selection-card:hover .selection-info h3 {
  color: #374ea2;
}
#product-selection .selection-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 12px;
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-selection .selection-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    font-size: 1.05rem;
  }
}
#product-selection .selection-icon i {
  line-height: 1;
}
#product-selection .selection-info h3 {
  margin: 0 0 9px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-selection .selection-info h3 {
    margin-bottom: 8px;
    font-size: 1.02rem;
    line-height: 1.35;
  }
}
#product-selection .selection-info p {
  margin: 0;
  color: #515152;
  font-size: 0.94rem;
  line-height: 1.68;
}
@media screen and (max-width: 640px) {
  #product-selection .selection-info p {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}
#product-selection .selection-note {
  position: sticky;
  top: 104px;
  padding: 30px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.12), transparent 56%), #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-selection .selection-note {
    position: static;
    padding: 26px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .selection-note {
    padding: 22px 18px;
    border-radius: 12px;
  }
}
#product-selection .selection-note h3 {
  margin: 0 0 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-selection .selection-note h3 {
    font-size: 1.16rem;
  }
}
#product-selection .selection-note p {
  margin: 0 0 24px;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #product-selection .selection-note p {
    margin-bottom: 20px;
    font-size: 0.92rem;
    line-height: 1.62;
  }
}
#product-selection .selection-btn,
#product-selection .compare-btn {
  padding: 14px 22px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 26px rgba(218, 33, 40, 0.2);
}
@media screen and (max-width: 640px) {
  #product-selection .selection-btn,
  #product-selection .compare-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
  }
}
#product-selection .selection-btn:hover,
#product-selection .compare-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.26);
}
#product-selection .selection-btn {
  width: 100%;
}
#product-selection .compare-wrap {
  overflow: hidden;
  margin-bottom: 32px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-selection .compare-wrap {
    overflow-x: auto;
    border-radius: 16px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .compare-wrap {
    margin-bottom: 26px;
    border-radius: 12px;
  }
}
#product-selection .compare-head {
  padding: 30px 32px 26px;
  border-bottom: 1px solid rgba(173, 184, 217, 0.34);
  background: linear-gradient(90deg, rgba(173, 184, 217, 0.16), rgba(173, 184, 217, 0.05));
}
@media screen and (max-width: 768px) {
  #product-selection .compare-head {
    padding: 26px 24px 22px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .compare-head {
    padding: 22px 18px 20px;
  }
}
#product-selection .compare-head h3 {
  margin: 0 0 10px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-selection .compare-head h3 {
    font-size: 1.24rem;
  }
}
#product-selection .compare-head p {
  max-width: 860px;
  margin: 0;
  color: #515152;
  font-size: 0.96rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #product-selection .compare-head p {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}
#product-selection .compare-table {
  display: grid;
}
@media screen and (max-width: 1024px) {
  #product-selection .compare-table {
    min-width: 900px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .compare-table {
    min-width: 820px;
  }
}
#product-selection .compare-row {
  display: grid;
  grid-template-columns: 1.04fr 1.14fr repeat(3, 1fr);
  border-bottom: 1px solid #e5e7eb;
}
#product-selection .compare-row:last-child {
  border-bottom: 0;
}
#product-selection .compare-row:not(.compare-title):hover {
  background: rgba(173, 184, 217, 0.08);
}
#product-selection .compare-title {
  background: #374ea2;
}
#product-selection .compare-title .compare-cell {
  color: #fff;
  font-weight: 800;
  border-color: rgba(255, 255, 255, 0.16);
}
#product-selection .compare-cell {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 16px 18px;
  border-right: 1px solid #e5e7eb;
  color: #515152;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  #product-selection .compare-cell {
    min-height: 62px;
    padding: 14px 16px;
    font-size: 0.88rem;
  }
}
#product-selection .compare-cell:last-child {
  border-right: 0;
}
#product-selection .compare-cell:first-child {
  color: #2f3d70;
  font-weight: 800;
  background: rgba(173, 184, 217, 0.08);
}
#product-selection .compare-cell a {
  color: #374ea2;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.3s ease;
}
#product-selection .compare-cell a:hover {
  color: #da2128;
}
#product-selection .compare-title .compare-cell:first-child {
  color: #fff;
  background: rgba(20, 27, 68, 0.22);
}
#product-selection .selection-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #product-selection .selection-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 24px;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .selection-cta {
    gap: 18px;
    padding: 24px 18px;
    border-radius: 12px;
  }
}
#product-selection .cta-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-selection .cta-content h3 {
    font-size: 1.14rem;
  }
}
#product-selection .cta-content p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #product-selection .cta-content p {
    font-size: 0.92rem;
    line-height: 1.58;
  }
}
#product-selection .compare-btn {
  flex: 0 0 auto;
  min-width: 220px;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}
@media screen and (max-width: 768px) {
  #product-selection .compare-btn {
    justify-self: start;
  }
}
@media screen and (max-width: 640px) {
  #product-selection .compare-btn {
    justify-self: stretch;
    min-width: 0;
  }
}
#product-selection .compare-btn:hover {
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
}

#product-specs {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), #fff 44%);
}
@media screen and (max-width: 768px) {
  #product-specs {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-specs .specs-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 34px;
}
@media screen and (max-width: 1280px) {
  #product-specs .specs-wrap {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
  }
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-specs .specs-wrap {
    gap: 24px;
  }
}
#product-specs .specs-content {
  gap: 22px;
  min-width: 0;
  display: grid;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-content {
    gap: 18px;
    width: 100%;
    padding-bottom: 30px;
    grid-template-columns: repeat(4, minmax(calc(100% - 15px), 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  #product-specs .specs-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #product-specs .specs-content::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  #product-specs .specs-content::-webkit-scrollbar-track {
    background-color: #fff;
  }
}
#product-specs .specs-group {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(173, 184, 217, 0.44);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-group {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
#product-specs .specs-group:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.38);
}
#product-specs .specs-group:hover h3 {
  color: #374ea2;
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-group:hover {
    transform: none;
  }
}
#product-specs .specs-group h3 {
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(173, 184, 217, 0.34);
  background: linear-gradient(90deg, rgba(173, 184, 217, 0.16), rgba(173, 184, 217, 0.05));
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-group h3 {
    font-size: 15px;
    padding: 16px 18px;
  }
}
#product-specs .specs-table {
  display: grid;
}
#product-specs .specs-row {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 58px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 1280px) {
  #product-specs .specs-row {
    grid-template-columns: 210px minmax(0, 1fr);
  }
}
@media screen and (max-width: 640px) {
  #product-specs .specs-row {
    grid-template-columns: 1fr;
  }
}
#product-specs .specs-row:last-child {
  border-bottom: 0;
}
#product-specs .specs-row:hover {
  background: rgba(173, 184, 217, 0.08);
}
#product-specs .specs-row:hover .specs-label {
  color: #374ea2;
}
#product-specs .specs-label,
#product-specs .specs-value {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  font-size: 0.95rem;
  line-height: 1.55;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-label,
  #product-specs .specs-value {
    padding: 13px 18px;
  }
}
#product-specs .specs-label {
  color: #2f3d70;
  font-weight: 800;
  background: rgba(173, 184, 217, 0.08);
  border-right: 1px solid #e5e7eb;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-label {
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }
}
#product-specs .specs-value {
  color: #515152;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #product-specs .specs-value {
    align-items: flex-start;
    padding-top: 12px;
  }
}
#product-specs .specs-note {
  position: sticky;
  top: 104px;
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-note {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  #product-specs .specs-note {
    grid-template-columns: 1fr;
  }
}
#product-specs .specs-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  border-radius: 16px;
  background: rgba(173, 184, 217, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-image {
    margin: 0;
  }
}
#product-specs .specs-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(17, 17, 17, 0.24));
  pointer-events: none;
}
#product-specs .specs-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 520/420;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-image img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product-specs .specs-image img {
    height: auto;
  }
}
#product-specs .specs-image:hover img {
  transform: scale(1.04);
}
@media screen and (max-width: 1024px) {
  #product-specs .specs-image:hover img {
    transform: none;
  }
}
#product-specs .note-card {
  padding: 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), transparent 58%), #fff;
}
@media screen and (max-width: 1024px) {
  #product-specs .note-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  #product-specs .note-card {
    padding: 22px 20px;
  }
}
#product-specs .note-card h3 {
  margin: 0 0 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
}
@media screen and (max-width: 640px) {
  #product-specs .note-card h3 {
    font-size: 1.08rem;
  }
}
#product-specs .note-card p {
  margin: 0 0 22px;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  #product-specs .note-card p {
    margin-bottom: 18px;
  }
}
#product-specs .note-btn {
  width: 100%;
  padding: 14px 22px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(218, 33, 40, 0.2);
}
@media screen and (max-width: 640px) {
  #product-specs .note-btn {
    padding: 13px 18px;
  }
}
#product-specs .note-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.26);
}
@media screen and (max-width: 1024px) {
  #product-specs .note-btn:hover {
    transform: none;
  }
}

#product-structure {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #product-structure {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-structure .structure-wrap {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 42px;
}
@media screen and (max-width: 1280px) {
  #product-structure .structure-wrap {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-structure .structure-wrap {
    gap: 26px;
  }
}
#product-structure .structure-media {
  position: sticky;
  top: 104px;
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-media {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 22px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #product-structure .structure-media {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#product-structure .structure-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: rgba(173, 184, 217, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
#product-structure .structure-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 54%, rgba(17, 17, 17, 0.28));
  pointer-events: none;
}
#product-structure .structure-image::after {
  content: "TPP Rack";
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 9px 15px;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.92);
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#product-structure .structure-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/520;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-image img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #product-structure .structure-image img {
    height: auto;
  }
}
#product-structure .structure-image:hover img {
  transform: scale(1.04);
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-image:hover img {
    transform: none;
  }
}
#product-structure .structure-note {
  position: relative;
  z-index: 3;
  width: calc(100% - 44px);
  margin: -58px auto 0;
  padding: 24px 26px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-note {
    width: 100%;
    margin: 0;
    padding: 22px 24px;
  }
}
@media screen and (max-width: 768px) {
  #product-structure .structure-note {
    width: calc(100% - 32px);
    margin: -44px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #product-structure .structure-note {
    width: calc(100% - 24px);
    padding: 20px;
  }
}
#product-structure .structure-note h3 {
  margin: 0 0 10px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-structure .structure-note h3 {
    font-size: 1.05rem;
  }
}
#product-structure .structure-note p {
  margin: 0;
  color: #515152;
  font-size: 0.95rem;
  line-height: 1.68;
}
@media screen and (max-width: 640px) {
  #product-structure .structure-note p {
    font-size: 0.93rem;
  }
}
#product-structure .structure-content {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  #product-structure .structure-content {
    gap: 20px;
  }
}
#product-structure .structure-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-list {
    gap: 16px;
  }
}
@media screen and (max-width: 640px) {
  #product-structure .structure-list {
    grid-template-columns: 1fr;
  }
}
#product-structure .structure-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.08), transparent 58%), #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #product-structure .structure-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-height: 168px;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-item {
    min-height: auto;
  }
}
@media screen and (max-width: 480px) {
  #product-structure .structure-item {
    grid-template-columns: 1fr;
  }
}
#product-structure .structure-item:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-structure .structure-item:hover .structure-icon {
  background: #374ea2;
  color: #fff;
}
#product-structure .structure-item:hover .structure-info h3 {
  color: #374ea2;
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-item:hover {
    transform: none;
  }
}
#product-structure .structure-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 12px;
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.15rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 1280px) {
  #product-structure .structure-icon {
    width: 48px;
    height: 48px;
    font-size: 1.08rem;
  }
}
#product-structure .structure-icon i {
  line-height: 1;
}
#product-structure .structure-info h3 {
  margin: 0 0 9px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-structure .structure-info h3 {
    font-size: 1rem;
  }
}
#product-structure .structure-info p {
  margin: 0;
  color: #515152;
  font-size: 0.93rem;
  line-height: 1.65;
}
#product-structure .structure-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-cta {
    gap: 20px;
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  #product-structure .structure-cta {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-structure .structure-cta {
    padding: 22px 20px;
  }
}
#product-structure .cta-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-structure .cta-content h3 {
    font-size: 1.08rem;
  }
}
#product-structure .cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.65;
}
#product-structure .structure-btn {
  flex: 0 0 auto;
  min-width: 190px;
  padding: 14px 22px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}
@media screen and (max-width: 768px) {
  #product-structure .structure-btn {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 640px) {
  #product-structure .structure-btn {
    padding: 13px 18px;
  }
}
#product-structure .structure-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
}
@media screen and (max-width: 1024px) {
  #product-structure .structure-btn:hover {
    transform: none;
  }
}

#product-process {
  padding-block: 40px;
  background-color: #f4f6fa;
}
#product-process .process-wrapper {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#product-process .process-head {
  gap: 8px;
  padding: 12px;
  flex-wrap: wrap;
  background-color: #141b44;
}
#product-process .process-head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
#product-process .process-head {
  gap: 8px;
}
#product-process .process-list {
  flex: 1 1 150px;
  cursor: pointer;
  max-width: 190px;
  color: #111;
  background-color: transparent;
}
#product-process .process-header {
  display: block;
  padding: 9px 12px;
  text-align: center;
  margin-inline: auto;
  max-width: 100%;
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all linear 0.2s;
}
#product-process .process-header span:not([class]) {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  user-select: none;
  white-space: nowrap;
  pointer-events: none;
  transition: all linear 0.25s;
}
#product-process .process-icon {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  margin-right: 5px;
  user-select: none;
  text-align: center;
  display: inline-block;
  border-radius: 100rem;
  background-color: #111;
  transition: all linear 0.25s;
}
#product-process .process-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
#product-process .process-body {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#product-process .process-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(30px);
  transition: all ease 0.6s;
}
#product-process .process-content.active {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  transform: translateY(0);
}
#product-process .process-content.leaving {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.process-list.active .process-header {
  background-color: #fff;
}
.process-list.active .process-header span:not([class]) {
  color: #374ea2;
}
.process-list.active .process-icon {
  color: #fff;
  background-color: #da2128;
}

.tab-step {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  color: #da2128;
  text-transform: uppercase;
}
.tab-heading {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 15px;
  color: #374ea2;
}
.tab-content {
  display: grid;
  column-gap: 32px;
  padding: 30px;
  grid-auto-flow: row;
  background-color: #fff;
  place-items: center start;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .tab-content {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.tab-content-left {
  width: 100%;
}
.tab-content-right {
  width: 100%;
}
.tab-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .tab-img {
    height: 220px;
  }
}
.tab-paragraph {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #515152;
}
.tab-link {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  border-radius: 6px;
  background-color: #374ea2;
  transition: all linear 0.2s;
}
.tab-link:hover {
  background-color: #da2128;
}

#product-trust {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.1), #fff 42%);
}
@media screen and (max-width: 768px) {
  #product-trust {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#product-trust .trust-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: start;
  gap: 28px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  #product-trust .trust-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-wrap {
    gap: 20px;
    margin-bottom: 26px;
  }
}
#product-trust .trust-intro {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}
@media screen and (max-width: 1280px) {
  #product-trust .trust-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #product-trust .trust-intro {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-intro {
    gap: 16px;
  }
}
#product-trust .trust-card {
  padding: 24px;
  min-height: 260px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(173, 184, 217, 0.42);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#product-trust .trust-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
#product-trust .trust-card {
  gap: 15px;
}
@media screen and (max-width: 1280px) {
  #product-trust .trust-card {
    min-height: 230px;
  }
}
@media screen and (max-width: 768px) {
  #product-trust .trust-card {
    min-height: 0;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
    border-radius: 12px;
  }
}
#product-trust .trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-trust .trust-card:hover .trust-icon {
  background: #374ea2;
  color: #fff;
}
#product-trust .trust-card:hover .trust-info h3 {
  color: #374ea2;
}
#product-trust .trust-wrapper {
  gap: 16px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
}
#product-trust .trust-wrapper h3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.38;
  margin-bottom: 10px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #product-trust .trust-wrapper h3 {
    font-size: 20px;
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-wrapper h3 {
    line-height: 1.35;
  }
}
#product-trust .trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(55, 78, 162, 0.16);
  border-radius: 12px;
  background: rgba(173, 184, 217, 0.12);
  color: #374ea2;
  font-size: 1.22rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-trust .trust-icon {
    width: 48px;
    height: 48px;
    font-size: 1.08rem;
    border-radius: 8px;
  }
}
#product-trust .trust-icon i {
  line-height: 1;
}
#product-trust .trust-info {
  color: #515152;
  line-height: 1.68;
  font-size: 0.94rem;
}
@media screen and (max-width: 640px) {
  #product-trust .trust-info {
    font-size: 0.92rem;
    line-height: 1.62;
  }
}
#product-trust .trust-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1024px) {
  #product-trust .trust-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #product-trust .trust-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-stats {
    padding: 16px;
    border-radius: 12px;
  }
}
#product-trust .stat-item {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 1024px) {
  #product-trust .stat-item {
    min-height: 104px;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .stat-item {
    min-height: 96px;
    padding: 14px;
    border-radius: 8px;
  }
}
#product-trust .stat-item:last-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 1024px) {
  #product-trust .stat-item:last-child {
    grid-column: auto;
  }
}
@media screen and (max-width: 768px) {
  #product-trust .stat-item:last-child {
    grid-column: 1/-1;
  }
}
#product-trust .stat-item strong,
#product-trust .stat-item span {
  display: block;
}
#product-trust .stat-item strong {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-trust .stat-item strong {
    font-size: 1.55rem;
  }
}
#product-trust .stat-item span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #product-trust .stat-item span {
    font-size: 0.84rem;
  }
}
#product-trust .capability-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: 28px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
  #product-trust .capability-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .capability-wrap {
    gap: 20px;
    margin-bottom: 26px;
  }
}
#product-trust .capability-block {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 640px) {
  #product-trust .capability-block {
    border-radius: 12px;
  }
}
#product-trust .capability-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px 30px;
  border-bottom: 1px solid rgba(173, 184, 217, 0.34);
  background: linear-gradient(90deg, rgba(173, 184, 217, 0.16), rgba(173, 184, 217, 0.05));
}
@media screen and (max-width: 640px) {
  #product-trust .capability-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 18px;
  }
}
#product-trust .capability-head .section-label {
  margin-bottom: 5px;
}
#product-trust .capability-head h3 {
  margin: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.36rem;
  font-weight: 800;
  line-height: 1.36;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-trust .capability-head h3 {
    font-size: 1.16rem;
  }
}
#product-trust .capability-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background: #374ea2;
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 12px 26px rgba(55, 78, 162, 0.18);
}
@media screen and (max-width: 640px) {
  #product-trust .capability-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    font-size: 1.08rem;
  }
}
#product-trust .capability-grid,
#product-trust .standard-list {
  display: grid;
  gap: 14px;
  padding: 22px;
}
@media screen and (max-width: 640px) {
  #product-trust .capability-grid,
  #product-trust .standard-list {
    gap: 12px;
    padding: 16px;
  }
}
#product-trust .capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 640px) {
  #product-trust .capability-grid {
    grid-template-columns: 1fr;
  }
}
#product-trust .capability-item,
#product-trust .standard-item {
  padding: 20px;
  border: 1px solid rgba(173, 184, 217, 0.36);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(173, 184, 217, 0.07), transparent 58%), #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-trust .capability-item,
  #product-trust .standard-item {
    padding: 18px 16px;
    border-radius: 8px;
  }
}
#product-trust .capability-item:hover,
#product-trust .standard-item:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 78, 162, 0.36);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#product-trust .capability-item:hover h3,
#product-trust .standard-item:hover h3 {
  color: #374ea2;
}
#product-trust .capability-item h3,
#product-trust .standard-item h3 {
  margin: 0 0 9px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-trust .capability-item h3,
  #product-trust .standard-item h3 {
    margin-bottom: 8px;
    font-size: 0.98rem;
    line-height: 1.35;
  }
}
#product-trust .capability-item p,
#product-trust .standard-item p {
  margin: 0;
  color: #515152;
  font-size: 0.92rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #product-trust .capability-item p,
  #product-trust .standard-item p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
#product-trust .standard-list {
  grid-template-columns: 1fr;
}
#product-trust .project-proof {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #product-trust .project-proof {
    padding: 24px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .project-proof {
    margin-bottom: 26px;
    padding: 18px;
    border-radius: 12px;
  }
}
#product-trust .project-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #product-trust .project-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }
}
#product-trust .project-head .section-label {
  margin-bottom: 5px;
}
#product-trust .project-head h3 {
  max-width: 780px;
  margin: 0;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-trust .project-head h3 {
    font-size: 1.22rem;
  }
}
#product-trust .project-btn,
#product-trust .trust-btn {
  padding: 14px 22px;
  border-color: #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 26px rgba(218, 33, 40, 0.2);
}
@media screen and (max-width: 640px) {
  #product-trust .project-btn,
  #product-trust .trust-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 18px;
  }
}
#product-trust .project-btn:hover,
#product-trust .trust-btn:hover {
  transform: translateY(-2px);
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 16px 32px rgba(218, 33, 40, 0.26);
}
#product-trust .project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
@media screen and (max-width: 1024px) {
  #product-trust .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #product-trust .project-grid {
    gap: 18px;
    width: 100%;
    padding-bottom: 30px;
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
  }
  #product-trust .project-grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  #product-trust .project-grid::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #374ea2;
  }
  #product-trust .project-grid::-webkit-scrollbar-track {
    background-color: #fff;
  }
}
#product-trust .project-item {
  overflow: hidden;
  border: 1px solid rgba(173, 184, 217, 0.42);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-trust .project-item {
    border-radius: 12px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
#product-trust .project-item:hover {
  transform: translateY(-5px);
  border-color: rgba(55, 78, 162, 0.4);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#product-trust .project-item:hover .project-image img {
  transform: scale(1.06);
}
#product-trust .project-item:hover .project-info h3 {
  color: #374ea2;
}
#product-trust .project-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: rgba(173, 184, 217, 0.12);
}
#product-trust .project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(17, 17, 17, 0.2));
  pointer-events: none;
}
#product-trust .project-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 420/280;
  object-fit: cover;
  transition: transform 0.5s ease;
}
#product-trust .project-info {
  padding: 22px;
}
@media screen and (max-width: 640px) {
  #product-trust .project-info {
    padding: 20px 18px;
  }
}
#product-trust .project-info h3 {
  margin: 0 0 14px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #product-trust .project-info h3 {
    margin-bottom: 12px;
    font-size: 1.08rem;
  }
}
#product-trust .project-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}
#product-trust .project-meta div {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
@media screen and (max-width: 640px) {
  #product-trust .project-meta div {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 10px;
  }
}
#product-trust .project-meta dt,
#product-trust .project-meta dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}
@media screen and (max-width: 640px) {
  #product-trust .project-meta dt,
  #product-trust .project-meta dd {
    font-size: 0.86rem;
  }
}
#product-trust .project-meta dt {
  color: #787878;
  font-weight: 700;
}
#product-trust .project-meta dd {
  color: #2f3d70;
  font-weight: 800;
}
#product-trust .trust-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #product-trust .trust-cta {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 24px;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-cta {
    gap: 18px;
    padding: 24px 18px;
    border-radius: 12px;
  }
}
#product-trust .cta-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #product-trust .cta-content h3 {
    font-size: 1.14rem;
  }
}
#product-trust .cta-content p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #product-trust .cta-content p {
    font-size: 0.92rem;
    line-height: 1.58;
  }
}
#product-trust .trust-btn {
  flex: 0 0 auto;
  min-width: 250px;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}
@media screen and (max-width: 768px) {
  #product-trust .trust-btn {
    justify-self: start;
  }
}
@media screen and (max-width: 640px) {
  #product-trust .trust-btn {
    justify-self: stretch;
    min-width: 0;
  }
}
#product-trust .trust-btn:hover {
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.22);
}

.section-head {
  max-width: 900px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-head {
    max-width: 720px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 640px) {
  .section-head {
    margin-bottom: 22px;
  }
}
.section-head h2 {
  margin: 0 0 18px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 41px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .section-head h2 {
    font-size: 35px;
    line-height: 1.22;
  }
}
@media screen and (max-width: 768px) {
  .section-head h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .section-head h2 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.3;
  }
}
.section-head p {
  max-width: 800px;
  margin: 0 auto;
  color: #515152;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .section-head p {
    font-size: 15px;
    line-height: 1.62;
  }
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #da2128;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .section-label {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.35;
  }
}
.section-label::before, .section-label::after {
  content: "";
  width: 34px;
  height: 2px;
  background: #da2128;
}
@media screen and (max-width: 640px) {
  .section-label::before, .section-label::after {
    width: 22px;
  }
}
@media screen and (max-width: 480px) {
  .section-label::before, .section-label::after {
    width: 16px;
  }
}

/*# sourceMappingURL=product.css.map */
