    @font-face {
      font-family: "PL Gart";
      src: url("/staging-local/fonts/Gart.woff2") format("woff2");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "PL Gart";
      src: url("/staging-local/fonts/Gart-Thin.otf") format("opentype");
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "PL Neoris";
      src: url("/staging-local/fonts/TT_Neoris_Regular.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --bg: #f1f5f9;
      --ink: #08192b;
      --blue: #2e6ba2;
      --muted: #7f8892;
      --neoris-size: 16px;
      --frame-w: 1512px;
      --frame-h: 982px;
      --sp-md: 20px;  /* between separate blocks */
      --sp-sm: 12px;  /* between connected items (label → content) */
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      -webkit-text-size-adjust: none;
      text-size-adjust: none;
      font-synthesis: none;
      overflow: hidden;
    }

    .top-contact,
    .mini-nav,
    .mini-nav span,
    .lead,
    .body-copy,
    .body-copy p,
    .intro-button,
    .plan-label,
    .plan-col,
    .plan-note,
    .plan-note p,
    .plan-meta,
    .plan-meta-label,
    .plan-meta-value,
    .plan-meta-sep,
    .plan-investor-note,
    .footnote,
    .bank-name,
    .feature-desc,
    .pl-footer__company,
    .pl-footer__id,
    .pl-footer__addr,
    .pl-footer__bottom span {
      font-family: "PL Neoris", Arial, sans-serif !important;
      font-size: var(--neoris-size) !important;
      font-weight: 400 !important;
      line-height: 1.4 !important;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .founder-link {
      color: var(--blue);
      text-decoration: underline;
      text-underline-offset: 2px;
      transition: color 160ms ease;
    }

    .founder-link:hover {
      color: var(--ink);
    }

    a:focus-visible {
      outline: 1px solid var(--blue);
      outline-offset: 4px;
    }

    /* plan-note text section before the tariffs table */
    .plan-note-section {
      display: flex;
      justify-content: center;
      padding: 64px 80px var(--sp-md);
      background: transparent;
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .plan-note-section { padding: 56px 80px var(--sp-md); }
    }

    @media (max-width: 699px) {
      /* hidden on mobile - JS moves content inside screen-3 after тарифы */
      .plan-note-section { display: none; }
    }

    /* sections transparent so body bg-blobs show through */
    .hevn-viewport,
    .hevn-stage,
    .screen-2,
    .screen-3,
    .screen-4,
    .screen-outro {
      background: transparent !important;
    }

    /* bg blobs via body background-image — scroll with page, visible through transparent sections */
    @media (min-width: 700px) {
      body {
        background-image: url("/images/blob-1.svg");
        background-size: min(110vw, 1600px) auto;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-attachment: scroll;
      }
    }

    /* static hevn-bg at stage-pin level — not affected by crossfade opacity */
    @media (min-width: 1000px) {
      .hevn-bg-pin {
        display: block;
        position: absolute;
        top: -36px;
        left: calc(25% + 366.5px);
        width: 1489px;
        height: 1440px;
        transform: translateX(-50%);
        pointer-events: none;
        user-select: none;
        z-index: 0;
      }

      /* hide hevn-bg inside crossfading layers so no blob animation */
      .hevn-stage .hevn-bg,
      .screen-2 .hevn-bg {
        display: none;
      }
    }

    @media (max-width: 999px) {
      .hevn-bg-pin { display: none; }
    }

    /* paper texture overlay — copied from /05new */
    .paper {
      display: none; /* hidden — restore by removing this line */
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 999;
      background-image: url("/images/paper.jpg?v=hq");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      mix-blend-mode: multiply;
      opacity: 0;
      transition: opacity 900ms ease;
    }

    .paper.loaded {
      opacity: 0.5;
    }

    .hevn-viewport {
      position: fixed;
      inset: 0;
      overflow: hidden;
      background: var(--bg);
    }

    .hevn-stage {
      position: absolute;
      top: 0;
      left: 0;
      width: var(--frame-w);
      height: var(--frame-h);
      overflow: hidden;
      background: var(--bg);
      transform-origin: 0 0;
    }

    .hevn-bg {
      position: absolute;
      top: -36px;
      left: calc(25% + 366.5px);
      width: 1489px;
      height: 1440px;
      transform: translateX(-50%);
      pointer-events: none;
      user-select: none;
    }

    .hevn-bg img {
      display: block;
      width: 100%;
      height: 100%;
    }

    .top-logo {
      position: absolute;
      top: 30px;
      left: 60px;
      z-index: 1;
      margin: 0;
      font-family: "PL Gart", Georgia, serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.2;
      white-space: nowrap;
    }

    .dot {
      color: var(--blue);
    }

    .top-contact {
      position: absolute;
      top: 35px;
      right: 120px;
      z-index: 1;
      color: var(--muted);
      font-size: var(--neoris-size);
      line-height: 1.2;
      white-space: nowrap;
      transition: color 160ms ease;
    }

    .top-contact:hover {
      color: var(--blue);
    }

    .mini-nav {
      position: absolute;
      top: 72px;
      left: 60px;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 2px;
      color: var(--muted);
      font-size: var(--neoris-size);
      line-height: 1.2;
    }

    .intro {
      position: absolute;
      top: 215px;
      left: 537px;
      display: flex;
      flex-direction: column;
      gap: var(--sp-md);
      align-items: flex-start;
      width: 438px;
    }

    .intro p {
      margin: 0;
    }

    .straw {
      display: block;
      width: 120px;
      height: auto;
      margin-bottom: 4px;
      mix-blend-mode: multiply;
      user-select: none;
      pointer-events: none;
    }

    .lead {
      width: 388px;
      margin: 0;
      font-size: var(--neoris-size);
      line-height: normal;
    }

    .lead p {
      margin: 0;
    }

    .lead p + p {
      margin-top: var(--sp-md);
    }

    /* «Примеры использования:» label → its content: no gap */
    .features .body-copy p + p {
      margin-top: 0 !important;
    }

    /* reset browser-default p margins — spacing via gap/p+p rules only */
    .lead p,
    .body-copy p,
    .footnote {
      margin: 0;
    }

    /* keep all Neoris paragraphs identical (size + leading) */
    .lead p,
    .body-copy p {
      font-family: "PL Neoris", Arial, sans-serif !important;
      font-size: var(--neoris-size) !important;
      font-weight: 400 !important;
      line-height: 1.4 !important;
    }

    .service-list {
      width: 438px;
      margin: 0;
      padding: 0;
      list-style: none;
      font-family: "PL Gart", Georgia, serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .service-list li + li {
      margin-top: 4px;
    }

    .body-copy {
      width: 374px;
      font-size: var(--neoris-size);
      line-height: normal;
    }

    .body-copy p + p {
      margin-top: var(--sp-md);
    }

    .intro-straw-inline {
      display: inline-block;
      height: 1.1em;
      width: auto;
      vertical-align: text-bottom;
      mix-blend-mode: multiply;
      pointer-events: none;
      margin-right: 4px;
      line-height: 0;
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .intro-straw { width: 48px; }
    }

    @media (max-width: 699px) {
      .intro-straw { width: 44px; }
    }

    .intro-button {
      position: absolute;
      top: 537px;
      left: 537px;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 31px;
      padding: 5px 12px;
      border: 1px solid #08192b;
      border-radius: 4px;
      background: transparent;
      color: #08192b;
      font-size: var(--neoris-size);
      font-weight: 300 !important;
      line-height: 1.2;
      white-space: nowrap;
      transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
    }

    .intro-button:hover {
      background: transparent;
      border-color: #384552;
      color: #384552;
    }

    .bottom-brand {
      position: absolute;
      left: 50px;
      bottom: 80px;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .brand-private {
      width: auto;
      margin: 0;
      display: flex;
      align-items: center;
      gap: 0.16em;
      font-family: "PL Gart", Georgia, serif;
      font-size: 80px;
      font-weight: 100;
      line-height: 0.72;
      white-space: nowrap;
    }

    .private-hevn-logo {
      display: block;
      height: auto;
      width: min(498px, calc(100% - 160px));
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .private-hevn-logo { width: min(420px, calc(100% - 128px)); }
    }

    @media (max-width: 699px) {
      .private-hevn-logo { width: min(88vw, 420px); }
    }

    .hevn-triangle {
      flex: 0 0 auto;
      display: block;
      height: 0.74em;
      width: auto;
    }

    .brand-divider {
      width: 1px;
      height: 42px;
      background: var(--ink);
      flex: 0 0 auto;
    }

    .hevn-mark {
      position: relative;
      width: 249px;
      height: 42px;
      flex: 0 0 auto;
    }

    .hevn-mark img {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 249px;
      height: 58px;
    }

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

    /* ── flow layout at ALL widths — fixed fonts, no transform scaling ── */
    @media (min-width: 1px) {
      html,
      body {
        height: auto;
        min-height: 100%;
        overflow: visible;
      }

      .hevn-viewport {
        position: relative;
        min-height: 100svh;
        overflow: hidden;
      }

      .hevn-stage {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-height: 100svh;
        height: auto;
        overflow: hidden;
        transform: none !important;
      }

      /* logo + mini-nav stay pinned top-left (out of flow); content rises to the top */
      .intro,
      .intro-button,
      .bottom-brand {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
      }

      /* content block sits in the horizontal middle of the screen */
      .intro {
        align-self: center;
        width: 100%;
      }

      .bottom-brand {
        margin-top: auto;
      }
    }

    /* ── background dome fills the whole screen (tablet + desktop) ── */
    @media (min-width: 700px) {
      .hevn-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        z-index: 0;
      }

      .hevn-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
      }
    }

    /* ── desktop (fixed 16px fonts, roomy composition) ── */
    @media (min-width: 1200px) {
      .hevn-stage {
        padding: 40px 80px 64px;
      }

      .top-logo {
        font-size: calc(var(--neoris-size) * 1.25); /* 20px : 16px === desktop ratio */
      }

      .top-contact {
        top: 36px;
        right: 80px;
        z-index: 2;
      }

      .top-logo {
        top: 36px;
        left: 80px;
      }

      .mini-nav {
        top: 78px;
        left: 80px;
        margin-top: 0;
      }

      .intro {
        max-width: 460px;
        margin-top: 38px;
      }

      .lead,
      .body-copy {
        width: auto !important;
        max-width: 440px !important;
        line-height: 1.35 !important;
      }

      .service-list {
        width: auto;
        font-size: 20px;
      }

      .intro-button {
        align-self: flex-start;
        margin-top: 8px;
      }

      .bottom-brand {
        gap: 16px;
        padding-top: clamp(56px, 7vh, 120px);
      }

      .brand-private {
        width: auto;
        font-size: calc(var(--neoris-size) * 5.5); /* 88px */
        line-height: 0.85;
      }

      .brand-divider {
        height: calc(var(--neoris-size) * 2.2);
      }

      .hevn-mark {
        width: calc(var(--neoris-size) * 12);
        height: auto;
      }

      .hevn-mark img {
        position: static;
        width: 100%;
        height: auto;
      }
    }

    /* ── tablet / narrow laptop (dedicated tuning) ── */
    @media (min-width: 700px) and (max-width: 1199px) {
      :root {
        --neoris-size: 15px;
      }

      .hevn-stage {
        padding: 48px 80px 56px;
      }

      .hevn-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        z-index: 0;
      }

      .hevn-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
      }

      .top-logo {
        font-size: calc(var(--neoris-size) * 1.25);
      }

      .top-contact {
        top: 42px;
        right: 64px;
        z-index: 2;
      }

      .top-logo {
        top: 40px;
        left: 64px;
      }

      .mini-nav {
        top: 80px;
        left: 64px;
        margin-top: 0;
      }

      .intro {
        width: 100%;
        max-width: 460px;
        margin-top: 32px;
      }

      .straw {
        width: 104px;
      }

      .lead,
      .body-copy {
        width: auto !important;
        max-width: 440px !important;
        line-height: 1.3 !important;
      }

      .service-list {
        width: auto;
        font-size: 20px;
      }

      .feature-title {
        font-size: 20px;
      }

      .intro-button {
        align-self: flex-start;
        margin-top: 8px;
      }

      .bottom-brand {
        gap: 14px;
        padding-top: clamp(64px, 8vh, 120px);
      }

      .brand-private {
        width: auto;
        font-size: calc(var(--neoris-size) * 4.4);
        line-height: 0.9;
      }

      .brand-divider {
        height: calc(var(--neoris-size) * 1.85);
      }

      .hevn-mark {
        width: calc(var(--neoris-size) * 11);
        height: auto;
      }

      .hevn-mark img {
        position: static;
        width: 100%;
        height: auto;
      }
    }

    @media (max-width: 699px) {
      :root {
        --sp-md: 16px;
        --sp-sm: 8px;
      }

      html {
        margin: 0;
      }

      body {
        --neoris-size: 14px;
        margin: 0;
        padding-top: 24px; /* prevents margin-collapse + breathing room above nav */
        height: auto;
        min-height: 100%;
        overflow: auto;
        /* ellipse gradient on body so it covers nav area too */
        background-image: url("/images/hevn-ellipse.svg");
        background-size: 880px 852px;
        background-position: 50% -112px;
        background-repeat: no-repeat;
      }

      /* hide the in-viewport ellipse on mobile — body has it now */
      .hevn-bg {
        display: none;
      }

      .hevn-viewport {
        position: relative;
        min-height: 100svh;
        overflow: hidden;
        background: transparent;
      }

      .hevn-stage {
        background: transparent;
      }

      .hevn-stage {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        min-height: 100svh;
        height: auto;
        padding: 20px 20px 0;
        overflow: hidden;
        transform: none !important;
      }

      /* nav in normal flow on mobile — not fixed */
      .top-logo {
        position: relative;
        top: auto; left: auto;
        margin: 0 0 0 20px;
        font-size: 20px;
      }

      .top-contact {
        position: absolute;  /* scrolls with page, overlays logo top-right */
        top: 29px;
        right: 20px;
        color: var(--muted);
      }

      .mini-nav {
        position: relative;
        top: auto; left: auto;
        margin: 14px 0 0 20px;
      }

      .intro {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        margin-top: auto; /* push intro + brand to bottom of visible screen */
      }

      .straw {
        width: 88px;
        align-self: center;
      }

      .lead,
      .body-copy {
        width: 100% !important;
        max-width: 100% !important;
        line-height: 1.25;
        overflow-wrap: normal;
      }

      .service-list {
        width: auto;
        font-size: 18px;
      }

      .intro-button {
        position: relative;
        top: auto;
        left: auto;
        align-self: flex-start;
        margin-top: 8px;
      }

      .bottom-brand {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 10px; /* tight gap after intro text */
        margin-bottom: 32px;
        padding-top: 0;
        max-width: 100%;
        gap: 8px;
      }

      .brand-private {
        width: auto;
        min-width: 0;
        font-size: clamp(54px, 14vw, 64px);
        max-width: 100%;
        overflow: hidden;
        line-height: 1;
        flex-wrap: wrap; /* wrap gracefully if too wide */
        white-space: normal;
      }

      .brand-divider {
        height: clamp(22px, 6vw, 32px);
      }

      .hevn-mark {
        width: clamp(88px, 28vw, 124px);
        height: clamp(20px, 6.4vw, 29px);
      }

      .hevn-mark img {
        width: 100%;
        height: auto;
      }
    }
    /* ── fixed top chrome (≥700) so the menu persists across screens ── */
    @media (min-width: 700px) {
      .top-logo,
      .top-contact,
      .mini-nav {
        position: fixed;
        z-index: 50;
      }
    }

    /* nav active state (scroll-spy) */
    .mini-nav span {
      cursor: pointer;
      transition: color 300ms ease;
    }

    .mini-nav span.is-active {
      color: var(--blue);
    }

    /* ── screen 2 ── */
    .screen-2 {
      position: relative;
      min-height: 150svh;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 78px 80px 64px;
      background: var(--bg);
    }

    .features {
      position: relative;
      width: 100%;
      max-width: 460px;
      display: flex;
      flex-direction: column;
      gap: var(--sp-md);
    }

    /* screen-2 decorative images (multiply, scroll-driven fade in/out) */
    @property --bloom {
      syntax: "<percentage>";
      inherits: false;
      initial-value: 0%;
    }

    .card-hevn,
    .water-hevn {
      position: absolute;
      z-index: 2;
      mix-blend-mode: multiply;
      pointer-events: none;
      user-select: none;
      --bloom: 0%;
      -webkit-mask-image:
        radial-gradient(circle at 18% 24%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 72% 16%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 46% 52%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 24% 78%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 84% 66%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 58% 90%, #000 var(--bloom), transparent calc(var(--bloom) + 9%));
      mask-image:
        radial-gradient(circle at 18% 24%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 72% 16%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 46% 52%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 24% 78%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 84% 66%, #000 var(--bloom), transparent calc(var(--bloom) + 9%)),
        radial-gradient(circle at 58% 90%, #000 var(--bloom), transparent calc(var(--bloom) + 9%));
      opacity: 0;
      transition: --bloom 2600ms ease, opacity 2200ms ease; /* hide */
    }

    .card-hevn.revealed,
    .water-hevn.revealed {
      --bloom: 100%;
      opacity: 1;
      transition: --bloom 4500ms ease, opacity 2000ms ease; /* appear */
    }

    .card-hevn {
      left: 0;
      bottom: 50svh; /* sit at the 100vh line, not the bottom of the tall section */
      width: 440px;
      height: auto;
    }

    .water-hevn {
      right: 0;
      top: 0;
      height: 85svh;
      width: auto;
    }

    @media (prefers-reduced-motion: reduce) {
      .card-hevn,
      .water-hevn {
        --bloom: 100%;
        opacity: 1;
        transition: none;
      }
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .card-hevn {
        width: 340px;
      }
    }

    @media (max-width: 699px) {
      .card-hevn {
        width: 280px;
      }
    }

    /* animate only service-list — .features stays opacity:1 so mix-blend-mode
       on .screen2-schema is not isolated inside a compositing layer */
    .features .service-list {
      opacity: 0;
      transition: opacity 1000ms ease;
    }

    .screen-2.in-view .features .service-list {
      opacity: 1;
      transition: opacity 1400ms ease;
    }

    .footnote {
      margin: 0;
      color: var(--muted);
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      line-height: 1.35;
    }

    .feature-title {
      margin: 0 0 4px;
      font-family: "PL Gart", Georgia, serif;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .feature-desc {
      margin: 0;
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      font-weight: 400;
      line-height: 1.35;
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .screen-2 {
        padding: 80px 80px 64px;
      }
    }

    /* mobile intro-part2: second part of screen-1 content */
    .intro-part2 {
      display: none;
    }

    @media (max-width: 699px) {
      .hevn-stage {
        min-height: 0; /* override min-height: 100svh so JS height works */
        height: 100svh; /* fallback, JS overrides with exact visible height */
        overflow: hidden;
      }

      .intro-part2 {
        display: flex;
        flex-direction: column;
        gap: var(--sp-md);
        padding: 20px 20px 48px;
        background: transparent;
      }
    }

    @media (max-width: 699px) {
      .screen-2 {
        min-height: auto;
        padding: 58px 20px 48px;
      }

      .features {
        max-width: 100%;
      }

      .feature-title {
        font-size: 18px;
      }

      .water-hevn {
        display: none;
      }

      .card-hevn {
        left: 20px;
        bottom: 32px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .feature {
        transition: none;
        opacity: 1;
        transform: none;
      }
    }
    /* ── screen 3: plan / pricing ── */
    .screen-3 {
      position: relative;
      height: 100svh;
      overflow: visible;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 80px 64px;
      background: var(--bg);
    }

    .plans-title {
      position: absolute;
      bottom: 64px;
      left: 80px;
      padding-top: 0;
      margin-top: 0;
      z-index: 2;
      opacity: 1;
      transition: opacity 900ms ease;
    }

    .plans-title.is-hidden {
      opacity: 0;
    }

    .screen-3 .plan {
      margin-top: 0;
      padding-top: 8px;
    }

    .plan {
      width: 100%;
      max-width: 460px;
      opacity: 0;
      transition: opacity 400ms ease;
    }

    .screen-3.in-view .plan {
      opacity: 1;
      transition: opacity 1100ms ease;
    }

    .plan-row {
      display: grid;
      grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.09fr) minmax(0, 1.09fr);
      align-items: start;
      gap: 16px;
      padding: 15px 0;
      border-top: 1px solid rgba(8, 25, 43, 0.10);
    }

    .plan-row.plan-head {
      border-top: none;
      padding-top: 0;
      padding-bottom: 18px;
    }

    .plan-row:last-child {
      border-bottom: 1px solid rgba(8, 25, 43, 0.10);
    }

    .plan-label {
      min-width: 0;
      color: #7f8892;
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      line-height: 1.35;
    }

    @media (min-width: 700px) {
      .plan .plan-col br { display: none; }
    }

    .plan-col {
      min-width: 0;
      color: var(--ink);
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      line-height: 1.35;
    }

    .plan-col.plan-h {
      color: var(--blue);
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .screen-3 {
        padding: 80px 80px 64px;
        overflow: hidden;
      }
    }

    @media (max-width: 699px) {
      .screen-3 {
        height: auto;
        min-height: auto;
        overflow: visible;
        padding: 58px 20px 48px;
      }

      /* plans-title moves to top on mobile via flex order */
      .plans-title {
        position: relative;
        bottom: auto;
        left: auto;
        order: -1;
        margin-top: 0;
        margin-bottom: calc(var(--sp-md) + 8px);
        align-self: flex-start;
      }

      .plan {
        max-width: 100%;
      }

      .plan-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
      }

      .plan-label,
      .plan-col {
        overflow-wrap: break-word;
        word-break: break-word;
      }

    }
    /* ── footer (adapted from test2605, recolored to hevn palette, existing type only) ── */
    .pl-footer {
      position: relative;
      background: var(--bg);
      padding: 64px 80px 32px;
      border-top: 1px solid rgba(8, 25, 43, 0.12);
    }

    .pl-footer__cols {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 64px;
      padding-bottom: 48px;
      max-width: none;
      margin: 0;
    }

    .pl-footer__label {
      display: block;
      font-family: "PL Gart", Georgia, serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.2;
      color: var(--blue);
      margin-bottom: 16px;
    }

    .pl-footer__company,
    .pl-footer__id,
    .pl-footer__addr {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      margin: 0;
    }

    .pl-footer__company {
      color: var(--ink);
      margin-bottom: 4px;
    }

    .pl-footer__id {
      color: var(--muted);
      margin-bottom: 4px;
    }

    .pl-footer__addr {
      color: var(--muted);
      line-height: 1.35;
    }

    .pl-footer__contact-col {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
      text-align: right;
    }

    .pl-footer__link {
      font-family: "PL Gart", Georgia, serif !important;
      font-weight: 300 !important;
      font-size: 34px !important;
      line-height: 1.2;
      color: var(--ink);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .pl-footer__link:hover {
      color: var(--blue);
    }

    .pl-footer__bottom {
      padding-top: 16px;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 16px;
      max-width: none;
      margin: 0;
    }

    .pl-footer__bottom span {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      color: var(--muted);
    }

    @media (max-width: 860px) {
      .pl-footer {
        padding: 48px 20px 24px;
      }

      .pl-footer__cols {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 32px;
      }

      .pl-footer__contact-col {
        align-items: flex-start;
        text-align: left;
      }

      .pl-footer__label {
        font-size: 20px;
      }
      /* link stays at 34px on tablet */
    }

    @media (max-width: 699px) {
      .pl-footer__label {
        font-size: 18px;
      }
      .pl-footer__link {
        font-size: 28px !important;
      }

      .corridor,
      .corridors .corridor {
        font-size: 18px;
        overflow: hidden;
      }

      .corridor-row {
        flex-wrap: nowrap;
        overflow: hidden;
      }
    }
    /* ── screen 4: partner banks ── */
    .screen-4 {
      position: relative;
      min-height: 100svh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      padding: 78px 80px 64px;
      background: var(--bg);
    }

    .corridor-block {
      width: 100%;
      max-width: 460px;
      border: 1px solid rgba(8, 25, 43, 0.12);
      border-radius: 4px;
      padding: 20px 24px 24px;
    }

    .corridor-block + .corridor-block {
      margin-top: 44px;
    }

    .bank-qual {
      color: var(--muted);
    }

    /* divider between corridor info and bank logos */
    .corridor-block .banks {
      border-top: 1px solid rgba(8, 25, 43, 0.14);
      padding-top: 16px;
      margin-top: 4px;
    }

    .corridor {
      width: 100%;
      max-width: 460px;
      margin-bottom: 16px;
      font-family: "PL Gart", Georgia, serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.35;
      text-transform: uppercase;
      color: var(--ink);
    }

    .corridor-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 28px;
    }

    .corridor-row + .corridor-row {
      margin-top: 6px;
    }

    .cor-accent { color: var(--blue); }
    .cor-muted { color: var(--muted); }

    /* Rates row (ДЕПОЗИТ / ПЕРЕВОДЫ) — hidden */
    .corridor-row + .corridor-row {
      display: none;
    }

    /* keep for reference but hidden */
    .corridor-row + .corridor-row.show {
      font-family: "PL Neoris", Arial, sans-serif !important;
      font-size: var(--neoris-size) !important;
      font-weight: 400 !important;
      text-transform: lowercase !important;
    }

    .banks {
      width: 100%;
      max-width: 460px;
      display: flex;
      flex-wrap: wrap;
      gap: 18px 28px;
    }

    .bank {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .bank-ico {
      flex: 0 0 auto;
      width: 32px;
      height: 32px;
      border-radius: 4px;
      object-fit: contain;
    }

    .bank-ico.is-placeholder {
      background: #e6edf7; /* blue placeholder where no logo yet */
    }

    .bank-name {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      color: var(--ink);
      white-space: nowrap;
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .screen-4 { padding: 80px 64px 64px; }
    }

    @media (max-width: 699px) {
      .screen-4 { min-height: auto; padding: 58px 20px 48px; }
      .banks { max-width: 100%; }
    }
    /* ── desktop crossfade: screens 1 ↔ 2 pinned, text dissolves (≥1000px) ── */
    @media (min-width: 1000px) {
      /* brand lives outside crossfade layers → no doubling/expansion */
      .hevn-stage > .bottom-brand { display: none; }
      .stage-pin > .brand-pin {
        position: absolute;
        bottom: 64px;
        left: 80px;
        z-index: 10;
        display: flex;
        align-items: center;
        gap: 16px;
      }
    }

    @media (max-width: 999px) {
      /* mobile: use the in-flow brand inside hevn-stage */
      .stage-pin > .brand-pin { display: none; }
    }

    @media (min-width: 1000px) {
      .stage {
        position: relative;
        height: 220svh;
      }

      .stage-pin {
        position: sticky;
        top: 0;
        height: 100svh;
        overflow: hidden;
      }

      .stage-pin > .hevn-viewport,
      .stage-pin > .screen-2 {
        position: absolute;
        inset: 0;
        min-height: 0;
        height: 100svh;
        will-change: opacity;
      }

      .stage-pin > .screen-2 {
        opacity: 0;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
      }

      .stage-pin > .screen-2 .features {
        align-self: center;
      }

      .stage-pin > .screen-2 .bottom-brand {
        margin-top: auto;
        align-self: stretch;
      }
    }

    @media (max-width: 999px) {
      .screen-2 > .bottom-brand {
        display: none;
      }
    }
    /* banks: two corridors per row, wider content area */
    .corridors {
      width: 100%;
      max-width: 980px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .corridors-col {
      display: contents;
    }

    /* Left col: USA spans rows 1+2, ОАЭ → row 3, SWIFT → row 4 */
    .corridors-col:nth-child(1) > *:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
    .corridors-col:nth-child(1) > *:nth-child(2) { grid-column: 1; grid-row: 3; }
    .corridors-col:nth-child(1) > *:nth-child(3) { grid-column: 1; grid-row: 4; }
    /* Right col: Европа → row 1, СНГ → row 2, Стейблкоины → row 3, Tier I → row 4 */
    .corridors-col:nth-child(2) > *:nth-child(1) { grid-column: 2; grid-row: 1; }
    .corridors-col:nth-child(2) > *:nth-child(2) { grid-column: 2; grid-row: 2; }
    .corridors-col:nth-child(2) > *:nth-child(3) { grid-column: 2; grid-row: 3; }
    .corridors-col:nth-child(2) > *:nth-child(4) { grid-column: 2; grid-row: 4; }

    /* USA combined: two sections separated by same border as other dividers */
    .usa-swift-section {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid rgba(8, 25, 43, 0.10);
    }

    .usa-swift-section .corridor {
      margin-bottom: 10px;
    }

    /* Tier I card */
    .corridor-block-tier {
      padding: 0;
    }

    .tier-link {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-family: "PL Gart", Georgia, serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.2;
      text-transform: uppercase;
      color: var(--ink);
      text-decoration: none;
      transition: color 160ms ease;
    }

    .tier-link:hover { color: var(--blue); }
    .tier-link:hover .tier-body { color: #a11d35; }

    .tier-icon {
      flex-shrink: 0;
      width: 1.4em;
      height: 1.4em;
      line-height: 1;
      display: flex;
      align-items: center;
    }

    .tier-icon .tier-straw {
      width: 100%;
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
    }

    .tier-body {
      flex: 1;
      color: var(--ink);
    }

    .tier-arrow {
      flex-shrink: 0;
      align-self: flex-end;
      display: inline-block;
      margin-left: 8px;
      color: var(--muted);
      font-family: inherit;
      font-weight: 300;
      text-transform: none;
      font-size: 1.5em;
      transition: transform 0.25s ease, color 0.25s ease;
    }

    .tier-link:hover .tier-arrow {
      color: #a11d35;
      transform: translateX(6px);
    }

    .tier-straw {
      display: inline;
      height: 0.9em;
      width: auto;
      vertical-align: middle;
      mix-blend-mode: multiply;
      margin-left: 4px;
    }

    .corridors .corridor-block {
      max-width: none;
    }

    .corridors .corridor-block {
      margin-top: 0;
    }

    .corridors .corridor {
      font-size: 20px;
    }

    .corridors .corridor-row {
      gap: 4px 18px;
    }

    @media (max-width: 760px) {
      .corridors {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 460px;
      }
      .corridors-col {
        display: flex;
        flex-direction: column;
        gap: 16px;
      }
    }

    /* persistent ellipse stays across the crossfade; hide the screen-2 copy on mobile */
    @media (max-width: 999px) {
      .screen-2 > .hevn-bg {
        display: none;
      }
    }

    /* screen-1: the lead-in line + list read as one paragraph (tight) */
    .intro {
      gap: 0;
    }

    .intro > .lead {
      margin-bottom: var(--sp-sm);  /* connected: "...юрисдикциях:" → list */
    }

    .intro > .service-list {
      margin-bottom: var(--sp-md);
    }

    .intro > .service-list li:last-child {
      margin-top: 8px; /* 4px extra above "+" item */
    }

    .intro > .body-copy {
      margin-bottom: var(--sp-md);
    }


    .dota-hevn {
      display: block;
      mix-blend-mode: multiply;
      pointer-events: none;
      user-select: none;
    }

    .dota-hevn {
      width: 460px;
      height: auto;
      margin-top: -50px; /* pull up so more is visible within 100svh, bleeds into next section gap */
    }

    @media (max-width: 699px) {
      .dota-hevn {
        width: 90vw;
        max-width: none;
        max-height: none;
        margin: 0 auto -100px;
        display: block;
      }
    }

    .plan-meta {
      width: 100%;
      max-width: 460px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-top: 12px;
    }

    .screen2-schema {
      display: block;
      width: 100%;
      max-width: 460px;
      height: auto;
      border-radius: 4px;
    }

    .plan-investor-note {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      color: var(--muted);
      margin: 6px 0 0;
      width: 100%;
      max-width: 460px;
    }

    .plan-meta--inline {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      gap: 6px;
      flex-wrap: wrap;
    }

    .plan-meta-sep {
      color: var(--muted);
      font-size: var(--neoris-size);
    }

    .plan-meta-row {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      line-height: 1.4;
    }

    .plan-meta-label {
      color: var(--muted);
    }

    .plan-meta-value {
      color: var(--ink);
    }

    .plan-note {
      width: 100%;
      max-width: 460px;
      margin-top: 28px;
      margin-bottom: var(--sp-md);
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      line-height: 1.4;
      color: var(--ink);
    }

    .plan-note p {
      margin: 0;
    }

    .plan-note p + p {
      margin-top: var(--sp-sm); /* smaller gap between paragraphs */
    }

    /* larger gap after last paragraph (before table): controlled by plan-note-section padding-bottom */
    .plan-note-section .plan-note {
      padding-bottom: 0;
    }
    /* ── outro: last content block, sits right above footer ── */
    .screen-outro {
      display: none; /* hidden — restore with: .screen-outro { display: flex } */
      background: var(--bg);
      padding: 80px 80px 64px;
      justify-content: center;
    }

    /* ── screen-contacts ── */
    /* padding-left = left edge of screen-3's centered 460px column = 50% - 230px */
    .screen-contacts {
      position: relative;
      background: transparent;
      padding: 64px 80px 80px max(80px, calc(50% - 230px));
    }

    /* person card — compact horizontal row at top */
    .contact-person {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 48px;
    }

    .contact-photo {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 4px;
      display: block;
      flex-shrink: 0;
    }

    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-top: 2px;
    }

    .contact-name {
      font-family: "PL Gart", Georgia, serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.2;
      color: var(--ink);
      margin: 0;
    }

    .contact-role {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      font-weight: 400;
      line-height: 1.4;
      color: var(--muted);
      margin: 0 0 8px;
    }

    .contact-links {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;
    }

    .contact-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      color: #a11d35;
      text-decoration: none;
      transition: opacity 160ms ease;
    }

    .contact-link img {
      display: block;
      width: 28px;
      height: 28px;
    }

    .contact-link:hover { opacity: 0.7; }

    /* optical compensation: WA has visual right-padding, TG has none → shift TG left */
    .contact-links .contact-link:nth-child(2) { margin-left: -5px; }

    /* heading — same as тарифы (.brand-private) */
    .contacts-title {
      font-family: "PL Gart", Georgia, serif;
      font-weight: 100;
      font-size: 80px;
      line-height: 0.85;
      color: var(--ink);
      margin: 0 0 40px;
    }

    /* form */
    .contact-form {
      max-width: 980px;
    }

    .contact-row {
      display: flex;
      gap: 0;
      border-bottom: 1px solid #E6D1D0;
      margin-bottom: 0;
    }

    .contact-row + .contact-row {
      border-top: none;
    }

    .contact-input {
      flex: 1;
      min-width: 0;
      padding: 14px 0;
      font-family: "PL Gart", Georgia, serif;
      font-weight: 300;
      font-size: 34px;
      line-height: 1.2;
      color: var(--ink);
      background: transparent;
      border: none;
      outline: none;
      resize: none;
      -webkit-appearance: none;
    }

    .contact-input::placeholder {
      color: var(--muted);
    }

    .contact-row--two .contact-input + .contact-input {
      border-left: 1px solid #E6D1D0;
      padding-left: 24px;
    }

    .contact-textarea {
      width: 100%;
      min-height: 80px;
      max-height: 200px;
    }

    .contact-form-footer {
      display: flex;
      justify-content: flex-end;
      padding-top: 16px;
    }

    .contact-submit {
      padding: 6px 16px;
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      font-weight: 400;
      line-height: 1.4;
      color: #a11d35;
      background: transparent;
      border: 1px solid #a11d35;
      border-radius: 4px;
      cursor: pointer;
      transition: background 160ms ease, color 160ms ease;
    }

    .contact-submit:hover {
      background: #a11d35;
      color: var(--bg);
    }

    .contact-sent {
      font-family: "PL Neoris", Arial, sans-serif;
      font-size: var(--neoris-size);
      font-weight: 400;
      line-height: 1.4;
      color: var(--muted);
      margin: 0;
      padding: 20px 0;
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .contacts-title { font-size: calc(var(--neoris-size) * 4.4); line-height: 0.9; }
    }

    @media (max-width: 999px) {
      .contact-row--two { flex-direction: column; }
      .contact-row--two .contact-input + .contact-input {
        border-left: none;
        border-top: 1px solid #E6D1D0;
        padding-left: 0;
        padding-top: 10px;
      }
    }

    @media (max-width: 699px) {
      .screen-contacts { padding: 58px 20px 64px 20px; }
      .contacts-title { font-size: clamp(54px, 14vw, 64px); line-height: 1; }
      .contact-input { font-size: 28px; padding: 10px 0; }
    }

    .outro-content {
      width: 100%;
      max-width: 460px;
      display: flex;
      flex-direction: column;
      gap: var(--sp-md);
    }

    .straw-outro {
      display: block;
      width: 50px;
      height: auto;
      mix-blend-mode: multiply;
      pointer-events: none;
      user-select: none;
    }

    /* wrapper: label + list (connected → sp-sm) */
    .outro-list-block {
      display: flex;
      flex-direction: column;
      gap: var(--sp-sm);
    }

    @media (min-width: 700px) and (max-width: 1199px) {
      .screen-outro { padding: 64px; }
    }

    @media (max-width: 699px) {
      .screen-outro { padding: 48px 20px; }
      .outro-content { max-width: 100%; }
      .straw-outro { width: 64px; }
    }
