/* «Дворик» — лендинг владельца точки (/for-sellers), вариант 2.
   Общие токены/логотип/кнопки/шапка — в dvorik-base.css. Откат: ?ui=legacy */

/* ---- Page shell (padding берём у .dvorik-shell) ---- */
.seller-landing-v2 {
  /* фон/шрифт уже на .dvorik-page */
}

/* Не перебивать цвет текста залитых кнопок из dvorik-base */
.seller-landing-v2 a.dvorik-btn-fill-accent,
.seller-landing-v2 a.dvorik-btn-fill-dark {
  color: var(--bg);
}

.seller-landing-v2 a.dvorik-btn-fill-accent:hover,
.seller-landing-v2 a.dvorik-btn-fill-dark:hover {
  color: var(--bg);
}

.seller-actions--center {
  justify-content: center;
}

@keyframes seller-rise-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- Buttons ---- */
.seller-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 12px;
  padding: 11px 20px;
  border: 1px solid transparent;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  box-sizing: border-box;
  text-align: center;
}

.seller-btn--lg {
  font-size: 17px;
  padding: 17px 28px;
  border-radius: 14px;
  min-height: 54px;
}

.seller-btn--pill {
  border-radius: 999px;
  padding: 17px 36px;
  font-size: 17px;
}

.seller-btn--fill {
  background: #2E6B4B;
  color: #F6F5F0;
}

.seller-btn--fill:hover {
  background: #14170F;
  color: #F6F5F0;
}

.seller-btn--outline {
  background: transparent;
  border-color: #14170F;
  color: #14170F;
}

.seller-btn--outline:hover {
  background: #14170F;
  color: #F6F5F0;
}

.seller-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seller-actions--center {
  justify-content: center;
}

/* ---- Header ---- */
.seller-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 32px;
  padding: 22px 0;
  position: sticky;
  top: 0;
  background: rgba(246, 245, 240, 0.92);
  backdrop-filter: blur(12px);
  z-index: 20;
  border-bottom: 1px solid #E2E2D8;
}

.seller-header-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 32px;
  min-width: 0;
}

.seller-brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

.seller-nav-tag {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94978A;
  border-left: 1px solid #E2E2D8;
  padding-left: 11px;
}

.seller-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  font-size: 15px;
  color: #6B6F62;
  min-width: 0;
}

.seller-nav a {
  color: #6B6F62;
}

.seller-nav a:hover {
  color: #2E6B4B;
}

.seller-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
}

.seller-nav-login {
  font-size: 15px;
  color: #6B6F62;
}

.seller-nav-login:hover {
  color: #2E6B4B;
}

@media (max-width: 720px) {
  .seller-header {
    align-items: flex-start;
  }

  .seller-header-left {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .seller-header-right {
    width: 100%;
    justify-content: flex-start;
    order: 2;
  }

  .seller-nav {
    gap: 8px 16px;
    font-size: 14px;
  }

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

  .seller-actions .seller-btn {
    width: 100%;
  }
}

/* ---- Typography helpers ---- */
.seller-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2E6B4B;
  margin: 0 0 clamp(20px, 2.6vw, 30px);
}

.seller-eyebrow-line {
  width: 34px;
  height: 1px;
  background: #C8CCBC;
  flex: none;
}

.seller-h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin: 0 0 clamp(20px, 2.6vw, 28px);
}

.seller-h1 em {
  font-style: italic;
  color: #2E6B4B;
}

.seller-h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  min-width: 0;
  color: #14170F;
}

.seller-h2--on-dark {
  font-family: var(--sans);
  font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #F1F0E8;
  margin: 0 0 14px;
}

.seller-lead {
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.45;
  color: #14170F;
  margin: 0 0 clamp(22px, 2.6vw, 30px);
  max-width: 540px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.seller-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2E6B4B;
  margin-bottom: 12px;
}

