/*
 * Общие стили посадочных страниц услуг (slp-*).
 * Используются: /finansovyj-direktor-na-autsorse/, /diagnostika-biznesa/, /vstrecha-s-findirektorom/.
 * База — дизайн-система LP аутсорсинга финансового менеджера (css/autsorsing-finansovogo-menedzhera.css).
 */
:root {
  --slp-ink: #121827;
  --slp-muted: #5b6577;
  --slp-line: #dfe6ef;
  --slp-soft: #f5f8fb;
  --slp-blue: #335fd6;
  --slp-blue-dark: #2446a6;
  --slp-teal: #0f766e;
  --slp-green: #17845b;
  --slp-amber: #a15c07;
  --slp-rose: #9f1239;
  --slp-dark: #161c2a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.slp-section[id] {
  scroll-margin-top: 92px;
}

body.slp-lp {
  margin: 0;
  color: var(--slp-ink);
  background: #ffffff;
  font-family: var(--he-font-family, FuturaPT, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  font-size: 17px;
  line-height: 1.55;
}

body.slp-lp a {
  color: inherit;
}

body.slp-lp button,
body.slp-lp input,
body.slp-lp textarea {
  font: inherit;
}

.slp-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.slp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--slp-blue);
  border-radius: 8px;
  background: var(--slp-blue);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.slp-btn:hover {
  background: var(--slp-blue-dark);
  border-color: var(--slp-blue-dark);
  transform: translateY(-1px);
}

.slp-btn--secondary {
  background: #ffffff;
  color: var(--slp-ink);
  border-color: var(--slp-line);
}

.slp-btn--secondary:hover {
  color: #ffffff;
  border-color: var(--slp-blue-dark);
}

.slp-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99), rgba(255,255,255,0.92) 58%, rgba(245,248,251,0.86)),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.slp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(51, 95, 214, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.slp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  gap: 52px;
  align-items: center;
  padding: 72px 0 82px;
}

.slp-eyebrow {
  margin: 0 0 14px;
  color: var(--slp-blue);
  font-size: 14px;
  font-weight: 700;
}

.slp-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 750;
}

.slp-hero__lead {
  max-width: 720px;
  margin: 0 0 16px;
  color: #263044;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 600;
}

.slp-hero__text {
  max-width: 720px;
  margin: 0 0 22px;
  color: #3a4357;
}

.slp-hero__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 26px;
}

.slp-hero__points div {
  padding: 16px;
  border: 1px solid var(--slp-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(27, 34, 51, 0.06);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.slp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.slp-hero__note {
  margin: 18px 0 0;
  color: var(--slp-muted);
  font-size: 15px;
}

.slp-hero__offer {
  display: grid;
  gap: 14px;
}

.slp-sheet,
.slp-hero-card,
.slp-fit-grid li,
.slp-task-grid article,
.slp-benefit,
.slp-side-box,
.slp-steps li,
.slp-price-factors article,
.slp-price-table,
.slp-price-includes,
.slp-compare,
.slp-cases article,
.slp-related a,
.slp-faq details,
.slp-final__panel {
  border: 1px solid var(--slp-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(27, 34, 51, 0.1);
}

.slp-sheet {
  padding: 18px;
  overflow: hidden;
}

.slp-sheet__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--slp-muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.slp-sheet__top strong {
  color: var(--slp-ink);
}

.slp-sheet__tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.slp-sheet__tabs span {
  padding: 7px 10px;
  border-radius: 6px 6px 0 0;
  background: #e8f3ef;
  color: #13533d;
  font-size: 13px;
  font-weight: 700;
}

.slp-sheet__table {
  display: grid;
  grid-template-columns: 1.05fr repeat(3, 0.8fr);
  border-top: 1px solid #c7d5e7;
  border-left: 1px solid #c7d5e7;
  background: #ffffff;
}

.slp-sheet__table > * {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-right: 1px solid #c7d5e7;
  border-bottom: 1px solid #c7d5e7;
  color: #273348;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
}

.slp-sheet__table b {
  background: #f1f5fb;
  font-weight: 700;
}

.slp-sheet__table i {
  background: #ffffff;
}

.slp-sheet__table em {
  background: #e9f7f0;
  color: #13734f;
  font-weight: 700;
}

.slp-sheet__table em.is-warn {
  background: #fdf1e3;
  color: #92510a;
}

.slp-hero-card {
  padding: 24px 26px;
  border-top: 5px solid var(--slp-green);
}

.slp-hero-card strong {
  display: block;
  color: var(--slp-green);
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.slp-hero-card p {
  margin: 10px 0 0;
  color: var(--slp-muted);
}

.slp-section {
  padding: 86px 0;
}

.slp-section__head {
  max-width: 820px;
  margin-bottom: 34px;
}

.slp-section__head h2,
.slp-split h2,
.slp-final h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.13;
}

.slp-section--first {
  padding-top: 70px;
}

.slp-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-fit-grid li {
  padding: 22px 24px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.slp-section--soft {
  background: var(--slp-soft);
}

.slp-task-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.slp-task-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.slp-task-grid article {
  padding: 24px;
}

.slp-task-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--slp-teal);
  font-weight: 750;
}

.slp-task-grid article:nth-child(2) span {
  color: var(--slp-blue);
}

.slp-task-grid article:nth-child(3) span {
  color: var(--slp-amber);
}

.slp-task-grid article:nth-child(4) span {
  color: var(--slp-rose);
}

.slp-task-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18;
}

.slp-task-grid p {
  margin: 0;
  color: #3a4357;
}

.slp-task-grid ul,
.slp-benefit ul,
.slp-split ul,
.slp-side-box ul {
  margin: 0;
  padding-left: 20px;
  color: #3a4357;
}

.slp-task-grid li,
.slp-benefit li,
.slp-split li,
.slp-side-box li {
  margin-bottom: 7px;
}

.slp-benefit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 40px;
  padding: 32px 34px;
  margin-bottom: 18px;
}

