/* ВБ в один клик · общий дизайн сайта */
:root {
  --accent: #7b2cbf;
  --accent-dark: #5a189a;
  --wb: #cb11ab;
  --bg: #0f0a18;
  --bg-card: #fff;
  --text: #111827;
  --muted: #64748b;
  --border: #e2e8f0;
  --max: 1120px;
  --hero-dark: linear-gradient(160deg, #1a0a2e 0%, #12081f 45%, #0f0a18 100%);
}

* { box-sizing: border-box; }

body.site-page {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

body.site-page a { color: var(--accent); }
body.site-page a.btn-primary { color: #fff; }
body.site-page a.btn-hero { color: #1a0a2e; }
body.site-page a.btn-ghost { color: var(--accent); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

body.site-page .top {
  background: rgba(15, 10, 24, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

body.site-page .top .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  color: #fff;
}

.brand-wb-logo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.page-wb-logo,
.landing-wb-logo {
  flex-shrink: 0;
  display: block;
}

.landing-wb-logo { width: 56px; height: 56px; }

.brand-text small {
  display: block;
  font-weight: 400;
  opacity: .8;
  font-size: .7rem;
}

body.site-page nav { display: flex; flex-wrap: wrap; gap: 6px; margin-left: auto; }

body.site-page nav a {
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 600;
  opacity: .88;
}

body.site-page nav a:hover,
body.site-page nav a.active {
  background: rgba(255, 255, 255, .14);
  opacity: 1;
}

body.site-page main { padding: 0 0 48px; }

.page-announce .prestart-notice-banner,
.landing-announce .prestart-notice-banner {
  border-radius: 0;
  margin: 0 -20px 0;
  background: linear-gradient(90deg, #059669, #10b981);
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

@media (min-width: 1160px) {
  .page-announce .prestart-notice-banner,
  .landing-announce .prestart-notice-banner {
    margin: 0 calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.prestart-notice-banner {
  background: linear-gradient(135deg, #5a189a, #7b2cbf);
  color: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 18px rgba(90, 24, 154, .22);
}

.prestart-notice-banner__title { font-weight: 800; font-size: 1rem; margin-bottom: 8px; }
.prestart-notice-banner__text { margin: 0 0 8px; font-size: .9rem; line-height: 1.55; opacity: .96; }
.prestart-notice-banner__text:last-child { margin-bottom: 0; }
.prestart-notice-banner a { color: #fff; font-weight: 700; }

.page-hero-wrap {
  margin: 0 -20px 24px;
  padding: 32px 20px 36px;
  background:
    radial-gradient(ellipse 70% 55% at 75% 15%, rgba(123, 44, 191, .32), transparent 55%),
    radial-gradient(ellipse 45% 35% at 8% 85%, rgba(203, 17, 171, .18), transparent 50%),
    var(--hero-dark);
  position: relative;
  overflow: hidden;
}

.page-hero-wrap--compact { padding: 24px 20px 28px; }

@media (min-width: 1160px) {
  .page-hero-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.page-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.page-hero-inner { position: relative; max-width: 1080px; margin: 0 auto; color: #f8fafc; }

.page-badge,
.landing-badge {
  display: inline-block;
  background: rgba(123, 44, 191, .35);
  border: 1px solid rgba(196, 181, 253, .35);
  color: #e9d5ff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-hero-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.page-hero-inner h1,
.landing-hero h1 {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -.02em;
}

.page-lead,
.landing-lead {
  margin: 14px 0 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, .88);
  max-width: 58ch;
}

.landing-hero h1 { margin: 0 0 12px; }
.landing-lead { margin: 0 0 18px; }

.page-hero-actions,
.landing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-cta { margin-top: 0; margin-bottom: 18px; }
.page-hero-actions { margin-top: 20px; }

.landing-messengers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.landing-messengers-label {
  font-size: .85rem;
  color: rgba(248, 250, 252, .75);
  margin-right: 4px;
}
.btn-messenger {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #f8fafc;
  background: rgba(255, 255, 255, .08);
}
.btn-messenger:hover { background: rgba(255, 255, 255, .16); }
.btn-messenger--max { border-color: #7c3aed; }

.choice.featured-alt { border-color: #7c3aed; box-shadow: 0 0 0 1px rgba(124, 58, 237, .35); }
.ch.ch-featured { border-color: var(--accent); background: #ede9fe; }

.landing-hero-wrap {
  margin: 0 -20px 28px;
  padding: 36px 20px 40px;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(123, 44, 191, .35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(203, 17, 171, .22), transparent 50%),
    var(--hero-dark);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1160px) {
  .landing-hero-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

.landing-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 20%, transparent 75%);
  pointer-events: none;
}

.landing-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 32px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 901px) {
  .landing-hero-main,
  .landing-hero .subscribe-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 900px) { .landing-hero { grid-template-columns: 1fr; } }
.landing-hero-main { color: #f8fafc; }

.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .98rem;
  text-decoration: none;
  border: 0;
  background: #fff;
  color: #1a0a2e;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}

.btn-ghost-light {
  display: inline-flex;
  align-items: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .06);
}

.landing-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: .88rem;
  color: rgba(226, 232, 240, .85);
}

.landing-hero-side-note {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(148, 163, 184, .45);
  border-radius: 18px;
  padding: 22px 20px;
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(2, 6, 23, .22);
  max-width: 980px;
  margin: 0 auto;
}

.landing-hero-side-note h3 {
  margin: 0 0 10px;
  color: #0f172a;
}

.landing-hero-side-note p {
  margin: 0 0 10px;
  color: #0f172a;
}

.landing-hero-side-note ul {
  margin: 0 0 12px 18px;
  padding: 0;
  color: #0f172a;
}

.landing-hero-side-note li { margin-bottom: 6px; }

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  font-size: .95rem;
}

.btn-primary { background: var(--accent); color: #fff; }
.btn-ghost { background: #fff; color: var(--accent); border: 2px solid var(--accent); }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }

.page-section,
.landing-section {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.landing-section--dark { background: #0a0a0a; color: #e2e8f0; border: 1px solid rgba(255, 255, 255, .1); }
.landing-section--dark h2 { color: #fff; }

.subscribe-box {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(196, 181, 253, .45);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .35);
}

.subscribe-form label { display: block; font-size: .8rem; font-weight: 700; margin: 10px 0 4px; }
.subscribe-form input:not([type="checkbox"]) { width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 10px; font: inherit; }
.subscribe-form .consent { display: flex; gap: 8px; font-size: .76rem; color: var(--muted); margin: 12px 0; }
.subscribe-form .consent input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 16px;
}
.subscribe-form button { width: 100%; padding: 12px; border: 0; border-radius: 10px; background: var(--accent); color: #fff; font-weight: 800; cursor: pointer; }
.subscribe-msg.ok { color: #059669; }
.subscribe-msg.err { color: #dc2626; }

.subscribe-strip {
  margin: 28px 0 8px;
  max-width: 520px;
}
.subscribe-box--compact {
  box-shadow: 0 4px 20px rgba(15, 23, 42, .08);
  border-radius: 16px;
}
.subscribe-box--compact h2 { font-size: 1.1rem; margin-bottom: 6px; }

.landing-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; }
.landing-stats--in-section { margin: 16px 0 20px; }
@media (max-width: 640px) { .landing-stats { grid-template-columns: 1fr; } }
.landing-stat { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 18px; text-align: center; }
.landing-section--tariffs .landing-stat { background: #f8fafc; }
.landing-tariffs__intro { margin: 0 0 4px; font-size: .92rem; color: var(--muted); }
.landing-beginner__lead { margin: 0 0 18px; color: var(--muted); line-height: 1.55; }
.landing-service-tabs { margin-top: 4px; }
.landing-service-tabs__title { margin: 0 0 14px; font-size: 1rem; color: var(--accent-dark); }
.landing-service-tabs h4 { margin: 0 0 8px; font-size: .95rem; }
.landing-tiers-wrap--flat {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}
.landing-stat strong { display: block; font-size: 1.5rem; color: var(--accent-dark); }

.landing-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.landing-tab { padding: 12px 20px; border-radius: 999px; border: 2px solid var(--border); background: #f8fafc; font-weight: 700; cursor: pointer; }
.landing-tab.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.landing-tab-panel { display: none; }
.landing-tab-panel.active { display: block; }

.landing-features { border: 1px solid rgba(255, 255, 255, .15); border-radius: 12px; overflow: hidden; }
.landing-feature-row { display: grid; grid-template-columns: minmax(140px, 28%) 1fr; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.landing-feature-title { padding: 16px 18px; font-weight: 800; color: #a78bfa; border-right: 1px solid rgba(255, 255, 255, .12); }
.landing-feature-desc { padding: 16px 18px; font-size: .88rem; color: rgba(226, 232, 240, .85); }

.landing-roadmap { display: grid; gap: 16px; }
@media (min-width: 768px) { .landing-roadmap { grid-template-columns: repeat(3, 1fr); } }
.landing-roadmap-phase { background: #f8fafc; border: 1px solid var(--border); border-radius: 14px; padding: 18px; }
.landing-roadmap-phase.current { border-color: var(--accent); background: #ede9fe; }

.landing-faq details { border: 1px solid var(--border); border-radius: 12px; margin-bottom: 10px; background: #f8fafc; }
.landing-faq summary { padding: 14px 16px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-body { padding: 12px 16px 16px; font-size: .88rem; color: var(--muted); }

.ch-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.ch { display: flex; gap: 14px; padding: 18px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; text-decoration: none; color: inherit; }
.ch:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(123, 44, 191, .12); }
.ch.soon { opacity: .65; }

.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.choice { display: block; background: var(--bg-card); border: 2px solid var(--border); border-radius: 14px; padding: 22px; text-decoration: none; color: inherit; }
.choice.featured { border-color: var(--accent); background: linear-gradient(180deg, #faf5ff 0%, #fff 100%); }
.choice .price-tag { display: inline-block; margin-top: 12px; background: #ede9fe; color: var(--accent-dark); padding: 4px 10px; border-radius: 999px; font-size: .8rem; font-weight: 700; }

.steps-mini { margin: 20px 0 0; padding: 16px 18px; background: #f8fafc; border-radius: 12px; border: 1px solid var(--border); font-size: .88rem; color: var(--muted); }

.lk-block,
.landing-tiers-wrap {
  background: var(--bg-card);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.subscription-tiers-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.subscription-tier-item { background: #f8fafc; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; }
.subscription-tier-item.featured { border-color: var(--accent); background: #ede9fe; }
.subscription-tier-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 10px; margin-bottom: 8px; }
.subscription-tier-name { font-size: 1rem; color: var(--accent-dark); }
.subscription-tier-sku { font-size: .82rem; color: var(--muted); font-weight: 600; }
.subscription-tier-price { font-size: 1.35rem; font-weight: 800; color: var(--accent-dark); line-height: 1.15; margin-bottom: 10px; }
.subscription-tier-price small { font-size: .72rem; font-weight: 600; color: var(--muted); }
.subscription-tier-features { list-style: none; padding: 0; margin: 0; font-size: .84rem; line-height: 1.45; color: var(--text); }
.subscription-tier-features li { position: relative; padding: 5px 0 5px 18px; border-top: 1px solid rgba(0, 0, 0, .05); }
.subscription-tier-features li:first-child { border-top: none; padding-top: 0; }
.subscription-tier-features li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; font-size: .78rem; }

.upload-pricing-line { margin-bottom: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.upload-pricing-line:last-child { border-bottom: none; margin-bottom: 0; }
.upload-pricing-line__title { margin: 0 0 6px; font-size: 1.05rem; color: var(--accent-dark); }
.upload-pricing-line__subtitle { margin: 0 0 14px; font-size: .88rem; color: var(--muted); line-height: 1.5; }
.upload-pricing-line--featured .upload-pricing-line__title { color: var(--accent-dark); }
.upload-pricing-try {
  background: linear-gradient(180deg, #faf5ff 0%, #fff 100%);
  border: 2px solid #ddd6fe;
  border-radius: 16px;
  padding: 14px 28px 16px;
  max-width: 630px;
  margin: 0 auto;
  box-shadow: 0 4px 18px rgba(123, 44, 191, .08);
}
.upload-pricing-try__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 16px;
}
.upload-pricing-try__price { font-size: 1.75rem; font-weight: 800; color: var(--accent-dark); line-height: 1.1; }
.upload-pricing-try__meta { font-size: .86rem; color: var(--muted); margin: 0; }
.upload-pricing-try__features {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: .82rem;
  line-height: 1.35;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 24px;
}
.upload-pricing-try__features li { position: relative; padding: 2px 0 2px 18px; }
.upload-pricing-try__features li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; font-size: .78rem; }
.upload-pricing-try__actions { margin-top: 10px; }
.upload-pricing-try__pay {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 4px 14px rgba(123, 44, 191, .22);
  color: #fff !important;
}
@media (max-width: 560px) {
  .upload-pricing-try { max-width: 100%; padding: 14px 18px; }
  .upload-pricing-try__features { grid-template-columns: 1fr; }
}
.upload-pricing-try__pay:hover { filter: brightness(1.05); }
.messenger-bot-links { font-size: .88rem; }
.messenger-bot-links--row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.messenger-bot-links--inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  vertical-align: middle;
}
.messenger-bot-links--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.messenger-bot-links__prefix {
  color: var(--muted);
  margin-right: 2px;
}
.messenger-bot-links__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #f8fafc;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 600;
  color: var(--text) !important;
  transition: border-color .15s, background .15s;
}
.messenger-bot-links__item:hover {
  border-color: var(--accent);
  background: #ede9fe;
}
.messenger-bot-links__item--max {
  border-color: #c4b5fd;
  background: #f5f3ff;
}
.subscription-tiers-note {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  font-size: .88rem;
  color: var(--muted);
  margin: 12px 0 0;
}
.subscription-tiers-note__label { font-weight: 600; }
.subscription-tiers-note__sep { opacity: .5; }
.upload-pricing-story__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  font-size: .88rem;
  color: var(--muted);
  margin: 0;
}
.upload-pricing-story__footer-label { font-weight: 600; }
.upload-pricing-story__footer-sep { opacity: .5; }
.page-hero-messengers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: -12px auto 24px;
  padding: 0 20px;
  max-width: var(--max);
}
.page-hero-messengers .landing-messengers-label {
  font-size: .85rem;
  color: rgba(248, 250, 252, .75);
}
.page-hero-messengers .messenger-bot-links__item {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #f8fafc !important;
}
.page-hero-messengers .messenger-bot-links__item:hover {
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .35);
}
.page-hero-messengers .messenger-bot-links__item--max {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, .18);
}
.upload-pricing-teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 16px 0 20px;
}
.upload-pricing-teaser {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px 18px;
  position: relative;
}
.upload-pricing-teaser--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, .12);
}
.upload-pricing-teaser__num {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent-soft, #f3e8ff);
  color: var(--accent-dark);
  font-size: .78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-pricing-teaser__title {
  margin: 0 0 6px;
  font-size: .95rem;
  color: var(--accent-dark);
  padding-right: 28px;
}
.upload-pricing-teaser__subtitle {
  margin: 0 0 12px;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.45;
}
.upload-pricing-teaser__price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-dark);
}
.upload-pricing-teaser__meta {
  margin: 4px 0 0;
  font-size: .82rem;
  color: var(--muted);
}
.upload-pricing-teaser__tiers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upload-pricing-teaser__tiers li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px dashed var(--border);
  font-size: .84rem;
}
.upload-pricing-teaser__tiers li:last-child { border-bottom: none; }
.upload-pricing-teaser__sku { color: var(--muted); }
.upload-pricing-teaser__amount { font-weight: 700; color: var(--accent-dark); white-space: nowrap; }
.upload-pricing-story__lead,
.upload-pricing-story__intro { font-size: .92rem; line-height: 1.55; color: var(--muted); margin: 0 0 12px; }
.upload-pricing-detail__heading { margin: 0 0 8px; font-size: 1.15rem; color: var(--accent-dark); }
.upload-pricing-detail__lead { margin: 0 0 20px; font-size: .9rem; line-height: 1.55; color: var(--muted); }
.landing-section--tariffs-detail { margin-top: 8px; }
.landing-tiers-wrap--upload { display: flex; flex-direction: column; gap: 8px; }

body.site-page .site-footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
  color: rgba(226, 232, 240, .7);
  font-size: .85rem;
  background: rgba(15, 10, 24, .6);
}

body.site-page .site-footer a { color: #c4b5fd; }

body.upload-page { margin: 0; background: var(--bg); min-height: 100vh; padding: 24px 16px 40px; font-family: inherit; }
.upload-shell { max-width: 520px; margin: 0 auto; }
.upload-hero { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #fff; }
.upload-hero h1 { margin: 0; font-size: 1.2rem; }
.upload-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 8px 32px rgba(0, 0, 0, .2); }

.project-about { margin: 0 0 20px; padding: 22px 24px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; }
.project-about h2 { margin: 0 0 6px; font-size: 1.15rem; color: var(--accent-dark); }
.project-about .lead-mini { margin: 0 0 16px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.project-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.project-col { background: #f8fafc; border: 1px solid var(--border); border-radius: 12px; padding: 16px; }
.project-col h3 { margin: 0 0 8px; font-size: .95rem; }
.project-col ul { margin: 0; padding-left: 18px; font-size: .86rem; color: var(--muted); line-height: 1.55; }
.project-goal { margin-top: 14px; padding: 12px 14px; background: #ede9fe; border-radius: 10px; font-size: .88rem; color: var(--accent-dark); }
.project-legal-note { margin: 10px 0 0; font-size: .8rem; color: var(--muted); line-height: 1.45; }
.wb-operator-notice {
  margin: 16px 0;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: .85rem;
  line-height: 1.5;
  color: #475569;
}
.wb-operator-notice p { margin: 0; }
.wb-operator-notice a { color: var(--accent); font-weight: 600; }

.upload-card .badge { display: inline-block; background: #ede7f6; color: var(--accent); padding: 2px 8px; border-radius: 4px; font-size: .85rem; font-weight: 600; }
.upload-card .hint { font-size: .8rem; color: var(--muted); margin-top: 4px; }
.upload-card .ok { background: #e8f5e9; border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.upload-card .warn { background: #fff3e0; border-radius: 8px; padding: 12px; margin-bottom: 16px; font-size: .85rem; }
.upload-card .guide { background: #f8fafc; border-radius: 8px; padding: 14px 16px; margin: 16px 0; font-size: .88rem; border: 1px solid var(--border); }

