/* VS Fake Page Styles */

.vs-fake-content {
  background: #F1F9FF;
  min-height: 100vh;
}

.bg-white {
  background: #FFFFFF;
}
.bg-f7f9fa {
  background: #F7F9FA;
}


/* Intro Section */
.vs-intro {
  min-height: 335px;
  overflow: hidden;
  background: url(../img/vs-fake/bg.jpg) center no-repeat;
  background-size: cover;
}

.vs-intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 60px 0;
  text-align: center;
}

.vs-badge {
  padding: 4px 8px;
  background: #1A85FF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.vs-intro-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.172;
  color: #000000;
  margin: 0;
}

.vs-intro-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  max-width: 42em;
}

.vs-features {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}

.vs-feature-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vs-feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.vs-feature-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

/* Section */
.vs-section {
  padding: 60px 0;
}

.vs-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 26px;
}

.vs-section-number {
  position: relative;
  width: 272px;
  height: 72px;
  margin-bottom: -12px;
}

.vs-number {
  position: absolute;
  left: 100px;
  top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.172;
  color: #1A85FF;
  z-index: 2;
}

.text-primary {
  color: #1A85FF;
}

.vs-number-line {
  position: absolute;
  left: 0;
  top: 45px;
  width: 272px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 21%) 1;
  backdrop-filter: blur(10px);
  z-index: 3;
}

.vs-section-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: center;
}

.vs-section-text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.172;
  color: #000000;
  margin: 0;
  position: relative;
  z-index: 10;
}

.vs-section-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.172;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

/* Comparison */
.vs-comparison {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 32px 24px;
  border-radius: 20px;
  width: 1040px;
  box-sizing: border-box;
}

.vs-comparison-item {
  flex: 1;
  max-width: 484px;
}

.vs-comparison-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vs-card-image {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background: #FFFFFF;
}

.vs-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.vs-badge-circle {
  width: 136.6px;
  height: 136.6px;
  border-radius: 60px;
  background: rgba(88, 180, 99, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #58B463;
}

.vs-badge-circle span {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.172;
  color: #58B463;
  text-align: center;
}

.vs-badge-fake {
  background: rgba(255, 52, 52, 0.5);
}

.vs-badge-fake-circle {
  background: rgba(255, 52, 52, 0.5);
  border-color: #FF3434;
}

.vs-badge-fake-circle span {
  color: #FF3434;
  font-size: 28px;
}

.vs-logo-overlay {
  position: absolute;
  left: 123.2px;
  bottom: 114px;
  width: 237.6px;
  height: 72px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 4px;
}

.vs-logo-overlay img {
  width: 216px;
  height: 72px;
  object-fit: contain;
}

.vs-trademark-small {
  position: absolute;
  right: 0;
  top: 10.8px;
  font-size: 30px;
  font-weight: 700;
  color: #484A49;
  filter: blur(0.36px);
  line-height: 35px;
}

.vs-payment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(24px);
  border-radius: 8px;
  padding: 26px;
  box-sizing: border-box;
}

.vs-payment-content {
  display: flex;
  flex-direction: column;
  gap: 8.25px;
  height: 100%;
}

.vs-payment-header {
  display: flex;
  gap: 9px;
  align-items: center;
}

.vs-qr-code {
  width: 72.75px;
  height: 72.75px;
  object-fit: cover;
  border-radius: 0;
}

.vs-payment-info {
  display: flex;
  flex-direction: column;
  gap: 1.5px;
  flex: 1;
}

.vs-price-tag {
  display: flex;
  align-items: center;
  gap: 7.5px;
  padding: 7.5px;
  background: #FFCDCD;
  border: 0.75px solid #FF3434;
  border-radius: 3px;
  height: 13.5px;
}

.vs-price-tag img {
  width: 100%;
  height: 13.52px;
  object-fit: contain;
}

.vs-price {
  font-size: 9.75px;
  font-weight: 400;
  color: #EE531F;
  line-height: 1.172;
}

.vs-discount {
  font-size: 6px;
  font-weight: 500;
  color: #D20000;
  line-height: 1.172;
}

