/* B2B theme — зелёно-белая палитра */
body.theme-b2b {
  --cream: #f6faf8;
  --cream-dark: #ecf5f0;
  --white: #ffffff;
  --text: #1a2e24;
  --text-muted: #5a7268;
  --border: #cce3d8;
  --green-dark: #1b4332;
  --green: #2d6a4f;
  --green-mid: #40916c;
  --green-light: #52b788;
  --green-bright: #74c69d;
  --green-soft: rgba(45, 106, 79, 0.12);
  --green-glow: rgba(82, 183, 136, 0.25);
  /* алиасы для совместимости с базовыми стилями */
  --tobacco: var(--green);
  --tobacco-mid: var(--green-mid);
  --tobacco-dark: var(--green-dark);
  --tobacco-light: var(--green-light);
  --amber: var(--green-mid);
  --amber-dark: var(--green-dark);
  --amber-soft: var(--green-soft);
  --rust: var(--green-mid);
  --dark: #0d1f17;
  --dark-soft: #1b4332;
  --shadow: 0 4px 20px rgba(27, 67, 50, 0.08);
  --shadow-hover: 0 8px 28px rgba(27, 67, 50, 0.14);
  --glow: 0 0 32px var(--green-glow);
  --radius: 12px;
  --radius-sm: 8px;
  --font-display: 'Oswald', sans-serif;
  --font-serif: 'Playfair Display', serif;
  background: var(--white);
  font-size: 15px;
}

body.theme-b2b::before {
  display: block;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}

body.theme-b2b .scroll-progress__bar {
  background: linear-gradient(90deg, var(--green-mid), var(--green-bright));
  height: 3px;
}

body.theme-b2b .channel-banner { display: none; }

/* Header */
body.theme-b2b .header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(45, 106, 79, 0.06);
}

body.theme-b2b .header__top {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.88);
  border-bottom: none;
  font-size: 0.75rem;
}

body.theme-b2b .header__logo-mark {
  background: linear-gradient(135deg, var(--green-mid), var(--green-dark));
  color: var(--green-bright);
  border-radius: 8px;
  box-shadow: var(--glow);
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.84rem;
}

body.theme-b2b .header__logo {
  gap: 10px;
  letter-spacing: 0.04em;
}

body.theme-b2b .header__link {
  font-size: 0.88rem;
  font-weight: 500;
  border-radius: 8px;
  color: var(--text);
}

body.theme-b2b .header__link.is-active {
  background: var(--green-soft);
  color: var(--green-dark);
}

body.theme-b2b .header__link:hover {
  color: var(--green-mid);
}

body.theme-b2b .header__phone {
  color: var(--green-dark);
}

body.theme-b2b .header__cta {
  margin-left: 8px;
  white-space: nowrap;
}

