:root {
  --home3-ink: #172333;
  --home3-muted: #607087;
  --home3-line: #d8e2ec;
  --home3-blue: #075dbb;
  --home3-blue-dark: #064b95;
  --home3-cyan: #087f98;
  --home3-surface: #f4f8fc;
  --home3-surface-strong: #eaf2f8;
  --home3-white: #ffffff;
  --home3-radius: 8px;
  --home3-control-radius: 6px;
  --home3-ease: cubic-bezier(.22, 1, .36, 1);
  --home3-shadow: 0 18px 46px rgba(45, 74, 99, .1);
}

.page-home .hm-clients,
.page-home .hm-agg-split,
.page-home .hm-ss,
.page-home .hm-ss-mob,
.page-home .hm-adv,
.page-home .hm-eco {
  display: none !important;
}

.home3-main {
  display: flex;
  flex-direction: column;
  color: var(--home3-ink);
  background: var(--home3-white);
  font-family: var(--font-ui, "Manrope", sans-serif);
}

/* Approved homepage flow: projects and the partner aggregator close the page before the final CTA. */
.home3-main > .home3-section[aria-labelledby="home3-aggregator-title"] { order: 9; }
.home3-main > .home3-cta { order: 10; }

.home3-section {
  position: relative;
  padding: 96px 0;
  overflow: clip;
  background: var(--home3-white);
}

.home3-section--soft { background: var(--home3-surface); }
.home3-section--line { border-top: 1px solid var(--home3-line); }

/* Approved section flow: masked continuation and dissolving hero facets. */
.home3-flow {
  --flow-from: #fff;
  --flow-height: 230px;
  --flow-overlap: 112px;
  --flow-position: 72% 14%;
  --flow-size: 112% auto;
  --flow-opacity: .16;
  --flow-x: 70%;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.home3-flow::before,
.home3-flow::after {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--flow-overlap)) 0 auto;
  height: calc(var(--flow-height) + var(--flow-overlap));
  pointer-events: none;
}

.home3-flow::before {
  z-index: 0;
  inset: 0 0 auto;
  height: var(--flow-height);
  background:
    var(--flow-glow, radial-gradient(ellipse 44% 72% at 82% 8%, rgba(37,184,207,.07), transparent 72%)),
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--flow-from) 64%, transparent) 0%,
      color-mix(in srgb, var(--flow-from) 46%, transparent) 36%,
      color-mix(in srgb, var(--flow-from) 20%, transparent) 68%,
      transparent 100%
    );
}

.home3-flow::after {
  z-index: 0;
  background: url("../assets/hero-bg.png") var(--flow-position) / var(--flow-size) no-repeat;
  opacity: var(--flow-opacity);
  transform: var(--flow-transform, none);
  transform-origin: var(--flow-x) 0;
}

.home3-flow--continuation::after {
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.58) 0%, #000 25%, rgba(0,0,0,.84) 58%, rgba(0,0,0,.22) 87%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0,0,0,.58) 0%, #000 25%, rgba(0,0,0,.84) 58%, rgba(0,0,0,.22) 87%, transparent 100%);
}