.vs-payment-methods {
  width: 118.5px;
  height: 15.11px;
  object-fit: contain;
  margin-top: 8.25px;
}

.vs-payment-qr {
  position: relative;
  width: 77.25px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vs-payment-qr-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(11.325px);
  border-radius: 6.75px;
}

.vs-payment-text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 6px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.38);
  line-height: 1.172;
  white-space: nowrap;
}

.vs-payment-qr img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 70.5px;
  height: 12px;
  object-fit: contain;
}

.vs-payment-note {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10.5px;
  padding-left: 21px;
}

.vs-payment-note svg {
  width: 18px;
  height: 18px;
}

.vs-payment-note span {
  font-size: 11.25px;
  font-weight: 500;
  line-height: 1.172;
  color: #000000;
}

.vs-fake-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vs-marker {
  position: absolute;
  border-radius: 5px;
  background: rgba(255, 52, 52, 0.08);
  border: 1px solid #EE3535;
}

.vs-marker-1 {
  width: 111px;
  height: 25px;
  top: 5px;
  left: 63px;
}

.vs-marker-2 {
  width: 61px;
  height: 16px;
  top: 62px;
  right: 270px;
}

.vs-fake-text {
  position: absolute;
  top: 9px;
  left: 71px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.226;
  font-family: "Alimama ShuHeiTi", sans-serif;
}

.vs-fake-warning {
  position: absolute;
  top: 7px;
  right: 223px;
  font-size: 14px;
  font-weight: 400;
  color: #EE3535;
  line-height: 21px;
}

.vs-cross-1 {
  position: absolute;
  top: 18.5px;
  left: 173.5px;
  width: 48px;
  height: 0;
}

.vs-cross-2 {
  position: absolute;
  top: 26px;
  right: 274px;
  width: 24px;
  height: 36px;
}

.vs-card-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 70px;
}

.vs-label-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.172;
  text-align: center;
}

.vs-label-genuine {
  background: #1A85FF;
  color: #FFFFFF;
}

.vs-label-fake {
  background: #EE3535;
  color: #FFFFFF;
}

.vs-card-label p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.172;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  text-align: center;
}

/* Search result section (Section 04) */
.vs-search-panels {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 20px;
}

.vs-search-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vs-search-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border-radius: 12px;
  overflow: hidden;
}

.vs-search-heading::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(25, 133, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.vs-search-title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.172;
  color: #000000;
  text-align: center;
}

.vs-search-image {
  position: relative;
  width: 100%;
}

.vs-search-image img {
  width: 100%;
  display: block;
}

.vs-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.vs-pill-fake {
  position: absolute;
  right: 24px;
  top: 18px;
  background: #EE3535;
  color: #FFFFFF;
}

.vs-pill-fake-outline {
  position: absolute;
  left: 24px;
  bottom: 28px;
  padding: 6px 12px;
  background: rgba(255, 52, 52, 0.08);
  border: 1px solid #EE3535;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #EE3535;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.vs-pill-genuine {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #1985FF;
  color: #FFFFFF;
  max-width: 320px;
}

.vs-pill-genuine-secondary {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 6px 10px;
  background: #58B463;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .vs-comparison {
    flex-direction: column;
    align-items: center;
  }
  
  .vs-comparison-item {
    max-width: 100%;
  }

  .vs-search-card {
    padding: 18px;
  }

  .vs-pill-genuine {
    max-width: 100%;
    right: 24px;
  }
}

/* Official URL strip */
.vs-official-url {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F9FA;
  left: 50%;
  transform: translate(-50%, -70%);
}

.vs-official-url-box {
  width: 320px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #B1B1B1;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.172;
  color: #000000;
}

.vs-official-url-box a {
  color: inherit;
  text-decoration: none;
}

.vs-search-linear::before {
  content: '';
  position: absolute;
  width: 433px;
  height: 2px;
  left: calc(50% - 433px/2 + 0.5px);
  top: 50px;
  background: linear-gradient(270deg, #ffffff4f 0%, #1985FF 48.5%, #ffffff4f 100%);
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 1;
}