body.theme-b2b .btn--primary {
  background: linear-gradient(135deg, var(--green-mid) 0%, var(--green-dark) 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(27, 67, 50, 0.28);
  border-radius: 8px;
  font-weight: 600;
}

body.theme-b2b .btn--primary:hover {
  background: linear-gradient(135deg, var(--green-light) 0%, var(--green-mid) 100%);
  transform: translateY(-1px);
  box-shadow: var(--shadow-hover);
}

body.theme-b2b .btn--glow {
  box-shadow: var(--glow);
}

body.theme-b2b .btn--secondary {
  background: var(--white);
  color: var(--green-dark);
  border: 1px solid var(--border);
}

body.theme-b2b .b2b-hero .btn--outline {
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  background: rgba(12, 24, 19, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

body.theme-b2b .b2b-hero .btn--outline:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff;
}

body.theme-b2b .b2b-hero .btn--ghost {
  color: #fff;
  background: rgba(12, 24, 19, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

body.theme-b2b .b2b-hero .btn--ghost:hover {
  background: rgba(12, 24, 19, 0.55);
  color: #fff;
}

body.theme-b2b .btn--outline {
  border: 1.5px solid var(--green-mid);
  color: var(--green-dark);
}

body.theme-b2b .btn--outline:hover {
  background: var(--green-soft);
  border-color: var(--green-light);
}

body.theme-b2b .btn--ghost {
  border: 1px solid var(--border);
  color: var(--green-dark);
  background: var(--cream);
}

body.theme-b2b .section--alt {
  background: var(--cream);
}

body.theme-b2b .section__label {
  color: var(--green-dark);
  background: var(--green-soft);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

body.theme-b2b .section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-dark);
}

body.theme-b2b .section__desc {
  color: var(--text-muted);
  max-width: none;
  width: 100%;
  margin-inline: 0;
}

body.theme-b2b .section { padding: 72px 0; }

body.theme-b2b .container--narrow {
  max-width: 780px;
}

/* Section heads */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-head--full {
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

.section-head--center .section__desc {
  margin-inline: auto;
}

.section-head--full .section__desc {
  margin-inline: 0;
  max-width: none;
}

body.theme-b2b .section__header .section__desc {
  max-width: none;
  margin-inline: 0;
}

.section-head__action {
  flex-shrink: 0;
  white-space: nowrap;
}

.section-note {
  margin-top: 20px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.section-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.section-foot .section-note {
  margin-top: 0;
  flex: 1;
  min-width: 200px;
}

/* B2B Hero */
.b2b-hero {
  padding: 72px 0 64px;
  border-bottom: 1px solid var(--border);
  background: #14241c;
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 78vh, 760px);
  display: flex;
  align-items: center;
}

.b2b-hero__bg {
  position: absolute;
  inset: 0;
  background:
    url('../img/hero-bg.png') center 35% / cover no-repeat;
  transform: scale(1.02);
  animation: b2b-hero-bg-drift 28s ease-in-out infinite alternate;
}

@keyframes b2b-hero-bg-drift {
  from { transform: scale(1.04) translateX(0); }
  to { transform: scale(1.08) translateX(-1.5%); }
}

.b2b-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(12, 24, 19, 0.94) 0%, rgba(12, 24, 19, 0.82) 38%, rgba(12, 24, 19, 0.45) 62%, rgba(12, 24, 19, 0.22) 100%),
    linear-gradient(180deg, rgba(12, 24, 19, 0.15) 0%, transparent 35%, rgba(12, 24, 19, 0.55) 100%);
  pointer-events: none;
}

.b2b-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 88% 40%, rgba(82, 183, 136, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 35% at 10% 80%, rgba(45, 106, 79, 0.1) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

.b2b-hero__mesh::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(105deg, #000 0%, transparent 55%);
  opacity: 0.5;
}

.b2b-hero__grid {
  display: grid;
  grid-template-columns: min(680px, 100%);
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
}

.b2b-hero .container {
  width: min(1280px, 100% - 32px);
  margin-inline: auto;
}

.b2b-hero__content {
  padding: 36px 38px 40px;
  border-radius: var(--radius);
  background: rgba(12, 24, 19, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.b2b-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.b2b-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.b2b-badge--accent {
  background: rgba(116, 198, 157, 0.22);
  border-color: rgba(116, 198, 157, 0.45);
  color: #d4f5e4;
}

.b2b-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.b2b-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.b2b-pill {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 16px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  min-width: 88px;
}

.b2b-pill__val {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--green-mid);
  line-height: 1.1;
}

.b2b-pill__lbl {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.b2b-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin-bottom: 10px;
  max-width: 580px;
}

.b2b-hero__lead:last-of-type {
  margin-bottom: 0;
}

.b2b-hero__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
  max-width: 100%;
}

.b2b-hero__actions .btn {
  min-height: 50px;
  padding: 14px 20px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .b2b-hero__actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .b2b-hero__actions .btn:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .b2b-hero__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .b2b-hero__actions .btn {
    width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .b2b-hero__actions .btn:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-hero__bg {
    animation: none;
    transform: none;
  }
}

.b2b-hero-visual {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.b2b-hero-visual--sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 16px);
}

.b2b-hero-visual__frame {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-hover);
  background: linear-gradient(145deg, #2d4a38 0%, #1a2e24 100%);
  aspect-ratio: 3 / 4;
}

.b2b-hero-visual__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(116, 198, 157, 0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

.b2b-hero-visual__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.b2b-hero-showcase {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-hover);
  overflow: hidden;
}

.b2b-hero-showcase--sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 16px);
}

.b2b-hero-showcase__visual {
  position: relative;
  padding: 28px 24px 22px;
  background:
    radial-gradient(ellipse 80% 70% at 80% 20%, rgba(82, 183, 136, 0.22) 0%, transparent 60%),
    linear-gradient(145deg, #2d4a38 0%, #1a2e24 55%, #243b2f 100%);
  color: var(--green-soft);
  overflow: hidden;
}

.b2b-hero-showcase__leaf {
  position: absolute;
  right: -8px;
  top: -12px;
  width: 110px;
  height: 110px;
  color: #52b788;
  pointer-events: none;
}

.b2b-hero-showcase__blend-types {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.b2b-hero-showcase__blend-types span {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

.b2b-hero-showcase__body {
  padding: 22px 24px 24px;
}

.b2b-hero-showcase__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-mid);
  background: var(--green-soft);
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.b2b-hero-showcase h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.b2b-hero-showcase__lead {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.b2b-hero-showcase .b2b-hero__highlights {
  margin-bottom: 18px;
}

.b2b-hero-showcase__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.b2b-hero-showcase__item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.b2b-hero-showcase__item:hover {
  border-color: rgba(64, 145, 108, 0.4);
  box-shadow: var(--shadow);
}

.b2b-hero-showcase__item-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
}

.b2b-hero-showcase__item-emoji {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border-radius: 10px;
  background: var(--cream);
}

.b2b-hero-showcase__item-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.b2b-hero-showcase__item-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.b2b-hero-showcase__item-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b2b-hero-showcase__item-tag {
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 6px;
  border-radius: 4px;
}

.b2b-hero-showcase__item-tag--hit {
  background: var(--amber);
  color: var(--dark);
}

.b2b-hero-showcase__item-tag--value {
  background: #2d5a3d;
  color: #b8e0c8;
}

.b2b-hero-showcase__item-arrow {
  flex-shrink: 0;
  font-size: 0.9rem;
  color: var(--green-mid);
  opacity: 0.6;
  transition: transform 0.2s, opacity 0.2s;
}

.b2b-hero-showcase__item:hover .b2b-hero-showcase__item-arrow {
  transform: translateX(3px);
  opacity: 1;
}

.b2b-hero-showcase__cta {
  width: 100%;
  margin-bottom: 10px;
}

.b2b-hero-showcase__link {
  display: block;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--green-mid);
  text-decoration: none;
}

.b2b-hero-showcase__link:hover {
  color: var(--green-dark);
  text-decoration: underline;
}

.b2b-form-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  background: var(--white);
  box-shadow: var(--shadow-hover);
  overflow: hidden;
}

.b2b-form-card--sticky {
  position: sticky;
  top: calc(var(--header-h, 72px) + 16px);
}

.b2b-form-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px 0;
}