.slp-benefit h3 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.15;
}

.slp-benefit p {
  margin: 0 0 10px;
  color: #3a4357;
}

.slp-benefit__highlight {
  align-self: center;
  padding: 22px 24px;
  border-left: 4px solid var(--slp-green);
  border-radius: 6px;
  background: #f2faf6;
}

.slp-benefit__highlight p {
  margin: 0 0 10px;
  color: #1f3b30;
}

.slp-benefit__highlight p:last-child {
  margin-bottom: 0;
}

.slp-section--dark {
  color: #ffffff;
  background: var(--slp-dark);
}

.slp-section--dark .slp-eyebrow {
  color: #94d5cf;
}

.slp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 54px;
  align-items: center;
}

.slp-split h2 {
  margin-bottom: 18px;
}

.slp-split p {
  margin: 0 0 12px;
}

.slp-split--light p {
  color: #3a4357;
}

.slp-split__closing {
  margin: 26px 0 0 !important;
  font-size: 21px;
  line-height: 1.4;
}

.slp-side-box {
  padding: 28px 30px;
  border-top: 5px solid var(--slp-blue);
}

.slp-side-box p {
  margin: 0 0 12px;
  font-weight: 700;
  color: var(--slp-ink);
}

.slp-section--dark .slp-side-box {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.slp-section--dark .slp-side-box p {
  color: #ffffff;
}

.slp-section--dark .slp-side-box ul {
  color: #cdd6e4;
}

.slp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-steps li {
  padding: 22px 24px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
}

.slp-steps li p {
  margin: 8px 0 0;
  color: var(--slp-muted);
  font-size: 15px;
  font-weight: 400;
}

.slp-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--slp-blue);
  font-weight: 750;
}

.slp-price__intro {
  margin: 14px 0 0;
  color: #3a4357;
}

.slp-price-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.slp-price-factors article {
  padding: 24px;
}

.slp-price-factors h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.slp-price-factors p {
  margin: 0;
  color: #3a4357;
}

.slp-price-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 14px;
  align-items: stretch;
}

.slp-price-table,
.slp-price-includes {
  padding: 28px 30px;
}

.slp-price-table {
  border-top: 5px solid var(--slp-green);
}

.slp-price-table h3,
.slp-price-includes h3 {
  margin: 0 0 16px;
  font-size: 24px;
}

.slp-price-table p {
  margin: 0 0 14px;
  color: #3a4357;
}

.slp-price-table .slp-btn {
  width: 100%;
}

.slp-price-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-price-includes li {
  position: relative;
  padding: 10px 0 10px 32px;
  border-bottom: 1px solid var(--slp-line);
}

.slp-price-includes li:last-child {
  border-bottom: 0;
}

.slp-price-includes li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--slp-green);
  font-weight: 800;
}

.slp-check-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.slp-check-list li {
  position: relative;
  padding: 10px 0 10px 32px;
  border-bottom: 1px solid var(--slp-line);
}

.slp-check-list li:last-child {
  border-bottom: 0;
}

.slp-check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--slp-green);
  font-weight: 800;
}

.slp-link-more {
  display: inline-block;
  margin-top: 16px;
  color: var(--slp-blue) !important;
  font-weight: 700;
  text-decoration: none;
}

.slp-link-more:hover {
  text-decoration: underline;
}

.slp-compare {
  overflow: hidden;
}

.slp-compare table {
  width: 100%;
  border-collapse: collapse;
}

.slp-compare th,
.slp-compare td {
  padding: 16px 22px;
  border-bottom: 1px solid var(--slp-line);
  text-align: left;
  vertical-align: top;
}

.slp-compare tr:last-child td {
  border-bottom: 0;
}

.slp-compare thead th {
  background: var(--slp-soft);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--slp-muted);
}

.slp-compare thead th:last-child {
  color: var(--slp-green);
}

.slp-compare td:first-child {
  font-weight: 700;
  white-space: nowrap;
}

.slp-compare td:last-child {
  background: #f7fcf9;
}

.slp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slp-chips li {
  padding: 12px 20px;
  border: 1px solid var(--slp-line);
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(27, 34, 51, 0.06);
  font-size: 16px;
  font-weight: 600;
}

.slp-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.slp-cases article {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-top: 5px solid var(--slp-teal);
}

