/* ============================================
   GET LISTED - PREMIUM EXPERIENCE v2
   World-class design with sophisticated animations
   ============================================ */

:root {
  --listed-cream: #faf8f5;
  --listed-dark: #0f0a0a;
  --listed-surface: rgba(255, 255, 255, 0.95);
  --listed-radius: 28px;
  --listed-radius-sm: 20px;
}

/* Base */
body.listed-body {
  background: var(--listed-cream);
  font-family: 'Inter', system-ui, sans-serif;
}

.listed-shell {
  padding-top: var(--header-height);
}

.listed-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============================================
   HERO SECTION
   ============================================ */

.listed-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a0f0f 0%, #2d1a1a 50%, #1a0f0f 100%);
  position: relative;
  overflow: hidden;
  padding: 8rem 1.5rem 5rem;
}

.listed-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(229, 57, 53, 0.15) 0%, transparent 40%);
  animation: heroGlow 20s ease-in-out infinite;
}

@keyframes heroGlow {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  50% { transform: translate(5%, 5%); opacity: 0.8; }
}

.listed-hero-container {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
}

.listed-hero-label {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(229, 57, 53, 0.15);
  border: 1px solid rgba(229, 57, 53, 0.3);
  border-radius: 100px;
  color: #ff6b6b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.listed-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.listed-hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Red-to-Orange Gradient Button */
.listed-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  background: linear-gradient(135deg, #ff8a1d 0%, #ff6b35 50%, #e53935 100%);
  color: white;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.35);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.listed-hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(255, 107, 53, 0.45);
  background: linear-gradient(135deg, #ff9b3d 0%, #ff7b47 50%, #f04a4a 100%);
}

.listed-hero-btn i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.listed-hero-btn:hover i {
  transform: translateX(4px);
}

/* ============================================
   SECTION 1: IDEAL PARTNER - 3D Cards
   Reference: About Page Values Carousel
   ============================================ */

.listed-section--ideal {
  padding: 4rem 0;
  background: linear-gradient(180deg, var(--listed-cream) 0%, #fff 50%, var(--listed-cream) 100%);
  position: relative;
}

.listed-section--ideal::before {
  content: '';
  position: absolute;
  top: 100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.listed-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.listed-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(255, 138, 29, 0.05) 100%);
  border: 1px solid rgba(229, 57, 53, 0.15);
  border-radius: 100px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.listed-section-header h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--gray-900);
}

/* 3D Cards Grid */
.listed-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  perspective: 1000px;
}

.listed-fit-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, #fff8f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--listed-radius-sm);
  box-shadow: 
    0 4px 0 rgba(229, 57, 53, 0.04),
    0 8px 0 rgba(229, 57, 53, 0.02),
    0 20px 40px rgba(0,0,0,0.08);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
}

.listed-fit-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.listed-fit-card:nth-child(1) { transition-delay: 0s; }
.listed-fit-card:nth-child(2) { transition-delay: 0.1s; }
.listed-fit-card:nth-child(3) { transition-delay: 0.2s; }
.listed-fit-card:nth-child(4) { transition-delay: 0.3s; }

.listed-fit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #ff8a1d);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.listed-fit-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  box-shadow: 
    0 8px 0 rgba(229, 57, 53, 0.06),
    0 16px 0 rgba(229, 57, 53, 0.03),
    0 30px 60px rgba(0,0,0,0.12);
}

.listed-fit-card:hover::before {
  opacity: 1;
}

/* Watermark Number */
.listed-fit-number {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(229, 57, 53, 0.05);
  line-height: 1;
  font-family: 'Inter', sans-serif;
}

.listed-fit-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(255, 138, 29, 0.05) 100%);
  border: 1px solid rgba(229, 57, 53, 0.12);
  border-radius: 16px;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: var(--primary);
  transition: all 0.3s ease;
}

.listed-fit-card:hover .listed-fit-icon {
  transform: scale(1.1) translateY(-4px);
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.15) 0%, rgba(255, 138, 29, 0.1) 100%);
  box-shadow: 0 8px 24px rgba(229, 57, 53, 0.2);
}