.b2b-form-card__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-mid);
  background: var(--green-soft);
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.b2b-form-card h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-dark);
  margin-bottom: 0;
}

.b2b-form-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  color: var(--green-mid);
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid rgba(64, 145, 108, 0.22);
}

.b2b-form-card > p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  padding: 10px 24px 0;
  margin-bottom: 0;
}

.b2b-form-card form {
  padding: 16px 24px 24px;
}

.b2b-form-card .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.b2b-form-card .form-group { margin-bottom: 10px; }

.b2b-form-card input,
.b2b-form-card textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.b2b-form-card input:focus,
.b2b-form-card textarea:focus {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 3px var(--green-soft);
  background: var(--white);
}

.b2b-form-card textarea {
  min-height: 72px;
  resize: vertical;
}

.b2b-form-card .form-legal {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 10px;
  line-height: 1.45;
}

.b2b-form-card .form-legal a {
  color: var(--green-mid);
  text-decoration: underline;
}

/* KPI cards */
.b2b-kpi {
  padding: 32px 0;
  background: var(--cream);
}

.b2b-kpi__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.b2b-kpi__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 22px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.b2b-kpi__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--green-light);
}

.b2b-kpi__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  color: var(--green-mid);
  border-radius: 10px;
  margin-bottom: 8px;
}

.b2b-kpi__num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.b2b-kpi__label {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* Pricing cards */
.b2b-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.b2b-pricing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.b2b-pricing__card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.b2b-pricing__card--featured {
  border-color: var(--green-mid);
  box-shadow: 0 8px 32px rgba(27, 67, 50, 0.14);
  transform: scale(1.02);
}

.b2b-pricing__card--featured:hover {
  transform: scale(1.02) translateY(-2px);
}

.b2b-pricing__badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--green-mid);
  color: #fff;
  white-space: nowrap;
}

.b2b-pricing__tier {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  margin-bottom: 16px;
}

.b2b-pricing__list {
  list-style: none;
  flex: 1;
  margin-bottom: 16px;
}

.b2b-pricing__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 8px;
}

.b2b-pricing__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-light);
}

.b2b-pricing__ship {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--green-mid);
}

/* Catalog panel */
.catalog-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.catalog-panel__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 20px;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.catalog-panel__bar--filters {
  justify-content: flex-start;
}

.catalog-panel__bar--filters .catalog-filters {
  width: 100%;
}

