/* F20b — layout pagina Vendi (no style= inline). */

.sell-hero-shell.hero-shell {
  padding: 28px;
  overflow: hidden;
  position: relative;
}

.sell-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(22, 101, 52, 0.18), transparent 32%),
    radial-gradient(circle at left center, rgba(15, 118, 110, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  pointer-events: none;
}

.sell-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.sell-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.sell-hero-title {
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
}

.sell-hero-lead.lead {
  margin-top: 16px;
  max-width: 880px;
}

.sell-hero-actions {
  margin-top: 20px;
}

.sell-login-hint {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(22, 101, 52, 0.06);
  border: 1px solid rgba(22, 101, 52, 0.12);
  color: #173d35;
  font-size: 14px;
  line-height: 1.55;
  max-width: 760px;
}

.sell-vision-card.card {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff, #f7fbf8);
  border-color: rgba(22, 101, 52, 0.16);
}

.sell-vision-title {
  font-size: 24px;
  margin: 4px 0 0;
}

.sell-vision-stack {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.sell-vision-item.soft-card {
  padding: 14px 16px;
  border: 1px solid rgba(22, 101, 52, 0.1);
  background: linear-gradient(180deg, #ffffff, #f8fcf9);
}

.sell-vision-item-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #173d35;
}

.sell-messages-section.section {
  padding-top: 0;
}

.sell-messages-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sell-message-error {
  border: 1px solid #fecaca;
  border-radius: 18px;
  background: #fef2f2;
  color: #991b1b;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.55;
}

.sell-path-card.card {
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #fbfdfb);
  min-height: 100%;
}

.sell-title-30 {
  font-size: 30px;
}

.sell-title-28 {
  font-size: 28px;
}

.sell-title-34 {
  font-size: 34px;
}

.sell-title-32 {
  font-size: 32px;
}

.sell-copy-muted {
  margin-top: 10px;
  line-height: 1.68;
  max-width: 860px;
}

.sell-copy-muted--wide {
  margin-top: 12px;
  max-width: 980px;
  line-height: 1.8;
}

.sell-copy-muted--summary {
  margin-top: 12px;
  max-width: 900px;
  line-height: 1.75;
}

.sell-copy-muted--method {
  margin-top: 14px;
  line-height: 1.75;
}

.sell-copy-muted--tool {
  margin-top: 10px;
  line-height: 1.65;
}

.sell-focus-panel {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fcf9, #ffffff);
  border: 1px solid rgba(22, 101, 52, 0.1);
}

.sell-focus-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #166534;
}

.sell-focus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.sell-focus-card.soft-card {
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff, #f8fcf9);
  border: 1px solid rgba(22, 101, 52, 0.1);
}

.sell-focus-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #173d35;
  line-height: 1.25;
}

.sell-focus-card-copy {
  margin-top: 6px;
  line-height: 1.6;
}

.sell-col-stack {
  display: grid;
  gap: 18px;
  height: 100%;
}

.sell-check-card.card {
  padding: 24px;
  min-height: 250px;
}

.sell-check-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sell-check-item.soft-card {
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff, #f8fcf9);
  border: 1px solid rgba(22, 101, 52, 0.1);
}

.sell-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(22, 101, 52, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #166534;
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 24px;
}

.sell-check-text {
  line-height: 1.68;
  color: #173d35;
}