.listed-fit-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.listed-fit-card p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   SECTION 2: NOT YET READY - Dark Inverted
   Reference: About Page Commitment Section
   ============================================ */

.listed-section--not-ready {
  padding: 5rem 0;
  background: linear-gradient(180deg, #0f0a0a 0%, #1a1210 50%, #0f0a0a 100%);
  position: relative;
  overflow: hidden;
}

.listed-section--not-ready::before {
  content: '';
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.15) 0%, transparent 60%);
  animation: orbFloat 20s ease-in-out infinite;
}

.listed-section--not-ready::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 140, 100, 0.1) 0%, transparent 60%);
  animation: orbFloat2 15s ease-in-out infinite;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(50px, 30px) scale(1.1); }
}

@keyframes orbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-30px, -40px) scale(1.15); }
}

.listed-section--not-ready .listed-section-header h2 {
  color: white;
}

.listed-section--not-ready .listed-section-badge {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: #ff9a6e;
}

/* Dark Cards */
.listed-not-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.listed-not-card {
  padding: 2rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--listed-radius-sm);
  backdrop-filter: blur(20px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

.listed-not-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.listed-not-card:nth-child(1) { transition-delay: 0s; }
.listed-not-card:nth-child(2) { transition-delay: 0.15s; }
.listed-not-card:nth-child(3) { transition-delay: 0.3s; }

.listed-not-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 138, 29, 0.3);
  box-shadow: 0 35px 70px rgba(0,0,0,0.4);
}

.listed-not-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 57, 53, 0.2);
  border: 1px solid rgba(229, 57, 53, 0.3);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  font-size: 1.35rem;
  color: #ff9a6e;
  transition: all 0.3s ease;
}

.listed-not-card:hover .listed-not-icon {
  transform: scale(1.1);
  background: rgba(229, 57, 53, 0.3);
}

.listed-not-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 0.75rem;
}

.listed-not-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin: 0;
}

/* ============================================
   QUALIFICATION FORM EXPERIENCE
   ============================================ */

.listed-form-shell {
  padding-top: var(--header-height);
  background: linear-gradient(180deg, #faf8f5 0%, #fff 40%, #faf8f5 100%);
}

.listed-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, #fff7f1 100%);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: 0 24px 48px rgba(0,0,0,0.07);
}

.listed-hero-copy {
  display: grid;
  gap: 1rem;
}

.listed-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.08);
  border: 1px solid rgba(229, 57, 53, 0.12);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listed-title {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--listed-dark);
}

.listed-subtitle {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--gray-600);
  max-width: 58ch;
}

.listed-hero-art {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #1a1210;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.listed-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listed-hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15,10,10,0.1) 0%, rgba(15,10,10,0.68) 100%);
}

.listed-hero-note {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 2;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  line-height: 1.6;
  backdrop-filter: blur(16px);
}

.listed-sections {
  padding: 2rem 0 5rem;
}

.listed-form-panel {
  padding: 2rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, #fff8f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 32px;
  box-shadow: 0 24px 52px rgba(0,0,0,0.07);
}

.listed-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.08);
  border: 1px solid rgba(229, 57, 53, 0.12);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listed-intro {
  margin: 0.8rem 0 0;
  color: var(--gray-600);
  line-height: 1.75;
  max-width: 62ch;
}

.qualification-shell {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}

.qualification-header {
  padding: 1.75rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #fff4ed 100%);
  border: 1px solid rgba(229, 57, 53, 0.1);
  box-shadow: 0 18px 36px rgba(0,0,0,0.05);
}

.qualification-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.08);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qualification-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3.4vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--listed-dark);
}

.qualification-copy {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.8;
  max-width: 64ch;
}

.qualification-form {
  display: grid;
  gap: 1.5rem;
}

.qualification-block {
  padding: 1.75rem;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 36px rgba(0,0,0,0.05);
}

.qualification-block-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}

.qualification-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.12) 0%, rgba(255, 140, 66, 0.1) 100%);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.qualification-block-header h3,
.qualification-block-header h4 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--listed-dark);
  letter-spacing: -0.02em;
}

.qualification-block-header p {
  margin: 0.3rem 0 0;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 62ch;
}