body.theme-b2b .page-hero__lead {
  max-width: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Catalog page — тексты на всю ширину .container, не на весь экран */
body.theme-b2b.page-catalog .page-hero__title,
body.theme-b2b.page-catalog .page-hero__lead,
body.theme-b2b.page-catalog .section__title,
body.theme-b2b.page-catalog .section__desc,
body.theme-b2b.page-catalog .page-prose,
body.theme-b2b.page-catalog .catalog-seo {
  max-width: none;
}

body.theme-b2b.page-catalog .section__header {
  align-items: flex-start;
  text-align: left;
}

body.theme-b2b.page-catalog .section__title::after {
  margin-left: 0;
  margin-right: auto;
}

body.theme-b2b.page-catalog .page-prose ul {
  margin: 0 0 20px 1.25em;
  color: var(--text-muted);
  line-height: 1.65;
}

body.theme-b2b .page-prose ul li {
  margin-bottom: 8px;
}

body.theme-b2b .page-prose ul li strong {
  color: var(--green-dark);
}

/* Catalog page — отступ hero → каталог */
body.theme-b2b.page-catalog .page-hero--catalog {
  padding-bottom: 36px;
}

body.theme-b2b.page-catalog .catalog-page {
  padding-top: 56px;
  padding-bottom: 72px;
}

body.theme-b2b.page-catalog .catalog-page .pack-card {
  margin-top: 40px;
}

/* Catalog SEO block */
.catalog-seo-section {
  padding-top: 64px;
  padding-bottom: 72px;
}

.catalog-seo {
  max-width: none;
}

.catalog-seo__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}

.catalog-seo__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--green-dark);
  margin: 0;
}

.catalog-seo__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.catalog-seo__block {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow);
}

.catalog-seo__block:first-child {
  grid-column: 1 / -1;
}

.catalog-seo__block--highlight {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, var(--white) 0%, var(--cream) 100%);
  border-color: var(--green-light);
  box-shadow: var(--shadow-hover);
}

.catalog-seo__block:last-child {
  grid-column: 1 / -1;
}

.catalog-seo__heading {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 3px solid var(--green-mid);
  line-height: 1.35;
}

.catalog-seo__block p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.catalog-seo__block p:last-child {
  margin-bottom: 0;
}

.catalog-seo__block a {
  color: var(--green-mid);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.catalog-seo__block a:hover {
  color: var(--green-dark);
}

.catalog-seo__note {
  font-weight: 500;
  color: var(--text) !important;
  margin-top: 4px !important;
}

.catalog-seo__chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 4px;
}

.catalog-seo__chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.catalog-seo__chip strong {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.catalog-seo__chip span {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.catalog-seo__warn {
  margin-top: 16px !important;
  padding: 12px 14px;
  background: rgba(27, 67, 50, 0.06);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--green-mid);
  font-size: 0.85rem !important;
  color: var(--text) !important;
}


body.theme-b2b .page-hero--compact {
  padding-bottom: 24px;
}

/* Product page */
.product-page {
  display: grid;
  grid-template-columns: minmax(280px, 44%) 1fr;
  gap: 48px;
  align-items: start;
}

.product-page__gallery {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.product-page__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-page__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--green-dark);
  color: #fff;
}

.product-page__tag--hit { background: var(--green-mid); }
.product-page__tag--new { background: #2563eb; }
.product-page__tag--value { background: #d97706; }

.product-page__type {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--green-soft);
  color: var(--green-dark);
}

.product-page__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-page__blend {
  color: var(--green-mid);
  font-weight: 500;
  margin-bottom: 14px;
}

.product-page__lead {
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 24px;
}

.product-page__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.product-page__stat {
  padding: 18px 20px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.product-page__stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.product-page__price {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green-dark);
  margin-bottom: 4px;
}

.product-page__per100 {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.product-page__text {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.product-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.accessory-page__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  color: var(--green-dark);
  background: linear-gradient(145deg, var(--cream) 0%, var(--cream-dark) 100%);
}

body.theme-b2b .accessory-card__title a:hover { color: var(--green-mid); }

/* Thank you page */
.thanks-page {
  padding: 56px 0 72px;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

.thanks-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 36px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.thanks-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--green-light) 0%, var(--green-mid) 100%);
  box-shadow: var(--glow);
}

.thanks-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}

.thanks-notice {
  margin-bottom: 28px;
  padding: 20px 22px;
  text-align: left;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  line-height: 1.65;
}