.seller-kicker-num {
  font-family: ui-monospace, Menlo, monospace;
  letter-spacing: 0;
}

.seller-kicker-line {
  width: 24px;
  height: 1px;
  background: #C8CCBC;
  flex: none;
}

.seller-kicker--on-dark {
  color: #8FC3A2;
}

.seller-kicker--on-dark .seller-kicker-line {
  background: #3E4535;
}

/* ---- Hero ---- */
.seller-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(330px, 100%), 1fr));
  gap: clamp(26px, 3.4vw, 48px);
  align-items: center;
  padding: clamp(40px, 5.5vw, 76px) 0 clamp(46px, 6vw, 84px);
}

.seller-hero-copy {
  min-width: 0;
}

.seller-hero-lead {
  margin-bottom: clamp(22px, 2.6vw, 30px);
  max-width: 540px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: #14170F;
}

.seller-hero-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}

.seller-note {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  color: #6B6F62;
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 12px;
  padding: 11px 16px;
}

.seller-note--free strong {
  font-size: 15px;
  font-weight: 600;
  color: #2E6B4B;
}

.seller-pilot {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  line-height: 1.5;
  color: #2E6B4B;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  border-radius: 12px;
  padding: 11px 16px;
}

.seller-pilot-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2E6B4B;
  flex: none;
}

.seller-hero-visual {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.seller-dash {
  width: 100%;
  max-width: 600px;
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 22px;
  padding: 24px 26px 22px;
  box-shadow: 0 26px 60px -36px rgba(20, 23, 15, 0.45);
}

.seller-dash-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.seller-dash-label {
  font-size: 13px;
  color: #94978A;
  margin-bottom: 6px;
}

.seller-dash-value {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 22px;
  white-space: normal;
}

.seller-dash-side {
  text-align: right;
  flex: none;
}

.seller-dash-demo {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A8AB9C;
  margin-bottom: 6px;
}

.seller-dash-delta {
  font-size: 13px;
  font-weight: 500;
  color: #2E6B4B;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.seller-dash-chart {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 4px;
  max-height: 120px;
}

.seller-dash-axis {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #94978A;
  font-family: ui-monospace, Menlo, monospace;
  margin-bottom: 12px;
}

.seller-dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.seller-dash-kpi {
  background: #F6F5F0;
  border: 1px solid #EAE9DF;
  border-radius: 12px;
  padding: 10px 12px;
  min-width: 0;
}

.seller-dash-kpi b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.seller-dash-kpi span {
  display: block;
  font-size: 12px;
  color: #94978A;
  margin-top: 3px;
}

/* ---- Sections ---- */
.seller-section {
  margin-bottom: clamp(48px, 7vw, 96px);
}

.seller-section#marketing {
  margin-top: 0;
  padding-top: 4px;
}

.seller-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(min(100%, 420px), 0.95fr);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: end;
  margin-bottom: clamp(18px, 2.5vw, 28px);
}

.seller-section-lead {
  font-size: 19px;
  line-height: 1.4;
  color: #14170F;
  margin: 0;
  min-width: 0;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-align: right;
  text-wrap: balance;
  max-width: none;
}

@media (max-width: 720px) {
  .seller-section-head {
    grid-template-columns: 1fr;
  }

  .seller-section-lead {
    text-align: left;
    font-size: 17px;
  }
}

/* ---- Marketing story ---- */
.seller-story {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 22px;
  padding: clamp(24px, 3.4vw, 40px);
  margin-bottom: 20px;
}

.seller-story-title {
  font-family: "Instrument Sans", Helvetica, Arial, sans-serif;
  font-size: clamp(23px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.seller-story-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: #6B6F62;
  margin: 0;
}

.seller-steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.seller-steps-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94978A;
}

.seller-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-top: 1px solid #EAE9DF;
  padding-top: 14px;
}

.seller-step-n {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 12px;
  color: #2E6B4B;
  padding-top: 4px;
  flex: none;
  width: 52px;
}