.qualification-grid,
.sku-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.qualification-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.qualification-field--full {
  grid-column: 1 / -1;
}

.qualification-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--listed-dark);
}

.qualification-input,
.qualification-select {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  color: var(--listed-dark);
  font-size: 0.98rem;
  font-family: inherit;
  transition: all 0.25s ease;
}

.qualification-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.7rem;
}

.qualification-input:focus,
.qualification-select:focus {
  outline: none;
  border-color: rgba(229, 57, 53, 0.42);
  box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.08);
}

.qualification-help {
  font-size: 0.88rem;
  color: var(--gray-500);
  line-height: 1.6;
}

.qualification-radio-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.qualification-radio {
  flex: 1 1 150px;
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff8f5;
  overflow: hidden;
}

.qualification-radio input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.qualification-radio span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  color: var(--gray-700);
  cursor: pointer;
  transition: all 0.25s ease;
}

.qualification-radio input:checked + span {
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.12) 0%, rgba(255, 140, 66, 0.12) 100%);
  color: var(--primary);
  box-shadow: inset 0 0 0 1px rgba(229, 57, 53, 0.18);
}

.sku-card {
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #fff7f3 100%);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 24px rgba(0,0,0,0.04);
}

.sku-card + .sku-card {
  margin-top: 1rem;
}

.sku-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.sku-title h5 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--listed-dark);
}

.sku-note {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.qualification-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.qualification-actions p {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 540px;
}

.listed-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a1d 0%, #ff6b35 50%, #e53935 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(255, 107, 53, 0.28);
  transition: all 0.25s ease;
  cursor: pointer;
}

.listed-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255, 107, 53, 0.34);
}

@media (max-width: 900px) {
  .listed-hero-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .listed-hero-panel,
  .listed-form-panel,
  .qualification-header,
  .qualification-block {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .listed-sections {
    padding: 1.25rem 0 4rem;
  }

  .listed-hero-art {
    min-height: 260px;
  }

  .qualification-grid,
  .sku-grid {
    grid-template-columns: 1fr;
  }

  .qualification-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ============================================
   SECTION 3: REQUIREMENTS - Theater Layout
   Reference: Partners Section
   ============================================ */

.listed-section--requirements {
  padding: 5rem 0;
  background: linear-gradient(180deg, #fff 0%, var(--listed-cream) 100%);
  position: relative;
}

.listed-section--requirements::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

/* Theater Grid */
.listed-req-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  perspective: 1500px;
  min-height: 500px;
  position: relative;
}

.listed-req-card {
  width: 360px;
  background: linear-gradient(145deg, rgba(255,255,255,0.95) 0%, #fff8f4 100%);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: var(--listed-radius);
  box-shadow: 
    0 20px 60px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.5) inset;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.listed-req-card:nth-child(1) {
  transform: translateX(30px) rotateY(-5deg) translateZ(-30px);
  z-index: 1;
}

.listed-req-card:nth-child(2) {
  transform: translateZ(30px) scale(1.05);
  z-index: 3;
  box-shadow: 
    0 30px 80px rgba(0,0,0,0.15),
    0 0 0 1px rgba(255,255,255,0.6) inset;
}

.listed-req-card:nth-child(3) {
  transform: translateX(-30px) rotateY(5deg) translateZ(-30px);
  z-index: 1;
}

.listed-req-card:hover {
  transform: translateZ(60px) scale(1.02) rotateY(0) !important;
  z-index: 10;
  box-shadow: 
    0 40px 100px rgba(0,0,0,0.2),
    0 0 0 1px rgba(255,255,255,0.7) inset;
}

.listed-req-header {
  padding: 1.5rem;
  background: linear-gradient(160deg, #1a1010 0%, #2a1818 100%);
  position: relative;
  overflow: hidden;
}

.listed-req-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(229,57,53,0.2) 0%, transparent 50%);
}

.listed-req-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  font-size: 1.25rem;
  color: white;
  position: relative;
  z-index: 1;
}

.listed-req-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin: 1rem 0 0;
  position: relative;
  z-index: 1;
}

.listed-req-body {
  padding: 1.5rem;
}

