/* ============================================================
   INDUSTRY LANDING PAGES — shared section styles
   ОСИ · НКО · Маркетплейсы · Производства
   Built on the real tokens from styles.css. Reuses vedenie-ucheta.css
   for hero / offer / audience / bento / team / stats / reviews.
   Adds two signature, non-bland sections: "Нюансы отрасли" (dark
   gradient card wall) and "Частые ошибки → как решаем" (amber/navy
   split rows). No phantom tokens.
   ============================================================ */

/* ---- local accents for these pages ---- */
:root {
  --ind-amber-bg: #FBF3E6;
  --ind-amber-line: #E0A23C;
  --ind-amber-ink: #8A5A12;
}

/* hero eyebrow tint shared with vedenie hero already handled */

/* ============================================================
   NUANCES — light "мы знаем вашу отрасль" card wall
   (light warm background to contrast with the dark hero above)
   ============================================================ */
.ind-nuances {
  position: relative;
  background: var(--bg-soft);
  padding: 72px 0;
  overflow: hidden;
}
.ind-nuances::before {
  content: '';
  position: absolute;
  top: -220px; right: -180px;
  width: 620px; height: 620px;
  background: radial-gradient(circle, var(--navy-100) 0%, transparent 65%);
  opacity: 0.7;
  pointer-events: none;
}
.ind-nuances .wrap { position: relative; z-index: 1; }
.ind-nuances .vu-head { margin-bottom: 44px; }

.ind-nuance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ind-nuance-card {
  position: relative;
  padding: 30px 28px 32px;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px -24px rgba(10, 22, 40, 0.35);
  overflow: hidden;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ind-nuance-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--navy-500), transparent 70%);
  opacity: 0;
  transition: opacity .2s ease;
}
.ind-nuance-card:hover {
  border-color: rgba(16, 83, 150, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -24px rgba(10, 22, 40, 0.45);
}
.ind-nuance-card:hover::before { opacity: 1; }
.ind-nuance-num {
  position: absolute;
  top: 22px; right: 26px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 26px;
  color: rgba(4, 44, 83, 0.22);
  line-height: 1;
}
.ind-nuance-ico {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: var(--navy-100);
  border: 1px solid rgba(16, 83, 150, 0.16);
  color: var(--navy-700);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.ind-nuance-ico svg { width: 24px; height: 24px; }
.ind-nuance-card h3 {
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--ink);
  margin-bottom: 10px;
  padding-right: 28px;
}
.ind-nuance-card p {
  font-size: 14px;
  line-height: 1.62;
  color: var(--ink-soft);
}

/* ============================================================
   RISKS — "частые ошибки → как решаем" split rows
   amber caution panel  +  filled navy solution panel
   ============================================================ */
.ind-risks { background: var(--bg); padding: 64px 0; }
.ind-risks .vu-head { margin-bottom: 40px; }

.ind-risk-list { display: flex; flex-direction: column; gap: 16px; }
.ind-risk-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px -22px rgba(10, 22, 40, 0.4);
}
.ind-risk-problem {
  position: relative;
  padding: 26px 30px 26px 34px;
  background: var(--ind-amber-bg);
}
.ind-risk-problem::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--ind-amber-line);
}
.ind-risk-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ind-amber-ink);
  margin-bottom: 11px;
}
.ind-risk-tag svg { width: 15px; height: 15px; }
.ind-risk-problem h3 {
  font-size: 17px; letter-spacing: -0.01em; line-height: 1.3;
  color: var(--ink); margin-bottom: 8px;
}
.ind-risk-problem p {
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}
.ind-risk-solution {
  position: relative;
  padding: 26px 30px;
  background: var(--navy-900);
  color: #fff;
}
.ind-risk-tag--ok { color: var(--navy-300); }
.ind-risk-solution h3 {
  font-size: 17px; letter-spacing: -0.01em; line-height: 1.3;
  color: #fff; margin-bottom: 8px;
}
.ind-risk-solution p {
  font-size: 14px; line-height: 1.6; color: var(--ink-on-dark-soft);
}

/* ============================================================
   PROCESS — "как мы начинаем работу" numbered timeline (light, no white-on-grey)
   ============================================================ */
.ind-process { background: var(--bg-soft); padding: 64px 0; }
.ind-process .vu-head { margin-bottom: 40px; }
.ind-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: indstep;
}
.ind-step {
  position: relative;
  padding: 0 28px;
  border-left: 1px solid var(--border-strong);
}
.ind-step:first-child { border-left: none; padding-left: 0; }
.ind-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--navy-900);
  color: #fff;
  font-size: 16px; font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.ind-step h3 {
  font-size: 17px; letter-spacing: -0.015em; line-height: 1.3;
  color: var(--ink); margin-bottom: 8px;
}
.ind-step p { font-size: 14px; line-height: 1.58; color: var(--ink-mute); }

