

/* Start:/local/components/lab4u/become.partner/templates/.default/style.css?178757869547462*/
﻿html {
  background:
    radial-gradient(circle at 15% 8%, rgba(0, 170, 204, 0.16), transparent 34%),
    radial-gradient(
      circle at 92% 18%,
      rgba(120, 96, 190, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, var(--bg, #fff), var(--bg-soft, #f6f7f8));
}
.partners-hero {
  align-items: flex-start;
  background: transparent;
  display: flex;
  left: 50%;
  margin-left: -50vw;
  margin-top: -34px;
  max-width: 100vw;
  min-height: auto;
  overflow: visible;
  padding-bottom: 48px;
  position: relative;
  width: 100vw;
  z-index: 1;
}
.partners-hero__bg {
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 1025px) {
  .partners-hero__bg {
    inset: 0;
    position: absolute;
  }
}
.partners-hero__photo {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .partners-hero__photo {
    inset: 0;
    -o-object-position: 72% center;
    object-position: 72% center;
    position: absolute;
  }
}
.partners-hero__photo--light {
  -webkit-mask-composite: source-in;
  -webkit-mask-composite: source-in, xor;
  mask-composite: intersect;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      #000 0,
      #000 32%,
      rgba(0, 0, 0, 0.92) 46%,
      rgba(0, 0, 0, 0.68) 60%,
      rgba(0, 0, 0, 0.38) 74%,
      rgba(0, 0, 0, 0.12) 88%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 0,
      rgb(0 0 0/6%) 14%,
      rgba(0, 0, 0, 0.28) 28%,
      rgba(0, 0, 0, 0.55) 42%,
      rgba(0, 0, 0, 0.82) 54%,
      #000 64%
    );
  mask-image:
    linear-gradient(
      180deg,
      #000 0,
      #000 32%,
      rgba(0, 0, 0, 0.92) 46%,
      rgba(0, 0, 0, 0.68) 60%,
      rgba(0, 0, 0, 0.38) 74%,
      rgba(0, 0, 0, 0.12) 88%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent 0,
      rgb(0 0 0/6%) 14%,
      rgba(0, 0, 0, 0.28) 28%,
      rgba(0, 0, 0, 0.55) 42%,
      rgba(0, 0, 0, 0.82) 54%,
      #000 64%
    );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.partners-hero__photo--dark {
  display: none;
}
.partners-hero__glow {
  background:
    radial-gradient(
      circle at 78% 42%,
      rgba(0, 170, 204, 0.32),
      transparent 48%
    ),
    radial-gradient(
      circle at 92% 58%,
      rgba(120, 96, 190, 0.28),
      transparent 42%
    );
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.partners-hero__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  width: var(--container);
  z-index: 3;
}
@media (min-width: 1025px) {
  .partners-hero__inner {
    padding: 154px 0 0;
  }
  .partners-hero__copy {
    margin-top: 80px;
  }
}
.partners-hero__copy {
  max-width: 580px;
  margin-bottom: 72px;
}
.partners-hero__badge {
  align-items: baseline;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--brand) 30%, var(--border));
  border-radius: 999px;
  color: #333842;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  line-height: 1.2;
  margin-bottom: 22px;
  padding: 8px 16px;
}
.partners-hero__badge strong {
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.partners-hero__stats {
  position: relative;
  width: 100%;
  z-index: 5;
}
.partners-hero__stats .stats-section {
  background:
    radial-gradient(
      circle at 0 0,
      color-mix(in srgb, var(--brand) 26%, transparent),
      transparent 26%
    ),
    radial-gradient(
      circle at 52% 18%,
      rgba(0, 170, 204, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(120, 96, 190, 0.18),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--surface-strong) 86%, var(--brand)),
      var(--surface-strong) 62%,
      color-mix(in srgb, var(--surface-strong) 82%, #7860be)
    );
  margin-bottom: 0;
}
.stats-section--three {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.partners-hero__stats .stats-item {
  align-items: center;
  background: transparent;
  text-align: center;
}
.partners-hero__lead {
  color: var(--text-soft);
  font-size: var(--type-hero-lead);
  line-height: 1.45;
  margin-bottom: 30px;
  max-width: 580px;
}
.partners-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 1080px) {
  .stats-section--three {
    grid-template-columns: 1fr;
  }
  .partners-hero__stats {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  .partners-hero {
    margin-top: 0;
  }
  .partners-hero__stats {
    bottom: auto;
    left: auto;
    position: static;
    transform: none;
  }
}
@media (max-width: 720px) {
  .partners-hero {
    padding-bottom: 32px;
  }
  .partners-hero__stats .stats-item {
    min-height: 96px;
    padding: 20px 24px;
  }
  .partners-hero__lead {
    font-size: 17px;
  }
  .partners-hero__actions,
  .partners-hero__actions .btn {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .partners-hero {
    --home-hero-top-extend: 120px;
  }
  .partners-hero__bg {
    bottom: 0;
    height: auto;
    left: 0;
    overflow: visible;
    right: 0;
    top: calc(var(--home-hero-top-extend) * -1);
  }
}
@media (max-width: 1024px) {
  .partners-hero {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    background: var(--bg);
  }

  .partners-hero__bg {
    order: 1;
    position: relative;
    inset: auto;
    width: calc(100% - 40px);
    height: 168px;
    margin: 138px auto var(--section-inner-gap);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    flex-shrink: 0;
  }

  .partners-hero__photo,
  .partners-hero__photo--light,
  .partners-hero__photo--dark {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .partners-hero__glow {
    display: none;
  }

  .partners-hero__inner {
    order: 1;
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }

  .partners-hero__copy {
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
  }

  .partners-hero__actions,
  .partners-hero__actions .btn {
    width: 100%;
  }
}

.home-partnership-formats {
  position: relative;
  z-index: 2;
}
.home-partnership-formats__head {
  margin-inline: 0;
  max-width: 780px;
  text-align: left;
}
.home-partnership-formats .value-card__head {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.home-partnership-formats .value-icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.home-partnership-formats .value-card h3 {
  line-height: 1.25;
  margin: 0;
}
.home-partnership-formats .value-card {
  display: flex;
  flex-direction: column;
}
.home-partnership-formats .value-format-list {
  flex: 1;
}
.home-partnership-formats .value-card__cta-wrap {
  margin-top: auto;
  padding-top: 40px;
}
.home-partnership-formats .partnership-format-btn {
  align-items: center;
  display: inline-flex;
  height: var(--btn-height);
  justify-content: center;
  line-height: 1;
  max-height: var(--btn-height);
  min-height: var(--btn-height);
  padding: 0 24px;
  white-space: nowrap;
  width: auto;
}
.home-partnership-formats .partnership-format-btn--accent {
  background: #ffffff29;
  border: 1px solid hsla(0, 0%, 100%, 0.38);
  box-shadow: inset 0 1px #ffffff1f;
  color: #fff;
}
.home-partnership-formats .partnership-format-btn--accent:hover {
  background: #ffffff3d;
  border-color: #ffffff85;
}

.why-partner-visual {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  height: 416px;
  overflow: hidden;
  width: 100%;
}
.why-partner-visual__photo {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 82%;
  object-position: center 82%;
  width: 100%;
}
.why-partner-section {
  background:
    radial-gradient(circle at 100% 0, hsla(0, 0%, 100%, 0.16), transparent 40%),
    radial-gradient(circle at 0 100%, rgba(0, 170, 204, 0.22), transparent 42%),
    linear-gradient(135deg, var(--brand), #08a 58%, #079);
  border: none;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.why-partner-section__copy .eyebrow {
  color: #ffffffc7;
}
.why-partner-section__copy h2,
.why-partner-section__copy p {
  color: #fff;
}
.why-partner-section__copy p {
  color: #ffffffe0;
}
.why-partner-list {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.why-partner-row {
  align-items: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: #ffffff1f;
  border: 1px solid hsla(0, 0%, 100%, 0.24);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px #ffffff2e;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 18px 20px;
}
.why-partner-icon {
  align-items: center;
  background: #ffffff29;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 12px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: center;
  width: 44px;
}
.why-partner-row p {
  color: #fff;
  line-height: 1.55;
  margin: 0;
}

.why-partner-text {
  font-size: 18px;
}

@media (max-width: 900px) {
  .why-partner-visual {
    height: 376px;
  }
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  left: 0;
  position: absolute;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  height: 1600px;
  -webkit-transform-origin: 0 0;
  width: 1600px;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-height: none !important;
  max-width: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-height: none !important;
  max-width: none !important;
  padding: 0;
  width: auto;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  box-sizing: border-box;
  height: 0;
  width: 0;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  height: 1px;
  width: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
  z-index: 800;
}
.leaflet-bottom,
.leaflet-top {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  clear: both;
  float: left;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}
.leaflet-container {
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 26px;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:focus,
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.leaflet-bar a.leaflet-disabled {
  background-color: #f4f4f4;
  color: #bbb;
  cursor: default;
}
.leaflet-touch .leaflet-bar a {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    700 18px Lucida Console,
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}
.leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
  height: 36px;
  width: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  height: 44px;
  width: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  background: #fff;
  color: #333;
  padding: 6px 10px 6px 6px;
}
.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: #fffc;
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  color: #333;
  line-height: 1.4;
  padding: 0 5px;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  height: 0.6669em;
  vertical-align: baseline !important;
  width: 1em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  box-sizing: border-box;
  line-height: 1.1;
  padding: 2px 5px 1px;
  text-shadow: 1px 1px #fff;
  white-space: nowrap;
}
.leaflet-control-scale-line:not(:first-child) {
  border-bottom: none;
  border-top: 2px solid #777;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.leaflet-popup {
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 1px;
  text-align: left;
}
.leaflet-popup-content {
  font-size: 13px;
  font-size: 1.08333em;
  line-height: 1.3;
  margin: 13px 24px 13px 20px;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  height: 20px;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 40px;
}
.leaflet-popup-tip {
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  pointer-events: auto;
  transform: rotate(45deg);
  width: 17px;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px #0006;
  color: #333;
}
.leaflet-container a.leaflet-popup-close-button {
  background: transparent;
  border: none;
  color: #757575;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  height: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 24px;
}
.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678);
  margin: 0 auto;
  width: 24px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px #0006;
  color: #222;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  background: transparent;
  border: 6px solid transparent;
  content: "";
  pointer-events: none;
  position: absolute;
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  border-top-color: #fff;
  bottom: 0;
  margin-bottom: -12px;
}
.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-left: -6px;
  margin-top: -12px;
  top: 0;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}
.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}
.leaflet-tooltip-right:before {
  border-right-color: #fff;
  left: 0;
  margin-left: -12px;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.geography-map-card {
  background:
    radial-gradient(
      circle at 100% 0,
      color-mix(in srgb, #7860be 9%, transparent),
      transparent 36%
    ),
    radial-gradient(
      circle at 0 100%,
      color-mix(in srgb, var(--brand) 9%, transparent),
      transparent 36%
    ),
    var(--surface-strong);
  border: none;
  box-shadow:
    var(--shadow-soft),
    inset 0 0 0 1px color-mix(in srgb, var(--border) 42%, transparent);
  display: block;
  overflow: hidden;
  padding: 0;
}
.geography-map-section__frame {
  background: #f6f7f8;
  border: none;
  border-radius: 0;
  min-height: clamp(260px, 36vw, 420px);
  overflow: hidden;
  position: relative;
}
.geography-map-section__grid {
  background-image:
    linear-gradient(
      color-mix(in srgb, #0ac 8%, transparent) 1px,
      transparent 0
    ),
    linear-gradient(
      90deg,
      color-mix(in srgb, #0ac 8%, transparent) 1px,
      transparent 0
    );
  background-size: 48px 48px;
  inset: 0;
  -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent 90%);
  mask-image: linear-gradient(180deg, #000 10%, transparent 90%);
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.geography-map-section__map {
  background: #fff;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.geography-map-section__map .leaflet-map-pane {
  transform: translateY(86px);
}
@media (max-width: 720px) {
  .geography-map-section__frame {
    min-height: 300px;
  }
  .geography-map-section__map .leaflet-map-pane {
    transform: none;
  }
}
.geography-map-section__map .leaflet-tile-pane {
  filter: grayscale(1) brightness(1.06) contrast(1.14);
}
.geography-map-section__fade {
  background: linear-gradient(
    90deg,
    rgba(246, 247, 248, 0.42) 0,
    transparent 10%,
    transparent 90%,
    rgba(246, 247, 248, 0.42)
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}
.geography-map-section__badge {
  bottom: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  z-index: 5;
}
.geography-map-section__badge > span {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffe0;
  border: 1px solid color-mix(in srgb, var(--brand) 35%, transparent);
  border-radius: 999px;
  box-shadow: 0 8px 24px #33384214;
  color: var(--brand);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.04em;
  padding: 8px 16px;
}
.geography-map-section__badge-text {
  color: #333842;
}
.geo-dot {
  background: color-mix(in srgb, var(--brand) 78%, #fff);
  border-radius: 50%;
  box-shadow:
    0 0 0 2px #fffffff2,
    0 0 6px #00aacc47;
  display: block;
  height: 8px;
  width: 8px;
}
.geo-dot--hub {
  animation: geo-pulse-hub-dc03f920 2.4s ease-out infinite;
  background: var(--brand);
  box-shadow:
    0 0 0 3px #fffffff2,
    0 0 0 8px color-mix(in srgb, var(--brand) 18%, transparent),
    0 0 14px #00aacc73;
  height: 18px;
  width: 18px;
}
@keyframes geo-pulse-hub-dc03f920 {
  0% {
    box-shadow:
      0 0 0 3px #fffffff2,
      0 0 0 8px color-mix(in srgb, var(--brand) 18%, transparent),
      0 0 #00aacc73;
  }
  70% {
    box-shadow:
      0 0 0 3px #fffffff2,
      0 0 0 8px color-mix(in srgb, var(--brand) 18%, transparent),
      0 0 0 16px #0ac0;
  }
  to {
    box-shadow:
      0 0 0 3px #fffffff2,
      0 0 0 8px color-mix(in srgb, var(--brand) 18%, transparent),
      0 0 #0ac0;
  }
}
.geo-tip {
  background: #fffffff5;
  border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  white-space: nowrap;
}
.geo-tip:before {
  display: none;
}
.geography-map-section .leaflet-control-attribution {
  display: none !important;
}
@media (max-width: 720px) {
  .geography-map-section__badge {
    bottom: 16px;
    right: 16px;
  }
  .geography-map-section__badge > span {
    font-size: 16px;
    padding: 7px 14px;
  }
}

/* Design tokens and layout classes from partner Nuxt — not in lab4u Vue bundle */
:root {
  --brand: #00aacc;
  --brand-hover: #0fb7d9;
  --brand-pressed: #0096b4;
  --text: #333842;
  --text-soft: #667085;
  --text-muted: #8c94a6;
  --text-inverted: #ffffff;
  --bg: #ffffff;
  --bg-soft: #f6f7f8;
  --bg-muted: #f1f2f4;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --border: #e2e4e9;
  --border-hover: #d9dce2;
  --shadow: 0 24px 70px rgba(51, 56, 66, 0.1);
  --shadow-soft: 0 16px 40px rgba(51, 56, 66, 0.08);
  --ring: 0 0 0 3px rgba(0, 170, 204, 0.2);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 40px));
  --type-hero-lead: 20px;
  --type-section-lead: 18px;
  --section-padding-y: 48px;
  --section-inner-gap: 48px;
  --type-body-sm: 15px;
  --btn-height: 48px;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: var(--section-padding-y) 0;
}

.section-stack {
  display: grid;
  gap: var(--section-inner-gap);
}

.intro-section,
.trust-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
  padding: 48px 54px;
  border-radius: var(--radius-xl);
}

.intro-section:not(.why-partner-section):not(.geography-map-card),
.trust-section {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.intro-section.geography-map-card {
  display: block;
  padding: 0;
  gap: 0;
}

@media (max-width: 1080px) {
  .intro-section,
  .trust-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(100vw - 24px, 1180px);
  }

  .intro-section,
  .trust-section {
    padding: 24px;
    border-radius: 24px;
  }
}

/* ── Надпись-метка над заголовком ───────────── */
.eyebrow,
p.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Кнопки ──────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-hover));
  box-shadow: 0 16px 34px rgba(0, 170, 204, 0.24);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-hover), var(--brand-pressed));
}
.btn-secondary {
  color: var(--text);
  background: var(--surface-strong);
  border: 1px solid var(--border);
}

/* ── Заголовок секции ────────────────────────── */
.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}
.section-head p:not(.eyebrow) {
  font-size: var(--type-section-lead);
  line-height: 1.5;
}
.section-head.compact {
  max-width: 680px;
}

/* ── Статистика (базовые, без родителя) ──────── */
.stats-section {
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 0.9fr;
  gap: 0;
  margin: 0 auto 48px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(
      circle at 0% 0%,
      color-mix(in srgb, var(--brand) 26%, transparent),
      transparent 26%
    ),
    radial-gradient(
      circle at 52% 18%,
      rgba(0, 170, 204, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(120, 96, 190, 0.18),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--surface-strong) 86%, var(--brand)),
      var(--surface) 62%,
      color-mix(in srgb, var(--surface) 82%, #7860be)
    );
  box-shadow:
    var(--shadow-soft),
    inset 0 0 0 1px color-mix(in srgb, var(--border) 42%, transparent);
  overflow: hidden;
}
.stats-item {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
  background: transparent;
}
.stats-item span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.stats-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* ── Сетка карточек партнёрства ──────────────── */
.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
.value-card {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.value-card--accent {
  background: linear-gradient(135deg, var(--brand), #0088aa);
  color: #fff;
  border: none;
}
.value-card--accent h3,
.value-card--accent p {
  color: #fff;
}
.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand);
}
.value-card--accent .value-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.value-card h3 {
  margin-bottom: 16px;
}
.value-card > p {
  margin: 0;
}
.value-format-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.value-format-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.value-format-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-soft);
}
.value-format-list strong {
  color: var(--text);
  font-weight: 700;
}
.value-card--accent .value-format-list p {
  color: rgb(255 255 255 / 88%);
}
.value-card--accent .value-format-list strong {
  color: #fff;
}
.value-card__cta {
  margin-top: auto;
  padding-top: 28px;
}
.value-card--accent .value-card__cta.btn-secondary {
  color: #fff;
  background: rgb(255 255 255 / 14%);
  border-color: rgb(255 255 255 / 36%);
}
.value-card--accent .value-card__cta.btn-secondary:hover {
  background: rgb(255 255 255 / 22%);
  border-color: rgb(255 255 255 / 52%);
}

