.secondhand-premium-page {
  --resale-ink: #17201d;
  --resale-muted: #66736e;
  --resale-line: #d7e1dd;
  --resale-fog: #f2f6f4;
  --resale-paper: #fbfcfb;
  --resale-emerald: #146b5c;
  --resale-emerald-dark: #0f3f38;
  --resale-teal: #138f82;
  --resale-coral: #e86143;
  --resale-lime: #c6e96c;
  --resale-charcoal: #1c2926;
  margin: 0;
  overflow-x: clip;
  color: var(--resale-ink);
  background: var(--resale-paper);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  letter-spacing: 0;
}

.secondhand-premium-page *,
.secondhand-premium-page *::before,
.secondhand-premium-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.secondhand-premium-page a { color: inherit; }
.secondhand-premium-page img { max-width: 100%; }
.secondhand-premium-page .shell { width: min(1180px, calc(100% - 48px)); }
.secondhand-premium-page main :where(h1, h2, h3) {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  white-space: nowrap;
  text-overflow: clip;
  word-break: keep-all;
}

.resale-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(23, 32, 29, .08);
  background: rgba(251, 252, 251, .96);
  backdrop-filter: blur(16px);
}

.resale-header .brand span { color: var(--resale-ink); }
.resale-header .nav-links { border-radius: 6px; }
.resale-header .nav-links a.active { color: var(--resale-emerald); background: #e9f3ef; }
.resale-header .nav-cta { border-radius: 6px; color: #fff; background: var(--resale-emerald); }
.resale-header .nav-cta:hover { background: var(--resale-emerald-dark); }
.resale-header .nav-back { color: var(--resale-emerald-dark); }

.resale-overline,
.resale-kicker {
  margin: 0;
  color: var(--resale-teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.resale-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: #102c28;
}

.resale-hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 56%;
  content: "";
  background: #102c28;
}

.resale-hero__photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 62%;
  overflow: hidden;
}

.resale-hero__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(16, 44, 40, .36);
}

.resale-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.resale-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 54px;
  min-height: 720px;
  padding: 72px 0;
}

.resale-hero__copy { position: relative; z-index: 3; }
.resale-hero__copy .resale-overline { color: var(--resale-lime); }
.resale-hero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 58px;
  font-weight: 950;
  line-height: 1.08;
}

