      :root {
        --ink: #22262e;
        --blue: #2c6bff;
        --bg: #ffffff;
        --soft: #f4f6f9;
        --dim: #6b7280;
        --line: rgba(34, 38, 46, 0.1);
      }
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        background: var(--bg);
        color: var(--ink);
        font-family: "Inter", system-ui, sans-serif;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      h1,
      h2,
      h3,
      h4 {
        font-family: "Manrope", sans-serif;
        letter-spacing: -0.02em;
      }
      .mono {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--blue);
      }
      header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 80;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px clamp(18px, 3.5vw, 44px);
        background: rgba(255, 255, 255, 0.88);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--line);
      }
      header .lg img {
        height: 26px;
        display: block;
      }
      nav.main {
        display: flex;
        align-items: center;
        gap: clamp(10px, 1.6vw, 26px);
      }
      nav.main a {
        color: var(--ink);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 500;
        opacity: 0.75;
        transition:
          opacity 0.2s,
          color 0.2s;
        white-space: nowrap;
      }
      nav.main a:hover {
        opacity: 1;
        color: var(--blue);
      }
      nav.main a.on {
        opacity: 1;
        color: var(--blue);
        font-weight: 600;
      }
      .cta {
        background: var(--blue);
        color: #fff !important;
        opacity: 1 !important;
        padding: 9px 16px;
        border-radius: 10px;
        font-weight: 600;
        box-shadow: 0 6px 18px rgba(44, 107, 255, 0.28);
      }
      .cta:hover {
        filter: brightness(1.06);
      }
      @media (max-width: 1080px) {
        nav.main a:not(.cta) {
          display: none;
        }
      }
      .btnrow {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 13px 22px;
        border-radius: 12px;
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.95rem;
        text-decoration: none;
        transition: transform 0.15s;
      }
      .btn.p {
        background: var(--blue);
        color: #fff;
        box-shadow: 0 10px 26px rgba(44, 107, 255, 0.3);
      }
      .btn.s {
        background: #fff;
        color: var(--ink);
        border: 1.5px solid var(--line);
      }
      .btn:hover {
        transform: translateY(-2px);
      }
      main.page {
        padding-top: 64px;
      }
      .wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 24px;
      }
      .pagehero {
        position: relative;
        min-height: 52vh;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        background: #0d0f13;
      }
      .pagehero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.92;
      }
      .pagehero .ov {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(13, 15, 19, 0.78), rgba(13, 15, 19, 0.12) 55%);
      }
      .pagehero .inner {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 60px 24px 44px;
        color: #fff;
      }
      .pagehero .mono {
        color: #9dbbff;
      }
      .pagehero h1 {
        font-size: clamp(2rem, 5vw, 3.6rem);
        font-weight: 800;
        line-height: 1.04;
        margin-top: 12px;
        max-width: 16em;
      }
      .pagehero p {
        margin-top: 14px;
        max-width: 40em;
        color: rgba(255, 255, 255, 0.85);
        font-size: 1.05rem;
        line-height: 1.6;
      }
      .pagehero.plain {
        background: linear-gradient(135deg, #1b1f26, #2a313d);
        min-height: 44vh;
      }
      .pagehero.plain .glow {
        position: absolute;
        right: 12%;
        top: 26%;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--blue);
        box-shadow:
          0 0 60px 22px rgba(44, 107, 255, 0.55),
          0 0 140px 70px rgba(44, 107, 255, 0.18);
      }
      section.s {
        padding: clamp(60px, 9vh, 110px) 0;
      }
      section.s.alt {
        background: var(--soft);
      }
      .shead {
        margin-bottom: 38px;
      }
      .shead .mono {
        display: block;
        margin-bottom: 12px;
      }
      .shead h2 {
        font-size: clamp(1.7rem, 3.8vw, 2.7rem);
        font-weight: 800;
        line-height: 1.06;
        max-width: 18em;
      }
      .shead p {
        color: var(--dim);
        font-size: 1.04rem;
        line-height: 1.65;
        max-width: 46em;
        margin-top: 14px;
      }
      .split {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: clamp(24px, 4vw, 54px);
        align-items: center;
      }
      @media (max-width: 840px) {
        .split {
          grid-template-columns: 1fr;
        }
      }
      .split img {
        width: 100%;
        border-radius: 18px;
        display: block;
        box-shadow: 0 24px 60px rgba(34, 38, 46, 0.14);
      }
      .split .txt p {
        color: #3f4753;
        font-size: 1.02rem;
        line-height: 1.7;
        margin-bottom: 14px;
      }
      .ul-cl {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 8px;
      }
      .ul-cl li {
        display: flex;
        gap: 11px;
        align-items: flex-start;
        color: #3f4753;
        font-size: 0.98rem;
        line-height: 1.55;
      }
      .ul-cl li::before {
        content: "";
        flex: 0 0 8px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--blue);
        margin-top: 7px;
      }
      .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 18px;
      }
      .card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 14px 40px rgba(34, 38, 46, 0.07);
        display: flex;
        flex-direction: column;
      }
      .card img {
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
        display: block;
      }
      .card .ci {
        padding: 24px 24px 26px;
        display: flex;
        flex-direction: column;
        gap: 9px;
        flex: 1;
      }
      .card h3 {
        font-size: 1.22rem;
        font-weight: 700;
      }
      .card p {
        color: var(--dim);
        font-size: 0.95rem;
        line-height: 1.6;
        flex: 1;
      }
      .card a.more {
        color: var(--blue);
        text-decoration: none;
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.9rem;
        display: inline-flex;
        gap: 7px;
        align-items: center;
      }
      table.cmp {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        overflow: hidden;
        font-size: 0.94rem;
      }
      table.cmp th,
      table.cmp td {
        padding: 14px 16px;
        text-align: left;
        vertical-align: top;
        border-bottom: 1px solid var(--line);
      }
      table.cmp th {
        font-family: "Manrope";
        font-weight: 700;
        background: var(--soft);
      }
      table.cmp td:nth-child(2) {
        color: var(--dim);
      }
      table.cmp td:nth-child(3) {
        font-weight: 600;
      }
      table.cmp tr:last-child td {
        border-bottom: none;
      }
      .tablewrap {
        overflow-x: auto;
        border-radius: 16px;
        box-shadow: 0 14px 40px rgba(34, 38, 46, 0.07);
      }
      .bars {
        display: flex;
        flex-direction: column;
        gap: 18px;
        max-width: 640px;
      }
      .bar {
        display: flex;
        flex-direction: column;
        gap: 7px;
      }
      .bar .lbl {
        display: flex;
        justify-content: space-between;
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.74rem;
        letter-spacing: 0.08em;
        color: var(--dim);
      }
      .bar .lbl b {
        color: var(--ink);
      }
      .bar .tr {
        height: 12px;
        background: var(--soft);
        border-radius: 8px;
        overflow: hidden;
      }
      .bar .tr i {
        display: block;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(90deg, #5c8dff, var(--blue));
        width: 0;
        transition: width 1.1s cubic-bezier(0.25, 0.7, 0.3, 1);
      }
      .bar.in .tr i {
        width: var(--w);
      }
      .steps {
        counter-reset: st;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
        gap: 14px;
      }
      .step {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 22px 20px;
        position: relative;
      }
      .step::before {
        counter-increment: st;
        content: counter(st, decimal-leading-zero);
        font-family: "IBM Plex Mono", monospace;
        color: var(--blue);
        font-size: 0.8rem;
        letter-spacing: 0.1em;
      }
      .step b {
        display: block;
        font-family: "Manrope";
        font-weight: 700;
        margin: 9px 0 6px;
        font-size: 1.02rem;
      }
      .step span {
        color: var(--dim);
        font-size: 0.9rem;
        line-height: 1.55;
      }
      .team {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
      }
      .member {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 16px 44px rgba(34, 38, 46, 0.08);
        display: flex;
        flex-direction: column;
      }
      .member .imgbox {
        position: relative;
        aspect-ratio: 4/3;
        background: var(--soft);
      }
      .member .imgbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .member .imgbox .phl {
        position: absolute;
        left: 10px;
        bottom: 10px;
        background: rgba(34, 38, 46, 0.82);
        color: #fff;
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.62rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        padding: 6px 10px;
        border-radius: 8px;
      }
      .member .mi {
        padding: 22px 24px 26px;
      }
      .member h3 {
        font-size: 1.2rem;
        font-weight: 800;
      }
      .member .role {
        color: var(--blue);
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.88rem;
        margin: 4px 0 10px;
      }
      .member p {
        color: var(--dim);
        font-size: 0.93rem;
        line-height: 1.6;
      }
      .member blockquote {
        margin-top: 14px;
        padding: 12px 16px;
        background: var(--soft);
        border-left: 3px solid var(--blue);
        border-radius: 0 10px 10px 0;
        font-family: "Manrope";
        font-weight: 600;
        font-size: 0.94rem;
        color: #2e3540;
      }
      .clusters {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 18px;
      }
      .cl {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 18px;
        padding: 24px;
        box-shadow: 0 14px 40px rgba(34, 38, 46, 0.06);
      }
      .cl h3 {
        font-size: 1.12rem;
        font-weight: 700;
        margin-bottom: 12px;
      }
      .cl ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 9px;
      }
      .cl li {
        color: #3f4753;
        font-size: 0.93rem;
        line-height: 1.5;
        padding-left: 16px;
        position: relative;
      }
      .cl li::before {
        content: "→";
        position: absolute;
        left: 0;
        color: var(--blue);
        font-size: 0.8rem;
      }
      .contactgrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 26px;
        align-items: start;
      }
      @media (max-width: 840px) {
        .contactgrid {
          grid-template-columns: 1fr;
        }
      }
      .panel {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 18px 48px rgba(34, 38, 46, 0.08);
      }
      .panel h3 {
        font-size: 1.25rem;
        font-weight: 800;
        margin-bottom: 14px;
      }
      .panel .row {
        display: flex;
        gap: 12px;
        padding: 10px 0;
        border-bottom: 1px solid var(--line);
        font-size: 0.96rem;
      }
      .panel .row:last-child {
        border-bottom: none;
      }
      .panel .row span {
        color: var(--dim);
        min-width: 92px;
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        padding-top: 3px;
      }
      .note {
        font-size: 0.8rem;
        color: #9ca3af;
        font-family: "IBM Plex Mono", monospace;
        letter-spacing: 0.04em;
        margin-top: 12px;
      }
      .form .f {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 14px;
      }
      .form label {
        font-family: "Manrope";
        font-weight: 600;
        font-size: 0.86rem;
      }
      .form input,
      .form select,
      .form textarea {
        border: 1.5px solid var(--line);
        border-radius: 10px;
        padding: 11px 13px;
        font-family: "Inter";
        font-size: 0.95rem;
        background: #fff;
        color: var(--ink);
      }
      .form input:focus,
      .form textarea:focus,
      .form select:focus {
        outline: none;
        border-color: var(--blue);
      }
      .cta-band {
        background: linear-gradient(120deg, #22262e, #2c3442);
        color: #fff;
      }
      .cta-band .inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: clamp(56px, 9vh, 90px) 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center;
        justify-content: space-between;
      }
      .cta-band h2 {
        font-size: clamp(1.5rem, 3.4vw, 2.3rem);
        font-weight: 800;
        max-width: 18em;
      }
      footer {
        border-top: 1px solid var(--line);
        background: #fff;
      }
      footer .inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: 44px 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 26px;
        align-items: center;
        justify-content: space-between;
      }
      footer img {
        height: 22px;
        display: block;
      }
      footer nav {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
      }
      footer nav a {
        color: var(--dim);
        text-decoration: none;
        font-size: 0.85rem;
      }
      footer nav a:hover {
        color: var(--blue);
      }
      footer .fine {
        width: 100%;
        color: #9ca3af;
        font-size: 0.78rem;
        font-family: "IBM Plex Mono", monospace;
        letter-spacing: 0.06em;
      }
      .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition:
          opacity 0.7s ease,
          transform 0.7s ease;
      }
      .reveal.in {
        opacity: 1;
        transform: none;
      }

      /* index/journey styles */

      :root {
        --ink: #22262e;
        --blue: #2c6bff;
        --bg: #ffffff;
        --soft: #f4f6f9;
        --dim: #6b7280;
        --line: rgba(34, 38, 46, 0.1);
      }
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      html {
        scroll-behavior: smooth;
      }
      body {
        background: var(--bg);
        color: var(--ink);
        font-family: "Inter", system-ui, sans-serif;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      h1,
      h2,
      h3,
      h4 {
        font-family: "Manrope", sans-serif;
        letter-spacing: -0.02em;
      }
      .mono {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--blue);
      }

      header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 80;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 14px clamp(18px, 3.5vw, 44px);
        background: rgba(255, 255, 255, 0.86);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--line);
      }
      header .lg img {
        height: 26px;
        display: block;
      }
      nav.main {
        display: flex;
        align-items: center;
        gap: clamp(10px, 1.6vw, 26px);
      }
      nav.main a {
        color: var(--ink);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 500;
        opacity: 0.75;
        transition:
          opacity 0.2s,
          color 0.2s;
        white-space: nowrap;
      }
      nav.main a:hover {
        opacity: 1;
        color: var(--blue);
      }
      nav.main a.on {
        opacity: 1;
        color: var(--blue);
        font-weight: 600;
      }
      .cta {
        background: var(--blue);
        color: #fff !important;
        opacity: 1 !important;
        padding: 9px 16px;
        border-radius: 10px;
        font-weight: 600;
        box-shadow: 0 6px 18px rgba(44, 107, 255, 0.28);
      }
      .cta:hover {
        filter: brightness(1.06);
      }
      @media (max-width: 1080px) {
        nav.main a:not(.cta) {
          display: none;
        }
      }

      /* START FRAME (image only) */
      #start-frame {
        position: relative;
        min-height: 100vh;
        padding: 92px 0 60px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
      }
      #start-frame .scenter {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 24px;
      }
      #start-frame .bgimg {
        width: min(66vw, 560px);
        max-height: 38vh;
        height: auto;
        object-fit: contain;
        object-position: center;
      }
      #start-frame .hint {
        z-index: 2;
        position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.62rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--dim);
      }
      #start-frame .m {
        width: 19px;
        height: 29px;
        border: 1.5px solid var(--dim);
        border-radius: 10px;
        position: relative;
      }
      #start-frame .m::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translateX(-50%);
        width: 2.5px;
        height: 6px;
        background: var(--blue);
        border-radius: 2px;
        animation: wheel 1.6s ease-in-out infinite;
      }
      @keyframes wheel {
        0% {
          opacity: 0;
          top: 5px;
        }
        40% {
          opacity: 1;
        }
        100% {
          opacity: 0;
          top: 15px;
        }
      }

      /* HERO CONTENT below the frame */
      #hero {
        background: #fff;
        border-top: 1px solid var(--line);
      }
      #hero .inner {
        max-width: 980px;
        margin: 0 auto;
        padding: clamp(70px, 11vh, 130px) 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 22px;
      }
      #hero .k {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.7rem;
        letter-spacing: 0.3em;
        text-transform: uppercase;
        color: var(--dim);
      }
      #hero h1 {
        font-size: clamp(2.2rem, 5.4vw, 4.2rem);
        font-weight: 800;
        line-height: 1.04;
        color: var(--ink);
      }
      #hero h1 em {
        font-style: normal;
        color: var(--blue);
      }
      #hero p.sub {
        font-size: clamp(1rem, 1.7vw, 1.2rem);
        color: var(--dim);
        line-height: 1.65;
        max-width: 46em;
      }

      .btnrow {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
      }
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 13px 22px;
        border-radius: 12px;
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.95rem;
        text-decoration: none;
        transition:
          transform 0.15s,
          box-shadow 0.2s;
      }
      .btn.p {
        background: var(--blue);
        color: #fff;
        box-shadow: 0 10px 26px rgba(44, 107, 255, 0.3);
      }
      .btn.s {
        background: #fff;
        color: var(--ink);
        border: 1.5px solid var(--line);
      }
      .btn:hover {
        transform: translateY(-2px);
      }

      /* SCROLL ANIMATION */
      #journey {
        position: relative;
        height: 1300vh;
      }
      #jpin {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow: hidden;
        background: #fff;
      }
      #jv {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .fbox {
        position: absolute;
        top: 50%;
        width: min(460px, 86vw);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%);
        will-change: opacity, transform;
      }
      .fbox.l {
        left: clamp(18px, 5vw, 80px);
      }
      .fbox.r {
        right: clamp(18px, 5vw, 80px);
      }
      .fbox.b {
        left: 50%;
        top: auto;
        bottom: 7%;
        transform: translate(-50%, 0);
        width: min(560px, 90vw);
      }
      .ftab {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--ink);
        color: #fff;
        border-radius: 12px 12px 0 0;
        padding: 10px 18px 9px 14px;
        box-shadow: 0 -6px 24px rgba(34, 38, 46, 0.12);
      }
      .ftab .no {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        color: #8fb1ff;
        background: rgba(44, 107, 255, 0.22);
        padding: 3px 8px;
        border-radius: 6px;
      }
      .ftab .tl {
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.82rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }
      .fold {
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid var(--line);
        border-radius: 0 18px 18px 18px;
        box-shadow: 0 26px 60px rgba(34, 38, 46, 0.14);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        max-height: 0;
        overflow: hidden;
      }
      .fbox.b .fold {
        border-radius: 0 18px 18px 18px;
      }
      .foldin {
        padding: 24px 28px 26px;
      }
      .fold h2 {
        font-size: clamp(1.4rem, 2.5vw, 1.9rem);
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 10px;
      }
      .fold p {
        color: #4b5563;
        font-size: 0.97rem;
        line-height: 1.6;
      }
      .flink {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 14px;
        color: var(--blue);
        text-decoration: none;
        font-family: "Manrope";
        font-weight: 700;
        font-size: 0.92rem;
      }
      .flink svg {
        width: 17px;
        height: 17px;
        transition: transform 0.2s;
      }
      .flink:hover svg {
        transform: translateX(4px);
      }
      @media (max-width: 860px) {
        .fbox.l,
        .fbox.r {
          left: 50%;
          right: auto;
          margin-left: min(-230px, -43vw);
        }
      }

      #jprog {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px clamp(18px, 3.5vw, 44px);
      }
      #jprog .bar {
        flex: 1;
        height: 2px;
        background: var(--line);
        border-radius: 2px;
        overflow: hidden;
      }
      #jprog .bar i {
        display: block;
        height: 100%;
        width: 100%;
        background: var(--blue);
        transform-origin: left;
        transform: scaleX(0);
      }
      #jprog .cnt {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
        color: var(--dim);
        min-width: 64px;
        text-align: right;
      }

      /* CLOSING */
      #next {
        background: var(--soft);
      }
      #next .inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: clamp(80px, 13vh, 150px) 24px;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 40px;
        align-items: center;
      }
      @media (max-width: 820px) {
        #next .inner {
          grid-template-columns: 1fr;
        }
      }
      #next h2 {
        font-size: clamp(1.9rem, 4.2vw, 3rem);
        font-weight: 800;
        line-height: 1.05;
        margin: 14px 0 16px;
      }
      #next p {
        color: var(--dim);
        font-size: 1.05rem;
        line-height: 1.65;
        max-width: 36em;
      }
      #next .panel {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 22px;
        padding: 34px 32px;
        box-shadow: 0 20px 50px rgba(34, 38, 46, 0.08);
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      #next .panel b {
        font-family: "Manrope";
        font-weight: 800;
        font-size: 1.2rem;
      }
      #next .panel span {
        color: var(--dim);
        font-size: 0.95rem;
        line-height: 1.55;
      }

      footer {
        border-top: 1px solid var(--line);
        background: #fff;
      }
      footer .inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: 44px 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 26px;
        align-items: center;
        justify-content: space-between;
      }
      footer img {
        height: 22px;
        display: block;
      }
      footer nav {
        display: flex;
        gap: 18px;
        flex-wrap: wrap;
      }
      footer nav a {
        color: var(--dim);
        text-decoration: none;
        font-size: 0.85rem;
      }
      footer nav a:hover {
        color: var(--blue);
      }
      footer .fine {
        width: 100%;
        color: #9ca3af;
        font-size: 0.78rem;
        font-family: "IBM Plex Mono", monospace;
        letter-spacing: 0.06em;
      }
      @media (prefers-reduced-motion: reduce) {
        #start-frame .m::after {
          animation: none;
        }
      }

      .pg {
        min-height: 60vh;
      }
      .pg.pad {
        padding-top: 64px;
      }

      .bgslides {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
      }
      .bgslide {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        animation: bgfade 28s infinite ease-in-out;
        will-change: opacity;
      }
      .bgslide:nth-child(1) {
        animation-delay: 0s;
      }
      .bgslide:nth-child(2) {
        animation-delay: 7s;
      }
      .bgslide:nth-child(3) {
        animation-delay: 14s;
      }
      .bgslide:nth-child(4) {
        animation-delay: 21s;
      }
      @keyframes bgfade {
        0% {
          opacity: 0;
        }
        5% {
          opacity: 0.15;
        }
        25% {
          opacity: 0.15;
        }
        30% {
          opacity: 0;
        }
        100% {
          opacity: 0;
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .bgslide {
          animation: none;
        }
        .bgslide:nth-child(1) {
          opacity: 0.15;
        }
      }
      /* --- v2 additions --- */
      .startpitch {
        margin-top: clamp(16px, 3vh, 30px);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        max-width: 660px;
      }
      .startpitch .lead {
        font-family: "Manrope", sans-serif;
        font-weight: 600;
        font-size: clamp(0.96rem, 1.7vw, 1.15rem);
        color: var(--ink);
        text-align: center;
        line-height: 1.45;
      }
      .startpitch .pills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
      }
      .startpitch .pill {
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.64rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--blue);
        background: rgba(44, 107, 255, 0.08);
        border: 1px solid rgba(44, 107, 255, 0.2);
        padding: 6px 12px;
        border-radius: 999px;
      }
      @media (max-width: 600px) {
        #start-frame .bgimg {
          max-height: 26vh;
        }
      }
      .statrow {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 8px;
      }
      .statbox {
        flex: 1 1 180px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 22px 24px;
        box-shadow: 0 10px 30px rgba(34, 38, 46, 0.05);
      }
      .statbox b {
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        font-size: clamp(1.5rem, 2.8vw, 2.1rem);
        color: var(--blue);
        display: block;
        line-height: 1.1;
      }
      .statbox span {
        font-size: 0.9rem;
        color: var(--dim);
      }
      .chips {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 6px;
      }
      .chip {
        font-family: "Inter", sans-serif;
        font-size: 0.9rem;
        color: var(--ink);
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 10px;
        padding: 9px 14px;
      }
      .flow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 8px;
      }
      @media (max-width: 760px) {
        .flow {
          grid-template-columns: 1fr;
        }
      }
      .flowstep {
        display: flex;
        gap: 16px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 16px;
        padding: 20px 22px;
        box-shadow: 0 10px 30px rgba(34, 38, 46, 0.05);
      }
      .flowstep .no {
        flex: none;
        width: 38px;
        height: 38px;
        border-radius: 11px;
        background: var(--blue);
        color: #fff;
        font-family: "Manrope", sans-serif;
        font-weight: 800;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        box-shadow: 0 8px 18px rgba(44, 107, 255, 0.28);
      }
      .flowstep b {
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-size: 1rem;
        display: block;
        margin-bottom: 5px;
        color: var(--ink);
      }
      .flowstep p {
        font-size: 0.92rem;
        color: var(--dim);
        line-height: 1.55;
        margin: 0;
      }
      button.btn {
        cursor: pointer;
        border: none;
        font-family: "Manrope", sans-serif;
      }
      .fcform {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 20px;
        padding: clamp(22px, 3vw, 34px);
        box-shadow: 0 18px 48px rgba(34, 38, 46, 0.08);
        margin-top: 28px;
      }
      .fcgrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
      }
      @media (max-width: 680px) {
        .fcgrid {
          grid-template-columns: 1fr;
        }
      }
      .fcgrid .full {
        grid-column: 1/-1;
      }
      .checkgroup {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }
      .checkgroup label {
        display: flex;
        align-items: center;
        gap: 7px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 0.88rem;
        background: var(--soft);
        border: 1px solid var(--line);
        border-radius: 9px;
        padding: 8px 12px;
        cursor: pointer;
      }
      .checkgroup input {
        width: auto;
        padding: 0;
        border: none;
        box-shadow: none;
      }
      .frameout {
        margin-top: 24px;
        background: #0d0f13;
        color: #e8eaed;
        border-radius: 16px;
        padding: 24px;
        display: none;
      }
      .frameout.show {
        display: block;
      }
      .frameout h4 {
        font-family: "Manrope", sans-serif;
        color: #fff;
        font-size: 1.05rem;
        margin-bottom: 12px;
      }
      .frameout pre {
        white-space: pre-wrap;
        word-break: break-word;
        font-family: "IBM Plex Mono", monospace;
        font-size: 0.82rem;
        line-height: 1.6;
        color: #cfd3d8;
        margin: 0 0 16px;
      }
      .framehint {
        font-size: 0.82rem;
        color: var(--dim);
        line-height: 1.5;
      }