/* ── Чекбокс-бейдж ───────────────────────────── */
.feature-check-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 14%, transparent);
}
.value-card--accent .feature-check-badge {
  color: var(--brand);
  background: #fff;
}

/* ── Блок "Оставьте контакты" ────────────────── */
.give-contacts {
  padding: var(--section-padding-y) 0;
}
.give-contacts__inner {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}
.give-contacts__description {
  max-width: 680px;
  flex-shrink: 0;
}
.give-contacts__title {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 200;
  line-height: 1.08;
  color: var(--text);
  letter-spacing: -0.045em;
  margin-bottom: 18px;
  margin-top: 0;
}

.give-contacts__text {
  margin-top: 0;
  font-size: 18px;
  color: var(--text-soft);
}

@media (max-width: 980px) {
  .give-contacts__inner {
    flex-direction: column;
  }
  .give-contacts__description {
    width: 100%;
  }
}

@media (min-width: 981px) {
  .give-contacts__inner {
    display: block;
  }
}

.why-partner-section__title {
  margin-top: 0;
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 18px;
}

.why-partner-section__text {
  margin: 0;
  font-size: 18px;
}

.eyebrow {
  margin-bottom: 14px;
}

.partners-hero__title {
  margin: 0 0 24px;
  letter-spacing: -0.06em;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.04;
  font-weight: 300;
  word-wrap: break-word;
}