.sell-method-card.card {
  padding: 24px;
  background: linear-gradient(180deg, #f8fcf9, #ffffff);
  border-color: rgba(22, 101, 52, 0.14);
  min-height: 190px;
}

.sell-tools-card.card {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff, #f8fcf9);
  border: 1px solid rgba(22, 101, 52, 0.1);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.sell-operational-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

.sell-tool-card.soft-card {
  padding: 24px;
  border: 1px solid rgba(22, 101, 52, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sell-tool-title {
  margin: 8px 0 0;
  font-size: 26px;
}

.sell-form-spaced {
  margin-top: 18px;
}

.sell-form-stack {
  display: grid;
  gap: 14px;
}

.sell-form-stack--compact {
  gap: 10px;
}

.sell-field-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #173d35;
}

.sell-field-error {
  margin-top: 6px;
  color: #b91c1c;
  font-size: 13px;
}

.sell-tool-actions {
  margin-top: 18px;
}

.sell-tool-result {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6fbf8, #edf7f1);
  border: 1px solid rgba(22, 101, 52, 0.1);
}

.sell-tool-score {
  font-size: 34px;
  font-weight: 800;
  color: #166534;
  line-height: 1;
  margin-top: 8px;
}

.sell-tool-result-title {
  font-size: 22px;
  font-weight: 700;
  color: #173d35;
  margin-top: 8px;
}

.sell-tool-result-title--score {
  font-size: 20px;
  margin-top: 10px;
}

.sell-tool-result-body {
  margin-top: 10px;
  font-size: 16px;
  color: #173d35;
  line-height: 1.7;
}

.sell-tool-result-note {
  margin-top: 10px;
  line-height: 1.7;
}

.sell-tool-result-note--tight {
  margin-top: 8px;
  line-height: 1.7;
}

.sell-tool-result-count {
  margin-top: 12px;
  color: #173d35;
  font-weight: 600;
}

.sell-doc-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fbfdfb;
  border: 1px solid rgba(22, 101, 52, 0.08);
  color: #173d35;
  font-weight: 500;
}

.sell-doc-check {
  margin-top: 2px;
}

.sell-missing-block {
  margin-top: 14px;
}

.sell-missing-scroll {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
}

.sell-missing-item.soft-card {
  padding: 12px 14px;
  border: 1px solid rgba(22, 101, 52, 0.1);
  background: linear-gradient(180deg, #ffffff, #f8fcf9);
}

.sell-missing-title {
  font-size: 15px;
  font-weight: 700;
  color: #173d35;
  line-height: 1.35;
}

.sell-missing-where {
  margin-top: 6px;
  line-height: 1.55;
}

.sell-missing-where strong {
  color: #173d35;
}

.sell-number-input {
  width: 100%;
  height: 46px;
  min-height: 46px;
  border-radius: 16px;
  padding: 0 16px;
  border: 1px solid rgba(22, 101, 52, 0.12);
  background: #fff;
  box-sizing: border-box;
  font-size: 15px;
  color: #173d35;
  appearance: none;
  -webkit-appearance: none;
}

.sell-summary-card-outer.card {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff, #f9fcfa);
}

.sell-next-step-box {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f6fbf8, #edf7f1);
  border: 1px solid rgba(22, 101, 52, 0.1);
}

.sell-next-step-text {
  font-size: 18px;
  font-weight: 700;
  color: #173d35;
  line-height: 1.4;
  margin-top: 6px;
}

.sell-summary-empty-actions {
  margin-top: 18px;
}

@media (max-width: 720px) {
  .sell-focus-grid {
    grid-template-columns: 1fr;
  }
}

/* ONDA 4 — vendi funnel (tokens + focus) */
.sell-hero-shell.hero-shell {
  border-radius: var(--radius-lg, 28px);
  border: 1px solid rgba(var(--brand-rgb), 0.12);
  box-shadow: var(--shadow-soft);
  scroll-margin-top: calc(var(--topbar-h, 88px) + 16px);
}

.sell-hero-title {
  line-height: var(--leading-tight, 1.22);
  letter-spacing: -0.04em;
}

.sell-hero-lead.lead {
  color: var(--muted);
  line-height: var(--leading-relaxed, 1.72);
}

.sell-vision-card.card {
  border-radius: var(--radius-lg, 28px);
  border-color: rgba(var(--brand-rgb), 0.14);
  box-shadow: var(--shadow-soft);
}

.sell-hero-actions .btn:focus-visible,
.sell-funnel-step:focus-within,
.sell-path-card .btn:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .sell-hero-shell.hero-shell,
  .sell-vision-card.card {
    border-radius: var(--radius, 22px);
  }
}