.home3-flow--dissolve::after {
  -webkit-mask-image:
    linear-gradient(180deg, rgba(0,0,0,.48) 0%, #000 22%, #000 66%, transparent 100%),
    radial-gradient(ellipse 68% 92% at var(--flow-x) 34%, #000 0%, rgba(0,0,0,.82) 42%, rgba(0,0,0,.24) 72%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(180deg, rgba(0,0,0,.48) 0%, #000 22%, #000 66%, transparent 100%),
    radial-gradient(ellipse 68% 92% at var(--flow-x) 34%, #000 0%, rgba(0,0,0,.82) 42%, rgba(0,0,0,.24) 72%, transparent 100%);
  mask-composite: intersect;
}

.home3-flow > .home3-wrap { position: relative; z-index: 1; }

.home3-flow--v2 { --flow-from: #fff; --flow-position: 82% 8%; --flow-size: 116% auto; --flow-opacity: .22; --flow-x: 78%; --flow-transform: scale(1.035); }
.home3-flow--v3 { --flow-from: #fff; --flow-position: 18% 20%; --flow-size: 108% auto; --flow-opacity: .20; --flow-x: 28%; --flow-transform: translateX(-2.5%); --flow-glow: radial-gradient(ellipse 42% 66% at 14% 6%, rgba(7,93,187,.065), transparent 74%); }
.home3-flow--v3::after { inset-inline: -6vw; }
.home3-flow--v4 { --flow-from: var(--home3-surface); --flow-position: 64% 4%; --flow-size: 124% auto; --flow-opacity: .22; --flow-x: 58%; --flow-transform: scaleX(-1.02); --flow-glow: radial-gradient(ellipse 40% 70% at 62% 0%, rgba(37,184,207,.07), transparent 72%); }
.home3-flow--v5 { --flow-from: #fff; --flow-position: 88% 24%; --flow-size: 104% auto; --flow-opacity: .20; --flow-x: 86%; --flow-transform: translateX(2%); --flow-glow: radial-gradient(ellipse 38% 68% at 92% 4%, rgba(7,93,187,.06), transparent 74%); }
.home3-flow--v6 { --flow-from: var(--home3-surface); --flow-position: 22% 2%; --flow-size: 120% auto; --flow-opacity: .21; --flow-x: 30%; --flow-transform: scale(1.025) translateX(-1%); --flow-glow: radial-gradient(ellipse 46% 72% at 24% 0%, rgba(37,184,207,.065), transparent 76%); }
.home3-flow--v7 { --flow-from: #fff; --flow-position: 72% 18%; --flow-size: 110% auto; --flow-opacity: .20; --flow-x: 66%; --flow-transform: scaleX(-1); --flow-glow: radial-gradient(ellipse 34% 64% at 68% 4%, rgba(7,93,187,.055), transparent 76%); }
.home3-flow--v8 { --flow-from: var(--home3-surface); --flow-position: 92% 0%; --flow-size: 128% auto; --flow-opacity: .21; --flow-x: 84%; --flow-transform: scale(1.04); --flow-glow: radial-gradient(ellipse 44% 76% at 88% 0%, rgba(37,184,207,.07), transparent 72%); }
.home3-flow--v9 { --flow-from: #fff; --flow-position: 12% 14%; --flow-size: 114% auto; --flow-opacity: .20; --flow-x: 18%; --flow-transform: translateX(-3%); --flow-glow: radial-gradient(ellipse 38% 70% at 10% 4%, rgba(7,93,187,.06), transparent 74%); }
.home3-flow--v10 { --flow-from: var(--home3-surface); --flow-position: 58% 8%; --flow-size: 118% auto; --flow-opacity: .22; --flow-x: 54%; --flow-transform: scaleX(-1.025); --flow-glow: radial-gradient(ellipse 52% 76% at 54% 0%, rgba(37,184,207,.075), transparent 72%); }

/* Selected technical marks occupy only the quiet background zones below the facet transitions. */
.home3-icon-pattern {
  position: absolute;
  z-index: 0;
  inset: min(250px, 24%) 0 0;
  overflow: hidden;
  pointer-events: none;
}

.home3-icon-motif {
  position: absolute;
  left: var(--motif-x);
  top: var(--motif-y);
  width: var(--motif-size);
  aspect-ratio: 1;
  opacity: var(--motif-opacity);
  transform: translate(-50%, -50%) rotate(var(--motif-rotate));
}

.home3-icon-motif img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(67%) sepia(18%) saturate(787%) hue-rotate(163deg) brightness(101%);
}

.home3-main > .home3-section:is(
  [aria-labelledby="home3-aggregator-title"],
  [aria-labelledby="home3-services-title"],
  [aria-labelledby="home3-risks-title"],
  [aria-labelledby="home3-docs-title"]
) { padding-block: 80px; }

.home3-wrap {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.home3-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}

.home3-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--home3-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home3-kicker::before {
  content: "";
  width: 0;
  height: 2px;
  flex: 0 0 auto;
  background: var(--home3-blue);
}

.home3-reveal.is-visible .home3-kicker::before,
.home3-reveal.is-visible.home3-kicker::before {
  animation: home3-rule-in .65s var(--home3-ease) forwards;
}

.home3-title {
  max-width: 820px;
  margin: 0;
  color: var(--home3-ink);
  font-size: 58px;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
}

.page-home .home3-main :is(h2, h3),
.page-home .hm-hero-title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.page-home .home3-main :is(p, li) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: pretty;
}

.home3-lead {
  margin: 0;
  color: var(--home3-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home3-link,
.home3-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--home3-line);
  border-radius: var(--home3-control-radius);
  padding: 10px 16px;
  color: var(--home3-ink);
  background: var(--home3-white);
  font: inherit;
  font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .24s var(--home3-ease), background-color .24s var(--home3-ease), color .24s var(--home3-ease), transform .18s var(--home3-ease);
}

.home3-link:hover,
.home3-button:hover {
  border-color: #aebfd0;
  background: #f7fafc;
}

.home3-link:active,
.home3-button:active { transform: translateY(1px); }

.home3-button--primary,
.home3-link--primary {
  border-color: var(--home3-blue);
  color: #fff;
  background: var(--home3-blue);
}

.home3-button--primary:hover,
.home3-link--primary:hover {
  border-color: var(--home3-blue-dark);
  color: #fff;
  background: var(--home3-blue-dark);
}

.home3-link svg,
.home3-button svg { flex: 0 0 auto; }

.home3-reveal {
  opacity: 1;
  transform: none;
  transition: opacity .35s ease, transform .35s ease;
}

.home3-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes home3-rule-in {
  from { width: 0; opacity: 0; }
  to { width: 22px; opacity: 1; }
}

@keyframes home3-signal-run {
  0% { transform: translateX(-110%); opacity: 0; }
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { transform: translateX(610%); opacity: 0; }
}

@keyframes home3-media-settle {
  from { transform: scale(1.025); filter: saturate(.75); }
  to { transform: scale(1); filter: saturate(1); }
}

/* Compact trust strip directly after the hero */
.home3-trust {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 0 72px;
  border: 0;
  background: linear-gradient(180deg, #eaf5fb 0%, rgba(247,251,254,.98) 24%, #fff 58%, rgba(250,253,255,.98) 82%, #fff 100%);
}

.home3-trust::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("../assets/hero-bg.png") 72% center / cover no-repeat;
  opacity: .13;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0 14%, rgba(0,0,0,.32) 30%, #000 52%, rgba(0,0,0,.46) 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0 14%, rgba(0,0,0,.32) 30%, #000 52%, rgba(0,0,0,.46) 76%, transparent 100%);
}

.home3-trust::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse 48% 44% at 92% 38%, rgba(68,166,209,.1) 0%, transparent 72%),
    radial-gradient(ellipse 38% 34% at 12% 94%, rgba(7,93,187,.06) 0%, transparent 74%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0 12%, #000 38%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0 12%, #000 38%, #000 82%, transparent 100%);
  pointer-events: none;
}

.home3-trust-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.home3-trust-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.home3-trust-title {
  margin: 0;
  padding: 6px 14px;
  color: var(--home3-ink);
  border-radius: 999px;
  background: var(--home3-surface);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home3-trust-heading {
  max-width: 820px;
  margin: 0;
  color: var(--home3-ink);
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  text-wrap: balance;
}

.home3-logos {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-width: 0;
  padding: 22px 14px;
  border: 1px solid var(--home3-line);
  border-radius: var(--home3-radius);
  background: #fff;
}

.home3-logo {
  position: relative;
  height: 78px;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 4px 18px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.home3-logo + .home3-logo { border-left: 1px dashed #d7e1e9; }

.home3-logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  transform: translateY(0) scale(var(--home3-logo-scale, 1));
  transform-origin: center;
  display: block;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .24s ease-out;
  will-change: transform, opacity;
}

.home3-logo-details {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--home3-ink);
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .26s ease-out;
  pointer-events: none;
  will-change: transform, opacity;
}

.home3-logo-details small {
  color: var(--home3-muted);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  text-transform: uppercase;
}

.home3-logo-details strong {
  max-width: 100%;
  font: 500 12px/1 var(--site-control-font-family, "PT Root UI", Arial, sans-serif);
  letter-spacing: 0;
  text-wrap: balance;
}

.home3-trust-inner.is-visible .home3-logo {
  animation: home3-logo-enter .58s cubic-bezier(.22, 1, .36, 1) both;
}

.home3-trust-inner.is-visible .home3-logo:nth-child(2) { animation-delay: .055s; }
.home3-trust-inner.is-visible .home3-logo:nth-child(3) { animation-delay: .11s; }
.home3-trust-inner.is-visible .home3-logo:nth-child(4) { animation-delay: .165s; }
.home3-trust-inner.is-visible .home3-logo:nth-child(5) { animation-delay: .22s; }
.home3-trust-inner.is-visible .home3-logo:nth-child(6) { animation-delay: .275s; }
.home3-trust-inner.is-visible .home3-logo:nth-child(7) { animation-delay: .33s; }

@keyframes home3-logo-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (hover: hover) and (pointer: fine) {
  .home3-logo:hover img {
    opacity: 0;
    transform: translateY(-28px) scale(var(--home3-logo-scale, 1));
  }

  .home3-logo:hover .home3-logo-details {
    opacity: 1;
    transform: translateY(0);
  }
}

.home3-logo:focus-visible {
  outline: 2px solid var(--home3-blue);
  outline-offset: -3px;
}

.home3-logo:focus-visible img {
  opacity: 0;
  transform: translateY(-28px) scale(var(--home3-logo-scale, 1));
}

.home3-logo:focus-visible .home3-logo-details {
  opacity: 1;
  transform: translateY(0);
}

.home3-logo--rosnano { --home3-logo-scale: 1.18; }
.home3-logo--sber { --home3-logo-scale: 1.35; }
.home3-logo--domrf { --home3-logo-scale: 1.55; }
.home3-logo--rzd { --home3-logo-scale: 1.55; }
.home3-logo--canal { --home3-logo-scale: 1.18; }
.home3-logo--oek { --home3-logo-scale: 1.55; }
.home3-logo--inter { --home3-logo-scale: 1.12; }

.home3-cases {
  display: grid;
  grid-template-columns: 1.22fr .9fr 1fr;
  gap: 14px;
  margin-top: 32px;
}

.home3-case {
  min-height: 440px;
  display: grid;
  grid-template-rows: 230px 1fr;
  border: 1px solid var(--home3-line);
  border-radius: var(--home3-radius);
  overflow: hidden;
  background: var(--home3-white);
}

.home3-case-media { overflow: hidden; background: var(--home3-surface-strong); }
.home3-case-media { display: block; }
.home3-case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--home3-ease), filter .55s var(--home3-ease); }
.home3-case.is-visible .home3-case-media img { animation: home3-media-settle .7s var(--home3-ease) both; }
.home3-case:hover .home3-case-media img { transform: scale(1.025); }
.home3-case-body { padding: 22px; display: flex; flex-direction: column; align-items: flex-start; }
.home3-case-place { margin: 0 0 8px; color: var(--home3-blue); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.home3-case h3 { margin: 0 0 12px; font-size: 21px; font-weight: 600; line-height: 1.2; }
.home3-case h3 a { color: inherit; text-decoration: none; }
.home3-case h3 a:hover { color: var(--home3-blue); }
.home3-case p { margin: 0 0 18px; color: var(--home3-muted); font-size: 14px; line-height: 1.55; }
.home3-case-fact { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--home3-line); font-size: 14px; font-weight: 500; }
.home3-section-action { margin-top: 22px; }

/* Aggregator */
.home3-aggregator {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: 0;
  min-height: 480px;
  border: 1px solid var(--home3-line);
  border-radius: var(--home3-radius);
  overflow: hidden;
  background: #fff;
}

.home3-aggregator-copy { order: 2; padding: 52px; }
.home3-aggregator-copy h2 { margin: 0 0 16px; font-size: 42px; font-weight: 600; line-height: 1.08; }
.home3-aggregator-copy > p { max-width: 500px; margin: 0; color: var(--home3-muted); font-size: 16px; line-height: 1.65; }
.home3-steps { counter-reset: steps; display: grid; gap: 0; margin: 34px 0; padding: 0; list-style: none; }
.home3-steps li { counter-increment: steps; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid var(--home3-line); font-size: 14px; font-weight: 400; }
.home3-steps li::before { content: "0" counter(steps); color: var(--home3-blue); font-size: 11px; font-weight: 800; }
.home3-aggregator-map { position: relative; order: 1; display: grid; place-items: center; min-height: 480px; padding: 40px; background: #eaf3fa; }
.home3-aggregator-map img { width: min(100%, 650px); height: auto; mix-blend-mode: multiply; opacity: .92; }
.home3-map-note { position: absolute; right: 28px; bottom: 24px; max-width: 240px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--home3-control-radius); background: rgba(255,255,255,.78); backdrop-filter: blur(12px); color: var(--home3-muted); font-size: 12px; line-height: 1.45; }

/* Products */
.home3-products { border: 1px solid var(--home3-line); border-radius: var(--home3-radius); overflow: hidden; background: #fff; }
.home3-product-tabs { display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--home3-line); }
.home3-product-tab { min-height: 50px; border: 0; border-right: 1px solid var(--home3-line); padding: 8px 10px; color: var(--home3-muted); background: #fff; font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif); font-size: 13px; font-weight: 500; line-height: 1; letter-spacing: 0; cursor: pointer; }
.home3-product-tab:last-child { border-right: 0; }
.home3-product-tab:hover { background: #f7fafc; }
.home3-product-tab.is-active { color: var(--home3-blue); background: #eef6fd; box-shadow: inset 0 -3px 0 var(--home3-blue); }
.home3-product-stage { display: grid; grid-template-columns: .92fr 1.08fr; height: 560px; min-height: 0; transition: opacity .2s var(--home3-ease), transform .2s var(--home3-ease); }
.home3-products.is-changing .home3-product-stage { opacity: .3; }
.home3-products.is-changing .home3-product-visual img { transform: translateY(7px) scale(.985); }
.home3-product-visual { display: grid; place-items: center; min-width: 0; padding: 40px; background: linear-gradient(135deg, #f8fbfd 0%, #e8f2f9 100%); }
.home3-product-visual img { width: min(74%, 400px); height: 320px; object-fit: contain; filter: drop-shadow(0 22px 28px rgba(43,73,99,.12)); transition: transform .36s var(--home3-ease); }
.home3-product-copy { display: flex; flex-direction: column; justify-content: flex-start; min-width: 0; height: 560px; overflow: hidden; padding: 30px 34px 30px 40px; border-left: 1px solid var(--home3-line); }
.home3-product-copy h3 { margin: 0 0 8px; font-size: 36px; font-weight: 600; line-height: 1.08; }
.home3-product-copy > p { margin: 0 0 16px; color: var(--home3-muted); font-size: 14px; line-height: 1.55; }
.home3-product-features { min-height: 0; flex: 1 1 auto; overflow: hidden; margin: 0; border-top: 1px solid var(--home3-line); }
.home3-product-feature { position: relative; padding: 11px 0 12px; border-bottom: 1px solid var(--home3-line); transition: padding .28s var(--home3-ease); }
.home3-product-feature h4 { margin: 0 0 4px; color: var(--home3-ink); font-size: 16px; font-weight: 600; line-height: 1.3; }
.home3-product-feature > p { max-width: 660px; margin: 0 0 8px; overflow: hidden; color: var(--home3-muted); font-size: 13px; font-weight: 400; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home3-product-feature-toggle {
  position: relative;
  isolation: isolate;
  width: 116px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 7px 14px;
  border: 1px solid rgba(7,93,187,.38);
  border-radius: 999px;
  color: #07558d;
  background: linear-gradient(120deg, rgba(255,255,255,.9) 0%, rgba(221,241,251,.72) 48%, rgba(247,252,255,.88) 100%);
  background-size: 180% 100%;
  background-position: 100% 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 0 0 1px rgba(255,255,255,.42), 0 8px 22px rgba(40,89,123,.1);
  backdrop-filter: blur(14px) saturate(145%);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  font: 500 12px/1 var(--site-control-font-family, "PT Root UI", Arial, sans-serif);
  cursor: pointer;
  flex: 0 0 116px;
  transition: color .24s var(--home3-ease), border-color .24s var(--home3-ease), background-position .55s var(--home3-ease), box-shadow .24s var(--home3-ease), transform .24s var(--home3-ease);
}
.home3-product-feature-toggle > span,
.home3-product-feature-toggle > svg { position: relative; z-index: 1; }
.home3-product-feature-toggle::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -2px -34%;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.92) 49%, rgba(109,211,235,.34) 55%, transparent 69%);
  transform: translateX(-72%);
  opacity: .78;
  transition: transform .62s var(--home3-ease);
  pointer-events: none;
}
.home3-product-feature-toggle:hover { color: var(--home3-blue-dark); border-color: rgba(8,127,152,.72); background-position: 0 0; box-shadow: inset 0 1px 0 #fff, 0 0 0 1px rgba(8,127,152,.1), 0 10px 24px rgba(34,91,129,.15); transform: translateY(-1px); }
.home3-product-feature-toggle:hover::before { transform: translateX(72%); }
.home3-product-feature-toggle:focus-visible { outline: 3px solid rgba(7,93,187,.18); outline-offset: 3px; }
.home3-product-feature-toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s var(--home3-ease); }
.home3-product-feature.is-open .home3-product-feature-toggle { color: #fff; border-color: rgba(255,255,255,.78); background: linear-gradient(135deg, rgba(7,93,187,.92), rgba(8,127,152,.82)); box-shadow: inset 0 1px 0 rgba(255,255,255,.36), 0 10px 24px rgba(7,93,187,.2); }
.home3-product-feature.is-open .home3-product-feature-toggle svg { transform: rotate(180deg); }
.home3-product-feature-body { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .36s var(--home3-ease), opacity .24s ease; }
.home3-product-feature-body > div { min-height: 0; overflow: hidden; }
.home3-product-feature-body p { margin: 8px 0 0; padding-left: 13px; border-left: 2px solid rgba(8,127,152,.25); color: #42566b; font-size: 13px; line-height: 1.5; }
.home3-product-feature-body strong { color: var(--home3-ink); font-weight: 600; }
.home3-product-feature.is-open .home3-product-feature-body { grid-template-rows: 1fr; opacity: 1; }
.home3-product-features.has-open .home3-product-feature:not(.is-open) { display: grid; grid-template-columns: minmax(0, 1fr) 42px; column-gap: 8px; align-items: center; padding-block: 9px; }
.home3-product-features.has-open .home3-product-feature:not(.is-open) h4 { grid-column: 1; margin: 0; }
.home3-product-features.has-open .home3-product-feature:not(.is-open) > p { display: none; }
.home3-product-features.has-open .home3-product-feature:not(.is-open) .home3-product-feature-toggle { grid-column: 2; grid-row: 1; width: 42px; min-height: 38px; padding: 0; flex-basis: 42px; }
.home3-product-features.has-open .home3-product-feature:not(.is-open) .home3-product-feature-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.home3-product-features.has-open .home3-product-feature.is-open > p { display: none; }
.home3-product-copy > div:last-child { margin-top: auto; padding-top: 16px; }

.home3-product-copy [data-product-link] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(111,202,238,.82);
  color: #fff;
  background: linear-gradient(135deg, rgba(7,93,187,.94), rgba(8,127,152,.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(3,49,91,.28), inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(7,79,143,.2);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
  font: 500 12px/1 var(--site-control-font-family, "PT Root UI", Arial, sans-serif);
  letter-spacing: 0;
  transition: border-color .24s var(--home3-ease), box-shadow .24s var(--home3-ease), transform .24s var(--home3-ease), filter .24s var(--home3-ease);
}
.home3-product-copy [data-product-link]::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -2px -36%;
  background: linear-gradient(108deg, transparent 36%, rgba(255,255,255,.58) 49%, rgba(93,224,241,.3) 55%, transparent 68%);
  transform: translateX(-74%);
  transition: transform .68s var(--home3-ease);
  pointer-events: none;
}
.home3-product-copy [data-product-link] > * { position: relative; z-index: 1; }
.home3-product-copy [data-product-link]:hover {
  border-color: rgba(163,230,250,.96);
  color: #fff;
  background: linear-gradient(135deg, rgba(6,82,165,.94), rgba(7,119,151,.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -1px 0 rgba(3,49,91,.3), 0 12px 28px rgba(7,79,143,.26);
  filter: saturate(1.08);
  transform: translateY(-1px);
}
.home3-product-copy [data-product-link]:hover::before { transform: translateX(74%); }
.home3-product-copy [data-product-link]:hover > span { transform: translateX(3px); }
.home3-product-copy [data-product-link]:focus-visible { outline: 3px solid rgba(7,93,187,.22); outline-offset: 3px; }
.home3-product-copy [data-product-link] > span { transition: transform .24s var(--home3-ease); }

@media (min-width: 431px) {
  .home3-product-feature { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 14px; }
  .home3-product-feature h4 { grid-column: 1; }
  .home3-product-feature > p { grid-column: 1; margin-bottom: 0; }
  .home3-product-feature-toggle { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .home3-product-feature-body { grid-column: 1 / -1; }
}

/* Services */
.home3-heading--stack { grid-template-columns: minmax(0, 820px); align-items: start; gap: 16px; }
.home3-heading--stack .home3-lead { max-width: 680px; }
.home3-services { display: grid; grid-template-columns: 1.14fr .86fr; gap: 14px; }
.home3-service { position: relative; min-height: 240px; display: flex; align-items: flex-end; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); overflow: hidden; background: #edf4f8; text-decoration: none; }
.home3-service::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 43%, rgba(255,255,255,.22) 100%); z-index: 1; }
.home3-service img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--home3-ease), filter .5s var(--home3-ease); }
.home3-service.is-visible img { animation: home3-media-settle .7s var(--home3-ease) both; }
.home3-service:hover img { transform: scale(1.025); }
.home3-service-body { position: relative; z-index: 2; width: 63%; padding: 34px 26px 26px; }
.home3-service h3 { margin: 0 0 7px; color: var(--home3-ink); font-size: 21px; font-weight: 600; line-height: 1.2; }
.home3-service p { margin: 0; color: var(--home3-muted); font-size: 13px; line-height: 1.5; }

/* Interactive operating principles */
.home3-principles-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  min-height: 580px;
  border: 1px solid var(--home3-line);
  border-radius: var(--home3-radius);
  overflow: hidden;
  background: #fff;
}

.home3-principles-visual {
  position: relative;
  min-width: 0;
  min-height: 580px;
  margin: 0;
  overflow: hidden;
  background: #eaf2f7;
}

.home3-principles-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1);
  transition: opacity .24s var(--home3-ease), transform .55s var(--home3-ease);
}

.home3-principles-visual.is-changing .home3-principles-background { opacity: .22; transform: scale(1.012); }

.home3-principles-state {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: var(--home3-control-radius);
  color: var(--home3-ink);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 750;
}

.home3-principles-visual[data-mode="early"] .home3-principles-background,
.home3-principles-visual[data-mode="autonomy"] .home3-principles-background { object-position: center; }
.home3-principles-visual[data-mode="scale"] .home3-principles-background { object-position: center 42%; }
.home3-principles-visual[data-mode="retrofit"] .home3-principles-background { object-position: center; }
.home3-principles-visual[data-mode="docs"] .home3-principles-background { object-position: center 38%; }

.home3-principles-list { display: grid; grid-template-rows: repeat(5, 1fr); min-width: 0; border-left: 1px solid var(--home3-line); }
.home3-principles-step {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  column-gap: 12px;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--home3-line);
  padding: 18px 24px;
  color: var(--home3-ink);
  background: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}
.home3-principles-step:last-child { border-bottom: 0; }
.home3-principles-step::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--home3-blue); transform: scaleY(0); transform-origin: bottom; transition: transform .32s var(--home3-ease); }
.home3-principles-step > span { grid-row: 1 / span 2; color: #8ba0b2; font-size: 11px; font-weight: 750; padding-top: 3px; }
.home3-principles-step strong { display: block; font-size: 18px; font-weight: 500; line-height: 1.25; }
.home3-principles-step p { margin: 5px 0 0; color: var(--home3-muted); font-size: 13px; line-height: 1.45; }
.home3-principles-step:hover, .home3-principles-step:focus-visible, .home3-principles-step.is-active { background: #f3f8fc; }
.home3-principles-step.is-active::before { transform: scaleY(1); }
.home3-principles-step.is-active strong { color: var(--home3-blue); }

/* Blind zones */
.home3-risks { padding: 38px; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); background: #fff; }
.home3-risks-head { display: grid; grid-template-columns: .92fr 1.08fr; align-items: end; gap: 28px; margin-bottom: 28px; }
.home3-risks-kicker { grid-column: 1 / -1; margin: 0; color: var(--home3-blue); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.home3-risks-head h2 { margin: 0; font-size: clamp(46px, 4.6vw, 64px); font-weight: 470; line-height: 1.02; }
.home3-risks-head > p:last-child { max-width: 590px; margin: 0 0 4px; color: var(--home3-muted); font-size: 16px; line-height: 1.65; }
.home3-risk-navigator { overflow: hidden; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); background: #fff; }
.home3-risk-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 112px; padding: 0 28px; }
.home3-risk-tab { position: relative; min-width: 0; min-height: 112px; display: grid; align-content: start; gap: 10px; padding: 18px 20px 16px; border: 0; border-bottom: 1px solid var(--home3-line); color: var(--home3-ink); background: transparent; text-align: left; cursor: pointer; }
.home3-risk-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--home3-blue); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
.home3-risk-tab span { color: #8aa4b9; font-size: 10px; font-weight: 700; }
.home3-risk-tab strong { max-width: 230px; font-size: 16px; font-weight: 500; line-height: 1.35; }
.home3-risk-tab:hover { background: #f7fafc; }
.home3-risk-tab.is-active::after { transform: scaleX(1); }
.home3-risk-tab:focus-visible { z-index: 2; outline: 2px solid rgba(5, 96, 193, .28); outline-offset: -4px; }
.home3-risk-detail { position: relative; min-height: 270px; overflow: hidden; background: #fff; isolation: isolate; }
.home3-risk-detail::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(100deg, #fff 0%, #fff 36%, rgba(255,255,255,.98) 46%, rgba(255,255,255,.82) 58%, rgba(255,255,255,.34) 76%, rgba(255,255,255,.04) 100%); pointer-events: none; }
.home3-risk-detail > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--risk-position, center 48%); transform: scale(1.015); transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .24s ease; }
.home3-risk-detail-copy { position: relative; z-index: 2; width: min(64%, 720px); min-height: 270px; display: grid; grid-template-columns: 72px 1fr; align-content: start; gap: 20px; padding: 46px 48px; transition: opacity .18s ease, transform .18s ease; }
.home3-risk-detail-copy > span { color: #b8cedd; font-family: var(--home3-heading-font); font-size: 40px; line-height: 1; }
.home3-risk-detail-copy h3 { margin: -2px 0 10px; font-size: 24px; font-weight: 620; line-height: 1.25; }
.home3-risk-detail-copy p { max-width: 560px; margin: 0; color: var(--home3-muted); font-size: 15px; line-height: 1.6; }
.home3-risk-detail.is-changing .home3-risk-detail-copy { opacity: .38; transform: translateY(4px); }
.home3-risk-detail.is-changing > img { transform: scale(1.03); }

/* Audiences */
.home3-audience-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; margin-bottom: 28px; }
.home3-audience-head .home3-title { max-width: none; margin-bottom: 10px; }
.home3-audience-head .home3-lead { max-width: 760px; }
.home3-audience-kicker { margin: 0 0 15px; color: var(--home3-blue); font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.home3-audience-tabs { display: inline-grid; grid-template-columns: 1fr 1fr; padding: 3px; border: 1px solid var(--home3-line); border-radius: var(--home3-control-radius); background: #edf3f7; }
.home3-audience-tab { min-width: 150px; min-height: 42px; border: 0; border-radius: 5px; padding: 8px 16px; color: var(--home3-muted); background: transparent; font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif); font-size: 14px; font-weight: 500; line-height: 1; letter-spacing: 0; cursor: pointer; }
.home3-audience-tab.is-active { color: var(--home3-ink); background: #fff; box-shadow: 0 1px 4px rgba(30,55,78,.1); }
.home3-audience-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 274px 274px; gap: 12px; min-height: 560px; background: transparent; }
.home3-audience-panel[hidden] { display: none; }
.home3-audience-item { isolation: isolate; position: relative; min-width: 0; min-height: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; overflow: hidden; padding: 22px; border-radius: 7px; color: #102542; background: #e2ebf2; text-decoration: none; transition: color .25s ease, background-color .25s ease; }
.home3-audience-item:nth-child(2) { grid-column: 1; grid-row: 2; background: #f2f5f7; }
.home3-audience-item:nth-child(3) { grid-column: 2; grid-row: 1 / span 2; color: #fff; background: #0d58a8; }
.home3-audience-item:nth-child(4) { grid-column: 3; grid-row: 1; background: #dce7ef; }
.home3-audience-item:nth-child(5) { grid-column: 3; grid-row: 2; background: #eef3f6; }
.home3-audience-item:nth-child(6) { grid-column: 4; grid-row: 1 / span 2; color: #fff; background: #092b59; }
.home3-audience-item::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(180deg, rgba(8,24,37,.08), rgba(8,24,37,.76)), var(--aud-image); background-position: var(--aud-position, center); background-size: cover; opacity: 0; transform: scale(1.035); transition: opacity .28s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.home3-audience-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--aud-pattern-color, #075dbb);
  opacity: var(--aud-pattern-opacity, .13);
  -webkit-mask-image: var(--aud-pattern);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: var(--aud-pattern-position, center);
  -webkit-mask-size: var(--aud-pattern-size, 82%);
  mask-image: var(--aud-pattern);
  mask-repeat: no-repeat;
  mask-position: var(--aud-pattern-position, center);
  mask-size: var(--aud-pattern-size, 82%);
  transform: scale(1.025);
  transform-origin: var(--aud-pattern-origin, center);
  transition: opacity .25s ease, transform .55s cubic-bezier(.2,.7,.2,1);
}
.home3-audience-item:nth-child(1) { --aud-pattern: url("../assets/pattern-icons/share-2.svg"); --aud-pattern-position: -68px -60px; --aud-pattern-size: 100%; --aud-pattern-origin: left top; }
.home3-audience-item:nth-child(2) {
  padding: 16px 28px 29px;
  --aud-pattern: url("../assets/pattern-icons/shield-check.svg");
  --aud-pattern-position: 6px -12px;
  --aud-pattern-size: 120% auto;
  --aud-pattern-origin: left top;
}
.home3-audience-item:nth-child(3) { --aud-pattern: url("../assets/pattern-icons/flame.svg"); --aud-pattern-position: 92% 34%; --aud-pattern-size: 158%; --aud-pattern-origin: right center; --aud-pattern-color: #fff; --aud-pattern-opacity: .085; }
.home3-audience-item:nth-child(4) { --aud-pattern: url("../assets/pattern-icons/battery-charging.svg"); --aud-pattern-position: -135% 10%; --aud-pattern-size: 117%; --aud-pattern-origin: right top; }
.home3-audience-item:nth-child(5) { --aud-pattern: url("../assets/pattern-icons/unplug.svg"); --aud-pattern-position: center; --aud-pattern-size: 87%; --aud-pattern-origin: center; }
.home3-audience-item:nth-child(6) { --aud-pattern: url("../assets/pattern-icons/network.svg"); --aud-pattern-position: 58% 50%; --aud-pattern-size: 172%; --aud-pattern-origin: center; --aud-pattern-color: #fff; --aud-pattern-opacity: .08; }
.home3-audience-number { position: relative; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.home3-audience-copy { position: relative; z-index: 2; display: grid; gap: 10px; align-self: stretch; margin-top: auto; }
.home3-audience-copy strong { max-width: 230px; font-family: Commissioner, sans-serif; font-size: 21px; font-weight: 520; line-height: 1.14; }
.home3-audience-copy small { max-width: 230px; max-height: 0; overflow: hidden; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; opacity: 0; transform: translateY(8px); transition: max-height .25s ease, opacity .25s ease, transform .25s ease; }
.home3-audience-arrow { position: absolute; z-index: 2; top: 20px; right: 20px; font-size: 15px; opacity: 0; transform: translate(-4px, 4px); transition: opacity .25s ease, transform .25s ease; }
.home3-audience-item:hover, .home3-audience-item:focus-visible { color: #fff; background: #173b61; outline: none; }
.home3-audience-item:hover::before, .home3-audience-item:focus-visible::before { opacity: 1; transform: scale(1); }
.home3-audience-item:hover::after, .home3-audience-item:focus-visible::after { opacity: 0; transform: scale(1.08); }
.home3-audience-item:hover .home3-audience-copy small, .home3-audience-item:focus-visible .home3-audience-copy small { max-height: 58px; opacity: 1; transform: translateY(0); }
.home3-audience-item:hover .home3-audience-arrow, .home3-audience-item:focus-visible .home3-audience-arrow { opacity: 1; transform: translate(0, 0); }
.home3-audience-panel--partners { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: minmax(560px, 1fr); }
.home3-audience-panel--partners .home3-audience-item { grid-column: auto; grid-row: auto; min-height: 560px; }
.home3-audience-panel--partners .home3-audience-item:nth-child(1) { --aud-pattern: url("../assets/pattern-icons/network.svg"); --aud-pattern-position: 0% 12%; --aud-pattern-size: 174%; --aud-pattern-origin: left center; }
.home3-audience-panel--partners .home3-audience-item:nth-child(2) { --aud-pattern: url("../assets/pattern-icons/shield-plus.svg"); --aud-pattern-position: center; --aud-pattern-size: 156%; --aud-pattern-origin: center; }
.home3-audience-panel--partners .home3-audience-item:nth-child(3) { --aud-pattern: url("../assets/pattern-icons/share-2.svg"); --aud-pattern-position: 80% 44%; --aud-pattern-size: 180%; --aud-pattern-origin: center; }
.home3-audience-panel--partners .home3-audience-item:nth-child(4) { --aud-pattern: url("../assets/pattern-icons/zap.svg"); --aud-pattern-position: 0% -10%; --aud-pattern-size: 164%; --aud-pattern-origin: left top; }

/* Documents */
.home3-docs { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); overflow: hidden; background: #fff; }
.home3-docs-visual { position: relative; min-height: 410px; overflow: hidden; background: #eaf2f7; }
.home3-docs-visual img { position: absolute; inset-block: 0; left: 50%; width: auto; max-width: 100%; height: 100%; max-height: none; object-fit: contain; transform: translateX(-50%); box-shadow: 0 16px 32px rgba(32,58,80,.14); }
.home3-docs-copy { padding: 48px; }
.home3-docs-copy h2 { margin: 0 0 14px; font-size: 40px; font-weight: 600; line-height: 1.1; }
.home3-docs-copy > p { margin: 0 0 30px; color: var(--home3-muted); font-size: 15px; line-height: 1.65; }
.home3-doc-list { display: grid; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--home3-line); list-style: none; }
.home3-doc-list li { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-bottom: 1px solid var(--home3-line); font-size: 14px; font-weight: 400; }
.home3-doc-list small { color: var(--home3-muted); font-size: 12px; font-weight: 500; }

/* Documents: approved vertical navigator */
.home3-docs-navigator { padding: 24px; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); background: #fff; box-shadow: 0 20px 54px rgba(27,54,76,.1); overflow: hidden; }
.home3-docs-navigator__layout { display: grid; grid-template-columns: 390px minmax(0,1fr); min-width: 0; border: 1px solid var(--home3-line); border-radius: 7px; background: #fff; overflow: hidden; }
.home3-docs-certificate { position: relative; isolation: isolate; width: 100%; aspect-ratio: 581/824; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; cursor: zoom-in; }
.home3-docs-certificate img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.home3-docs-certificate::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.home3-docs-certificate > span { position: absolute; z-index: 2; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border: 1px solid rgba(255,255,255,.75); border-radius: 7px; color: #17324c; background: rgba(246,250,253,.84); box-shadow: 0 9px 24px rgba(19,42,61,.12); backdrop-filter: blur(14px); font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif); font-size: 12px; font-style: normal; font-weight: 500; line-height: 1; letter-spacing: 0; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.home3-docs-certificate:hover img, .home3-docs-certificate:focus-visible img { transform: scale(1.008); filter: saturate(1.02); }
.home3-docs-certificate:hover > span, .home3-docs-certificate:focus-visible > span { opacity: 1; transform: none; }
.home3-docs-navigator__content { min-width: 0; min-height: 553px; display: grid; grid-template-rows: auto 1fr auto; padding: 42px 44px 14px; background: #fff; }
.home3-docs-navigator__heading > p { margin: 0 0 12px; color: var(--home3-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.home3-docs-navigator__heading h2 { margin: 0; font-family: Commissioner, sans-serif; font-size: clamp(36px,3.2vw,47px); font-weight: 500; line-height: 1.06; }
.home3-docs-navigator__heading > span { display: block; max-width: 630px; margin-top: 15px; color: var(--home3-muted); font-size: 14px; line-height: 1.6; }
.home3-docs-navigator__body { min-width: 0; display: grid; grid-template-columns: 180px minmax(0,1fr); column-gap: 34px; margin-top: 28px; }
.home3-docs-navigator__tabs { align-self: stretch; display: grid; border-right: 1px solid var(--home3-line); }
.home3-docs-navigator__tabs button { min-width: 0; min-height: 59px; display: grid; grid-template-columns: 30px minmax(0,1fr); align-items: center; gap: 12px; padding: 11px 20px 11px 0; border: 0; border-bottom: 1px solid var(--home3-line); color: var(--home3-ink); background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, background-color .2s ease, padding .2s ease; }
.home3-docs-navigator__tabs button:first-child { border-top: 0; }
.home3-docs-navigator__tabs button span { color: #87a0b5; font: 700 10px ui-monospace, monospace; }
.home3-docs-navigator__tabs button strong { font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif); font-size: 14px; font-weight: 500; line-height: 1.3; letter-spacing: 0; }
.home3-docs-navigator__tabs button:hover, .home3-docs-navigator__tabs button.is-active { padding-left: 10px; color: var(--home3-ink); background: #f2f7fa; }
.home3-docs-navigator__tabs button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(7,93,187,.2); outline-offset: -3px; }
.home3-docs-navigator__detail { min-width: 0; display: grid; grid-template-columns: 48px minmax(0,1fr); align-content: center; align-items: start; gap: 18px; padding: 26px 0; transition: opacity .16s ease; }
.home3-docs-navigator__detail.is-changing { opacity: .42; }
.home3-docs-navigator__number { color: #b3c8d8; font: 500 31px Commissioner, sans-serif; }
.home3-docs-navigator__detail h3 { margin: 0; font: 560 19px/1.3 Commissioner, sans-serif; }
.home3-docs-navigator__detail p { max-width: 580px; margin: 7px 0 0; color: var(--home3-muted); font-size: 12px; line-height: 1.55; }
.home3-docs-navigator__detail small { display: block; margin-top: 20px; color: var(--home3-blue); font-size: 10px; font-weight: 750; }
.home3-docs-navigator__footer { display: flex; align-items: center; gap: 22px; padding-top: 24px; }
.home3-docs-navigator__footer span { color: var(--home3-muted); font-size: 10px; }
.home3-docs-navigator__footer b { margin-right: 4px; color: var(--home3-ink); font-size: 15px; }
.home3-docs-navigator__footer a { display: inline-flex; align-items: center; gap: 18px; margin-left: auto; padding: 11px 14px; border: 1px solid var(--home3-line); border-radius: 7px; color: var(--home3-ink); background: #fff; font-family: var(--site-control-font-family, "PT Root UI", Arial, sans-serif); font-size: 12px; font-weight: 500; line-height: 1; letter-spacing: 0; text-decoration: none; transition: border-color .22s ease, background-color .22s ease, transform .22s ease; }
.home3-docs-navigator__footer a:hover { border-color: #9abbd4; background: #f3f8fb; transform: translateY(-2px); }
.home3-certificate-dialog { width: min(94vw,760px); max-height: 94vh; padding: 0; border: 1px solid var(--home3-line); border-radius: 8px; background: #eef4f8; box-shadow: 0 30px 90px rgba(12,30,44,.28); }
.home3-certificate-dialog::backdrop { background: rgba(16,31,44,.38); backdrop-filter: blur(8px); }
.home3-certificate-dialog__bar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--home3-line); background: #fff; }
.home3-certificate-dialog__bar strong { font-size: 13px; }
.home3-certificate-dialog__bar button { width: 34px; height: 34px; border: 1px solid var(--home3-line); border-radius: 7px; background: #fff; cursor: pointer; }
.home3-certificate-dialog > img { display: block; width: auto; max-width: 100%; height: calc(94vh - 56px); margin: auto; object-fit: contain; }

/* Request form: approved vertical navigator */
.home3-cta { padding: 80px 0; background: #e9f4fc; border-top: 1px solid #d4e5f2; }
.home3-cta-inner { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid #c9ddea; border-radius: var(--home3-radius); background: #fff; }
.home3-cta-heading { min-width: 0; padding: 48px 36px; color: #fff; background: #0c64b9; }
.home3-cta h2 { max-width: 100%; margin: 18px 0 18px; color: #fff; font-size: 44px; font-weight: 500; line-height: 1.04; overflow-wrap: normal; word-break: normal; hyphens: none; }
.home3-cta p { max-width: 100%; margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.62; text-wrap: pretty; }
.home3-cta .home3-kicker { color: #fff; font-size: 12px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.home3-cta-form { min-width: 0; display: grid; align-content: center; gap: 20px; padding: 48px 56px; background: #fff; }
.home3-cta-fields { min-width: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
.home3-cta-form .home3-field { min-width: 0; grid-template-columns: 140px minmax(0, 1fr); align-items: center; gap: 16px; }
.home3-cta-submit { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding-left: 156px; }
.home3-cta-submit .home3-button { min-width: 190px; min-height: 52px; }

.home3-dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 1px solid var(--home3-line); border-radius: var(--home3-radius); color: var(--home3-ink); background: #fff; box-shadow: 0 30px 90px rgba(15,35,52,.22); }
.home3-dialog::backdrop { background: rgba(222,232,240,.72); backdrop-filter: blur(5px); }
.home3-dialog-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 28px 28px 20px; border-bottom: 1px solid var(--home3-line); }
.home3-dialog-head h2 { margin: 0 0 6px; font-size: 25px; font-weight: 600; }
.home3-dialog-head p { margin: 0; color: var(--home3-muted); font-size: 13px; line-height: 1.5; }
.home3-dialog-close { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--home3-line); border-radius: var(--home3-control-radius); color: var(--home3-ink); background: #fff; cursor: pointer; }
.home3-form { display: grid; gap: 16px; padding: 26px 28px 28px; }
.home3-field { display: grid; gap: 7px; }
.home3-field label { font-size: 13px; font-weight: 500; }
.home3-field input,
.home3-field textarea,
.home3-field select { width: 100%; min-height: 46px; border: 1px solid #c7d4df; border-radius: var(--home3-control-radius); padding: 11px 12px; color: var(--home3-ink); background: #fff; font: inherit; font-size: 14px; }
.home3-field textarea { min-height: 96px; resize: vertical; }
.home3-cta-form .home3-field input,
.home3-cta-form .home3-field textarea { min-width: 0; min-height: 52px; height: 52px; background: #f8fbfd; resize: none; }
.home3-cta-form .home3-field input:hover,
.home3-cta-form .home3-field textarea:hover { border-color: #9fbdd2; background: #fff; }
.home3-field input:focus,
.home3-field textarea:focus,
.home3-field select:focus { outline: 3px solid rgba(7,93,187,.14); border-color: var(--home3-blue); }
.home3-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--home3-muted); font-size: 12px; line-height: 1.5; }
.home3-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--home3-blue); }
.home3-consent a { color: var(--home3-blue); }
.home3-form-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 4px; }
.home3-dialog-open { overflow: hidden; }

@media (max-width: 1050px) {
  .home3-icon-pattern { inset-inline: 0; opacity: .78; }
  .home3-icon-motif { width: min(var(--motif-size), 104px); }
  .home3-icon-motif--2 { display: none; }
  .home3-heading { grid-template-columns: 1fr; gap: 16px; }
  .home3-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home3-logo:last-child { grid-column: span 2; }
  .home3-logo:nth-child(5) { border-left: 0; }
  .home3-logo:nth-child(n+5) { border-top: 1px dashed #d7e1e9; }
  .home3-cases { grid-template-columns: 1.12fr .88fr; }
  .home3-case:first-child { grid-column: 1 / -1; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr; min-height: 320px; }
  .home3-aggregator, .home3-docs { grid-template-columns: 1fr; }
  .home3-aggregator-copy { order: 1; }
  .home3-aggregator-map { order: 2; }
  .home3-risks { padding: 30px; }
  .home3-risk-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 108px; padding: 0 20px; }
  .home3-risk-tab { min-height: 108px; }
  .home3-risk-tab:nth-child(-n+2) { border-bottom-color: var(--home3-line); }
  .home3-risk-detail-copy { width: 72%; }
  .home3-aggregator-map { min-height: 390px; }
  .home3-product-copy { padding: 40px 40px 30px; }
  .home3-principles-showcase { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); }
  .home3-audience-head { grid-template-columns: 1fr; align-items: start; }
  .home3-audience-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, 230px); min-height: 0; }
  .home3-audience-item, .home3-audience-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .home3-audience-panel--partners { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 300px); }
  .home3-audience-panel--partners .home3-audience-item { min-height: 300px; }
  .home3-cta-inner { grid-template-columns: 260px minmax(0, 1fr); }
  .home3-cta-heading { padding: 42px 30px; }
  .home3-cta h2 { font-size: 40px; }
  .home3-cta-form { padding: 40px; }
  .home3-cta-form .home3-field { grid-template-columns: 110px minmax(0, 1fr); }
  .home3-cta-submit { padding-left: 126px; }
}

@media (min-width: 861px) and (max-width: 1050px) {
  .home3-product-stage,
  .home3-product-copy { height: 590px; }
}

@media (max-width: 860px) {
  .home3-product-stage { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .home3-product-visual { padding: 26px; }
  .home3-product-visual img { height: 240px; }
  .home3-product-copy { height: 560px; padding: 28px 24px 28px 30px; border-left: 0; border-top: 1px solid var(--home3-line); }
  .home3-cta-inner { grid-template-columns: 1fr; }
  .home3-cta-heading { padding: 34px 30px; }
  .home3-cta h2 { max-width: 360px; margin: 14px 0; font-size: 38px; }
  .home3-cta p { max-width: 560px; }
  .home3-cta-form { padding: 32px 30px; }
  .home3-cta-form .home3-field { grid-template-columns: 1fr; align-items: stretch; gap: 7px; }
  .home3-cta-submit { grid-template-columns: 1fr; gap: 18px; padding-left: 0; }
  .home3-cta-submit .home3-button { width: 100%; }
}

@media (min-width: 761px) {
  .home3-audience-head .home3-title { font-size: 48px; white-space: nowrap; }
}

@media (max-width: 760px) {
  .home3-icon-pattern { inset: 190px 0 0; opacity: .56; }
  .home3-icon-motif { left: auto; right: -30px; top: 82%; width: 78px; transform: rotate(var(--motif-rotate)); }
  .home3-main > .home3-section,
  .home3-main > .home3-section:is(
    [aria-labelledby="home3-aggregator-title"],
    [aria-labelledby="home3-services-title"],
    [aria-labelledby="home3-risks-title"],
    [aria-labelledby="home3-docs-title"]
  ) { padding: 64px 0; }
  .home3-wrap { width: min(100% - 28px, 1240px); }
  .home3-title { font-size: 36px; }
  .home3-lead { font-size: 15px; }
  .home3-trust { padding: 48px 0 56px; }
  .home3-trust-inner { gap: 28px; }
  .home3-trust-heading { max-width: 620px; font-size: 34px; }
  .home3-logos { grid-template-columns: repeat(2, 1fr); padding: 10px; }
  .home3-logo { height: 84px; padding: 7px 16px; }
  .home3-logo:nth-child(odd) { border-left: 0; }
  .home3-logo:nth-child(n+3) { border-top: 1px dashed #d7e1e9; }
  .home3-cases, .home3-services { grid-template-columns: 1fr; }
  .home3-case:first-child { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 210px 1fr; min-height: 0; }
  .home3-case { min-height: 0; grid-template-rows: 210px 1fr; }
  .home3-aggregator-copy, .home3-docs-copy { padding: 30px 22px; }
  .home3-aggregator-copy h2, .home3-docs-copy h2, .home3-cta h2 { font-size: 32px; }
  .home3-risks { padding: 24px 18px; }
  .home3-risks-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 22px; }
  .home3-risks-kicker { grid-column: auto; }
  .home3-risks-head h2 { font-size: 42px; }
  .home3-risks-head > p:last-child { font-size: 14px; }
  .home3-risk-tabs { grid-auto-rows: 112px; padding: 0 12px; }
  .home3-risk-tab { min-height: 112px; padding: 14px 12px 12px; }
  .home3-risk-tab strong { font-size: 14px; }
  .home3-risk-detail { min-height: 540px; }
  .home3-risk-detail::after { background: linear-gradient(180deg, #fff 0%, #fff 64%, rgba(255,255,255,.96) 74%, rgba(255,255,255,.44) 91%, rgba(255,255,255,.04) 100%); }
  .home3-risk-detail > img { object-position: 56% center; }
  .home3-risk-detail-copy { width: 100%; min-height: 540px; grid-template-columns: 48px 1fr; padding: 30px 22px; }
  .home3-risk-detail-copy > span { font-size: 30px; }
  .home3-risk-detail-copy h3 { font-size: 20px; }
  .home3-aggregator-map { min-height: 300px; padding: 24px; }
  .home3-product-tabs { grid-template-columns: repeat(3, 1fr); }
  .home3-product-tab:nth-child(3) { border-right: 0; }
  .home3-product-tab:nth-child(-n+3) { border-bottom: 1px solid var(--home3-line); }
  .home3-product-stage { grid-template-columns: 1fr; min-height: 0; }
  .home3-product-visual { padding: 22px; }
  .home3-product-visual img { height: 220px; }
  .home3-product-copy { height: 680px; padding: 26px 18px 26px 22px; border-left: 0; border-top: 1px solid var(--home3-line); }
  .home3-product-copy h3 { font-size: 30px; }
  .home3-service { min-height: 220px; }
  .home3-service-body { width: 76%; }
  .home3-principles-showcase { grid-template-columns: 1fr; min-height: 0; }
  .home3-principles-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .home3-principles-list { grid-template-rows: none; border-left: 0; border-top: 1px solid var(--home3-line); }
  .home3-principles-step { min-height: 98px; padding: 16px 18px; }
  .home3-principles-step strong { font-size: 17px; }
  .home3-audience-tabs { width: 100%; }
  .home3-audience-tab { min-width: 0; }
  .home3-audience-panel, .home3-audience-panel--partners { grid-template-columns: 1fr; grid-template-rows: none; gap: 8px; }
  .home3-audience-item, .home3-audience-item:nth-child(n), .home3-audience-panel--partners .home3-audience-item { min-height: 176px; padding: 18px; }
  .home3-audience-copy small { max-height: 58px; color: inherit; opacity: .7; transform: none; }
  .home3-docs-visual { min-height: 480px; padding: 0; }
}

@media (max-width: 430px) {
  .home3-icon-pattern { opacity: .46; }
  .home3-icon-motif { right: -24px; width: 66px; }
  .home3-wrap { width: min(100% - 20px, 1240px); }
  .home3-title { font-size: 32px; }
  .home3-product-feature { padding: 12px 0 13px; }
  .home3-product-copy { height: 720px; }
  .home3-product-feature h4 { font-size: 16px; }
  .home3-product-feature-toggle { min-height: 42px; padding-inline: 16px; }
  .home3-service-body { width: 86%; padding: 22px; }
  .home3-form-actions { flex-direction: column-reverse; }
  .home3-form-actions .home3-button { width: 100%; }
  .home3-cta-heading { padding: 30px 22px; }
  .home3-cta h2 { font-size: 34px; }
  .home3-cta-form { padding: 28px 22px; }
  .home3-consent { grid-template-columns: 18px minmax(0, 1fr); overflow-wrap: anywhere; }
}

@media (max-width: 350px) {
  .home3-product-features.has-open .home3-product-feature:not(.is-open) h4 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .home3-product-feature.is-open .home3-product-feature-body p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
}

@media (max-width: 620px) {
  .home3-cta { padding: 56px 0; }
  .home3-cta-fields { gap: 14px; }
}

@media (max-width: 1050px) {
  .home3-docs-navigator__layout { grid-template-columns: 350px minmax(0,1fr); }
  .home3-docs-navigator__content { min-height: 497px; padding: 18px 32px 3px; }
  .home3-docs-navigator__heading h2 { font-size: 36px; }
  .home3-docs-navigator__body { grid-template-columns: 150px minmax(0,1fr); column-gap: 24px; margin-top: 20px; }
  .home3-docs-navigator__tabs button { padding-right: 12px; }
  .home3-docs-navigator__footer { padding-top: 14px; }
}

@media (max-width: 820px) {
  .home3-docs-navigator { padding: 16px; }
  .home3-docs-navigator__layout { grid-template-columns: minmax(0,1fr); justify-items: center; border: 0; overflow: visible; }
  .home3-docs-certificate { width: min(100%,410px); border: 1px solid var(--home3-line); border-radius: 7px; box-shadow: 0 16px 34px rgba(31,57,77,.12); }
  .home3-docs-navigator__content { width: 100%; min-height: 0; margin-top: 12px; border: 1px solid var(--home3-line); border-radius: 7px; }
}

@media (max-width: 620px) {
  .home3-docs-navigator { padding: 10px; }
  .home3-docs-certificate { width: 100%; }
  .home3-docs-certificate > span { opacity: 1; transform: none; }
  .home3-docs-navigator__content { display: flex; flex-direction: column; padding: 24px 18px; }
  .home3-docs-navigator__heading h2 { font-size: 34px; padding-bottom: 4px; }
  .home3-docs-navigator__body { display: flex; flex-direction: column; margin-top: 24px; }
  .home3-docs-navigator__tabs { border-top: 1px solid var(--home3-line); border-right: 0; }
  .home3-docs-navigator__tabs button { min-height: 76px; grid-template-columns: 34px minmax(0,1fr); padding: 12px 8px; }
  .home3-docs-navigator__tabs button:hover, .home3-docs-navigator__tabs button.is-active { padding: 12px 8px; }
  .home3-docs-navigator__detail { grid-template-columns: 40px minmax(0,1fr); padding: 26px 0 8px; }
  .home3-docs-navigator__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .home3-docs-navigator__footer a { grid-column: 1/-1; justify-content: space-between; margin: 0; }
  .home3-certificate-dialog { width: 96vw; }
  .home3-certificate-dialog > img { width: 100%; height: auto; max-height: calc(94vh - 56px); }
}

@media (prefers-reduced-motion: reduce) {
  .home3-reveal { opacity: 1; transform: none; transition: none; }
  .home3-trust-inner.is-visible .home3-logo { animation: none; }
  .home3-logo img, .home3-logo-details { transition: none; will-change: auto; }
  .home3-case-media img, .home3-service img, .home3-product-stage, .home3-product-feature-toggle, .home3-product-feature-toggle::before, .home3-product-feature-toggle svg, .home3-product-feature-body, .home3-product-copy [data-product-link], .home3-product-copy [data-product-link]::before, .home3-product-copy [data-product-link] > span { transition: none; }
  .home3-docs-certificate img, .home3-docs-certificate > span, .home3-docs-navigator__tabs button, .home3-docs-navigator__detail, .home3-docs-navigator__footer a { transition: none; }
  .home3-reveal.is-visible .home3-kicker::before,
  .home3-reveal.is-visible.home3-kicker::before { width: 22px; animation: none; }
  .home3-case.is-visible .home3-case-media img,
  .home3-service.is-visible img { animation: none; }
}