.partners-hero__button.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-hover));
  box-shadow: 0 16px 34px rgba(0, 170, 204, 0.24);
}

.partners-hero__button.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-hover), var(--brand-pressed));
}

.partners-hero__button.btn-secondary {
  color: var(--text);
  background: var(--surface-strong);
  border: 1px solid var(--border);
}

.partners-hero__button.btn-secondary.btn:hover {
  transform: translateY(-1px);
  color: var(--text);
  background: var(--surface-strong);
  border: 1px solid var(--border);
}

.home-partnership-formats__title {
  font-size: clamp(32px, 4.8vw, 56px);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 18px;
}

.home-partnership-formats__lead {
  margin-top: 0;
  font-size: var(--type-section-lead);
  line-height: 1.5;
  color: var(--text-soft);
  font-size: 16px;
}

.partner-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family:
    Roboto,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 8%, rgba(0, 170, 204, 0.16), transparent 34%),
    radial-gradient(
      circle at 92% 18%,
      rgba(120, 96, 190, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, var(--bg), var(--bg-soft));
  line-height: 1.5;
  transition:
    color 0.2s ease,
    background 0.2s ease;
  background-attachment: fixed;
  min-height: 100%;
}

/* ── Shared subpage components ─────────────────────────────── */

/* Process steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.process-steps article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}
.process-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-weight: 700;
}
.process-steps article h3 {
  margin: 0 0 8px;
}
.process-steps article p,
.benefit-card p,
.features-list li p {
  font-size: var(--type-body-sm);
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 1080px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* Benefits grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.benefit-card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.benefit-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  color: var(--brand);
}
.benefit-card h3 {
  margin-bottom: 8px;
}
@media (max-width: 1080px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Operations section */
.operations-visual {
  width: 100%;
  min-height: 480px;
  max-height: 620px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-soft);
  box-shadow: var(--shadow-soft);
}
.operations-visual__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}
.operations-panel {
  padding: 40px 40px 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}