.slp-cases article:nth-child(2) {
  border-top-color: var(--slp-blue);
}

.slp-cases article:nth-child(3) {
  border-top-color: var(--slp-amber);
}

.slp-cases .slp-case__tag {
  margin: 0 0 12px;
  color: var(--slp-muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.slp-cases h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.slp-cases p {
  margin: 0 0 18px;
  color: #3a4357;
}

.slp-cases a {
  margin-top: auto;
  color: var(--slp-blue);
  font-weight: 700;
  text-decoration: none;
}

.slp-cases a:hover {
  text-decoration: underline;
}

.slp-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.slp-related a {
  display: block;
  padding: 24px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.slp-related a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(27, 34, 51, 0.14);
}

.slp-related h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.2;
  color: var(--slp-blue);
}

.slp-related p {
  margin: 0;
  color: #3a4357;
}

.slp-hero__grid.slp-hero__grid--single {
  grid-template-columns: 1fr;
}

.slp-tag {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 100px;
  background: #e9f7f0;
  color: #13734f;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.slp-catalog-section + .slp-catalog-section:not(.slp-section--soft) {
  padding-top: 0;
}

.slp-faq {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.slp-faq details {
  padding: 0 26px;
}

.slp-faq summary {
  padding: 20px 30px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

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

.slp-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--slp-blue);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.slp-faq details[open] summary::after {
  content: "−";
}

.slp-faq details p {
  margin: 0 0 20px;
  color: #3a4357;
}

.slp-section--final {
  background: #f9f5ee;
}

.slp-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 46px;
  align-items: center;
}

.slp-final h2 {
  margin-bottom: 18px;
}

.slp-final p {
  margin: 0 0 14px;
  color: #3a4357;
}

.slp-final__panel {
  padding: 26px;
  border-top: 5px solid var(--slp-green);
}

.slp-final__panel > strong {
  display: block;
  color: var(--slp-green);
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
}

.slp-final__panel p {
  margin: 12px 0 20px;
  color: var(--slp-muted);
}

.slp-final__panel .slp-btn {
  width: 100%;
}

.slp-footer {
  padding: 52px 0 28px;
  color: #d8dfeb;
  background: #121722;
}

.slp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

.slp-footer__logo {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}

.slp-footer__logo span {
  color: #7b75f0;
}

.slp-footer p {
  margin: 18px 0 0;
  color: #aeb8ca;
}

.slp-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.slp-footer a {
  color: #d8dfeb;
  text-decoration: none;
}

.slp-footer a:hover {
  color: #ffffff;
}

.slp-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #9da8bb;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .slp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
    gap: 30px;
  }

  .slp-hero h1 {
    font-size: 38px;
  }

  .slp-fit-grid,
  .slp-task-grid,
  .slp-steps,
  .slp-cases,
  .slp-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .slp-container {
    width: min(100% - 28px, 720px);
  }

  .slp-hero__grid,
  .slp-benefit,
  .slp-split,
  .slp-price-wrap,
  .slp-final,
  .slp-footer__grid {
    grid-template-columns: 1fr;
  }

  .slp-hero__grid {
    padding: 52px 0 62px;
  }

  .slp-hero h1,
  .slp-section__head h2,
  .slp-split h2,
  .slp-final h2 {
    font-size: 34px;
  }

  .slp-hero__lead {
    font-size: 20px;
  }

  .slp-section {
    padding: 64px 0;
  }

  .slp-split {
    gap: 30px;
  }

  .slp-final {
    gap: 24px;
  }

  .slp-compare {
    overflow-x: auto;
  }

  .slp-compare table {
    min-width: 640px;
  }
}

@media (max-width: 620px) {
  body.slp-lp {
    font-size: 16px;
  }

  .slp-hero__grid {
    padding: 40px 0 50px;
  }

  .slp-hero h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .slp-hero__lead {
    font-size: 18px;
  }

  .slp-hero__points,
  .slp-fit-grid,
  .slp-task-grid,
  .slp-steps,
  .slp-cases,
  .slp-related,
  .slp-price-factors {
    grid-template-columns: 1fr;
  }

  .slp-actions {
    align-items: stretch;
    width: 100%;
  }

  .slp-btn {
    width: 100%;
    min-height: 50px;
    white-space: normal;
  }

  .slp-sheet {
    padding: 12px;
  }

  .slp-sheet__top {
    display: grid;
    gap: 4px;
  }

  .slp-sheet__tabs {
    overflow: auto;
    padding-bottom: 2px;
  }

  .slp-sheet__table > * {
    min-height: 38px;
    padding: 7px 6px;
    font-size: 12px;
  }

  .slp-section__head h2,
  .slp-split h2,
  .slp-final h2 {
    font-size: 28px;
  }

  .slp-benefit {
    padding: 22px;
    gap: 20px;
  }

  .slp-price-table,
  .slp-price-includes,
  .slp-side-box {
    padding: 20px;
  }

  .slp-faq details {
    padding: 0 18px;
  }

  .slp-faq summary {
    font-size: 17px;
  }

  .slp-final__panel > strong {
    font-size: 30px;
  }

  .slp-footer__bottom {
    flex-direction: column;
  }
}