.thanks-notice__label {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.thanks-notice strong {
  color: var(--green-dark);
  font-weight: 600;
}

.thanks-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.thanks-btn {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.thanks-btn__icon {
  flex-shrink: 0;
}

.thanks-card__sorry {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.thanks-channel {
  margin-bottom: 28px;
  padding: 18px 20px;
  background: var(--green-soft);
  border-radius: var(--radius-sm);
  text-align: left;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.thanks-channel .btn {
  margin-top: 12px;
}

.thanks-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.thanks-card__phone {
  width: 100%;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green-dark);
  text-decoration: none;
  margin-bottom: 4px;
}

.thanks-card__phone:hover {
  color: var(--green-mid);
}

@media (max-width: 640px) {
  .thanks-card {
    padding: 28px 20px;
  }
}

.product-related {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.product-related .section__title {
  margin-bottom: 28px;
}

.catalog-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

body.theme-b2b .product-card__name a,
body.theme-b2b .hit-card__name a {
  color: inherit;
  text-decoration: none;
}

body.theme-b2b .product-card__name a:hover,
body.theme-b2b .hit-card__name a:hover {
  color: var(--green-mid);
}

body.theme-b2b a.product-card__img,
body.theme-b2b a.hit-card__visual {
  display: block;
  text-decoration: none;
  color: inherit;
}


.catalog-panel__bar .catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.catalog-panel__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.78rem;
  color: var(--text-muted);
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.catalog-panel__meta span:first-child {
  font-weight: 600;
  color: var(--green-dark);
}

.catalog-panel .price-table-wrap {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.catalog-panel__grid {
  padding: 20px;
  background: var(--white);
}

.catalog-panel__grid .catalog-grid {
  gap: 18px;
}

/* Product cards — green theme */
body.theme-b2b .product-card {
  border-color: var(--border);
  box-shadow: var(--shadow);
}

body.theme-b2b .product-card:hover {
  border-color: var(--green-light);
  box-shadow: var(--shadow-hover);
}

body.theme-b2b .product-card::after {
  background: linear-gradient(135deg, rgba(82, 183, 136, 0.18), transparent);
}

body.theme-b2b .product-card__price {
  color: var(--green-dark);
}

body.theme-b2b .product-card__tag--hit {
  background: var(--green-mid);
  color: #fff;
}

body.theme-b2b .strength__fill {
  background: linear-gradient(90deg, var(--green-mid), var(--green-bright));
}

/* Hits section */
body.theme-b2b .section--hits {
  background: linear-gradient(180deg, var(--green-dark) 0%, #0d2818 100%);
  color: #fff;
}

body.theme-b2b .section--hits .section__title {
  color: #fff;
}

body.theme-b2b .section--hits .section__label {
  background: rgba(255, 255, 255, 0.12);
  color: var(--green-bright);
}

body.theme-b2b .hit-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(116, 198, 157, 0.25);
}

body.theme-b2b .hit-card__name,
body.theme-b2b .hit-card__price {
  color: #fff;
}

body.theme-b2b .hit-card__blend,
body.theme-b2b .hit-card__per {
  color: rgba(255, 255, 255, 0.7);
}

/* Packaging SEO block — pack-card */
.pack-card {
  margin-top: 36px;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--white) 0%, var(--cream) 100%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.pack-card__layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  align-items: stretch;
}

.pack-card__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 32px;
  background: linear-gradient(180deg, var(--green-dark) 0%, var(--green) 100%);
  color: #fff;
  min-width: 140px;
}

.pack-card__aside .ui-icon {
  background: rgba(255, 255, 255, 0.12);
  color: var(--green-bright);
  border-color: rgba(255, 255, 255, 0.2);
}

.pack-card__tag {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green-bright);
  opacity: 0.9;
}

.pack-card__body {
  padding: 28px 32px;
  text-align: left;
}

.pack-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  margin-bottom: 12px;
}

.pack-card__text {
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: none;
}

.pack-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.pack-card__feat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--green-dark);
}

.pack-card__feat .ui-icon {
  background: var(--green-soft);
  color: var(--green-mid);
}

/* Benefits */
body.theme-b2b .benefit {
  background: var(--white);
  border-color: var(--border);
}

body.theme-b2b .benefits-cta {
  color: var(--green-dark);
  font-weight: 600;
}

body.theme-b2b .set-card::before {
  background: linear-gradient(90deg, var(--green-dark), var(--green-mid), var(--green-bright));
}

body.theme-b2b .advantage-card::before {
  background: linear-gradient(90deg, var(--green-mid), var(--green-bright));
}

body.theme-b2b .guide-item.open .guide-item__head {
  background: var(--green-soft);
  color: var(--green-dark);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.price-table thead {
  background: linear-gradient(180deg, var(--cream-dark) 0%, var(--cream) 100%);
  border-bottom: 2px solid var(--green-mid);
}

.price-table th {
  padding: 12px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green-dark);
  white-space: nowrap;
}

.price-table td {
  padding: 12px 14px;
  border-top: 1px solid var(--border);
  vertical-align: middle;
}

.price-table tbody tr:hover {
  background: var(--green-soft);
}