.operations-panel__head {
  max-width: 820px;
  margin-bottom: 28px;
}
.operations-panel__head h2 {
  margin-bottom: 14px;
}
.operations-panel__head p:last-child {
  margin: 0;
  color: var(--text-soft);
  font-size: var(--type-section-lead);
  line-height: 1.5;
}
.operations-items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.operations-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--bg-soft) 72%, var(--surface-strong));
}
.operations-item--cta {
  justify-content: space-between;
  gap: 20px;
  border: none;
  background: linear-gradient(135deg, var(--brand), #0088aa);
  box-shadow: var(--shadow-soft);
}
.operations-item--cta .operations-item__body h3,
.operations-item--cta .operations-item__body p {
  color: #fff;
}
.operations-item--cta .operations-item__body h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
}
.operations-item__cta {
  width: 100%;
  color: #fff;
  background: rgb(255 255 255 / 14%);
  border-color: rgb(255 255 255 / 36%);
}
.operations-item__cta:hover {
  background: rgb(255 255 255 / 22%);
  border-color: rgb(255 255 255 / 52%);
}
.operations-item__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: var(--brand);
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  flex-shrink: 0;
}
.operations-item__body h3 {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.operations-item__body p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}
.operations-steps {
  margin-top: 4px;
}
@media (max-width: 1080px) {
  .operations-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .operations-visual {
    min-height: 420px;
    max-height: 500px;
  }
  .operations-visual__photo {
    min-height: 420px;
    max-height: 500px;
  }
  .operations-panel {
    padding: 28px 24px 24px;
  }
}
@media (max-width: 640px) {
  .operations-items-grid {
    grid-template-columns: 1fr;
  }
}

