/* Post Property landing — Pick My Place brand */
body.page-sell {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  --sell-teal: #1f727e;
  --sell-teal-dark: #175b67;
  --sell-teal-darker: #144852;
  --sell-teal-light: #2f8f98;
  --sell-teal-soft: #eef7f7;
  --sell-teal-muted: rgba(31, 114, 126, 0.12);
  --sell-gold: #d9a441;
  --sell-gold-dark: #b7821e;
  --sell-gold-soft: #f4e3bd;
  --sell-bg: #f5f1e8;
  --sell-hero-bg: #f7f4ee;
  --sell-text: #0b2027;
  --sell-text-muted: #52525b;
  --sell-border: rgba(18, 53, 61, 0.12);
  background: var(--sell-bg) !important;
  background-image:
    radial-gradient(circle at top left, rgba(217, 164, 65, 0.1), transparent 26%),
    radial-gradient(circle at top right, rgba(47, 143, 152, 0.1), transparent 22%),
    linear-gradient(180deg, #fbf8f2 0%, var(--sell-bg) 100%) !important;
  color: var(--sell-text);
}

.sell-hero {
  background: var(--sell-hero-bg);
  padding: 2.5rem 0 3rem;
}
.sell-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  align-items: start;
}
.sell-hero__pitch {
  padding-top: 1.5rem;
}
.sell-hero__title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: var(--sell-text);
  line-height: 1.25;
  margin-bottom: 1.75rem;
  letter-spacing: -0.02em;
}
.sell-hero__title em {
  font-style: normal;
  color: var(--sell-gold-dark);
}
.sell-hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sell-hero__benefits li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sell-teal-darker);
}
.sell-hero__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sell-teal-dark), var(--sell-teal-light));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sell-hero__check svg {
  width: 14px;
  height: 14px;
}

.sell-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(18, 53, 61, 0.08);
  padding: 1.75rem 1.5rem 1.5rem;
}
.sell-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sell-text);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}
.sell-field-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sell-text-muted);
  margin-bottom: 0.5rem;
  display: block;
}
.sell-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.sell-pill {
  position: relative;
  flex: 1;
  min-width: 0;
}
.sell-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sell-pill span {
  display: block;
  text-align: center;
  padding: 0.55rem 0.75rem;
  border: 1.5px solid var(--sell-border);
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sell-teal-darker);
  cursor: pointer;
  background: #fff;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.sell-pill input:checked + span {
  border-color: var(--sell-teal);
  background: var(--sell-teal-soft);
  color: var(--sell-teal-dark);
}
.sell-phone-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.sell-phone-input {
  flex: 1;
  border: 1.5px solid var(--sell-border);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.9375rem;
  outline: none;
  background: #fff;
  transition: border-color 0.15s;
}
.sell-phone-input:focus {
  border-color: var(--sell-teal);
}
.sell-verify-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--sell-gold-soft), var(--sell-gold));
  color: var(--sell-text);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 1.1rem;
  cursor: pointer;
  transition: opacity 0.15s, transform 0.1s;
}
.sell-verify-btn:hover:not(:disabled) {
  opacity: 0.92;
}
.sell-verify-btn:disabled,
.sell-verify-btn--done {
  background: linear-gradient(135deg, var(--sell-teal-dark), var(--sell-teal-light));
  color: #fff;
  cursor: default;
}
.sell-verify-hint {
  font-size: 0.75rem;
  color: var(--sell-teal-dark);
  min-height: 1.1rem;
  margin-bottom: 1rem;
}
.sell-verify-hint--ok {
  color: var(--sell-teal);
}
.sell-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding: 0.25rem 0;
}
.sell-toggle-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--sell-teal-darker);
}
.sell-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}
.sell-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sell-toggle__track {
  position: absolute;
  inset: 0;
  background: #d4d4d8;
  border-radius: 99px;
  cursor: pointer;
  transition: background 0.2s;
}
.sell-toggle__track::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.sell-toggle input:checked + .sell-toggle__track {
  background: var(--sell-teal);
}
.sell-toggle input:checked + .sell-toggle__track::before {
  transform: translateX(20px);
}
.sell-terms {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--sell-text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.45;
}
.sell-terms input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: var(--sell-teal);
}
.sell-terms a {
  color: var(--sell-teal-dark);
  font-weight: 600;
  text-decoration: none;
}
.sell-terms a:hover {
  color: var(--sell-teal);
  text-decoration: underline;
}
.sell-continue {
  width: 100%;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sell-gold-soft), var(--sell-gold));
  color: var(--sell-text);
  font-size: 1rem;
  font-weight: 800;
  padding: 0.85rem 1rem;
  cursor: pointer;
  transition: transform 0.15s, opacity 0.15s;
}
.sell-continue:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}
.sell-continue:active {
  transform: scale(0.99);
}
.sell-login-prompt {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: var(--sell-text-muted);
}
.sell-login-prompt a {
  color: var(--sell-teal-dark);
  font-weight: 700;
  text-decoration: none;
}
.sell-login-prompt a:hover {
  color: var(--sell-teal);
  text-decoration: underline;
}

.sell-steps {
  padding: 3rem 0;
  background: #fff;
}
.sell-steps__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.sell-steps__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sell-text);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
.sell-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.sell-step {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}
.sell-step__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--sell-teal-soft);
  color: var(--sell-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-step__icon svg {
  width: 36px;
  height: 36px;
}
.sell-step__num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sell-gold-dark);
  margin-bottom: 0.35rem;
}
.sell-step__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sell-text);
  margin-bottom: 0.35rem;
}
.sell-step__desc {
  font-size: 0.875rem;
  color: var(--sell-text-muted);
  line-height: 1.5;
}

.sell-faq {
  padding: 3rem 0 4rem;
  background: var(--sell-bg);
}
.sell-faq__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.sell-faq__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--sell-text);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.sell-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--sell-border);
  border-radius: 12px;
  overflow: hidden;
}
.sell-faq__item {
  border-bottom: 1px solid var(--sell-border);
  background: rgba(255, 255, 255, 0.9);
}
.sell-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--sell-text);
  cursor: pointer;
  font-family: inherit;
}
.sell-faq__q svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--sell-teal);
  transition: transform 0.2s;
}
.sell-faq__item.is-open .sell-faq__q svg {
  transform: rotate(180deg);
}
.sell-faq__a {
  display: none;
  padding: 0 1.25rem 1rem;
  font-size: 0.875rem;
  color: var(--sell-text-muted);
  line-height: 1.6;
}
.sell-faq__item.is-open .sell-faq__a {
  display: block;
}

@media (max-width: 900px) {
  .sell-hero__inner {
    grid-template-columns: 1fr;
  }
  .sell-hero__pitch {
    padding-top: 0;
    text-align: center;
  }
  .sell-hero__benefits {
    align-items: center;
  }
  .sell-steps__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