.listed-req-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.listed-req-body li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--gray-700);
  font-size: 0.95rem;
  line-height: 1.5;
}

.listed-req-body li i {
  color: var(--primary);
  margin-top: 0.2rem;
  font-size: 0.9rem;
}

/* ============================================
   GET LISTED IMAGE-LED CAROUSELS
   Reference: About page story/core-value motion
   ============================================ */

.listed-carousel {
  position: relative;
  width: 100%;
}

.listed-fit-grid {
  display: block;
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  perspective: 1400px;
  perspective-origin: 50% 38%;
  overflow: hidden;
}

.listed-fit-card,
.listed-req-card {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(330px, calc(100% - 2rem));
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.listed-fit-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.985) 0%, #fff7f2 100%);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 28px 80px rgba(25, 10, 10, 0.12),
    0 0 0 1px rgba(255,255,255,0.65) inset;
}

.listed-fit-card::before,
.listed-req-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.24) 0%, transparent 28%);
  pointer-events: none;
  z-index: 1;
}

.listed-fit-card.active,
.listed-req-card.active {
  transform: translate(-50%, 0) translateZ(90px) scale(1);
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
  filter: saturate(1);
}

.listed-fit-card.prev,
.listed-req-card.prev {
  transform: translate(calc(-50% - 292px), 18px) translateZ(0) scale(0.88) rotate(-5deg);
  opacity: 0.72;
  z-index: 3;
  pointer-events: auto;
  filter: saturate(0.82);
}

.listed-fit-card.next,
.listed-req-card.next {
  transform: translate(calc(-50% + 292px), 18px) translateZ(0) scale(0.88) rotate(5deg);
  opacity: 0.72;
  z-index: 3;
  pointer-events: auto;
  filter: saturate(0.82);
}

.listed-fit-card.is-away-left,
.listed-req-card.is-away-left {
  transform: translate(calc(-50% - 470px), 32px) translateZ(-60px) scale(0.72) rotate(-8deg);
  opacity: 0;
  z-index: 1;
}

.listed-fit-card.is-away-right,
.listed-req-card.is-away-right {
  transform: translate(calc(-50% + 470px), 32px) translateZ(-60px) scale(0.72) rotate(8deg);
  opacity: 0;
  z-index: 1;
}

.listed-fit-card.active:hover {
  transform: translate(-50%, -4px) translateZ(95px) scale(1.01);
  box-shadow:
    0 36px 96px rgba(25, 10, 10, 0.16),
    0 0 0 1px rgba(255,255,255,0.75) inset;
}

.listed-fit-card.prev:hover,
.listed-fit-card.next:hover,
.listed-fit-card.is-away-left:hover,
.listed-fit-card.is-away-right:hover {
  box-shadow:
    0 24px 64px rgba(25, 10, 10, 0.1),
    0 0 0 1px rgba(255,255,255,0.55) inset;
}

.listed-fit-media,
.listed-req-media {
  position: relative;
  height: 228px;
  overflow: hidden;
  background: linear-gradient(180deg, #261313 0%, #1a0f0f 100%);
}

.listed-fit-media::after,
.listed-req-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 6, 6, 0.12) 0%, rgba(12, 6, 6, 0.44) 100%),
    linear-gradient(140deg, rgba(229,57,53,0.16) 0%, transparent 42%);
}

.listed-fit-media img,
.listed-req-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.listed-fit-card.active .listed-fit-media img,
.listed-req-card.active .listed-req-media img {
  transform: scale(1.04);
}

.listed-fit-copy,
.listed-req-body {
  position: relative;
  z-index: 2;
}

.listed-fit-copy {
  padding: 1.35rem 1.45rem 1.6rem;
}

.listed-fit-label,
.listed-req-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(229, 57, 53, 0.12);
  background: linear-gradient(135deg, rgba(229,57,53,0.08), rgba(255,138,29,0.06));
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listed-fit-card h3 {
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}

.listed-fit-card p {
  font-size: 0.97rem;
  line-height: 1.65;
}

.listed-fit-number {
  top: 18px;
  right: 18px;
  font-size: 4.4rem;
  color: rgba(229, 57, 53, 0.08);
  z-index: 2;
}