/* Steps section */
.steps-visual {
  width: 100%;
  min-height: 360px;
  max-height: 520px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-soft);
  box-shadow: var(--shadow-soft);
}
.steps-visual__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
  object-position: center 30%;
}
.steps-body {
  display: grid;
  gap: 0;
}
.steps-body .section-head {
  margin-bottom: 38px;
}
.steps-body .section-head p:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .steps-visual {
    min-height: 280px;
    max-height: 380px;
  }
  .steps-visual__photo {
    min-height: 280px;
    max-height: 380px;
  }
}

/* Features / kliniki layout */
.features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.features-copy h2 {
  margin-bottom: 24px;
}
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
.features-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.features-visual {
  perspective: 1200px;
}
.features-wrapper--reversed .features-copy {
  order: 2;
}
.features-wrapper--reversed .feedback-visual {
  order: 1;
}
@media (max-width: 900px) {
  .features-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .features-wrapper:not(.features-wrapper--reversed) .features-visual {
    order: -1;
  }
}

.title {
  font-weight: 300;
  font-size: clamp(32px, 4.8vw, 56px);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-bottom: 18px;
}

@media (max-width: 1080px) {
  .stats-section--three {
    grid-template-columns: 1fr;
  }
  .partners-hero__stats {
    width: calc(100% - 40px);
  }
}