.seller-step-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.seller-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #6B6F62;
  margin: 0;
}

.seller-mkt-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 12px;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.seller-mkt-tile {
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 18px;
  padding: 22px 22px 24px;
  min-width: 0;
}

.seller-mkt-tile-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 9px;
  color: #14170F;
}

.seller-mkt-tile p {
  font-size: 14px;
  line-height: 1.6;
  color: #6B6F62;
  margin: 0;
}

.seller-mkt-tile--accent {
  background: #E7EFE8;
  border-color: #CFE0D3;
}

.seller-mkt-tile--accent .seller-mkt-tile-title {
  color: #2E6B4B;
}

.seller-mkt-tile--accent p {
  color: #5E6B5F;
}

/* ---- Photos ---- */
.seller-photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 18px;
}

.seller-figure {
  margin: 0;
  min-width: 0;
}

.seller-figure-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E2E2D8;
}

.seller-figure-frame img,
.seller-figure-frame picture,
.seller-control-photo img,
.seller-control-photo picture {
  display: block;
  width: 100%;
  height: 100%;
}

.seller-figure-frame img,
.seller-control-photo img {
  object-fit: cover;
}

.seller-figure-frame--neighbors img {
  object-position: center 32%;
}

.seller-figure figcaption {
  font-size: 14px;
  line-height: 1.55;
  color: #6B6F62;
  margin-top: 12px;
}

/* ---- Cards ---- */
.seller-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 12px;
}

.seller-card {
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 18px;
  padding: 22px 22px 24px;
  min-width: 0;
}

.seller-card-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  margin-bottom: 9px;
}

.seller-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #6B6F62;
  margin: 0;
}

/* ---- Dark showcase ---- */
.seller-showcase-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  background: #14170F;
  color: #F1F0E8;
  border-radius: 26px;
  padding: clamp(26px, 4vw, 52px);
  margin-bottom: clamp(58px, 8vw, 104px);
}

.seller-showcase-intro {
  min-width: 0;
}

.seller-showcase-lead {
  font-size: 17px;
  line-height: 1.6;
  color: #A2A697;
  margin: 0 0 26px;
  max-width: 470px;
}

.seller-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seller-bullet-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}

.seller-bullet-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7FB08F;
  margin-top: 8px;
  flex: none;
}

.seller-showcase-wrap {
  display: flex;
  justify-content: center;
  min-width: 0;
}

/* Phone mock from previous landing */
.seller-showcase {
  width: min(100%, 300px);
  aspect-ratio: 3 / 4;
  border-radius: 22px;
  border: 1px solid #2E332A;
  background: #FCFBF8;
  color: #14170F;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.seller-showcase-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E2E2D8;
}

.seller-showcase-head-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.seller-showcase-logo {
  width: 22px;
  height: 22px;
  flex: none;
  display: block;
}

.seller-showcase-brand {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #14170F;
  flex: none;
}

.seller-showcase-title {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #14170F;
  text-align: right;
  white-space: nowrap;
}

.seller-showcase-status {
  align-self: flex-end;
  font-size: 11px;
  color: #2E6B4B;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  border-radius: 999px;
  padding: 4px 9px;
  white-space: nowrap;
}

.seller-showcase-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
}

.seller-showcase-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F6F5F0;
  border: 1px solid #E2E2D8;
  border-radius: 12px;
  padding: 10px 12px;
}

.seller-showcase-thumb {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.seller-showcase-thumb svg {
  display: block;
}

.seller-showcase-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.seller-showcase-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.seller-showcase-meta {
  display: block;
  font-size: 12px;
  color: #94978A;
  line-height: 1.3;
}

.seller-showcase-price {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  align-self: center;
}

.seller-showcase-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2E6B4B;
  color: #F6F5F0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  flex: none;
}