.listed-req-grid {
  display: block;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  perspective: 1400px;
  perspective-origin: 50% 36%;
  overflow: hidden;
}

.listed-req-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.985) 0%, #fff8f2 100%);
  border: 1px solid rgba(255,255,255,0.86);
  border-radius: 30px;
  box-shadow:
    0 30px 86px rgba(16, 10, 10, 0.12),
    0 0 0 1px rgba(255,255,255,0.52) inset;
}

.listed-req-card.active:hover {
  transform: translate(-50%, -4px) translateZ(95px) scale(1.01) !important;
  box-shadow:
    0 38px 98px rgba(16, 10, 10, 0.17),
    0 0 0 1px rgba(255,255,255,0.72) inset;
}

.listed-req-card.prev:hover {
  transform: translate(calc(-50% - 292px), 18px) translateZ(0) scale(0.88) rotate(-5deg) !important;
}

.listed-req-card.next:hover {
  transform: translate(calc(-50% + 292px), 18px) translateZ(0) scale(0.88) rotate(5deg) !important;
}

.listed-req-card.is-away-left:hover {
  transform: translate(calc(-50% - 470px), 32px) translateZ(-60px) scale(0.72) rotate(-8deg) !important;
}

.listed-req-card.is-away-right:hover {
  transform: translate(calc(-50% + 470px), 32px) translateZ(-60px) scale(0.72) rotate(8deg) !important;
}

.listed-req-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(229,57,53,0.96), rgba(255,138,29,0.92));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(229,57,53,0.26);
  z-index: 2;
}

.listed-req-body {
  padding: 1.45rem 1.5rem 1.6rem;
}

.listed-req-body h3 {
  font-size: 1.32rem;
  color: var(--gray-900);
  line-height: 1.22;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.listed-req-body ul {
  gap: 0.82rem;
}

.listed-req-body li {
  font-size: 0.96rem;
  color: var(--gray-700);
}

.listed-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.45rem;
}

.listed-carousel-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.94);
  color: var(--gray-900);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 16px 32px rgba(15,10,10,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.listed-carousel-btn:hover {
  transform: translateY(-2px);
  color: var(--primary);
  border-color: rgba(229,57,53,0.18);
  box-shadow: 0 22px 38px rgba(15,10,10,0.11);
}

.listed-carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 16px 32px rgba(15,10,10,0.08);
}

.listed-carousel-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 999px;
  background: rgba(32, 24, 24, 0.18);
  transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.listed-carousel-dot.active {
  width: 28px;
  background: linear-gradient(90deg, var(--primary), #ff8a1d);
  transform: scale(1.04);
}

body.page-premium-audit--listed #wipBadge {
  display: none !important;
}

body.page-premium-audit--listed .listed-section--ideal .listed-carousel-controls,
body.page-premium-audit--listed .listed-section--requirements .listed-carousel-controls {
  margin-top: 1.6rem;
}

body.page-premium-audit--listed .listed-fit-card.active,
body.page-premium-audit--listed .listed-req-card.active {
  box-shadow:
    0 34px 94px rgba(18, 10, 10, 0.16),
    0 0 0 1px rgba(255,255,255,0.72) inset;
}

.listed-fit-icon,
.listed-req-header,
.listed-req-icon {
  display: none;
}

/* ============================================
   SECTION 4: PROCESS - Timeline
   Reference: Step by step with connector
   ============================================ */