/* End */


/* Start:/local/components/lab4u/become.partner/templates/awards/style.css?17875765754152*/
/* Awards page – hero */
.awards-hero.partners-hero {
  align-items: flex-start;
  background: transparent;
  display: flex;
  justify-content: center;
  left: 50%;
  margin-left: -50vw;
  margin-top: -34px;
  max-width: 100vw;
  min-height: auto;
  overflow: visible;
  padding-bottom: var(--section-padding-y);
  position: relative;
  width: 100vw;
  z-index: 1;
}

.awards-hero .partners-hero__bg {
  z-index: 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .awards-hero .partners-hero__bg {
    position: absolute;
    inset: 0;
  }
}

.awards-hero .partners-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1025px) {
  .awards-hero .partners-hero__photo {
    position: absolute;
    inset: 0;
    object-position: calc(72% + 140px) calc(50% + 48px);
  }

  .awards-hero .partners-hero__inner {
    padding: calc(120px + 34px) 0 0;
  }
}

@media (max-width: 1024px) {
  .awards-hero.partners-hero {
    margin-top: 0;
  }
  .awards-hero .partners-hero__photo {
    object-position: center !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
}

.awards-hero .partners-hero__photo--light {
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      #000 0%,
      #000 32%,
      rgb(0 0 0 / 92%) 46%,
      rgb(0 0 0 / 68%) 60%,
      rgb(0 0 0 / 38%) 74%,
      rgb(0 0 0 / 12%) 88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      transparent 42%,
      rgb(0 0 0 / 15%) 54%,
      rgb(0 0 0 / 55%) 66%,
      rgb(0 0 0 / 85%) 78%,
      #000 90%
    );
  -webkit-mask-composite: source-in;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image:
    linear-gradient(
      to bottom,
      #000 0%,
      #000 32%,
      rgb(0 0 0 / 92%) 46%,
      rgb(0 0 0 / 68%) 60%,
      rgb(0 0 0 / 38%) 74%,
      rgb(0 0 0 / 12%) 88%,
      transparent 100%
    ),
    linear-gradient(
      to right,
      transparent 0%,
      transparent 42%,
      rgb(0 0 0 / 15%) 54%,
      rgb(0 0 0 / 55%) 66%,
      rgb(0 0 0 / 85%) 78%,
      #000 90%
    );
  mask-composite: intersect;
}

