@charset "UTF-8";
/* Страница /b2b — корпоративное тестирование.
   Подключается только на этой странице. Опирается на токены из main.css. */

.b2b-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 32px 44px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.b2b-hero .over {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-bottom: 14px;
}
.b2b-hero h1 {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
}
.b2b-hero h1 em {
  font-style: italic;
  color: var(--accent-ink);
}
.b2b-hero .lead {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 28px;
}
.b2b-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 14px 26px;
  border-radius: 11px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.b2b-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b2b-btn.primary {
  background: var(--plum);
  color: #fff;
}
.b2b-btn.primary:hover {
  background: var(--accent-ink);
}
.b2b-btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line-2);
}
.b2b-btn.ghost:hover {
  border-color: var(--accent);
}

/* карточка-схема справа */
.b2b-panel {
  background: var(--plum-deep);
  border-radius: 20px;
  padding: 30px 28px;
  color: #fff;
}
.b2b-panel .ph {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}
.b2b-step {
  display: flex;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.b2b-step:first-of-type {
  border-top: none;
  padding-top: 0;
}
.b2b-step .n {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.b2b-step .t {
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.b2b-step .d {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- секции ---------- */
.b2b-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 32px;
}
.b2b-section.alt {
  background: var(--paper-2);
  max-width: none;
}
.b2b-section-in {
  max-width: 1180px;
  margin: 0 auto;
}
.b2b-h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}
.b2b-sub {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 680px;
  margin-bottom: 34px;
}

.b2b-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.b2b-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
}
.b2b-card .ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(63, 96, 152, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.b2b-card .ic svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--accent-ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b2b-card h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 9px;
}
.b2b-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- защита от заучивания ---------- */
.b2b-fair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.b2b-fair-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2b-fair-list li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.b2b-fair-list li:first-child {
  border-top: none;
}
.b2b-fair-list li b {
  color: var(--ink);
  font-weight: 600;
}
.b2b-fair-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(47, 143, 82, 0.12);
}
.b2b-fair-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 23px;
  width: 7px;
  height: 4px;
  border-left: 1.8px solid #2f8f52;
  border-bottom: 1.8px solid #2f8f52;
  transform: rotate(-45deg);
}

/* ---------- что видит компания ---------- */
.b2b-report {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.b2b-report-head {
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--muted-2);
}
.b2b-report-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.b2b-report-row:last-child {
  border-bottom: none;
}
.b2b-report-row .nm {
  color: var(--ink);
}
.b2b-report-row .vl {
  font-family: var(--mono);
  font-weight: 500;
  color: var(--accent-ink);
  white-space: nowrap;
}
.b2b-note {
  margin-top: 18px;
  padding: 15px 18px;
  background: rgba(63, 96, 152, 0.07);
  border: 1px solid rgba(63, 96, 152, 0.18);
  border-radius: 11px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--muted);
}

/* ---------- финальный призыв ---------- */
.b2b-cta {
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 0 32px;
}
.b2b-cta-in {
  background: var(--plum);
  border-radius: 20px;
  padding: 46px 40px;
  text-align: center;
}
.b2b-cta h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}
.b2b-cta p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  max-width: 540px;
  margin: 0 auto 26px;
}
.b2b-cta .b2b-btn.primary {
  background: #fff;
  color: var(--plum);
}
.b2b-cta .b2b-btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 900px) {
  .b2b-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 36px 20px 30px;
  }
  .b2b-hero h1 {
    font-size: 34px;
  }
  .b2b-hero .lead {
    font-size: 16px;
  }
  .b2b-fair {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .b2b-section {
    padding: 40px 20px;
  }
  .b2b-h2 {
    font-size: 26px;
  }
  .b2b-sub {
    font-size: 15.5px;
  }
  .b2b-cta {
    padding: 0 20px;
  }
  .b2b-cta-in {
    padding: 32px 22px;
  }
  .b2b-cta h2 {
    font-size: 25px;
  }
}