@media (max-width: 900px) {
  .seller-showcase {
    width: min(100%, 280px);
  }
}

/* ---- Inventory ---- */
.seller-inventory-row {
  display: grid;
  grid-template-columns: minmax(0, 56px) minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(14px, 3vw, 36px);
  align-items: start;
  padding: clamp(20px, 2.6vw, 30px) 0;
  border-top: 1px solid #E2E2D8;
}

.seller-inventory-n {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 30px;
  line-height: 1;
  color: #2E6B4B;
}

.seller-inventory-title {
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  min-width: 0;
}

.seller-inventory-row p {
  font-size: 16px;
  line-height: 1.65;
  color: #6B6F62;
  margin: 0;
}

@media (max-width: 640px) {
  .seller-inventory-row {
    grid-template-columns: 40px 1fr;
  }

  .seller-inventory-row p {
    grid-column: 2;
  }
}

/* ---- Control ---- */
.seller-control {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.seller-control-photo {
  min-width: 0;
}

.seller-control-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

.seller-control-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-top: 1px solid #E2E2D8;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.55;
  color: #3C4038;
}

.seller-control-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2E6B4B;
  margin-top: 8px;
  flex: none;
}

/* ---- Loyalty banner ---- */
.seller-wom {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  border-radius: 20px;
  padding: 24px 28px;
  margin-top: 20px;
}

.seller-wom-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 26px;
  letter-spacing: -0.015em;
  color: #2E6B4B;
  white-space: nowrap;
}

.seller-wom-text {
  font-size: 16px;
  line-height: 1.55;
  color: #5E6B5F;
  margin: 0;
  flex: 1;
  min-width: 240px;
}

/* ---- Objections / FAQ ---- */
.seller-objections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: clamp(24px, 4vw, 52px);
  margin-bottom: clamp(58px, 8vw, 104px);
}

.seller-objections-intro {
  font-size: 15px;
  color: #94978A;
  margin: 14px 0 0;
}

.seller-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 500;
}

.seller-faq summary::-webkit-details-marker {
  display: none;
}

.seller-faq details {
  border-top: 1px solid #E2E2D8;
}

.seller-faq-sign {
  font-size: 22px;
  color: #2E6B4B;
  transition: transform 0.2s ease;
  line-height: 1;
  flex: none;
}

.seller-faq details[open] .seller-faq-sign {
  transform: rotate(45deg);
}

.seller-faq p {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #6B6F62;
}

/* ---- Callback ---- */
.seller-callback {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  background: #E7EFE8;
  border: 1px solid #CFE0D3;
  border-radius: 26px;
  padding: clamp(28px, 4vw, 52px);
  margin-bottom: clamp(24px, 3vw, 36px);
}

.seller-callback-copy p {
  font-size: 16px;
  line-height: 1.6;
  color: #5E6B5F;
  margin: 14px 0 0;
}

.seller-callback-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.seller-callback-form label {
  font-size: 13px;
  color: #5E6B5F;
}

.seller-callback-form label + input {
  margin-top: -4px;
}

.seller-callback-form input {
  font-family: inherit;
  font-size: 16px;
  color: #14170F;
  background: #FCFBF8;
  border: 1px solid #C8D8CC;
  border-radius: 14px;
  padding: 16px 18px;
  min-height: 54px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
}

.seller-callback-form input[type="tel"] {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 17px;
}

.seller-callback-form input:focus {
  border-color: #2E6B4B;
}

.seller-callback-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 6px;
  width: 100%;
}