.awards-hero .partners-hero__photo--dark {
  display: none;
  opacity: 0.6;
}

.awards-hero .partners-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Hero copy */
.hero-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awards-hero__copy {
  max-width: 600px;
}

@media (min-width: 1025px) {
  .awards-hero__copy {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  .awards-hero__copy {
    margin-top: 0;
    max-width: none;
  }
}

.awards-hero__lead {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.45;
  color: var(--text-soft);
}

.awards-hero__title {
  margin: 0 0 24px;
  letter-spacing: -0.06em;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.04;
  font-weight: 300;
}

.awards-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Ceremony frame */
.awards-ceremony {
  padding-top: 0;
  padding-bottom: 0;
}

.awards-ceremony__frame {
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
  background: var(--surface-strong);
}

.awards-ceremony__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 42%;
}

/* Benefits grid override */
.awards-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .awards-hero__lead {
    font-size: 17px;
  }
  .awards-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.title {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: clamp(32px, 4.8vw, 56px);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.awards-text {
  font-size: 18px;
  color: var(--text-soft);
}

/* проверить цвета в других блоках */

/* End */


/* Start:/local/components/lab4u/become.partner.form/templates/.default/style.css?17872980796350*/
.h-hidden { display: none !important; }

/* ── Contact panel ────────────────────────────────────────────────────────── */

.contact-panel {
  padding: 32px 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

/* ── Form grid ───────────────────────────────────────────────────────────── */

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

/* ── form-field (label + input/select) ──────────────────────────────────── */

.form-field {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: var(--text);
  background: var(--bg-soft);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brand);
  box-shadow: var(--ring);
}

.form-field input::placeholder {
  color: var(--text-muted);
}

/* Native select arrow */
.form-field select {
  appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--text-muted) 50%),
    linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 13px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 36px;
  background-color: var(--bg-soft);
}