.listed-section--process {
  padding: 4rem 0 6rem;
  background: linear-gradient(180deg, var(--listed-cream) 0%, #fff 100%);
}

/* Timeline Grid */
.listed-process-grid {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.listed-process-grid::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #ff8a1d, var(--primary));
  border-radius: 2px;
  opacity: 0.3;
}

.listed-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 180px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.listed-process-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.listed-process-step:nth-child(1) { transition-delay: 0s; }
.listed-process-step:nth-child(2) { transition-delay: 0.1s; }
.listed-process-step:nth-child(3) { transition-delay: 0.2s; }
.listed-process-step:nth-child(4) { transition-delay: 0.3s; }
.listed-process-step:nth-child(5) { transition-delay: 0.4s; }

.listed-process-number {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary) 0%, #ff8a1d 100%);
  border-radius: 20px;
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  box-shadow: 0 10px 30px rgba(229, 57, 53, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.listed-process-step:hover .listed-process-number {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 15px 40px rgba(229, 57, 53, 0.4);
}

.listed-process-number::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 24px;
  border: 2px solid rgba(229, 57, 53, 0.2);
  opacity: 0;
  transition: all 0.3s ease;
}

.listed-process-step:hover .listed-process-number::after {
  opacity: 1;
  inset: -8px;
}

.listed-process-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 0.5rem;
}

.listed-process-step p {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.5;
  margin: 0;
}

/* ============================================
   CTA SECTION - Premium Dark
   ============================================ */

/* ============================================
   WHAT WE NEED FROM YOU SECTION
   ============================================ */

.listed-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.listed-need-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, #fff8f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--listed-radius-sm);
  padding: 2rem;
  box-shadow: 
    0 4px 0 rgba(229, 57, 53, 0.04),
    0 8px 0 rgba(229, 57, 53, 0.02),
    0 20px 40px rgba(0,0,0,0.08);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.listed-need-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.listed-need-card:nth-child(1) { transition-delay: 0s; }
.listed-need-card:nth-child(2) { transition-delay: 0.1s; }
.listed-need-card:nth-child(3) { transition-delay: 0.2s; }

.listed-need-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.listed-need-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.1) 0%, rgba(255, 138, 29, 0.05) 100%);
  border: 1px solid rgba(229, 57, 53, 0.12);
  border-radius: 16px;
  font-size: 1.5rem;
  color: var(--primary);
  flex-shrink: 0;
}

.listed-need-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.3;
}

.listed-need-content p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   PROCESS ACCORDION SECTION
   ============================================ */

.listed-process-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.listed-process-item {
  background: linear-gradient(145deg, rgba(255,255,255,0.98) 0%, #fff8f4 100%);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--listed-radius-sm);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.listed-process-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.listed-process-item:nth-child(1) { transition-delay: 0s; }
.listed-process-item:nth-child(2) { transition-delay: 0.1s; }
.listed-process-item:nth-child(3) { transition-delay: 0.2s; }
.listed-process-item:nth-child(4) { transition-delay: 0.3s; }
.listed-process-item:nth-child(5) { transition-delay: 0.4s; }

.listed-process-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
}

.listed-process-header:hover {
  background: rgba(229, 57, 53, 0.03);
}

.listed-process-header h3 {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}

.listed-process-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary) 0%, #ff8a1d 100%);
  border-radius: 14px;
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  flex-shrink: 0;
}

.listed-process-chevron {
  font-size: 1rem;
  color: var(--gray-400);
  transition: transform 0.3s ease;
}

.listed-process-item.expanded .listed-process-chevron {
  transform: rotate(180deg);
}

.listed-process-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.listed-process-item.expanded .listed-process-content {
  max-height: 200px;
  padding: 0 2rem 1.5rem calc(48px + 3.25rem);
}

.listed-process-content p {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   CTA SECTION - Dark Red Background
   ============================================ */

.listed-cta-section {
  padding: 0 0 5rem;
}

.listed-cta-panel {
  padding: 4rem 3rem;
  background: linear-gradient(135deg, #8B1A1A 0%, #A52A2A 50%, #8B1A1A 100%);
  border-radius: var(--listed-radius);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.listed-cta-panel::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 138, 29, 0.2) 0%, transparent 40%);
  animation: ctaGlow 15s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%, 100% { transform: translate(0, 0); opacity: 0.6; }
  50% { transform: translate(10%, 10%); opacity: 0.8; }
}

.listed-cta-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.listed-cta-panel p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  max-width: 550px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}

.listed-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.listed-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  background: transparent;
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.3s ease;
}

.listed-cta-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.5);
  color: white;
}

.sku-progressive {
  display: grid;
  gap: 1.2rem;
}

.sku-card[hidden] {
  display: none !important;
}

