/* Buy / sell / repair page extras */

.hero--buy {
  background:
    radial-gradient(ellipse 40% 65% at 92% 12%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%),
    var(--paper);
  color: var(--ink);
  padding: 1.7rem 0 1.6rem;
}
.hero-buy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(15rem, 0.9fr);
  gap: 1.6rem 2.4rem;
  align-items: center;
}
.hero--buy .hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 3.1rem);
}
.hero--buy .hero-frame--buy {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  max-height: 22rem;
  background: var(--paper-2);
}
.hero--buy .hero-frame--buy img {
  min-height: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 40% 50%;
}
.hero--buy .hero-frame--buy .hero-float {
  left: 0.85rem;
  bottom: 0.85rem;
}
.hero--buy .mp-how {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .hero-buy-grid { grid-template-columns: 1fr; }
  .hero--buy .hero-frame--buy {
    aspect-ratio: 16 / 10;
    max-height: 18rem;
  }
}

.home-split-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem 2rem;
  margin-bottom: 1.75rem;
}
.home-split-head .rx-intro { margin-bottom: 0; max-width: 38rem; }
.home-split-head .rx-intro p { color: var(--muted); }
.home-action-carousel {
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 0 1rem;
}

.home-action-track {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
  width: max-content;
  animation: actionTicker 40s linear infinite;
}

.home-action-carousel:hover .home-action-track {
  animation-play-state: paused;
}