/* ── Submit button ───────────────────────────────────────────────────────── */

.contact-form__submit-wrap {
  display: flex;
  align-items: flex-end;
}

.contact-form__submit {
  height: var(--btn-height, 48px);
  min-height: var(--btn-height, 48px);
  max-height: var(--btn-height, 48px);
  min-width: 200px;
  padding: 0 24px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}

.contact-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

/* ── Consent checkbox ────────────────────────────────────────────────────── */

.contact-form__consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.contact-form__consent-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form__consent-box {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  background: var(--bg-soft);
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__consent-box svg {
  width: 11px;
  height: 9px;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-form__consent-input:checked + .contact-form__consent-box {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: var(--ring);
}

.contact-form__consent-input:checked + .contact-form__consent-box svg {
  opacity: 1;
  transform: scale(1);
}

.contact-form__consent-input:focus-visible + .contact-form__consent-box {
  box-shadow: var(--ring);
}

.contact-form__consent-text {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.contact-form__consent-text a {
  color: var(--text-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.contact-form__consent-text a:hover { color: var(--brand); }

/* ── Success state ───────────────────────────────────────────────────────── */

.contact-success {
  padding: 24px 0;
  text-align: center;
}

.contact-success__title {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: 22px;
  font-weight: 500;
}

.contact-success__text {
  margin: 0;
  color: var(--text-soft);
}

/* ── Error popup overlay ─────────────────────────────────────────────────── */

.give-contacts__popUp-form-result {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.give-contacts__popUp-form-result_info {
  max-width: 480px;
  width: calc(100% - 48px);
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  text-align: center;
}

.form-error__title {
  margin: 0 0 12px;
  color: var(--error, #ef5350);
  font-size: 20px;
  font-weight: 500;
}

.form-error__description {
  margin: 0 0 20px;
  color: var(--text-soft);
  font-size: 15px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1080px) {
  .contact-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .contact-panel {
    padding: 24px;
    border-radius: var(--radius-lg);
  }

  .contact-form__fields {
    grid-template-columns: 1fr;
  }

  .contact-form__submit-wrap {
    width: 100%;
  }

  .contact-form__submit {
    width: 100%;
  }
}

/* End */
/* /local/components/lab4u/become.partner/templates/.default/style.css?178757869547462 */
/* /local/components/lab4u/become.partner/templates/awards/style.css?17875765754152 */
/* /local/components/lab4u/become.partner.form/templates/.default/style.css?17872980796350 */