.price-table__name {
  font-weight: 600;
  color: var(--green-dark);
}

.price-table__name small {
  display: block;
  font-weight: 400;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.price-table__tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: 4px;
  background: var(--cream-dark);
  color: var(--green-dark);
  margin-left: 6px;
  vertical-align: middle;
}

.price-table__tag--hit {
  background: var(--green-mid);
  color: #fff;
}

.price-table__tag--new {
  background: var(--green-bright);
  color: var(--green-dark);
}

.price-table__price {
  font-weight: 700;
  white-space: nowrap;
  color: var(--green-dark);
}

.price-table__muted {
  color: var(--text-muted);
  font-size: 0.82rem;
}

body.theme-b2b .catalog-filter {
  border-radius: 999px;
  font-size: 0.82rem;
  border: 1px solid var(--border);
  background: var(--white);
  color: var(--green-dark);
}

body.theme-b2b .catalog-filter.is-active {
  background: var(--green-mid);
  color: #fff;
  border-color: var(--green-mid);
}

body.theme-b2b .catalog-search__input {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--white);
}

body.theme-b2b .catalog-search__input:focus {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 3px var(--green-soft);
}

/* Delivery steps — cards */
.b2b-steps--cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border: none;
  border-radius: 0;
  overflow: visible;
  margin-top: 0;
  box-shadow: none;
  background: transparent;
}

.b2b-step {
  position: relative;
  padding: 24px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.b2b-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: var(--green-light);
}

.b2b-step__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--green-mid), var(--green-dark));
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.b2b-step__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--green-dark);
  margin-bottom: 8px;
}

.b2b-step__text {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-muted);
}

/* Teaser cards */
.b2b-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 0;
}

.b2b-teaser__card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.b2b-teaser__card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
  border-color: var(--green-light);
}

.b2b-teaser__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-soft);
  color: var(--green-mid);
  border-radius: 14px;
  margin-bottom: 16px;
}

.b2b-teaser__card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  margin-bottom: 10px;
}

.b2b-teaser__card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Bottom CTA */
body.theme-b2b .section--cta {
  padding-bottom: 72px;
}

.b2b-cta {
  position: relative;
  background: linear-gradient(135deg, var(--green-dark) 0%, #0d2818 55%, #122a1c 100%);
  border-radius: calc(var(--radius) + 4px);
  color: #fff;
  box-shadow: var(--shadow-hover);
  border: 1px solid rgba(116, 198, 157, 0.28);
  overflow: hidden;
  isolation: isolate;
}

.b2b-cta__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 12% 85%, rgba(116, 198, 157, 0.22) 0%, transparent 55%),
    radial-gradient(circle at 88% 15%, rgba(82, 183, 136, 0.14) 0%, transparent 45%);
  pointer-events: none;
  z-index: 0;
}

.b2b-cta__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 36%) 1fr;
  align-items: stretch;
  min-height: 440px;
}

.b2b-cta__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 28px 32px;
  background: linear-gradient(180deg, rgba(116, 198, 157, 0.08) 0%, rgba(0, 0, 0, 0.12) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.b2b-cta__frame {
  position: relative;
  width: min(240px, 72%);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  padding: 4px;
  background: linear-gradient(145deg, var(--green-bright), var(--green-mid), var(--green-dark));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(116, 198, 157, 0.2);
}

.b2b-cta__frame::before {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(116, 198, 157, 0.4) 0%, transparent 65%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.b2b-cta__frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 12%;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.b2b-cta__operator {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  text-align: center;
}

.b2b-cta__operator strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.b2b-cta__operator span {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
}

.b2b-cta__online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 7px 14px 7px 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.b2b-cta__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
  animation: b2b-pulse 2s ease-in-out infinite;
}

@keyframes b2b-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.92); }
}

.b2b-cta__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 44px 48px 44px 40px;
}

.b2b-cta__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 16px;
  margin-bottom: 16px;
  background: var(--green-bright);
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(116, 198, 157, 0.35);
}

.b2b-cta__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}

.b2b-cta__lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
  max-width: 52ch;
}

.b2b-cta__perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.b2b-cta__perks li {
  position: relative;
  padding-left: 26px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.45;
}

.b2b-cta__perks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: var(--green-bright);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat;
}

.b2b-cta__form {
  margin-top: auto;
  max-width: 480px;
}

.b2b-cta__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.b2b-cta__form .form-group {
  margin-bottom: 0;
}