@keyframes actionTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.home-action-card {
  background: #fff;
  border: 1px solid var(--line, rgba(0, 0, 0, 0.08));
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  display: flex;
  flex-direction: column;
  width: 320px;
  min-width: 320px;
  flex-shrink: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.home-action-card img {
  width: 100%;
  height: 10.5rem;
  object-fit: cover;
  display: block;
}

.home-action-card .bento-body {
  padding: 1.05rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.25rem;
}

.home-action-card h3 {
  font-family: var(--display);
  font-size: 1.22rem;
  margin: 0.15rem 0 0.25rem;
}

.home-action-card p { color: var(--muted); font-size: 0.92rem; }

.home-action-go {
  margin-top: auto;
  padding-top: 0.7rem;
  font-weight: 800;
  color: var(--accent);
}

.home-action-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  color: inherit;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.home-device-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}
.home-device {
  position: relative;
  display: block;
  min-height: 22rem;
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper-2);
  color: inherit;
}
.home-device img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
  display: block;
}
.home-device-cap {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
}
.home-device-cap h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  margin: 0 0 0.15rem;
}
.home-device-cap p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .home-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-device-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .home-split-head { align-items: center; }
  .home-action-grid, .home-device-strip { grid-template-columns: 1fr; }
  .home-device, .home-device img { min-height: 16rem; }
}
.home-bento a, .home-bento article {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.home-bento img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.home-bento .bento-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.home-bento a:hover { border-color: var(--ink); color: inherit; }
.home-bento .is-wide { grid-column: 1 / 2; grid-row: 1 / 3; background: var(--accent); color: #fff; }
.home-bento .is-wide img { height: 220px; }
.home-bento .is-wide h3, .home-bento .is-wide p { color: #fff; }
.home-bento h3 { font-family: var(--display); font-size: 1.5rem; margin: 0.4rem 0; }
.home-ticker {
  overflow: hidden;
  border-block: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.1rem 0;
  background: #fbfaf8;
}
.home-ticker-track {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  animation: ticker 35s linear infinite;
  width: max-content;
}
.home-ticker:hover .home-ticker-track {
  animation-play-state: paused;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Brand Cards Styling */
.brand-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 46px;
  padding: 0 1.25rem;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-weight: 700;
  font-size: 0.95rem;
  color: #1a1a1a;
  transition: all 0.2s ease;
  user-select: none;
}
.brand-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.15);
}

.brand-card-google .brand-text-google {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.brand-card-huawei .brand-huawei-text {
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
}

.brand-card-jbl .brand-jbl-text {
  color: #ff6600;
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
}

.brand-card-sennheiser .brand-sennheiser-text {
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

.brand-card-samsung .brand-samsung-text {
  color: #1428a0;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand-card-veger .brand-veger-text {
  color: #e31b23;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.brand-card-xiaomi .brand-mi-box {
  background: #ff6700;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.15rem 0.35rem;
  border-radius: 4px;
  line-height: 1;
}

.brand-card-xiaomi .brand-xiaomi-text {
  color: #222222;
  font-weight: 700;
}

.brand-card-oneplus .brand-oneplus-badge {
  color: #f00000;
  border: 1.5px solid #f00000;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
  line-height: 1;
}

.brand-card-sony .brand-sony-text {
  color: #000000;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: 0.9rem;
}

.brand-card-dell .brand-dell-text {
  color: #007db8;
  font-weight: 800;
}

.brand-card-hp .brand-hp-circle {
  background: #0096d6;
  color: #ffffff;
  font-style: italic;
  font-weight: 900;
  font-size: 0.82rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1;
}

.brand-card-lenovo .brand-lenovo-badge {
  background: #e2231a;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.brand-card-asus .brand-asus-text {
  color: #00539b;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.home-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.home-step { padding: 1.2rem 0; border-top: 3px solid var(--accent); }
.home-faq details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.6rem;
}
.home-faq summary { cursor: pointer; font-weight: 700; font-family: var(--display); }

.mp-hero-video-bg, .bk-hero-video-bg, .mp-hero-video,
.bk-hero-video, .sell-hero-video { display: none !important; }

.sell-hero-grid, .bk-hero-grid, .mp-hero-content {
  display: block !important;
  max-width: none;
}
.sell-hero h1, .bk-hero h1, .mp-hero h1, .ct-hero h1 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.mp-card-image {
  position: relative;
  display: block;
  min-height: 150px;
  background: var(--paper-2);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 800;
}
.mp-card-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.mp-card-image span {
  position: absolute;
  left: 0.8rem;
  bottom: 0.75rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.mp-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.mp-card-body { padding: 1rem; }
.mp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.mp-filters { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 1rem; margin-bottom: 1.4rem; }
.mp-filters-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.8rem; align-items: end; }
.mp-listing { padding: 2.5rem 0 4rem; }

.sell-page .hero--maroon { padding: 1.15rem 0 1.2rem; }
.sell-page .hero--maroon .hero-split { padding-bottom: 1rem; }
.sell-page .hero-frame,
.sell-page .hero-frame img {
  min-height: 13.5rem;
  max-height: 16rem;
}
.sell-page .rx-stats { margin-top: 0.9rem; }
.sell-page .rx-stat { padding: 0.75rem 0.9rem; }

.sell-wizard-wrap { padding: 1.4rem 0 2.6rem; }
.sell-wizard-board {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.15rem 1.2rem 1.3rem;
}
.sell-wizard-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16.5rem, 22rem);
  gap: 1.15rem;
  align-items: start;
}
#sell-wizard:has(.sell-step[data-step="6"].is-active) .sell-wizard-body {
  grid-template-columns: 1fr;
}
#sell-wizard:has(.sell-step[data-step="6"].is-active) .sell-pick { display: none; }
.sell-wizard-main { min-width: 0; }
.sell-pick {
  position: sticky;
  top: calc(var(--header-h) + 0.75rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1.1rem 1.15rem;
}
.sell-pick .sell-visual-title {
  font-family: var(--display);
  font-size: 1.12rem;
  margin: 0.3rem 0 0.35rem;
  color: var(--ink);
}
.sell-pick-facts {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.95rem;
}
.sell-pick-facts > div {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0.48rem 0.65rem;
}
.sell-pick-facts dt {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}
.sell-pick-facts dd {
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.sell-visual-tips {
  list-style: none;
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.84rem;
}
.sell-visual-tips li { padding: 0.15rem 0; }
.sell-wizard-layout,
.sell-wizard-layout--simple,
.skin-sell .sell-wizard-layout,
.skin-sell .sell-wizard-layout--simple {
  display: block;
  max-width: none;
}
.sell-progress {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.7rem 1rem;
  align-items: center;
  margin-bottom: 1.05rem;
}
.sell-progress-label {
  font-family: var(--display);
  font-weight: 800;
  margin: 0;
  color: var(--ink);
  white-space: nowrap;
}
.sell-progress-track {
  height: 6px;
  background: var(--paper-2);
  border-radius: 99px;
  overflow: hidden;
}
.sell-progress-fill {
  display: block;
  height: 100%;
  width: 10%;
  background: var(--accent);
  border-radius: 99px;
  transition: width 0.3s ease;
}
.sell-progress-dots {
  display: flex;
  gap: 0.35rem;
}
.sell-progress-dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--line);
}
.sell-progress-dots .is-active,
.sell-progress-dots .is-done { background: var(--accent); }
.sell-step-head { margin-bottom: 0.85rem; }
.sell-step-head h2 { font-family: var(--display); margin-bottom: 0.2rem; }
.sell-step-lead { color: var(--muted); }
.sell-subtitle { font-family: var(--display); font-size: 1rem; margin-bottom: 0.5rem; }
#sell-wizard button {
  appearance: none;
  -webkit-appearance: none;
}
.sell-back {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  margin-bottom: 0.75rem;
}
.sell-back:hover { border-color: var(--accent); color: var(--accent); }
.sell-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 0.65rem;
}
.sell-grid-types { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.sell-grid-brands { grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); }
.sell-grid-series { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.sell-grid-models { grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)); }
.sell-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  min-height: 4rem;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem 0.65rem;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: var(--ink);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.sell-card strong,
.sell-card span {
  display: block;
  position: static;
  inset: auto;
  line-height: 1.25;
}
.sell-card span { font-size: 0.75rem; color: var(--muted); font-weight: 600; }
.sell-card:hover, .sell-card.is-selected {
  border-color: var(--accent);
  color: var(--ink);
}
.sell-card.is-selected { background: color-mix(in srgb, var(--accent) 8%, #fff); }
.sell-card-type { min-height: 4.3rem; font-size: 1.02rem; }
.sell-brand-initial {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper-2);
  font-weight: 800;
  font-size: 0.85rem;
}
.sell-card-custom { grid-column: 1 / -1; min-height: 3.2rem; margin-top: 0.5rem; width: 100%; }
.sell-step-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(13rem, 0.85fr);
  gap: 1rem;
  align-items: start;
}
.sell-step-split:has(#sell-storage-wrap[hidden]) { grid-template-columns: 1fr; }
.sell-storage-wrap {
  background: var(--paper);
  border-radius: 14px;
  padding: 0.95rem 1rem 1.05rem;
  position: sticky;
  top: calc(var(--header-h) + 0.85rem);
}
.sell-chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sell-chip {
  border: 2px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
}
.sell-chip:hover, .sell-chip.is-selected { border-color: var(--accent); }
.sell-chip.is-selected { background: var(--accent); color: #fff; }
.sell-condition-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.sell-condition-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border: 2px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
}
.sell-condition-card:hover, .sell-condition-card.is-selected { border-color: var(--accent); }
.sell-condition-card.is-selected { background: color-mix(in srgb, var(--accent) 8%, #fff); }
.sell-condition-body { display: grid; gap: 0.18rem; }
.sell-condition-body strong { font-family: var(--display); }
.sell-condition-body span { color: var(--muted); font-size: 0.84rem; }
.sell-finish {
  display: grid;
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  gap: 1.15rem;
  align-items: start;
}
.sell-summary-rich {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.05rem 1.1rem;
}
.sell-summary-highlight-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.3rem;
}
.sell-summary-rich strong {
  display: block;
  font-family: var(--display);
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
.sell-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem 0.85rem;
}
.sell-form-grid .form-group { margin-bottom: 0; }
.sell-form-notes { grid-column: 1 / -1; }
.sell-submit-btn { width: 100%; margin-top: 0.4rem; }
.sell-form-trust { font-size: 0.84rem; color: var(--muted); margin: 0.7rem 0; }
.sell-custom-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.sell-custom-fields .form-group { margin-bottom: 0; }
.sell-custom-fields .form-group:first-child,
.sell-custom-fields .btn { grid-column: 1 / -1; }
.sell-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sell-page .fw-process-num { color: var(--accent); font-family: var(--display); font-weight: 800; }
.sell-wizard-aside { display: none; }

.bk-layout { display: block; max-width: 52rem; }
.bk-form, .bk-wizard-form { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem; }
.bk-section { padding: 2.2rem 0 4rem; }
.bk-trust-list { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; list-style: none; margin-bottom: 1.4rem; font-weight: 650; }
.bk-stepper-list { display: flex; gap: 1rem; list-style: none; margin: 0 0 1.2rem; }
.bk-hero-steps { list-style: none; }
.bk-hero-steps-card {
  margin-top: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  max-width: 28rem;
}

.ct-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; margin-top: 1.4rem; }
.ct-quick-card {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem;
  display: block;
}
.ct-quick-card strong, .ct-quick-value { display: block; color: var(--ink); }
.ct-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ct-req { color: var(--accent); }
.ct-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1.5rem; }
.ct-form-wrap { padding: 1.5rem; background: #fff; }

/* Compact Hero for Services Page */
.svc-compact-hero {
  background: linear-gradient(135deg, #fdfbf7 0%, #f4efe6 100%) !important;
  padding: 2.2rem 0 2.5rem !important;
}

.svc-kicker-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: #fff0f1;
  color: var(--accent, #d71920);
  font-weight: 800;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.svc-hero-heading {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-size: clamp(1.75rem, 3.2vw, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #0f172a !important;
  margin-bottom: 0.65rem !important;
}

.svc-hero-sub {
  font-size: 0.95rem !important;
  color: #475569 !important;
  max-width: 34rem;
  line-height: 1.5 !important;
  margin-bottom: 1rem !important;
}

.svc-compact-frame {
  position: relative !important;
  width: 280px !important;
  max-width: 100% !important;
  height: 200px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  background: #ffffff !important;
  margin: 0 auto;
}

.svc-compact-frame img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.svc-mini-badge {
  position: absolute;
  bottom: 0.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 23, 42, 0.88);
  color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}

/* Simple 3 Step Process */
.fw-process-simple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.svc-step-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.svc-step-num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff0f1;
  color: var(--accent, #d71920);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.85rem;
}

.svc-step-card h3 {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.4rem;
}

.svc-step-card p {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* Services Page Modern Styling */
.svc-search-wrap {
  margin-bottom: 2.5rem;
}

.svc-search-box {
  position: relative;
  max-width: 32rem;
  margin: 0 auto 1.25rem;
}

.svc-search-icon {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  pointer-events: none;
}

.svc-search-input {
  padding-left: 3rem !important;
  height: 3.2rem !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.1) !important;
  font-size: 0.95rem !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.2s ease !important;
  background: #ffffff !important;
}

.svc-search-input:focus {
  border-color: var(--accent, #d71920) !important;
  box-shadow: 0 6px 22px rgba(215, 25, 32, 0.12) !important;
}

.svc-chips-nav-container {
  position: relative;
  width: 100%;
  margin-bottom: 2.2rem;
}

.svc-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem 0.65rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

.svc-chip-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  height: 38px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 999px !important;
  padding: 0 1.1rem !important;
  color: #1e293b !important;
  font-weight: 700 !important;
  font-size: 0.86rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.svc-chip-pill i {
  font-size: 0.82rem !important;
  color: var(--accent, #d71920) !important;
  transition: color 0.2s ease !important;
}

.svc-chip-pill:visited {
  color: #1e293b !important;
}

.svc-chip-pill:hover,
.svc-chip-pill:focus,
.svc-chip-pill.active {
  color: #ffffff !important;
  background: var(--accent, #d71920) !important;
  border-color: var(--accent, #d71920) !important;
  box-shadow: 0 4px 14px rgba(215, 25, 32, 0.28) !important;
  transform: translateY(-1px) !important;
}

.svc-chip-pill:hover i,
.svc-chip-pill:focus i,
.svc-chip-pill.active i {
  color: #ffffff !important;
}

.svc-cat {
  margin-bottom: 3rem;
  scroll-margin-top: 5rem;
}

.svc-cat-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

.svc-cat-icon-wrap {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  background: #ffffff;
}

.svc-cat-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-cat-head h2 {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}

.svc-cat-count {
  font-size: 0.82rem;
  color: var(--muted, #64748b);
  font-weight: 500;
}

.fw-issue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

a.fw-issue-card {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a.fw-issue-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent, #d71920);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

a.fw-issue-card h3 {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
  line-height: 1.3;
}

.fw-issue-symptoms {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.4;
  margin: 0;
}

.fw-issue-link {
  margin-top: auto;
  padding-top: 0.5rem;
  font-weight: 800;
  color: var(--accent, #d71920);
  font-size: 0.88rem;
}

.fw-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.fw-overview-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.fw-overview-head h3 {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #0f172a;
}

.fw-overview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fw-overview-list li {
  font-size: 0.88rem;
  color: #334155;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.4;
}

.fw-check-icon {
  color: #16a34a;
  font-weight: 900;
}

.fw-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.fw-process-step {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 1.35rem 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.fw-process-num {
  font-family: var(--display, 'Space Grotesk', sans-serif);
  font-weight: 800;
  color: var(--accent, #d71920);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.fw-overview-card ul { list-style: none; }
.fw-overview-card li {
  padding: 0.28rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.fw-overview-card li:last-child { border-bottom: 0; }
.fw-issue-grid, .fw-overview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 0.9rem; }
.fw-issue-card, .fw-overview-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.15rem;
}
.fw-layout { display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; }
.fw-sidebar a { display: block; padding: 0.45rem 0; color: var(--ink); font-weight: 650; }
.fw-faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0.9rem 1.1rem; margin-bottom: 0.55rem; }
.fw-pricing-box { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.6rem; max-width: 42rem; }
.fw-price-rows { list-style: none; }
.fw-price-rows li { display: flex; justify-content: space-between; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-weight: 650; }

.page-hero { background: var(--paper); color: var(--ink); padding: 3rem 0 2.2rem; }
.page-hero h1 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); }
.mp-modal[hidden] { display: none; }
.mp-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.mp-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12,18,24,.55);
}
.mp-modal-panel { position: relative; z-index: 1; width: min(100%, 28rem); }
.mp-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  border: 0;
  background: none;
  font-size: 1.6rem;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .sell-form-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .home-bento, .home-steps, .sell-process, .bk-layout, .ct-layout, .fw-layout, .ct-quick-grid, .fw-process,
  .sell-wizard-body, .sell-step-split, .sell-finish, .sell-condition-list, .sell-form-grid, .sell-custom-fields {
    grid-template-columns: 1fr;
  }
  .sell-progress { grid-template-columns: 1fr; gap: 0.45rem; }
  .sell-grid-types { grid-template-columns: 1fr 1fr; }
  .sell-pick, .sell-storage-wrap { position: static; }
  .home-bento .is-wide { grid-column: auto; grid-row: auto; }
}

/* Landing Page "Jobs We Are Set Up For Today" Compact Cards with Left Thumbnail */
.home-job-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 0.85rem !important;
  padding: 0.9rem 1rem !important;
  text-decoration: none !important;
  color: inherit !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid var(--line, rgba(0, 0, 0, 0.08)) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
  height: 100% !important;
}

.home-job-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.home-job-thumb {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  background: #f8fafc !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  margin-top: 2px !important;
}

.home-job-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.home-job-content {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.home-job-content h3 {
  margin: 0 0 0.25rem 0 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: var(--ink, #1a1a1a) !important;
}

.home-job-content p {
  margin: 0 0 0.25rem 0 !important;
  font-size: 0.82rem !important;
  color: var(--muted, #64748b) !important;
  line-height: 1.35 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-job-content p.rx-num {
  margin-top: auto !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  color: var(--accent, #d71920) !important;
}
