/* 中古車紹介（蓝湖 image_id=fbb11570） */

.used-car-page.page-main {
  padding: 0;
  overflow-x: hidden;
}

.used-car-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.used-car-page > .mall-faq-section {
  margin-top: 0;
}

.used-car-page .mall-faq-section .big-main {
  display: none;
}

.used-car-page .bottom-btn {
  text-decoration: none;
}

.used-car-page .mall-faq-section .bottom-inner {
  height: auto;
  min-height: 400px;
  padding-bottom: 56px;
}

.used-car-page .mall-faq-section .bottom-btn-green,
.used-car-page .mall-faq-section .bottom-btn-blue {
  margin-top: 18px;
}

.used-car-page .mall-faq-section .bottom-btn-blue {
  color: #fff;
  background: linear-gradient(-12deg, #3b82f6, #67b3ff);
  box-shadow: 6px 12px 0 rgba(0, 0, 0, 0.42);
  border-radius: 34px;
  border: 2px solid #fff;
}

.used-car-page .mall-faq-section .bottom-btn-blue .bottom-btn-arrow {
  background: #111;
}

.used-car-page .mall-faq-section .bottom-btn-blue .bottom-btn-arrow i {
  color: #fff;
}

.uc-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #efefef;
}

.uc-hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1927 / 979;
  background: #efefef;
}

.uc-hero-media img {
  width: 100%;
  height: auto;
  display: block;
}

.uc-catalog {
  position: relative;
  z-index: 2;
  display: flow-root;
  padding-bottom: 48px;
  background: url("../assets/used-car/flow-bg.png") top center / 100% 100% no-repeat;
}

.uc-search-sec {
  position: relative;
  z-index: 2;
  margin-top: calc(-88 / 1920 * 100vw);
  padding-bottom: 32px;
  overflow: visible;
}

.uc-search-card {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 56px 48px 48px;
  text-align: center;
}

.uc-search-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #111;
  box-shadow: 0 13px 0 rgba(26, 15, 5, 0.14);
  pointer-events: none;
}

.uc-search-deco {
  position: absolute;
  left: calc(-28 / 1920 * 100vw);
  top: calc(-173 / 1920 * 100vw);
  width: min(403px, calc(403 / 1920 * 100vw));
  height: auto;
  pointer-events: none;
  object-fit: contain;
  z-index: 1;
}

.uc-search-card > *:not(.uc-search-deco) {
  position: relative;
  z-index: 2;
}

.uc-search-card h2 {
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 800;
  color: #111;
}

.uc-search-card p {
  margin: 0 auto 40px;
  max-width: 1060px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.uc-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

.uc-filter label span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #111;
}

.uc-filter select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 12px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23111' stroke-width='1.6'/%3E%3C/svg%3E") right 16px center no-repeat;
  appearance: none;
  font-size: 14px;
  color: #111;
}

.uc-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  max-width: 100%;
  height: 54px;
  margin-top: 36px;
  background: linear-gradient(-12deg, #ff413d, #f86864);
  box-shadow: 6px 12px 0 rgba(0, 0, 0, 0.42);
  border-radius: 27px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.uc-search-btn:hover {
  filter: brightness(0.95);
}

.uc-cars {
  padding: 8px 0 48px;
  margin-top: 72px;
}

.uc-car-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 40px;
}

.uc-car-grid.loading-state,
.uc-car-grid:has(.empty-state),
.uc-car-grid:has(.form-error) {
  display: block;
}

.uc-car-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 24px;
}

.uc-car-card .thumb {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.uc-car-card .thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.uc-car-card h3 {
  margin: 18px 0 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
}

.uc-car-card .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 16px;
}

.uc-car-card .price strong {
  font-size: 28px;
  font-weight: 900;
  color: #ff413d;
  letter-spacing: 0.02em;
}

.uc-car-card .price em {
  font-style: normal;
  font-size: 16px;
  font-weight: 800;
  color: #ff413d;
}

.uc-car-card .meta {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 16px;
  color: #333;
}

.uc-car-card .meta > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}

.uc-car-card .meta span {
  color: #333;
}

.uc-car-card .meta strong {
  font-weight: 800;
  color: #111;
}

.uc-car-card .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #ff413d;
  font-size: 16px;
  font-weight: 800;
}

.uc-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.uc-pager button {
  min-width: 72px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #ff413d;
  background: #fff;
  color: #111;
  font-size: 14px;
  cursor: pointer;
}

.uc-pager button:disabled {
  opacity: 0.35;
  cursor: default;
}

.uc-pager button:not(:disabled) {
  background: #ff413d;
  color: #fff;
}

.uc-pager .page-num {
  font-size: 18px;
  font-weight: 800;
  color: #ff413d;
}

.uc-pager .page-total {
  font-weight: 400;
  color: #111;
}

.uc-sec-head {
  text-align: center;
  margin-bottom: 48px;
}

.uc-sec-head h2 {
  margin: 0 0 16px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.35;
  color: #111;
}

.uc-sec-head p {
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.uc-title-bar {
  display: block;
  width: min(725px, 80%);
  height: auto;
  margin: 8px auto 20px;
}

.uc-flow .uc-sec-head h2 {
  margin-bottom: 0;
}

.uc-flow {
  position: relative;
  padding: 72px 0 96px;
}

.uc-flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px 32px;
}

.uc-flow-step {
  position: relative;
  text-align: center;
  padding: 0 12px;
}

.uc-flow-step:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 88px;
  right: -28px;
  width: 48px;
  height: 20px;
  background: url("../assets/used-car/flow-arrow.png") center / contain no-repeat;
  pointer-events: none;
}

.uc-flow-step .illust {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 200px;
  margin-bottom: 18px;
}

.uc-flow-step .illust img {
  max-height: 200px;
  width: auto;
  margin: 0 auto;
}

.uc-flow-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.uc-flow-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #ff413d;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.uc-flow-step strong {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.uc-flow-step p {
  margin: 0 auto;
  max-width: 340px;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
  text-align: left;
}

.uc-points {
  padding: 72px 0 96px;
  background: url("../assets/used-car/points-bg.png") center / 100% 100% no-repeat;
}

.uc-points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}

.uc-point-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 180px;
  padding: 36px 40px 36px 28px;
  background: #fff;
  border-radius: 151px 143px 143px 143px;
  box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.07);
}

.uc-point-card img {
  width: 120px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}

.uc-point-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.uc-point-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.uc-faq {
  padding: 48px 0 0;
}

.uc-faq-lead {
  margin: -8px 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .uc-filter,
  .uc-car-grid,
  .uc-points-grid {
    grid-template-columns: 1fr 1fr;
  }

  .uc-flow-row {
    grid-template-columns: 1fr 1fr;
  }

  .uc-flow-step:not(:nth-child(3n))::after {
    display: none;
  }

  .uc-sec-head h2 {
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  .uc-search-sec {
    margin-top: -40px;
  }

  .uc-search-card {
    padding: 32px 20px;
  }

  .uc-search-deco {
    display: none;
  }

  .uc-filter,
  .uc-car-grid,
  .uc-flow-row,
  .uc-points-grid {
    grid-template-columns: 1fr;
  }

  .uc-point-card {
    border-radius: 24px;
    padding: 24px;
  }

  .uc-point-card img {
    width: 72px;
  }
}