.sku-card--optional {
  border-style: dashed;
}

.sku-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.sku-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  border: 1px solid rgba(229, 57, 53, 0.16);
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.06) 0%, rgba(255, 138, 29, 0.06) 100%);
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sku-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: rgba(229, 57, 53, 0.24);
}

.sku-add-btn:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.sku-limit-note {
  margin: 0;
  color: var(--gray-500);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ============================================
   MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 1100px) {
  .listed-not-grid {
    grid-template-columns: 1fr;
  }

  .listed-process-grid {
    flex-direction: column;
    gap: 2rem;
  }
  
  .listed-process-grid::before {
    display: none;
  }
  
  .listed-process-step {
    flex-direction: row;
    text-align: left;
    max-width: 100%;
    gap: 1.25rem;
  }
  
  /* Needs grid tablet */
  .listed-needs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .listed-shell {
    padding-top: calc(var(--header-height) + 1rem);
  }
  
  .listed-container {
    padding: 0 1.25rem;
  }
  
  .listed-section--ideal,
  .listed-section--not-ready,
  .listed-section--requirements,
  .listed-section--process {
    padding: 3rem 0;
  }

  .listed-fit-grid,
  .listed-req-grid {
    max-width: 100%;
    perspective-origin: 50% 28%;
  }

  .listed-fit-card,
  .listed-req-card {
    width: min(88vw, 380px);
    border-radius: 22px;
  }

  .listed-fit-card.active,
  .listed-req-card.active {
    transform: translate(-50%, 0) scale(1);
  }

  .listed-fit-card.prev,
  .listed-req-card.prev {
    transform: translate(calc(-50% - 18%), 18px) scale(0.92) rotate(-4deg);
    opacity: 0.45;
  }

  .listed-fit-card.next,
  .listed-req-card.next {
    transform: translate(calc(-50% + 18%), 18px) scale(0.92) rotate(4deg);
    opacity: 0.45;
  }

  .listed-fit-card.is-away-left,
  .listed-fit-card.is-away-right,
  .listed-req-card.is-away-left,
  .listed-req-card.is-away-right {
    opacity: 0;
    transform: translate(-50%, 32px) scale(0.84);
  }

  .listed-fit-media,
  .listed-req-media {
    height: 210px;
  }

  .listed-fit-copy,
  .listed-req-body {
    padding: 1.2rem 1.2rem 1.35rem;
  }

  .listed-fit-card h3,
  .listed-req-body h3 {
    font-size: 1.2rem;
  }

  .listed-fit-card p,
  .listed-req-body li {
    font-size: 0.94rem;
  }

  .listed-carousel-controls {
    gap: 0.8rem;
    margin-top: 1.15rem;
  }

  .listed-carousel-btn {
    width: 48px;
    height: 48px;
  }

  .listed-process-step {
    background: white;
    padding: 1.25rem;
    border-radius: var(--listed-radius-sm);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  }
  
  /* Hero mobile */
  .listed-hero {
    min-height: auto;
    padding: 7rem 1.25rem 4rem;
  }
  
  .listed-hero-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  
  /* Needs grid mobile */
  .listed-needs-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .listed-need-card {
    padding: 1.5rem;
  }
  
  /* Process accordion mobile */
  .listed-process-header {
    padding: 1.25rem 1.5rem;
  }
  
  .listed-process-header h3 {
    font-size: 1rem;
  }
  
  .listed-process-item.expanded .listed-process-content {
    padding: 0 1.5rem 1.25rem calc(48px + 2.75rem);
  }
  
  .listed-process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .listed-cta-panel {
    padding: 2.5rem 1.5rem;
    border-radius: var(--listed-radius-sm);
  }
  
  .listed-cta-buttons {
    width: 100%;
  }
  
  .listed-cta-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .sku-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sku-add-btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .listed-container {
    padding: 0 1rem;
  }
  
  .listed-fit-card,
  .listed-req-card {
    width: min(92vw, 360px);
  }

  .listed-fit-media,
  .listed-req-media {
    height: 188px;
  }

  .listed-fit-copy,
  .listed-req-body {
    padding: 1rem 1rem 1.2rem;
  }

}