.b2b-cta__form input {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.b2b-cta__form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.b2b-cta__form input:focus {
  border-color: var(--green-bright);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(116, 198, 157, 0.22);
  outline: none;
}

.b2b-cta__submit {
  width: 100%;
  padding: 14px 20px;
  font-size: 0.95rem;
}

.b2b-cta__form .btn--primary {
  background: var(--green-bright);
  color: var(--green-dark);
  font-weight: 700;
}

.b2b-cta__form .btn--primary:hover {
  background: #fff;
}

.b2b-cta__form .form-legal {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.58);
  margin-top: 12px;
  line-height: 1.45;
}

.b2b-cta__form .form-legal a {
  color: var(--green-bright);
}

/* Guide & FAQ — two columns */
body.theme-b2b .guide-list--cols,
body.theme-b2b .faq-list--cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  max-width: none;
  margin-inline: 0;
  align-items: start;
}

body.theme-b2b .guide-list--cols .guide-item,
body.theme-b2b .faq-list--cols .faq-item {
  margin-bottom: 0;
  height: fit-content;
}

/* FAQ */
body.theme-b2b .faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
  background: var(--white);
}

body.theme-b2b .faq-item__q {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--green-dark);
}

body.theme-b2b .faq-item__q:hover {
  color: var(--green-mid);
}

body.theme-b2b .faq-item__a p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Footer */
body.theme-b2b .footer {
  background: linear-gradient(180deg, var(--green-dark) 0%, var(--dark) 100%);
  color: rgba(255, 255, 255, 0.78);
  border-top: 3px solid var(--green-bright);
}

body.theme-b2b .footer__logo span {
  background: linear-gradient(135deg, var(--green-mid), var(--green-dark));
  color: var(--green-bright);
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(116, 198, 157, 0.2);
}

body.theme-b2b .footer__logo {
  color: #fff;
  gap: 10px;
}

body.theme-b2b .footer a:hover {
  color: var(--green-bright);
}

body.theme-b2b .cta-block {
  background: linear-gradient(135deg, var(--green-mid) 0%, var(--green-dark) 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow-hover);
  border: 1px solid rgba(116, 198, 157, 0.35);
}

body.theme-b2b .cta-block::before,
body.theme-b2b .cta-block::after { display: none; }

body.theme-b2b .page-hero {
  padding: 48px 0 40px;
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(82, 183, 136, 0.12) 0%, transparent 50%),
    var(--cream);
  border-bottom: 1px solid var(--border);
}

body.theme-b2b .page-hero .container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.theme-b2b .page-hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-dark);
  max-width: 720px;
}

body.theme-b2b .breadcrumbs a {
  color: var(--green-mid);
}

body.theme-b2b .breadcrumbs a:hover {
  color: var(--green-dark);
}

body.theme-b2b .mobile-menu {
  background: var(--white);
  border-left: 1px solid var(--border);
  box-shadow: -12px 0 40px rgba(13, 31, 23, 0.12);
}

body.theme-b2b.menu-open::after {
  background: rgba(13, 31, 23, 0.35);
}

body.theme-b2b .mobile-menu__brand span {
  color: var(--green-bright);
}

body.theme-b2b .mobile-menu__nav > a {
  color: var(--text);
  border-bottom-color: var(--border);
}

body.theme-b2b .mobile-menu__nav > a:hover {
  color: var(--green-mid);
}

body.theme-b2b .mobile-menu__label {
  color: var(--text-muted);
}

body.theme-b2b .mobile-menu__sub a {
  color: var(--text-muted);
  border-bottom-color: var(--border);
}

body.theme-b2b .mobile-menu__sub a:hover {
  color: var(--green-mid);
}

body.theme-b2b .mobile-menu__phone {
  color: var(--green-dark);
}

body.theme-b2b .mobile-menu__note {
  color: var(--text-muted);
}

body.theme-b2b .mobile-menu__cart.btn--outline {
  border-color: var(--border);
  color: var(--green-dark);
}

body.theme-b2b .header__burger {
  background: var(--green-dark);
}

body.theme-b2b .header__burger span {
  background: #fff;
}

body.theme-b2b .age-gate {
  background: rgba(13, 31, 23, 0.92);
}

body.theme-b2b .age-gate__logo {
  font-family: var(--font-display);
  color: var(--green-mid);
}

body.theme-b2b .age-gate__warn {
  color: var(--green-light);
}

body.theme-b2b .promo-card {
  border-color: var(--border);
  background: var(--white);
}

body.theme-b2b .promo-card:hover {
  border-color: var(--green-light);
  box-shadow: var(--shadow-hover);
}

body.theme-b2b .promo-card__price {
  color: var(--green-dark);
}