.resale-hero__claim {
  margin: 16px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.resale-hero__lead {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.9;
}

.resale-hero__actions,
.resale-contact__inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.resale-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.resale-button:hover { transform: translateY(-2px); }
.resale-button--primary { color: #fff; background: var(--resale-coral); }
.resale-button--primary:hover { background: #c94b31; }
.resale-button--ghost { border-color: rgba(255, 255, 255, .44); color: #fff; background: rgba(10, 30, 27, .38); }
.resale-button--ghost:hover { border-color: #fff; background: rgba(10, 30, 27, .62); }
.resale-button--outline { border-color: rgba(255, 255, 255, .4); color: #fff; background: transparent; }

.resale-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 520px;
  margin: 32px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.resale-hero__metrics div { padding: 18px 18px 18px 0; }
.resale-hero__metrics div + div { padding-left: 18px; border-left: 1px solid rgba(255, 255, 255, .18); }
.resale-hero__metrics dt { font-size: 24px; font-weight: 950; }
.resale-hero__metrics dd { margin: 4px 0 0; color: rgba(255, 255, 255, .58); font-size: 11px; }

.resale-hero__product {
  position: relative;
  min-height: 520px;
  transform: translateX(18px);
}

.market-window {
  position: absolute;
  top: 36px;
  right: 6px;
  width: 520px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  color: var(--resale-ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(12px);
}

.market-window__bar,
.market-window__tabs,
.market-window__grid,
.listing-phone__top,
.listing-phone__row,
.listing-phone__checks,
.price-line,
.assurance-line,
.seller-line,
.buyer-phone__actions,
.seller-workbench__head,
.seller-stats,
.seller-orders__title,
.console-top,
.console-filters,
.console-metrics,
.console-content,
.console-content__title,
.console-row,
.resale-footer__inner {
  display: flex;
  align-items: center;
}

.market-window__bar { gap: 8px; min-height: 24px; }
.market-window__bar > span { width: 8px; height: 8px; border-radius: 50%; background: var(--resale-coral); }
.market-window__bar strong { font-size: 14px; }
.market-window__bar em { margin-left: auto; color: var(--resale-muted); font-size: 10px; font-style: normal; }
.market-window__search { margin-top: 14px; padding: 11px 13px; border: 1px solid var(--resale-line); border-radius: 5px; color: #89928e; background: #f5f7f6; font-size: 11px; }
.market-window__tabs { gap: 18px; margin-top: 13px; padding-bottom: 12px; border-bottom: 1px solid var(--resale-line); color: var(--resale-muted); font-size: 10px; }
.market-window__tabs b { color: var(--resale-emerald); }
.market-window__grid { align-items: stretch; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.market-window__grid article { flex: 1 1 calc(50% - 5px); min-width: 0; padding: 8px; border: 1px solid #e3e9e6; border-radius: 5px; background: #fff; }
.product-shot { display: block; width: 100%; aspect-ratio: 1.8; border-radius: 4px; background-position: center; background-size: cover; }
.product-shot--camera { background-image: url("../images/hero-resale-scene.webp"); }
.product-shot--chair { background-image: url("../images/campus-handoff.webp"); }
.product-shot--headset { background-image: url("../images/device-inspection.webp"); }
.product-shot--book { background-image: url("../images/seller-pickup.webp"); }
.market-window__grid b,
.market-window__grid small,
.market-window__grid strong { display: block; }
.market-window__grid b { margin-top: 7px; font-size: 11px; }
.market-window__grid small { margin-top: 3px; color: var(--resale-muted); font-size: 8px; }
.market-window__grid strong { margin-top: 5px; color: var(--resale-coral); font-size: 13px; }

.listing-phone {
  position: absolute;
  right: 385px;
  bottom: 2px;
  z-index: 3;
  width: 214px;
  min-height: 410px;
  padding: 13px;
  border: 7px solid #111917;
  border-radius: 28px;
  color: var(--resale-ink);
  background: #fff;
  box-shadow: 0 25px 52px rgba(0, 0, 0, .28);
}

.listing-phone__top { justify-content: space-between; font-size: 8px; }
.listing-phone__top b { font-size: 10px; }
.listing-phone__top i { width: 14px; height: 5px; border-radius: 3px; background: var(--resale-ink); }
.listing-phone__photo { position: relative; height: 120px; margin-top: 13px; overflow: hidden; border-radius: 5px; background: url("../images/hero-resale-scene.webp") 73% 60% / cover; }
.listing-phone__photo span { position: absolute; left: 7px; bottom: 7px; padding: 4px 6px; border-radius: 4px; color: #fff; background: var(--resale-emerald); font-size: 7px; }
.listing-phone__field { padding: 12px 0; border-bottom: 1px solid #e5eae8; }
.listing-phone small { display: block; color: var(--resale-muted); font-size: 7px; }
.listing-phone__field strong { display: block; margin-top: 5px; font-size: 9px; }
.listing-phone__row { align-items: stretch; padding: 10px 0; border-bottom: 1px solid #e5eae8; }
.listing-phone__row > span { flex: 1 1 50%; }
.listing-phone__row > span + span { padding-left: 10px; border-left: 1px solid #e5eae8; }
.listing-phone__row b { display: block; margin-top: 3px; font-size: 9px; }
.listing-phone__checks { flex-wrap: wrap; gap: 4px; padding: 10px 0; }
.listing-phone__checks span { padding: 4px 5px; border-radius: 4px; color: var(--resale-emerald-dark); background: #e8f3ef; font-size: 6px; }
.listing-phone button { width: 100%; min-height: 31px; border: 0; border-radius: 5px; color: #fff; background: var(--resale-emerald); font-size: 9px; font-weight: 900; }

.hero-trust-ticket {
  position: absolute;
  right: -12px;
  bottom: 20px;
  z-index: 4;
  width: 176px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 6px;
  color: var(--resale-ink);
  background: #fff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.hero-trust-ticket span,
.hero-trust-ticket strong,
.hero-trust-ticket b { display: block; }
.hero-trust-ticket span { color: var(--resale-emerald); font-size: 8px; font-weight: 900; }
.hero-trust-ticket strong { margin-top: 5px; font-size: 13px; }
.hero-trust-ticket b { margin-top: 6px; color: var(--resale-muted); font-size: 8px; }

.resale-positioning,
.resale-buyer,
.resale-seller,
.resale-category,
.resale-scenarios,
.resale-faq,
.resale-delivery { padding: 104px 0; }

.resale-positioning,
.resale-category,
.resale-faq { background: #fff; }
.resale-buyer,
.resale-delivery { background: var(--resale-paper); }
.resale-seller,
.resale-scenarios { background: var(--resale-fog); }

.resale-heading { margin-bottom: 42px; }
.resale-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
  align-items: end;
  gap: 42px;
}
.resale-heading--split > p,
.resale-heading > p:not(.resale-kicker) { max-width: 720px; margin: 16px 0 0; color: var(--resale-muted); font-size: 14px; line-height: 1.8; }
.resale-heading--split > p { margin: 0; }
.resale-heading h2,
.pain-layout__intro h2,
.buyer-copy h2,
.trust-copy h2,
.scenario-copy h2,
.faq-intro h2,
.resale-contact h2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 950;
  line-height: 1.18;
}

.positioning-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--resale-line);
  border-bottom: 1px solid var(--resale-line);
}

.positioning-rail article { min-width: 0; padding: 28px 22px 28px 0; }
.positioning-rail article + article { padding-left: 22px; border-left: 1px solid var(--resale-line); }
.positioning-rail span { color: var(--resale-emerald); font-size: 10px; font-weight: 900; }
.positioning-rail h3 { margin-top: 10px; font-size: 18px; }
.positioning-rail p { margin: 9px 0 0; color: var(--resale-muted); font-size: 12px; line-height: 1.72; }

.pain-layout {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: 72px;
  margin-top: 78px;
  padding-top: 76px;
  border-top: 1px solid var(--resale-line);
}
.pain-layout__intro p:last-child { margin: 18px 0 0; color: var(--resale-muted); font-size: 14px; line-height: 1.85; }
.pain-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--resale-line); list-style: none; }
.pain-list li { display: flex; gap: 16px; min-width: 0; padding: 24px 18px 24px 0; border-bottom: 1px solid var(--resale-line); }
.pain-list li:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--resale-line); }
.pain-list > li > span { flex: 0 0 auto; color: var(--resale-coral); font-size: 11px; font-weight: 950; }
.pain-list h3 { font-size: 17px; }
.pain-list p { margin: 8px 0 0; color: var(--resale-muted); font-size: 12px; line-height: 1.72; }

.resale-journey { padding: 94px 0; color: #fff; background: var(--resale-charcoal); }
.resale-heading--light .resale-kicker { color: var(--resale-lime); }
.resale-heading--light h2 { color: #fff; }
.resale-heading--light > p:not(.resale-kicker) { color: rgba(255, 255, 255, .62); }
.journey-stage { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 44px; align-items: stretch; }
.journey-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; border-top: 1px solid rgba(255, 255, 255, .16); }
.journey-steps article { position: relative; min-width: 0; padding: 20px 20px 20px 48px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.journey-steps article:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .16); }
.journey-steps article > span { position: absolute; left: 0; top: 22px; color: var(--resale-lime); font-size: 10px; font-weight: 950; }
.journey-steps article:nth-child(even) > span { left: 18px; }
.journey-steps h3 { font-size: 16px; }
.journey-steps p { margin: 7px 0 0; color: rgba(255, 255, 255, .56); font-size: 11px; line-height: 1.68; }
.journey-scene { position: relative; min-height: 480px; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 8px; }
.journey-scene img { width: 100%; height: 100%; object-fit: cover; }
.journey-scene figcaption { position: absolute; right: 18px; bottom: 18px; width: 230px; padding: 18px; border: 1px solid rgba(255, 255, 255, .48); border-radius: 6px; color: var(--resale-ink); background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); }
.journey-scene figcaption > span { color: var(--resale-muted); font-size: 8px; }
.journey-scene figcaption > strong { display: block; margin-top: 5px; font-size: 17px; }
.journey-scene figcaption ol { display: grid; gap: 7px; margin: 14px 0 0; padding: 0; list-style: none; }
.journey-scene figcaption li { position: relative; padding-left: 17px; color: var(--resale-muted); font-size: 9px; }
.journey-scene figcaption li::before { position: absolute; left: 0; top: 4px; width: 7px; height: 7px; border: 1px solid #aeb8b4; border-radius: 50%; content: ""; }
.journey-scene figcaption li.done::before { border-color: var(--resale-emerald); background: var(--resale-emerald); }

.buyer-layout { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 80px; }
.buyer-interface { position: relative; min-height: 660px; padding: 34px; background: #dfece7; }
.buyer-phone { position: relative; z-index: 2; width: 302px; min-height: 590px; margin: 0 auto; padding: 18px 16px 76px; border: 9px solid #15201d; border-radius: 34px; background: #fff; box-shadow: 0 28px 60px rgba(23, 32, 29, .18); }
.buyer-phone__status { display: flex; align-items: center; justify-content: space-between; font-size: 9px; }
.buyer-phone__status b { font-size: 12px; }
.buyer-phone__status i { font-style: normal; }
.buyer-phone__gallery { position: relative; height: 210px; margin: 14px -5px 0; overflow: hidden; border-radius: 6px; background: #edf2ef; }
.buyer-phone__gallery em { position: absolute; right: 8px; bottom: 8px; z-index: 2; padding: 4px 7px; border-radius: 5px; color: #fff; background: rgba(23, 32, 29, .72); font-size: 7px; font-style: normal; }
.camera-illustration { position: absolute; inset: 0; background: url("../images/hero-resale-scene.webp") 70% 76% / 260% auto; }
.buyer-phone__body { padding-top: 14px; }
.price-line { justify-content: space-between; }
.price-line strong { color: var(--resale-coral); font-size: 20px; }
.price-line span { padding: 4px 6px; border-radius: 4px; color: var(--resale-emerald); background: #e9f3ef; font-size: 7px; }
.buyer-phone__body h3 { margin-top: 9px; font-size: 12px; }
.buyer-phone__body > p { margin: 7px 0 0; color: var(--resale-muted); font-size: 8px; }
.assurance-line { flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.assurance-line span { padding: 5px 6px; border: 1px solid #cde0d8; border-radius: 5px; color: var(--resale-emerald); font-size: 7px; }
.seller-line { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 14px; padding-top: 12px; border-top: 1px solid #e4eae7; }
.seller-line b { font-size: 9px; }.seller-line span { color: var(--resale-muted); font-size: 7px; }
.buyer-phone__actions { position: absolute; left: 16px; right: 16px; bottom: 16px; gap: 8px; }
.buyer-phone__actions button { flex: 1 1 50%; min-height: 38px; border: 1px solid var(--resale-emerald); border-radius: 6px; color: var(--resale-emerald); background: #fff; font-size: 9px; font-weight: 900; }
.buyer-phone__actions button:last-child { color: #fff; background: var(--resale-emerald); }
.buyer-message-panel { position: absolute; right: 18px; bottom: 38px; z-index: 3; width: 245px; padding: 16px; border: 1px solid var(--resale-line); border-radius: 8px; background: #fff; box-shadow: 0 20px 44px rgba(23, 32, 29, .15); }
.buyer-message-panel > div { display: flex; justify-content: space-between; padding-bottom: 11px; border-bottom: 1px solid var(--resale-line); }
.buyer-message-panel b { font-size: 11px; }.buyer-message-panel > div span { color: var(--resale-emerald); font-size: 8px; }
.message { width: fit-content; max-width: 88%; margin: 9px 0 0; padding: 8px 10px; border-radius: 6px; font-size: 8px; line-height: 1.5; }
.message--seller { background: #eff3f1; }.message--buyer { margin-left: auto; color: #fff; background: var(--resale-emerald); }.message--system { max-width: 100%; color: var(--resale-muted); background: #f9faf9; text-align: center; }
.buyer-copy__lead { margin: 18px 0 0; color: var(--resale-muted); font-size: 14px; line-height: 1.84; }
.feature-lines { margin-top: 30px; border-top: 1px solid var(--resale-line); }
.feature-lines article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--resale-line); }
.feature-lines article > span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 5px; color: #fff; background: var(--resale-emerald); font-size: 9px; font-weight: 900; }
.feature-lines h3 { font-size: 17px; }
.feature-lines p { margin: 7px 0 0; color: var(--resale-muted); font-size: 12px; line-height: 1.72; }

.seller-showcase { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: stretch; gap: 24px; }
.seller-photo { position: relative; min-height: 500px; margin: 0; overflow: hidden; border-radius: 8px; }
.seller-photo img { width: 100%; height: 100%; object-fit: cover; }
.seller-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 14px 16px; border-radius: 6px; color: #fff; background: rgba(23, 32, 29, .86); }
.seller-photo figcaption strong,
.seller-photo figcaption span { display: block; }.seller-photo figcaption strong { font-size: 13px; }.seller-photo figcaption span { margin-top: 4px; color: rgba(255, 255, 255, .66); font-size: 9px; }
.seller-workbench { min-width: 0; padding: 26px; border: 1px solid var(--resale-line); border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(23, 32, 29, .08); }
.seller-workbench__head { justify-content: space-between; }
.seller-workbench__head span { color: var(--resale-emerald); font-size: 9px; font-weight: 900; }.seller-workbench__head h3 { margin-top: 5px; font-size: 21px; }.seller-workbench__head time { color: var(--resale-muted); font-size: 9px; }
.seller-stats { align-items: stretch; margin: 24px 0 0; border-top: 1px solid var(--resale-line); border-bottom: 1px solid var(--resale-line); }
.seller-stats div { flex: 1 1 25%; min-width: 0; padding: 18px 10px; }
.seller-stats div + div { border-left: 1px solid var(--resale-line); }
.seller-stats dt { font-size: 18px; font-weight: 950; }.seller-stats dd { margin: 5px 0 0; color: var(--resale-muted); font-size: 8px; }
.seller-orders { margin-top: 22px; }
.seller-orders__title { justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--resale-line); }
.seller-orders__title b { font-size: 12px; }.seller-orders__title span { color: var(--resale-emerald); font-size: 8px; }
.seller-orders article { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 11px; padding: 14px 0; border-bottom: 1px solid var(--resale-line); }
.seller-thumb { display: block; width: 48px; height: 40px; border-radius: 4px; background-position: center; background-size: cover; }
.seller-thumb--headset { background-image: url("../images/device-inspection.webp"); }.seller-thumb--camera { background-image: url("../images/hero-resale-scene.webp"); }.seller-thumb--chair { background-image: url("../images/campus-handoff.webp"); }
.seller-orders article b,
.seller-orders article span { display: block; }.seller-orders article b { font-size: 10px; }.seller-orders article span { margin-top: 4px; color: var(--resale-muted); font-size: 8px; }.seller-orders article em { padding: 5px 6px; border-radius: 4px; color: var(--resale-coral); background: #fff0ec; font-size: 8px; font-style: normal; font-weight: 900; }
.seller-capabilities { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 26px; border-top: 1px solid var(--resale-line); border-bottom: 1px solid var(--resale-line); }
.seller-capabilities article { min-width: 0; padding: 24px 20px 24px 0; }.seller-capabilities article + article { padding-left: 20px; border-left: 1px solid var(--resale-line); }
.seller-capabilities span { color: var(--resale-coral); font-size: 9px; font-weight: 900; }.seller-capabilities h3 { margin-top: 8px; font-size: 16px; }.seller-capabilities p { margin: 8px 0 0; color: var(--resale-muted); font-size: 11px; line-height: 1.68; }

.resale-trust { padding: 104px 0; background: var(--resale-emerald-dark); color: #fff; }
.trust-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); align-items: center; gap: 66px; }
.trust-photo { position: relative; min-height: 570px; margin: 0; overflow: hidden; border-radius: 8px; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; }
.inspection-report { position: absolute; right: 18px; bottom: 18px; width: 260px; padding: 18px; border-radius: 6px; color: var(--resale-ink); background: rgba(255, 255, 255, .94); backdrop-filter: blur(10px); }
.inspection-report > div { display: flex; justify-content: space-between; gap: 12px; }.inspection-report > div span { color: var(--resale-muted); font-size: 9px; }.inspection-report > div strong { color: var(--resale-emerald); font-size: 12px; }
.inspection-report dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 15px 0 0; border-top: 1px solid var(--resale-line); border-left: 1px solid var(--resale-line); }
.inspection-report dl div { padding: 10px; border-right: 1px solid var(--resale-line); border-bottom: 1px solid var(--resale-line); }.inspection-report dt { color: var(--resale-muted); font-size: 7px; }.inspection-report dd { margin: 4px 0 0; font-size: 9px; font-weight: 800; }
.inspection-report p { margin: 11px 0 0; color: var(--resale-muted); font-size: 7px; }
.trust-copy .resale-kicker { color: var(--resale-lime); }.trust-copy > p:not(.resale-kicker) { margin: 18px 0 0; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.82; }
.trust-stack { margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.trust-stack li { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.trust-stack span { color: var(--resale-lime); font-size: 11px; font-weight: 900; }.trust-stack strong { color: rgba(255, 255, 255, .86); font-size: 12px; line-height: 1.7; }

.category-table { border-top: 1px solid var(--resale-line); }
.category-table article { display: grid; grid-template-columns: 120px 230px minmax(0, 1fr) 150px; align-items: center; gap: 24px; min-height: 94px; border-bottom: 1px solid var(--resale-line); }
.category-table article > span { color: var(--resale-emerald); font-size: 11px; font-weight: 900; }.category-table h3 { font-size: 17px; }.category-table p { margin: 0; color: var(--resale-muted); font-size: 12px; line-height: 1.65; }.category-table em { justify-self: end; padding: 7px 9px; border: 1px solid #c9ddd5; border-radius: 5px; color: var(--resale-emerald); font-size: 9px; font-style: normal; font-weight: 900; }

.resale-console { padding: 104px 0; background: #e9eeec; }
.console-frame { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 650px; overflow: hidden; border: 1px solid #cfd9d5; border-radius: 8px; background: #fff; box-shadow: 0 26px 70px rgba(23, 32, 29, .14); }
.console-side { padding: 24px 16px; color: #fff; background: #183934; }.console-side > strong { display: block; padding: 0 10px 20px; font-size: 14px; }.console-side nav { display: grid; gap: 4px; }.console-side nav span { padding: 10px; border-radius: 4px; color: rgba(255, 255, 255, .58); font-size: 10px; }.console-side nav span.active { color: #fff; background: var(--resale-emerald); }
.console-main { min-width: 0; padding: 24px; background: #f7f9f8; }
.console-top { justify-content: space-between; }.console-top > div:first-child span { color: var(--resale-emerald); font-size: 9px; }.console-top h3 { margin-top: 5px; font-size: 20px; }.console-filters { gap: 6px; }.console-filters button { min-height: 30px; padding: 0 10px; border: 1px solid var(--resale-line); border-radius: 4px; color: var(--resale-muted); background: #fff; font-size: 8px; }
.console-metrics { align-items: stretch; gap: 10px; margin: 20px 0 0; }.console-metrics div { flex: 1 1 25%; min-width: 0; padding: 16px; border: 1px solid var(--resale-line); border-radius: 6px; background: #fff; }.console-metrics dt { font-size: 22px; font-weight: 950; }.console-metrics dd { margin: 4px 0 0; color: var(--resale-muted); font-size: 9px; }.console-metrics small { display: block; margin-top: 9px; color: var(--resale-emerald); font-size: 7px; }
.console-content { align-items: stretch; gap: 10px; margin-top: 10px; }.console-chart,
.console-risk,
.console-table { border: 1px solid var(--resale-line); border-radius: 6px; background: #fff; }.console-chart { flex: 1 1 auto; padding: 16px; }.console-risk { flex: 0 0 230px; padding: 16px; }.console-content__title { justify-content: space-between; }.console-content__title b { font-size: 11px; }.console-content__title span { color: var(--resale-muted); font-size: 8px; }
.chart-bars { display: flex; align-items: flex-end; gap: 9px; height: 140px; margin-top: 18px; padding: 10px 6px 0; border-bottom: 1px solid var(--resale-line); background-image: repeating-linear-gradient(to top, transparent 0, transparent 34px, #edf1ef 35px); }.chart-bars i { flex: 1 1 0; height: var(--h); min-width: 7px; border-radius: 3px 3px 0 0; background: var(--resale-teal); }.chart-axis { display: flex; justify-content: space-between; margin-top: 6px; color: #9aa39f; font-size: 7px; }
.console-risk ul { display: grid; gap: 0; margin: 14px 0 0; padding: 0; list-style: none; }.console-risk li { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid var(--resale-line); font-size: 9px; }.console-risk li b { color: var(--resale-coral); }
.console-table { margin-top: 10px; padding: 16px; }.console-row { display: grid; grid-template-columns: 1fr 1.35fr 1.4fr .8fr .9fr .7fr; gap: 10px; min-height: 38px; padding: 10px 0; border-top: 1px solid var(--resale-line); color: var(--resale-muted); font-size: 8px; }.console-row--head { margin-top: 12px; color: var(--resale-ink); font-weight: 900; background: #f4f7f5; }.console-row span:last-child { color: var(--resale-emerald); font-weight: 900; }
.console-capabilities { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 22px; border-top: 1px solid #cfd9d5; border-bottom: 1px solid #cfd9d5; }.console-capabilities span { padding: 18px 12px; color: var(--resale-muted); font-size: 10px; text-align: center; }.console-capabilities span + span { border-left: 1px solid #cfd9d5; }

.scenario-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: center; gap: 70px; }
.scenario-photo { position: relative; min-height: 600px; margin: 0; overflow: hidden; border-radius: 8px; }.scenario-photo img { width: 100%; height: 100%; object-fit: cover; }.scenario-photo figcaption { position: absolute; left: 18px; bottom: 18px; padding: 14px 16px; border-radius: 6px; color: #fff; background: rgba(23, 32, 29, .88); }.scenario-photo figcaption span,
.scenario-photo figcaption strong { display: block; }.scenario-photo figcaption span { color: var(--resale-lime); font-size: 9px; font-weight: 900; }.scenario-photo figcaption strong { margin-top: 5px; font-size: 13px; }
.scenario-list { margin-top: 30px; border-top: 1px solid var(--resale-line); }.scenario-list article { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--resale-line); }.scenario-list article > span { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 5px; color: #fff; background: var(--resale-emerald); font-size: 9px; font-weight: 900; }.scenario-list h3 { font-size: 16px; }.scenario-list p { margin: 7px 0 0; color: var(--resale-muted); font-size: 11px; line-height: 1.65; }

.delivery-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--resale-line); border-bottom: 1px solid var(--resale-line); }.delivery-band article { min-width: 0; padding: 25px 22px 25px 0; }.delivery-band article + article { padding-left: 22px; border-left: 1px solid var(--resale-line); }.delivery-band span { color: var(--resale-coral); font-size: 9px; font-weight: 900; }.delivery-band h3 { margin-top: 8px; font-size: 17px; }.delivery-band p { margin: 8px 0 0; color: var(--resale-muted); font-size: 11px; line-height: 1.7; }

.resale-faq .faq-layout { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); gap: 70px; }.faq-intro > p:last-child { margin: 16px 0 0; color: var(--resale-muted); font-size: 13px; line-height: 1.8; }.resale-faq .faq-item { border-radius: 6px; box-shadow: none; }.resale-faq .faq-question { font-size: 13px; }.resale-faq .faq-answer { color: var(--resale-muted); font-size: 12px; }

.resale-contact { padding: 86px 0; color: #fff; background: var(--resale-emerald); }.resale-contact__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; }.resale-contact .resale-kicker { color: var(--resale-lime); }.resale-contact h2 { margin-top: 9px; }.resale-contact p:last-child { margin: 12px 0 0; color: rgba(255, 255, 255, .7); font-size: 13px; }.resale-contact__inner > div:last-child { flex-wrap: nowrap; margin: 0; }

.resale-footer { padding: 34px 0 0; color: #fff; background: #14201d; }.resale-footer__inner { justify-content: space-between; gap: 28px; min-height: 72px; }.resale-footer__brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }.resale-footer__brand img { width: 34px; height: 34px; border-radius: 7px; }.resale-footer__brand strong,
.resale-footer__brand small { display: block; }.resale-footer__brand strong { font-size: 13px; }.resale-footer__brand small { margin-top: 3px; color: rgba(255, 255, 255, .46); font-size: 8px; }.resale-footer__inner > p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 10px; }.resale-footer__inner > a { color: rgba(255, 255, 255, .8); font-size: 10px; text-decoration: none; }

.secondhand-premium-page .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.secondhand-premium-page .reveal.visible { opacity: 1; transform: none; }

@media (hover: hover) {
  .positioning-rail article,
  .seller-capabilities article,
  .category-table article,
  .delivery-band article { transition: background-color .2s ease; }
  .positioning-rail article:hover,
  .seller-capabilities article:hover,
  .category-table article:hover,
  .delivery-band article:hover { background: #f4f8f6; }
  .market-window,
  .listing-phone,
  .buyer-message-panel,
  .seller-workbench,
  .console-frame { transition: transform .25s ease, box-shadow .25s ease; }
  .market-window:hover,
  .seller-workbench:hover,
  .console-frame:hover { transform: translateY(-4px); box-shadow: 0 28px 68px rgba(23, 32, 29, .16); }
}

@media (max-width: 1180px) {
  .resale-header .nav-links {
    position: fixed;
    top: 68px;
    left: 24px;
    right: 24px;
    z-index: 120;
    display: none;
    width: auto;
    max-width: none;
    padding: 8px;
    border: 1px solid var(--resale-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(23, 32, 29, .15);
  }
  .secondhand-premium-page.nav-open .resale-header .nav-links { display: flex; }
  .resale-header .nav-links a { width: 100%; min-height: 42px; border-radius: 4px; }
  .resale-hero__inner { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 30px; }
  .market-window { width: 450px; }
  .listing-phone { right: 320px; }
  .hero-trust-ticket { right: 0; }
  .buyer-layout { gap: 44px; }
  .console-capabilities { grid-template-columns: repeat(3, 1fr); }
  .console-capabilities span:nth-child(4) { border-left: 0; }
  .console-capabilities span:nth-child(n+4) { border-top: 1px solid #cfd9d5; }
}

@media (max-width: 980px) {
  .secondhand-premium-page .shell { width: min(100% - 36px, 900px); }
  .resale-hero { min-height: 980px; }
  .resale-hero::before { width: 100%; height: 62%; }
  .resale-hero__photo { inset: auto 0 0; width: 100%; height: 48%; }
  .resale-hero__photo::after { background: rgba(16, 44, 40, .2); }
  .resale-hero__inner { grid-template-columns: 1fr; align-content: start; min-height: 980px; padding: 66px 0 40px; }
  .resale-hero__copy { max-width: 720px; }
  .resale-hero__product { min-height: 480px; transform: none; }
  .market-window { right: 0; width: min(620px, 78%); }
  .listing-phone { right: auto; left: 10%; }
  .resale-heading--split,
  .pain-layout,
  .journey-stage,
  .buyer-layout,
  .trust-layout,
  .scenario-layout,
  .resale-faq .faq-layout { grid-template-columns: 1fr; }
  .resale-heading--split { align-items: start; gap: 18px; }
  .pain-layout { gap: 34px; }
  .journey-stage { gap: 30px; }
  .journey-scene { min-height: 430px; }
  .buyer-interface { width: min(680px, 100%); margin: 0 auto; }
  .buyer-copy { max-width: 760px; }
  .seller-showcase { grid-template-columns: 1fr; }
  .seller-photo { min-height: 460px; }
  .trust-photo { min-height: 520px; }
  .scenario-layout { gap: 36px; }
  .scenario-photo { min-height: 520px; }
  .console-frame { grid-template-columns: 150px minmax(0, 1fr); }
  .console-row { grid-template-columns: 1fr 1.25fr 1.2fr .7fr .8fr; }
  .console-row span:nth-child(3) { display: none; }
  .resale-contact__inner { grid-template-columns: 1fr; gap: 24px; }
  .resale-contact__inner > div:last-child { justify-self: start; }
}

@media (max-width: 760px) {
  .secondhand-premium-page .shell { width: calc(100% - 28px); }
  .resale-header .nav-back { display: inline-flex; }
  .resale-header .nav-cta { display: none; }
  .resale-header .brand span { max-width: 190px; }
  .resale-header .nav-links { top: 62px; left: 14px; right: 14px; }
  .resale-positioning,
  .resale-buyer,
  .resale-seller,
  .resale-category,
  .resale-scenarios,
  .resale-faq,
  .resale-delivery,
  .resale-trust,
  .resale-console { padding: 66px 0; }
  .resale-journey { padding: 66px 0; }
  .resale-hero { min-height: 910px; }
  .resale-hero::before { height: 68%; }
  .resale-hero__photo { height: 40%; }
  .resale-hero__inner { min-height: 910px; padding: 46px 0 28px; }
  .resale-hero h1 { font-size: 44px; }
  .resale-hero__claim { font-size: 20px; }
  .resale-hero__lead { font-size: 14px; line-height: 1.78; }
  .resale-hero__metrics { max-width: 100%; }
  .resale-hero__product { min-height: 390px; }
  .market-window { top: 50px; right: 0; width: 72%; padding: 12px; }
  .market-window__grid article { padding: 5px; }
  .market-window__grid b { font-size: 8px; }.market-window__grid small { display: none; }.market-window__grid strong { font-size: 10px; }
  .listing-phone { left: 0; bottom: 0; width: 180px; min-height: 350px; border-width: 6px; border-radius: 24px; }
  .listing-phone__photo { height: 90px; }
  .hero-trust-ticket { display: none; }
  .resale-heading { margin-bottom: 30px; }
  .resale-heading h2,
  .pain-layout__intro h2,
  .buyer-copy h2,
  .trust-copy h2,
  .scenario-copy h2,
  .faq-intro h2,
  .resale-contact h2 { font-size: 32px; }
  .positioning-rail { grid-template-columns: repeat(2, 1fr); }
  .positioning-rail article:nth-child(3) { border-left: 0; }
  .positioning-rail article:nth-child(n+3) { border-top: 1px solid var(--resale-line); }
  .pain-layout { margin-top: 54px; padding-top: 52px; }
  .pain-list { grid-template-columns: 1fr; }
  .pain-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .journey-steps { grid-template-columns: 1fr; }
  .journey-steps article:nth-child(even) { border-left: 0; }
  .journey-steps article:nth-child(even) > span { left: 0; }
  .journey-scene { min-height: 380px; }
  .buyer-interface { min-height: 620px; padding: 20px; }
  .buyer-phone { margin-left: 0; }
  .buyer-message-panel { right: 8px; width: 220px; }
  .seller-photo { min-height: 400px; }
  .seller-capabilities,
  .delivery-band { grid-template-columns: repeat(2, 1fr); }
  .seller-capabilities article:nth-child(3),
  .delivery-band article:nth-child(3) { border-left: 0; }
  .seller-capabilities article:nth-child(n+3),
  .delivery-band article:nth-child(n+3) { border-top: 1px solid var(--resale-line); }
  .trust-photo { min-height: 420px; }
  .category-table article { grid-template-columns: 90px minmax(0, 1fr) 120px; gap: 14px; padding: 18px 0; }
  .category-table p { display: none; }
  .console-frame { grid-template-columns: 1fr; min-height: 0; }
  .console-side { display: none; }
  .console-main { padding: 16px; }
  .console-metrics { flex-wrap: wrap; }
  .console-metrics div { flex-basis: calc(50% - 5px); }
  .console-content { align-items: stretch; flex-direction: column; }
  .console-risk { flex-basis: auto; }
  .console-row { grid-template-columns: 1fr 1.4fr .8fr .8fr; }
  .console-row span:nth-child(3),
  .console-row span:nth-child(5) { display: none; }
  .scenario-photo { min-height: 420px; }
  .resale-contact { padding: 60px 0; }
  .resale-footer__inner { align-items: flex-start; flex-direction: column; padding: 22px 0; }
}

@media (max-width: 520px) {
  .secondhand-premium-page .shell { width: calc(100% - 24px); }
  .resale-header .brand span { max-width: 156px; font-size: 12px; }
  .resale-header .nav-back { padding: 0 10px; font-size: 11px; }
  .resale-hero { min-height: 860px; }
  .resale-hero::before { height: 72%; }
  .resale-hero__photo { height: 35%; }
  .resale-hero__inner { min-height: 860px; padding-top: 40px; }
  .resale-overline { font-size: 9px; }
  .resale-hero h1 { font-size: 36px; }
  .resale-hero__claim { font-size: 18px; }
  .resale-hero__actions { flex-wrap: nowrap; margin-top: 24px; }
  .resale-hero__actions .resale-button { flex: 1 1 50%; min-width: 0; padding: 0 12px; }
  .resale-hero__metrics { margin-top: 24px; }
  .resale-hero__metrics div { padding: 14px 8px 14px 0; }
  .resale-hero__metrics div + div { padding-left: 8px; }
  .resale-hero__metrics dt { font-size: 19px; }.resale-hero__metrics dd { font-size: 8px; }
  .resale-hero__product { min-height: 310px; }
  .market-window { top: 44px; right: 0; width: 64%; }
  .market-window__bar em,
  .market-window__tabs span:nth-last-child(-n+2) { display: none; }
  .market-window__search { padding: 7px 8px; }
  .market-window__grid { gap: 5px; }
  .listing-phone { width: 145px; min-height: 280px; padding: 9px; border-width: 5px; border-radius: 20px; }
  .listing-phone__photo { height: 66px; margin-top: 8px; }
  .listing-phone__field { padding: 7px 0; }.listing-phone__row { padding: 7px 0; }.listing-phone__checks { padding: 6px 0; }.listing-phone button { min-height: 24px; }
  .resale-heading h2,
  .pain-layout__intro h2,
  .buyer-copy h2,
  .trust-copy h2,
  .scenario-copy h2,
  .faq-intro h2,
  .resale-contact h2 { font-size: 27px; }
  .resale-heading--split > p,
  .resale-heading > p:not(.resale-kicker) { font-size: 13px; }
  .positioning-rail article { padding: 18px 12px 18px 0; }
  .positioning-rail article + article { padding-left: 12px; }
  .positioning-rail h3 { font-size: 14px; }.positioning-rail p { font-size: 10px; }
  .journey-scene { min-height: 300px; }
  .journey-scene figcaption { right: 10px; bottom: 10px; width: 190px; padding: 12px; }
  .buyer-interface { min-height: 540px; padding: 14px; }
  .buyer-phone { width: 250px; min-height: 500px; padding-bottom: 68px; border-width: 7px; }
  .buyer-phone__gallery { height: 170px; }
  .buyer-message-panel { right: -2px; bottom: 24px; width: 178px; padding: 11px; }
  .seller-photo { min-height: 310px; }
  .seller-workbench { padding: 17px; }
  .seller-stats { flex-wrap: wrap; }
  .seller-stats div { flex-basis: 50%; }.seller-stats div:nth-child(3) { border-left: 0; }.seller-stats div:nth-child(n+3) { border-top: 1px solid var(--resale-line); }
  .seller-capabilities,
  .delivery-band { grid-template-columns: 1fr; }
  .seller-capabilities article,
  .seller-capabilities article + article,
  .delivery-band article,
  .delivery-band article + article { padding: 18px 0; border-left: 0; border-top: 1px solid var(--resale-line); }
  .seller-capabilities article:first-child,
  .delivery-band article:first-child { border-top: 0; }
  .trust-photo { min-height: 330px; }
  .inspection-report { right: 10px; bottom: 10px; width: 210px; padding: 12px; }
  .trust-stack li { grid-template-columns: 88px minmax(0, 1fr); gap: 12px; }
  .category-table article { grid-template-columns: 76px minmax(0, 1fr); }
  .category-table em { display: none; }
  .category-table h3 { font-size: 14px; }
  .console-top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .console-filters button:last-child { display: none; }
  .console-content { display: block; }
  .console-risk { margin-top: 10px; }
  .console-table { overflow: hidden; }
  .console-row { grid-template-columns: 1fr 1.4fr .8fr; }
  .console-row span:nth-child(4) { display: none; }
  .console-capabilities { grid-template-columns: repeat(2, 1fr); }
  .console-capabilities span:nth-child(3),
  .console-capabilities span:nth-child(5) { border-left: 0; }
  .console-capabilities span:nth-child(n+3) { border-top: 1px solid #cfd9d5; }
  .scenario-photo { min-height: 300px; }
  .resale-contact__inner > div:last-child { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .resale-contact__inner .resale-button { min-width: 0; padding: 0 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .secondhand-premium-page html { scroll-behavior: auto; }
  .secondhand-premium-page .reveal { opacity: 1; transform: none; transition: none; }
  .secondhand-premium-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
