/* Направления «Неравнодушным» — полноценные страницы (20260710-28) */
@media (prefers-reduced-motion: no-preference) {
  .ner-dir-page { scroll-behavior: smooth; }
}

.ner-dir-page {
  --ner-frame-border: 2px solid color-mix(in srgb, var(--theme-border, #b8c6df) 82%, var(--theme-text, #1a2340) 18%);
  --ner-frame-radius: 16px;
  --ner-frame-shadow:
    0 0 0 1px color-mix(in srgb, var(--theme-surface, #fff) 88%, var(--theme-border, #d4deef) 12%),
    0 1px 0 rgba(255, 255, 255, 0.75) inset,
    0 6px 20px rgba(20, 45, 95, 0.08);
}

.ner-dir-page .container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 2rem;
}

.ner-dir-doc {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.05rem, 2.2vw, 1.65rem);
  border: var(--ner-frame-border);
  border-radius: var(--ner-frame-radius);
  box-shadow: var(--ner-frame-shadow);
  background: var(--theme-surface, #fff);
  color: var(--theme-text, #18243d);
}

.ner-dir-back {
  margin: 0 0 1rem;
  padding: 0 0 0.55rem;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-border, #d4deef) 80%, var(--theme-text) 20%);
}

.ner-dir-back a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--theme-primary, #1a3d8a);
  text-decoration: none;
}

.ner-dir-back a:hover { text-decoration: underline; }

.ner-dir-back a:focus-visible {
  outline: 2px solid var(--theme-primary, #1f57c3);
  outline-offset: 2px;
  border-radius: 4px;
}

.ner-dir-page .breadcrumb {
  font-size: 0.9rem;
  color: var(--theme-muted, #5f6d8c);
  margin: 0 0 0.75rem;
}

.ner-dir-page .breadcrumb a {
  color: var(--theme-primary, #243b84);
  text-decoration: none;
  font-weight: 600;
}

.ner-dir-page .breadcrumb a:hover { text-decoration: underline; }

.ner-dir-page .ner-block h2,
.ner-dir-page .ner-block h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--theme-text, #1a1f2e);
}

.ner-dir-page .ner-block h2 { font-size: 1.38rem; }

.ner-dir-page .ner-block p,
.ner-dir-page .ner-block li {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--theme-text, #1a1f2e);
}

.ner-dir-page .ner-block p { margin: 0 0 0.9rem; max-width: 72ch; }

.ner-dir-page .ner-block ul {
  margin: 0.4rem 0 0.9rem;
  padding-left: 1.35rem;
}

.ner-dir-page .ner-block li { margin: 0.4rem 0; }

.ner-dir-page .ner-block li::marker { color: var(--theme-primary, #1a3d8a); }

.ner-dir-page .ner-block a { text-underline-offset: 0.14em; }

.ner-dir-page .form-row { margin-bottom: 0.75rem; }

.ner-dir-page .form-row label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.98rem;
  font-weight: 600;
}

.ner-dir-page .form-row input,
.ner-dir-page .form-row textarea,
.ner-dir-page .form-row select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  line-height: 1.45;
  border: 2px solid color-mix(in srgb, var(--theme-border, #d4deef) 90%, var(--theme-text) 10%);
  border-radius: 12px;
  background: var(--theme-surface, #fff);
  color: var(--theme-text, #18243d);
}

.ner-dir-page .form-row textarea { min-height: 100px; resize: vertical; }

.ner-dir-page .ner-block button[type="submit"] {
  margin-top: 0.35rem;
  padding: 0.65rem 1.25rem;
  font-size: 1.02rem;
  font-weight: 700;
  border-radius: 12px;
  border: 2px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 55%, var(--theme-border) 45%);
  background: color-mix(in srgb, var(--theme-primary, #1f57c3) 12%, var(--theme-surface) 88%);
  color: var(--theme-primary, #1a3d8a);
  cursor: pointer;
}

.ner-dir-page .ner-block button[type="submit"]:hover {
  background: color-mix(in srgb, var(--theme-primary, #1f57c3) 18%, var(--theme-surface) 82%);
}

/* Безбарьерная среда */
.bez-panel { display: grid; gap: 1.5rem; align-content: start; }

.bez-band {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  min-width: 0;
}

.bez-band--tiles {
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 14%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 20%, var(--theme-surface));
}

.bez-band--partner {
  gap: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 16%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 14%, var(--theme-surface));
}

.bez-band__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-text, #18243d);
}

.bez-subtitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-primary, #1a3d8a);
}

.bez-hero {
  padding: 0.2rem 0 0.4rem;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-border, #d4deef) 85%, var(--theme-primary) 15%);
}

.bez-hero h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  line-height: 1.2;
}

.bez-lead {
  margin: 0;
  max-width: 68ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--theme-text, #18243d);
}

.bez-lead--note {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  color: var(--theme-muted, #5f6d8c);
}

.bez-section { margin: 0; display: flex; flex-direction: column; gap: 0.75rem; min-width: 0; }

.bez-section__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-text, #18243d);
}

.bez-section__intro {
  margin: 0;
  color: var(--theme-muted, #5f6d8c);
  line-height: 1.6;
  max-width: 70ch;
}

.bez-key-note {
  margin: 0;
  padding: 0.72rem 0.85rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 18%, var(--theme-border));
  background: var(--theme-surface, #fff);
  font-size: 0.93rem;
  line-height: 1.58;
  color: var(--theme-text, #18243d);
}

.bez-key-note a { font-weight: 700; }

.bez-section--soft {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 14%, var(--theme-border, #d4deef));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 28%, var(--theme-surface, #fff));
}

.bez-section--soft p { margin: 0 0 0.75rem; max-width: none; }

.bez-section--soft p:last-child { margin-bottom: 0; }

.bez-section__tail,
.bez-disclaimer {
  margin: 0;
  font-size: 0.95rem;
  color: var(--theme-muted, #5f6d8c);
  line-height: 1.6;
}

.bez-split {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.bez-split > .bez-section { min-width: 0; }

@media (min-width: 820px) {
  .bez-split { grid-template-columns: 1fr 1fr; }
}

.bez-cards {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 700px) {
  .bez-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 640px) {
  .bez-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.bez-card {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--theme-border, #d4deef);
  background: var(--theme-surface, #fff);
  box-shadow: 0 2px 10px rgba(20, 45, 95, 0.04);
  min-width: 0;
}

.bez-card--zone { background: color-mix(in srgb, var(--theme-surface, #fff) 94%, var(--theme-primary-soft, #e9f0ff)); }

.bez-card__title {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-primary, #1a3d8a);
}

.bez-card__text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.58;
  color: var(--theme-text, #18243d);
}

.bez-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--theme-text, #18243d);
}

.bez-list li { margin: 0.28rem 0; }

.bez-list li::marker { color: var(--theme-primary, #1a3d8a); }

.bez-section--services {
  margin: 0;
  padding: 0;
  border: 0;
  gap: 0.85rem;
}

.bez-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 820px) {
  .bez-service-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .bez-service-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.bez-service-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--theme-border, #d4deef);
  background: var(--theme-surface, #fff);
}

.bez-service-card--primary {
  border-color: color-mix(in srgb, var(--theme-primary, #1f57c3) 32%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 35%, var(--theme-surface));
}

.bez-service-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.bez-service-card__text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.58;
  color: var(--theme-muted, #5f6d8c);
  flex: 1;
}

.bez-service-card__meta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--theme-muted, #5f6d8c);
}

.bez-service-card__meta a { font-weight: 700; }

.bez-service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 45%, var(--theme-border));
  background: var(--theme-primary, #1f57c3);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  text-align: center;
}

.bez-service-card__btn:hover {
  background: color-mix(in srgb, var(--theme-primary, #1f57c3) 88%, #000);
}

.bez-service-card__btn--outline {
  background: var(--theme-surface, #fff) !important;
  color: var(--theme-primary, #1a3d8a) !important;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 45%, var(--theme-border));
}

.bez-service-card__btn--outline:hover {
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 55%, var(--theme-surface)) !important;
}

.bez-section__intro a { font-weight: 700; }

.bez-service-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.25rem;
}

.bez-service-card__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 35%, var(--theme-border));
  background: var(--theme-surface, #fff);
  color: var(--theme-primary, #1a3d8a) !important;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
}

.bez-service-card__links a:hover {
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 55%, var(--theme-surface));
}

.bez-service-list {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--theme-muted, #5f6d8c);
}

.bez-service-list li { margin: 0.25rem 0; }

.bez-service-list li::marker { color: var(--theme-primary, #1a3d8a); }

.bez-service-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

html[data-a11y-on] .bez-service-card__btn {
  color: #fff !important;
  background: var(--theme-primary) !important;
}

html[data-a11y-on] .bez-service-card__btn--outline {
  color: var(--theme-primary) !important;
  background: var(--theme-surface) !important;
  border: 2px solid var(--theme-primary) !important;
}

html[data-a11y-on][data-a11y-scheme="dark"] .bez-service-card__btn {
  color: var(--theme-bg) !important;
}

.bez-law-note {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 18%, var(--theme-border));
  background: var(--theme-surface, #fff);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--theme-text, #18243d);
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.bez-law-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.55rem;
}

.bez-law-list li { margin: 0; }

.bez-law-list li::marker { color: var(--theme-primary, #1a3d8a); }

.bez-law-note__tail {
  margin: 0.65rem 0 0;
  padding-top: 0.65rem;
  border-top: 1px solid color-mix(in srgb, var(--theme-border, #d4deef) 80%, var(--theme-primary) 20%);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--theme-muted, #5f6d8c);
}

.bez-law-note a { font-weight: 600; }

/* Волонтёрство / партнёрство */
.vol-panel { display: grid; gap: 1.25rem; }

.vol-hero {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-border, #d4deef) 85%, var(--theme-primary) 15%);
}

.vol-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.8vw, 1.6rem);
  line-height: 1.2;
}

.vol-lead {
  margin: 0;
  max-width: 68ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--theme-text, #18243d);
}

.vol-card__title {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--theme-primary, #1a3d8a);
}

.vol-expect {
  padding: 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 14%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 28%, var(--theme-surface));
}

.vol-expect p { margin: 0 0 0.65rem; max-width: none; }

.vol-expect p:last-child { margin-bottom: 0; }

.vol-expect .bez-section__title { margin-top: 0; }

.vol-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.15rem;
  padding-top: 1rem;
  border-top: 2px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 35%, var(--theme-border));
}

.vol-form-head h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
}

.vol-help {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 16%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 24%, var(--theme-surface));
}

.vol-help__title {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-primary, #1a3d8a);
}

.vol-help__text {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.58;
  color: var(--theme-text, #18243d);
  max-width: none;
}

.vol-help__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vol-help__channel {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  flex: 1 1 11.5rem;
  min-width: 0;
  padding: 0.68rem 0.8rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 20%, var(--theme-border));
  background: var(--theme-surface, #fff);
  color: inherit;
  text-decoration: none !important;
}

.vol-help__channel:hover {
  border-color: color-mix(in srgb, var(--theme-primary, #1f57c3) 42%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 30%, var(--theme-surface));
}

.vol-help__channel:focus-visible {
  outline: 2px solid var(--theme-primary, #1f57c3);
  outline-offset: 2px;
}

.vol-help__channel-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--theme-muted, #5f6d8c);
}

.vol-help__channel-value {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--theme-primary, #1a3d8a);
  word-break: break-word;
}

.vol-panel > *,
.bez-panel > * {
  min-width: 0;
}

.vol-panel .bez-section__title,
.vol-panel .bez-band__title,
.vol-panel .vol-form-head h3,
.bez-panel .bez-section__title,
.bez-panel .bez-band__title {
  margin: 0;
}

.vol-panel .bez-card__text,
.vol-panel .vol-lead,
.vol-panel .vol-help__text,
.bez-panel .bez-card__text,
.bez-panel .bez-lead {
  max-width: none;
}

.vol-panel .bez-card__text,
.bez-panel .bez-card__text {
  margin: 0;
}

.vol-form {
  display: grid;
  gap: 1rem;
}

.vol-form__group {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid var(--theme-border, #d4deef);
  border-radius: 14px;
  background: color-mix(in srgb, var(--theme-surface, #fff) 96%, var(--theme-primary-soft, #e9f0ff));
}

.vol-form__group legend {
  padding: 0 0.35rem;
  font-weight: 800;
  font-size: 0.98rem;
  color: var(--theme-text, #18243d);
}

.vol-form__grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

@media (min-width: 640px) {
  .vol-form__grid--2 { grid-template-columns: 1fr 1fr; }
}

.vol-form__field label {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.vol-form__field input,
.vol-form__field textarea,
.vol-form__field select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.6rem 0.72rem;
  font: inherit;
  font-size: 1rem;
  line-height: 1.45;
  border: 2px solid color-mix(in srgb, var(--theme-border, #d4deef) 90%, var(--theme-text) 10%);
  border-radius: 12px;
  background: var(--theme-surface, #fff);
  color: var(--theme-text, #18243d);
}

.vol-form__field textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.vol-form__field--full { grid-column: 1 / -1; }

.vol-form__consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--theme-border, #d4deef);
  background: var(--theme-surface, #fff);
  font-size: 0.92rem;
  line-height: 1.55;
  cursor: pointer;
}

.vol-form__consent input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--theme-primary, #1f57c3);
}

.vol-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.vol-form__submit {
  margin: 0;
  padding: 0.75rem 1.5rem;
  min-height: 3rem;
  font: inherit;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 2px solid #1e3270;
  background: #1e3270;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

.vol-form__submit:hover {
  background: #243b84;
  border-color: #243b84;
}

.vol-form__submit:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 35%, #fff);
  outline-offset: 3px;
}

:root[data-theme="dark"] .vol-form__submit {
  color: #0b1220;
  -webkit-text-fill-color: #0b1220;
  background: #8ab0ff;
  border-color: #8ab0ff;
}

:root[data-theme="dark"] .vol-form__submit:hover {
  background: #9fc0ff;
  border-color: #9fc0ff;
}

html[data-a11y-on] .vol-form__submit {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #1e3270 !important;
  border-color: #1e3270 !important;
}

html[data-a11y-on][data-a11y-scheme="dark"] .vol-form__submit {
  color: #0b1220 !important;
  -webkit-text-fill-color: #0b1220 !important;
  background: #8ab0ff !important;
  border-color: #8ab0ff !important;
}

.vol-form__status {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.vol-form__status[hidden] { display: none !important; }

.vol-form__captcha-note {
  margin: 0;
  flex: 1 1 100%;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--theme-muted, #5f6d8c);
}

.vol-form__captcha-note a { font-weight: 600; }

.kupit-panel { display: grid; gap: 1.25rem; align-content: start; }

/* Страница «Стать партнёром» — структура и CTA */
.page-partner .vol-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-primary, #1a3d8a);
}

.page-partner .vol-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 0;
}

.page-partner .vol-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 2px solid #1e3270;
  background: #1e3270;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-weight: 800;
  font-size: 0.96rem;
  text-decoration: none !important;
}

.page-partner .vol-hero__cta:hover {
  background: #243b84;
  border-color: #243b84;
}

.page-partner .vol-hero__cta--outline {
  background: var(--theme-surface, #fff);
  color: var(--theme-primary, #1a3d8a) !important;
  -webkit-text-fill-color: currentColor;
  border-color: color-mix(in srgb, var(--theme-primary, #1f57c3) 45%, var(--theme-border));
}

.page-partner .vol-hero__cta--outline:hover {
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 45%, var(--theme-surface));
}

:root[data-theme="dark"] .page-partner .vol-hero__cta {
  color: #0b1220 !important;
  background: #8ab0ff;
  border-color: #8ab0ff;
}

:root[data-theme="dark"] .page-partner .vol-hero__cta--outline {
  color: var(--theme-text, #eef3ff) !important;
  background: transparent;
  border-color: #8ab0ff;
}

.page-partner .vol-steps {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-primary, #1f57c3) 16%, var(--theme-border));
  background: color-mix(in srgb, var(--theme-primary-soft, #e9f0ff) 22%, var(--theme-surface));
}

.page-partner .vol-steps__title {
  margin: 0 0 0.85rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
}

.page-partner .vol-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .page-partner .vol-steps__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

.page-partner .vol-steps__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  margin: 0;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: var(--theme-surface, #fff);
  border: 1px solid var(--theme-border, #d4deef);
}

.page-partner .vol-steps__n {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
  background: var(--theme-primary, #1f57c3);
}

.page-partner .vol-steps__item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.98rem;
}

.page-partner .vol-steps__item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--theme-muted, #5f6d8c);
}

.page-partner .vol-steps__note {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--theme-muted, #5f6d8c);
}

.page-partner .vol-page-layout {
  display: grid;
  gap: 1.15rem;
  align-items: start;
}

@media (min-width: 900px) {
  .page-partner .vol-page-layout {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
    gap: 1.25rem;
  }

  .page-partner .vol-help--side {
    position: sticky;
    top: 5.5rem;
  }
}

.page-partner .vol-form-wrap {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.page-partner .vol-form-head__lead {
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--theme-muted, #5f6d8c);
  max-width: none;
}

.page-partner .vol-help__hours {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--theme-muted, #5f6d8c);
}

.page-partner .vol-form__actions {
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
}

.page-partner .bez-card__title {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--theme-primary, #1a3d8a);
}