/* ============================================================
   RESPONSIBLE — accent strip "ответственность по договору"
   (reuses .vu-stats-band / .hero-band markup from vedenie page)
   ============================================================ */

/* ============================================================
   INDUSTRY LINKS — clickable card wall linking the отрасли pages
   (used on vedenie-ucheta and cross-linked between industry pages)
   ============================================================ */
.ind-links {
  position: relative;
  background: var(--bg-dark);
  color: #fff;
  padding: 72px 0;
  overflow: hidden;
}
.ind-links::before {
  content: '';
  position: absolute;
  top: -200px; right: -160px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, var(--navy-700) 0%, transparent 66%);
  opacity: 0.26;
  pointer-events: none;
}
.ind-links .wrap { position: relative; z-index: 1; }
.ind-links .eyebrow { color: var(--navy-300); }
.ind-links .vu-head { margin-bottom: 44px; }
.ind-links .vu-head h2 { color: #fff; }
.ind-links .vu-head .lede { color: var(--ink-on-dark-soft); }

.ind-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ind-link-card {
  display: flex;
  flex-direction: column;
  min-height: 226px;
  padding: 26px 24px 22px;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.ind-link-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--navy-300), transparent 72%);
  opacity: 0;
  transition: opacity .2s ease;
}
.ind-link-card:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(133, 183, 235, 0.34);
  transform: translateY(-4px);
}
.ind-link-card:hover::before { opacity: 1; }
.ind-link-ico {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: linear-gradient(140deg, var(--navy-700) 0%, var(--navy-900) 100%);
  border: 1px solid rgba(133, 183, 235, 0.28);
  color: var(--navy-300);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.ind-link-ico svg { width: 23px; height: 23px; }
.ind-link-card h3 {
  font-size: 17px;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 8px;
}
.ind-link-card p {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-on-dark-soft);
  flex: 1 1 auto;
}
.ind-link-go {
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600;
  color: var(--navy-300);
}
.ind-link-go svg { width: 15px; height: 15px; transition: transform .18s ease; }
.ind-link-card:hover .ind-link-go svg { transform: translateX(4px); }

@media (max-width: 980px) {
  .ind-link-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ind-links { padding: 38px 0; }
  .ind-links .vu-head { margin-bottom: 28px; }
  .ind-link-grid { grid-template-columns: 1fr; gap: 12px; }
  .ind-link-card {
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 18px 20px 20px;
  }
  .ind-link-ico {
    grid-column: 1; grid-row: 1;
    width: 42px; height: 42px;
    margin-bottom: 0;
  }
  .ind-link-ico svg { width: 21px; height: 21px; }
  .ind-link-card h3 { grid-column: 2; grid-row: 1; margin-bottom: 0; align-self: center; }
  .ind-link-card p { grid-column: 1 / -1; margin-top: 12px; }
  .ind-link-go { grid-column: 1 / -1; margin-top: 12px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .ind-nuance-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-step-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 28px; }
  .ind-step { padding: 0 0 0 24px; }
  .ind-step:first-child { padding-left: 24px; }
  .ind-step:nth-child(odd) { border-left: none; padding-left: 0; }
}
@media (max-width: 760px) {
  .ind-nuances { padding: 38px 0; }
  .ind-nuances .vu-head { margin-bottom: 28px; }
  .ind-nuance-grid { gap: 12px; }
  .ind-risks, .ind-process { padding: 40px 0; }
  .ind-risks .vu-head { margin-bottom: 26px; }
  .ind-risk-list { gap: 12px; }
  .ind-risk-row { grid-template-columns: 1fr; }
  .ind-risk-problem { padding: 18px 22px 18px 26px; }
  .ind-risk-solution { padding: 18px 22px; }
  .ind-risk-tag { margin-bottom: 8px; }
  .ind-risk-problem h3, .ind-risk-solution h3 { margin-bottom: 6px; }
}
@media (max-width: 560px) {
  .ind-nuance-grid { grid-template-columns: 1fr; }
  .ind-nuance-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 20px 22px 22px;
  }
  .ind-nuance-ico {
    grid-column: 1; grid-row: 1;
    width: 44px; height: 44px;
    margin-bottom: 0;
  }
  .ind-nuance-ico svg { width: 22px; height: 22px; }
  .ind-nuance-card h3 {
    grid-column: 2; grid-row: 1;
    margin-bottom: 0;
    padding-right: 30px;
    align-self: center;
  }
  .ind-nuance-card p { grid-column: 1 / -1; margin-top: 12px; }
  .ind-nuance-num { top: 16px; right: 18px; font-size: 22px; }
  .ind-step-grid { grid-template-columns: 1fr; gap: 28px; }
  .ind-step, .ind-step:first-child { padding-left: 0; border-left: none; }
}