body.theme-b2b .back-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background: linear-gradient(135deg, var(--green-light) 0%, var(--green-mid) 100%);
  color: #fff;
  border: none;
  box-shadow: var(--glow);
}

body.theme-b2b .back-top:hover {
  background: var(--green-light);
}

body.theme-b2b .header__dropdown-menu {
  border-color: var(--border);
  background: var(--white);
}

body.theme-b2b .hit-card__actions .btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.hit-card .product-card__weights-label {
  color: rgba(255, 255, 255, 0.55);
}

.hit-card .product-card__weight-btn {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
}

.hit-card .product-card__weight-btn:hover {
  border-color: rgba(116, 198, 157, 0.45);
  color: var(--white);
}

.hit-card .product-card__weight-btn.is-active {
  background: rgba(116, 198, 157, 0.22);
  border-color: rgba(116, 198, 157, 0.5);
  color: var(--white);
}

body.theme-b2b .header__cart {
  border-color: var(--border);
  background: var(--white);
  color: var(--green-dark);
}

body.theme-b2b .header__cart:hover {
  background: var(--green-soft);
  border-color: rgba(64, 145, 108, 0.45);
  color: var(--green-mid);
}

.cart-page__empty {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 24px;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  background: var(--white);
}

.cart-page__empty p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.cart-page__placeholder {
  min-height: 220px;
}

@media (max-width: 960px) {
  body.theme-b2b .section { padding: 56px 0; }
  .b2b-hero {
    padding: 48px 0 40px;
    min-height: clamp(480px, 70vh, 640px);
  }

  .b2b-hero .container {
    width: min(1280px, 100% - 24px);
  }

  .b2b-hero__content {
    padding: 24px 20px 28px;
  }

  .b2b-hero__overlay {
    background:
      linear-gradient(180deg, rgba(12, 24, 19, 0.92) 0%, rgba(12, 24, 19, 0.78) 55%, rgba(12, 24, 19, 0.5) 100%);
  }

  .b2b-hero__grid { grid-template-columns: 1fr; gap: 0; }
  .b2b-form-card--sticky,
  .b2b-hero-showcase--sticky,
  .b2b-hero-visual--sticky { position: static; }
  .b2b-form-card .form-row { grid-template-columns: 1fr; }
  .b2b-kpi__grid { grid-template-columns: 1fr 1fr; }
  .b2b-pricing { grid-template-columns: 1fr; }
  .b2b-pricing__card--featured { transform: none; }
  .b2b-pricing__card--featured:hover { transform: translateY(-2px); }
  .b2b-steps--cards { grid-template-columns: 1fr 1fr; }
  .b2b-teaser { grid-template-columns: 1fr; }
  .b2b-cta__layout { grid-template-columns: 1fr; min-height: 0; }
  .b2b-cta__visual {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 28px 24px 24px;
  }
  .b2b-cta__frame { width: min(200px, 56vw); }
  .b2b-cta__body { padding: 32px 28px 36px; }
  .b2b-cta__fields { grid-template-columns: 1fr; }
  .b2b-cta__form { max-width: none; }
  .pack-card__layout { grid-template-columns: 1fr; }
  .pack-card__aside { flex-direction: row; padding: 20px 24px; min-width: 0; }
  body.theme-b2b .guide-list--cols,
  body.theme-b2b .faq-list--cols { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .section-head__action { width: 100%; text-align: center; }
  .catalog-panel__bar { flex-direction: column; align-items: stretch; }
  .catalog-seo__body { grid-template-columns: 1fr; }
  .catalog-seo__chips { grid-template-columns: 1fr; }
  .product-page { grid-template-columns: 1fr; gap: 32px; }
  .product-page__stats { grid-template-columns: 1fr; }
  body.theme-b2b .header__cta { display: none; }
}

@media (max-width: 640px) {
  .b2b-hero { padding: 40px 0 36px; }
  .b2b-hero__highlights { display: grid; grid-template-columns: repeat(3, 1fr); }
  .b2b-pill { min-width: 0; padding: 8px 10px; }
  .b2b-hero-showcase__item-meta { white-space: normal; }
  .b2b-kpi__grid { grid-template-columns: 1fr; }
  .b2b-steps--cards { grid-template-columns: 1fr; }

  .price-table thead { display: none; }
  .price-table tbody tr {
    display: block;
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
  }
  .price-table tbody tr:last-child { border-bottom: none; }
  .price-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border: none;
    padding: 6px 14px;
  }
  .price-table td::before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--text-muted);
    flex-shrink: 0;
  }
  .price-table td.price-table__action::before { display: none; }
  .price-table td.price-table__action {
    justify-content: flex-start;
    padding-top: 10px;
  }
}