.seller-callback-submit {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.seller-callback-messengers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.seller-callback-messengers .dvorik-btn {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.seller-callback-status {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #17442A;
  margin: 6px 0 0;
}

.seller-callback-note {
  font-size: 13px;
  line-height: 1.5;
  color: #4A5A4C;
  margin: 2px 0 0;
}

/* ---- Start CTA ---- */
.seller-start {
  text-align: center;
  padding: clamp(38px, 6vw, 78px) clamp(24px, 4vw, 40px);
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 26px;
  margin-bottom: 70px;
}

.seller-start-title {
  font-size: clamp(30px, 4.6vw, 46px);
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 0 0 16px;
}

.seller-start-text {
  font-size: 18px;
  line-height: 1.6;
  color: #6B6F62;
  margin: 0 auto 32px;
  max-width: 480px;
}

/* ---- Footer ---- */
.seller-footer {
  border-top: 1px solid #E2E2D8;
  padding: 44px 0 56px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 40px;
}

.seller-footer-tagline {
  font-size: 14px;
  color: #94978A;
  margin: 12px 0 0;
  max-width: 280px;
}

.seller-footer-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94978A;
  margin-bottom: 16px;
}

.seller-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.seller-footer-links a {
  color: #14170F;
}

.seller-footer-links a:hover {
  color: #2E6B4B;
}

/* dash value may overflow on very narrow screens */
@media (max-width: 380px) {
  .seller-dash-value {
    font-size: 22px;
  }

  .seller-wom-title {
    white-space: normal;
  }
}

/* ---- Variant 3: calc dash, dual panels, wide inventory photo ---- */
.seller-dash-calc-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A8AB9C;
}

.seller-dash-calc-rule {
  flex: 1;
  height: 1px;
  background: #EAE9DF;
}

.seller-dash--calc .seller-dash-chart {
  max-height: none;
  margin-bottom: 6px;
}

.seller-dash--calc .seller-dash-axis {
  margin-bottom: 8px;
}

.seller-dash-period {
  font-size: 12px;
  color: #A8AB9C;
  margin-bottom: 18px;
}

.seller-dash-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}

.seller-dash-stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  background: #F6F5F0;
  border: 1px solid #EAE9DF;
  border-radius: 12px;
  padding: 13px 16px;
}

.seller-dash-stat span {
  font-size: 15px;
  color: #6B6F62;
}

.seller-dash-stat b {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2E6B4B;
  text-align: right;
}

.seller-dash-disclaimer {
  font-size: 12px;
  line-height: 1.5;
  color: #A8AB9C;
  margin: 0;
}

.seller-dual-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: clamp(20px, 3vw, 40px);
  margin-bottom: clamp(20px, 3vw, 32px);
}

.seller-panel {
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 20px;
  padding: 24px 26px 26px;
  min-width: 0;
}

.seller-panel-title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.seller-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.seller-panel-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  border-top: 1px solid #EAE9DF;
  padding: 14px 0 0;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #3C4038;
}

.seller-panel-list li:last-child {
  margin-bottom: 0;
}

.seller-panel-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2E6B4B;
  margin-top: 7px;
  flex: none;
}

.seller-inventory-wide {
  aspect-ratio: 21 / 9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E2D8;
}

.seller-inventory-wide img,
.seller-inventory-wide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .seller-inventory-wide {
    aspect-ratio: 16 / 10;
  }
}

.seller-integration {
  display: flex;
  align-items: flex-start;
  gap: 20px 28px;
  flex-wrap: wrap;
  margin-top: clamp(18px, 2.5vw, 28px);
  padding: 22px 24px 24px;
  background: #FCFBF8;
  border: 1px solid #E2E2D8;
  border-radius: 20px;
}

.seller-integration-logo {
  display: block;
  height: 36px;
  width: auto;
  max-width: min(180px, 100%);
  object-fit: contain;
  flex: none;
  margin-top: 2px;
  background: transparent;
}

.seller-integration-body {
  flex: 1 1 240px;
  min-width: 0;
}

.seller-integration-title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #14170F;
}

.seller-integration-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5E6B5F;
}

@media (max-width: 560px) {
  .seller-integration {
    padding: 18px 18px 20px;
    gap: 14px;
  }
  .seller-integration-logo {
    height: 32px;
  }
}
