.investor-page {
    --investor-purple-950: #120020;
    --investor-purple-925: #1a022e;
    --investor-purple-900: #23043e;
    --investor-purple-800: #35105c;
    --investor-purple-700: #55209a;
    --investor-purple-500: #9b4dff;
    --investor-purple-300: #d9b8ff;
    --investor-paper: #f3eadb;
    --investor-paper-deep: #e8d9c2;
    --investor-ink: #211525;
    --investor-white: #fffaf3;
    --investor-muted: #cbbdde;
    overflow: hidden;
    background: var(--investor-purple-950);
    color: var(--investor-white);
    font-family: var(--sans);
}

.investor-page *,
.investor-page *::before,
.investor-page *::after {
    box-sizing: border-box;
}

.investor-page :where(a, button, summary):focus-visible {
    outline: 3px solid #ffd17a;
    outline-offset: 4px;
}

.investor-kicker {
    margin: 0;
    color: var(--investor-purple-300);
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0.19em;
    line-height: 1.5;
    text-transform: uppercase;
}

.investor-section {
    position: relative;
    padding: clamp(5.5rem, 9vw, 8.5rem) 0;
}

.investor-section-title {
    max-width: 900px;
    margin: 0.65rem 0 0;
    color: inherit;
    font: 400 clamp(2.45rem, 4.3vw, 4.45rem) / 0.98 var(--serif);
    letter-spacing: -0.047em;
    text-wrap: balance;
}

.investor-section-heading {
    max-width: 880px;
    margin-bottom: clamp(2.7rem, 5vw, 4.5rem);
}

.investor-section-heading > p:last-child {
    max-width: 730px;
    margin: 1.35rem 0 0;
    color: var(--investor-muted);
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    line-height: 1.72;
}

.investor-section-heading--centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.investor-section-heading--centered > * {
    margin-right: auto;
    margin-left: auto;
}

.investor-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0.86rem 1.3rem;
    border: 1px solid #c799ff;
    background: linear-gradient(135deg, #b25bff, #7430d2);
    box-shadow: 0 14px 38px rgba(9, 0, 20, 0.28);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.investor-button--secondary {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(18, 0, 32, 0.36);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.investor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.2rem;
}

.investor-actions--centered {
    justify-content: center;
}

.investor-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: calc(100vh - 72px);
    min-height: calc(100svh - 72px);
    overflow: hidden;
    align-items: center;
    padding: clamp(5.5rem, 9vw, 8.5rem) 0;
    background:
        radial-gradient(circle at 78% 14%, rgba(203, 116, 255, 0.34), transparent 27%),
        radial-gradient(circle at 12% 84%, rgba(70, 190, 179, 0.13), transparent 30%),
        linear-gradient(138deg, #6324a7 0%, #3d106c 28%, #22033e 60%, #120020 100%);
}

.investor-hero::before {
    position: absolute;
    z-index: -2;
    inset: -28% -12% -18%;
    content: '';
    pointer-events: none;
    opacity: 0.4;
    background:
        repeating-linear-gradient(116deg, transparent 0 9vw, rgba(236, 206, 255, 0.17) 9.05vw 9.12vw),
        repeating-linear-gradient(25deg, transparent 0 14vw, rgba(79, 207, 191, 0.08) 14.08vw 14.15vw);
    mask-image: linear-gradient(to bottom, transparent 3%, #000 30%, #000 76%, transparent 100%);
    transform: perspective(760px) rotateX(57deg) scale(1.15) translateY(18%);
    transform-origin: center bottom;
}

.investor-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: '';
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(18, 0, 32, 0.02), rgba(18, 0, 32, 0.45) 76%, rgba(18, 0, 32, 0.12)),
        radial-gradient(ellipse at center, transparent 30%, rgba(10, 0, 20, 0.52) 100%);
}

.investor-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center;
}

.investor-hero-copy {
    position: relative;
    z-index: 3;
}

.investor-hero h1 {
    max-width: 870px;
    margin: 0.7rem 0 1.5rem;
    color: var(--investor-white);
    font: 400 clamp(3.35rem, 5.4vw, 5.65rem) / 0.92 var(--serif);
    letter-spacing: -0.057em;
    text-wrap: balance;
}

.investor-lead {
    max-width: 760px;
    margin: 0;
    color: #eee4f6;
    font-size: clamp(1.08rem, 1.7vw, 1.3rem);
    line-height: 1.65;
}

.investor-proof-line {
    max-width: 700px;
    margin: 1.25rem 0 0;
    padding-left: 1rem;
    border-left: 2px solid #7de0d3;
    color: var(--investor-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.investor-proof-line strong {
    color: #fff;
}

.investor-press-link {
    display: inline-block;
    margin-top: 1.25rem;
    color: #9ce9df;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.investor-hero-visual {
    position: relative;
    min-height: 550px;
}

.investor-orbit {
    position: absolute;
    top: 48%;
    left: 50%;
    width: min(37vw, 470px);
    min-width: 370px;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
}

.investor-orbit-ring {
    position: absolute;
    display: block;
    border: 1px solid rgba(232, 211, 249, 0.34);
    border-radius: 50%;
    box-shadow: 0 0 58px rgba(189, 110, 255, 0.08) inset;
}

.investor-orbit-ring--one {
    inset: 0;
    transform: rotateX(62deg) rotateZ(-12deg);
}

.investor-orbit-ring--two {
    inset: 11%;
    border-color: rgba(78, 209, 193, 0.4);
    transform: rotateY(64deg) rotateZ(20deg);
}

.investor-orbit-ring--three {
    inset: 23%;
    border-color: rgba(247, 193, 55, 0.4);
    transform: rotateX(69deg) rotateZ(46deg);
}

.investor-orbit img {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 42%;
    height: auto;
    filter: drop-shadow(0 28px 48px rgba(4, 0, 13, 0.5));
    transform: translate(-50%, -50%);
}

.investor-orbit-node {
    position: absolute;
    z-index: 4;
    width: 0.82rem;
    height: 0.82rem;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
}

.investor-orbit-node--slipstream {
    top: 12%;
    right: 18%;
    background: #58ca73;
    box-shadow: 0 0 24px rgba(82, 202, 115, 0.86);
}

.investor-orbit-node--positronic {
    right: 3%;
    bottom: 27%;
    background: #f4bd32;
    box-shadow: 0 0 24px rgba(244, 189, 50, 0.82);
}

.investor-orbit-node--plexus {
    bottom: 12%;
    left: 15%;
    background: #33d9d0;
    box-shadow: 0 0 24px rgba(51, 217, 208, 0.82);
}

.investor-signal {
    position: absolute;
    z-index: 5;
    width: 210px;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(231, 207, 250, 0.28);
    background: rgba(24, 2, 43, 0.72);
    box-shadow: 0 18px 46px rgba(7, 0, 17, 0.28);
    backdrop-filter: blur(14px);
}

.investor-signal span {
    display: block;
    color: var(--investor-purple-300);
    font-size: 0.64rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.investor-signal strong {
    display: block;
    margin-top: 0.3rem;
    color: #fff;
    font: 400 1.25rem / 1.1 var(--serif);
}

.investor-signal--built {
    top: 10%;
    left: -5%;
}

.investor-signal--next {
    right: -4%;
    bottom: 8%;
    border-color: rgba(107, 224, 209, 0.34);
}

.investor-section--paper {
    background:
        radial-gradient(circle at 92% 4%, rgba(85, 32, 154, 0.08), transparent 31%),
        repeating-linear-gradient(115deg, transparent 0 21vw, rgba(33, 21, 37, 0.035) 21.05vw 21.15vw),
        var(--investor-paper);
    color: var(--investor-ink);
}

.investor-section--paper .investor-kicker {
    color: #5d2b99;
}

.investor-founder-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.investor-founder-copy {
    max-width: 760px;
    color: rgba(33, 21, 37, 0.74);
    font-size: 1.03rem;
    line-height: 1.78;
}

.investor-founder-copy > p {
    margin: 0 0 1.25rem;
}

.investor-founder-copy .investor-founder-lead {
    color: var(--investor-ink);
    font: 400 clamp(1.55rem, 2.5vw, 2.2rem) / 1.25 var(--serif);
    letter-spacing: -0.025em;
}

.investor-founder-copy blockquote {
    position: relative;
    margin: 2.5rem 0 0;
    padding: 1.8rem 2rem 1.7rem 2.4rem;
    border-left: 3px solid #7430ba;
    background: rgba(85, 32, 154, 0.065);
}

.investor-founder-copy blockquote::before {
    position: absolute;
    top: 0.2rem;
    left: 0.6rem;
    color: rgba(85, 32, 154, 0.18);
    content: '“';
    font: 400 4.5rem / 1 var(--serif);
}

.investor-founder-copy blockquote p {
    position: relative;
    margin: 0;
    color: var(--investor-ink);
    font: 400 clamp(1.35rem, 2vw, 1.75rem) / 1.35 var(--serif);
}

.investor-founder-copy cite {
    display: block;
    margin-top: 1rem;
    color: #5b4b60;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.investor-evidence-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(3.5rem, 7vw, 6rem);
    border: 1px solid rgba(33, 21, 37, 0.18);
    background: rgba(255, 255, 255, 0.27);
}

.investor-evidence-row > div {
    padding: clamp(1.4rem, 3vw, 2rem);
    border-left: 1px solid rgba(33, 21, 37, 0.14);
}

.investor-evidence-row > div:first-child {
    border-left: 0;
}

.investor-evidence-row span {
    color: #6c339f;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
}

.investor-evidence-row strong {
    display: block;
    margin-top: 0.75rem;
    font: 400 1.35rem / 1.2 var(--serif);
}

.investor-evidence-row p {
    margin: 0.6rem 0 0;
    color: rgba(33, 21, 37, 0.63);
    font-size: 0.9rem;
    line-height: 1.55;
}

.investor-ecosystem {
    background:
        radial-gradient(circle at 8% 24%, rgba(117, 45, 205, 0.24), transparent 31%),
        radial-gradient(circle at 92% 70%, rgba(48, 178, 163, 0.09), transparent 28%),
        var(--investor-purple-900);
}

.investor-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.investor-pillar {
    --pillar-accent: #b56aff;
    --pillar-accent-2: #5b2e99;
    position: relative;
    display: flex;
    min-height: 38rem;
    overflow: hidden;
    flex-direction: column;
    padding: clamp(1.45rem, 2.5vw, 2rem);
    border: 1px solid color-mix(in srgb, var(--pillar-accent) 34%, rgba(255, 255, 255, 0.13));
    background:
        radial-gradient(circle at 78% 7%, color-mix(in srgb, var(--pillar-accent) 18%, transparent), transparent 31%),
        linear-gradient(155deg, rgba(36, 11, 56, 0.97), rgba(15, 3, 27, 0.98));
    box-shadow: 0 20px 58px rgba(7, 0, 18, 0.22);
    color: #fff;
    transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.investor-pillar--slipstream {
    --pillar-accent: #5acb75;
    --pillar-accent-2: #41a8e8;
}

.investor-pillar--positronic {
    --pillar-accent: #f4bd32;
    --pillar-accent-2: #13b8aa;
}

.investor-pillar--plexus {
    --pillar-accent: #33d9d0;
    --pillar-accent-2: #79d737;
}

.investor-pillar-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pillar-accent), var(--pillar-accent-2));
}

.investor-pillar-brand {
    display: flex;
    min-height: 10rem;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.investor-pillar-brand img:first-child {
    width: auto;
    max-width: 6rem;
    height: 5.6rem;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.22));
}

.investor-pillar-brand img:last-child {
    width: auto;
    max-width: min(100%, 12rem);
    height: 1.85rem;
    object-fit: contain;
}

.investor-pillar--plexus .investor-pillar-brand img:last-child {
    height: 2.15rem;
}

.investor-pillar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.investor-pillar-meta > span {
    color: color-mix(in srgb, var(--pillar-accent) 84%, #fff);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.investor-pillar-meta > strong {
    padding: 0.28rem 0.55rem;
    border: 1px solid color-mix(in srgb, var(--pillar-accent) 38%, transparent);
    background: color-mix(in srgb, var(--pillar-accent) 11%, transparent);
    font-size: 0.67rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.investor-pillar h3 {
    margin: 1.35rem 0 0;
    color: #fff;
    font: 400 clamp(1.5rem, 2.1vw, 1.9rem) / 1.16 var(--serif);
    letter-spacing: -0.025em;
}

.investor-pillar ul {
    display: grid;
    gap: 0.62rem;
    padding: 0;
    margin: 1.35rem 0 0;
    color: #cec1d9;
    font-size: 0.9rem;
    line-height: 1.5;
    list-style: none;
}

.investor-pillar li {
    position: relative;
    padding-left: 1rem;
}

.investor-pillar li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--pillar-accent);
    content: '';
}

.investor-pillar-link {
    margin-top: auto;
    padding-top: 1.8rem;
    color: color-mix(in srgb, var(--pillar-accent) 78%, #fff);
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.investor-why-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: start;
}

.investor-sticky-heading {
    position: sticky;
    top: 8.5rem;
}

.investor-sticky-heading > p:last-child {
    max-width: 560px;
    margin: 1.25rem 0 0;
    color: rgba(33, 21, 37, 0.66);
    line-height: 1.72;
}

.investor-signal-list {
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(33, 21, 37, 0.17);
    list-style: none;
}

.investor-signal-list li {
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    gap: 1rem;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(33, 21, 37, 0.17);
}

.investor-signal-list > li > span {
    color: #6732a0;
    font-size: 0.69rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.investor-signal-list h3 {
    margin: 0;
    font: 400 clamp(1.45rem, 2.2vw, 1.95rem) / 1.15 var(--serif);
    letter-spacing: -0.025em;
}

.investor-signal-list p {
    margin: 0.65rem 0 0;
    color: rgba(33, 21, 37, 0.65);
    line-height: 1.68;
}

.investor-integration {
    background:
        radial-gradient(circle at 50% 50%, rgba(126, 68, 192, 0.21), transparent 34%),
        repeating-linear-gradient(118deg, transparent 0 18vw, rgba(217, 184, 255, 0.06) 18.05vw 18.13vw),
        var(--investor-purple-925);
}

.investor-loop {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(226, 203, 246, 0.16);
    background: rgba(226, 203, 246, 0.16);
    list-style: none;
}

.investor-loop-step {
    --loop-accent: #b56aff;
    position: relative;
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 1.1rem;
    min-height: 19rem;
    align-content: start;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    background:
        radial-gradient(circle at 82% 0%, color-mix(in srgb, var(--loop-accent) 12%, transparent), transparent 45%),
        #170523;
}

.investor-loop-step--plexus {
    --loop-accent: #33d9d0;
}

.investor-loop-step--slipstream {
    --loop-accent: #5acb75;
}

.investor-loop-step--positronic {
    --loop-accent: #f4bd32;
}

.investor-loop-step > span {
    grid-row: 1;
    grid-column: 1;
    color: color-mix(in srgb, var(--loop-accent) 82%, #fff);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.12em;
}

.investor-loop-step > img {
    grid-row: 2;
    grid-column: 1;
    width: 2.7rem;
    max-height: 3rem;
    object-fit: contain;
}

.investor-loop-step > div {
    grid-row: 2;
    grid-column: 2;
}

.investor-loop-step strong {
    display: block;
    color: #fff;
    font: 400 1.5rem / 1.16 var(--serif);
}

.investor-loop-step p {
    margin: 0.8rem 0 0;
    color: #bcaec7;
    font-size: 0.92rem;
    line-height: 1.65;
}

.investor-loop-step:not(:last-child)::after {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -0.6rem;
    display: grid;
    width: 1.2rem;
    height: 1.2rem;
    place-items: center;
    border: 1px solid rgba(217, 184, 255, 0.28);
    border-radius: 50%;
    background: #21043b;
    color: #d9b8ff;
    content: '→';
    font-size: 0.72rem;
}

.investor-loop-result {
    max-width: 820px;
    margin: 2rem auto 0;
    color: #ded1e8;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.investor-loop-result span {
    margin-right: 0.5rem;
    color: #b66dff;
    font-size: 1.4rem;
}

.investor-funding {
    background:
        radial-gradient(circle at 80% 18%, rgba(70, 193, 179, 0.12), transparent 30%),
        linear-gradient(135deg, #2b0750, #160126 70%);
}

.investor-funding-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: clamp(3rem, 8vw, 7rem);
    align-items: center;
}

.investor-funding-intro > p:not(.investor-kicker):not(.investor-terms-note) {
    max-width: 660px;
    margin: 1.3rem 0 0;
    color: var(--investor-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.investor-round-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2rem;
}

.investor-round-facts span {
    padding: 0.55rem 0.72rem;
    border: 1px solid rgba(217, 184, 255, 0.24);
    background: rgba(255, 255, 255, 0.04);
    color: #eee6f5;
    font-size: 0.69rem;
    font-weight: 780;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.investor-terms-note {
    max-width: 610px;
    margin: 2rem 0 0;
    padding: 1rem 1.1rem;
    border-left: 2px solid #7de0d3;
    background: rgba(80, 204, 190, 0.055);
    color: #f4edf9;
    font-weight: 750;
    line-height: 1.6;
}

.investor-use-card {
    padding: clamp(1.6rem, 4vw, 2.7rem);
    border: 1px solid rgba(225, 202, 246, 0.21);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: 0 24px 68px rgba(7, 0, 17, 0.22);
}

.investor-card-label {
    margin: 0;
    color: var(--investor-purple-300);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.investor-use-card ul {
    padding: 0;
    margin: 1.25rem 0 0;
    border-top: 1px solid rgba(225, 202, 246, 0.14);
    list-style: none;
}

.investor-use-card li {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 0.8rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(225, 202, 246, 0.14);
}

.investor-use-card li > span {
    color: #8ee6db;
    font-size: 0.67rem;
    font-weight: 850;
    letter-spacing: 0.1em;
}

.investor-use-card strong {
    color: #fff;
    font: 400 1.3rem / 1.15 var(--serif);
}

.investor-use-card li p {
    margin: 0.45rem 0 0;
    color: #bfaecb;
    font-size: 0.87rem;
    line-height: 1.6;
}

.investor-roadmap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.investor-roadmap::before {
    position: absolute;
    top: 1.05rem;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(33, 21, 37, 0.2);
    content: '';
}

.investor-roadmap-stage {
    position: relative;
    padding: 0 2rem 0 0;
}

.investor-roadmap-stage + .investor-roadmap-stage {
    padding-left: 2rem;
}

.investor-roadmap-marker {
    position: relative;
    z-index: 2;
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border: 1px solid rgba(33, 21, 37, 0.28);
    border-radius: 50%;
    background: var(--investor-paper);
    color: #63309b;
    font-weight: 900;
}

.investor-roadmap-stage--present .investor-roadmap-marker {
    border-color: #6d36a6;
    background: #6d36a6;
    box-shadow: 0 0 0 7px rgba(109, 54, 166, 0.1);
    color: #fff;
}

.investor-roadmap-time {
    margin: 1.35rem 0 0;
    color: #68329e;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.investor-roadmap h3 {
    margin: 0.55rem 0 0;
    font: 400 clamp(1.5rem, 2.4vw, 2rem) / 1.12 var(--serif);
    letter-spacing: -0.025em;
}

.investor-roadmap ul {
    display: grid;
    gap: 0.52rem;
    padding: 0;
    margin: 1rem 0 0;
    color: rgba(33, 21, 37, 0.66);
    font-size: 0.91rem;
    list-style: none;
}

.investor-roadmap li li {
    position: relative;
    padding-left: 1rem;
}

.investor-roadmap li li::before {
    position: absolute;
    top: 0.66em;
    left: 0;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: #6d36a6;
    content: '';
}

.investor-faq-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(132, 66, 205, 0.18), transparent 30%),
        #180329;
}

.investor-faq-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(3rem, 8vw, 7rem);
}

.investor-faq-intro {
    max-width: 470px;
    margin: 1.25rem 0 0;
    color: var(--investor-muted);
    line-height: 1.7;
}

.investor-faq {
    border-top: 1px solid rgba(224, 199, 244, 0.18);
}

.investor-faq details {
    border-bottom: 1px solid rgba(224, 199, 244, 0.18);
}

.investor-faq summary {
    display: grid;
    grid-template-columns: 1fr 1.8rem;
    gap: 1rem;
    align-items: center;
    padding: 1.45rem 0;
    color: #fff;
    cursor: pointer;
    font: 400 clamp(1.25rem, 2vw, 1.65rem) / 1.25 var(--serif);
    list-style: none;
    transition: color 180ms ease;
}

.investor-faq summary::-webkit-details-marker {
    display: none;
}

.investor-faq summary span {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(217, 184, 255, 0.3);
    border-radius: 50%;
}

.investor-faq summary span::before,
.investor-faq summary span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.62rem;
    height: 1px;
    background: #d9b8ff;
    content: '';
    transform: translate(-50%, -50%);
}

.investor-faq summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 180ms ease;
}

.investor-faq details[open] summary {
    color: #d9b8ff;
}

.investor-faq details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.investor-faq details > p {
    max-width: 720px;
    margin: -0.2rem 0 0;
    padding: 0 3rem 1.55rem 0;
    color: #bdafc8;
    line-height: 1.72;
}

.investor-closing {
    position: relative;
    padding: clamp(5.5rem, 10vw, 9rem) 0;
    background:
        radial-gradient(circle at 50% 40%, rgba(154, 77, 255, 0.23), transparent 38%),
        linear-gradient(180deg, #180329, #10001d);
}

.investor-closing-card {
    padding: clamp(2.5rem, 7vw, 5.5rem);
    border: 1px solid rgba(218, 184, 247, 0.22);
    background:
        radial-gradient(circle at 86% 0%, rgba(94, 214, 198, 0.1), transparent 34%),
        rgba(255, 255, 255, 0.035);
    box-shadow: 0 30px 80px rgba(6, 0, 16, 0.25);
    text-align: center;
}

.investor-closing h2 {
    margin: 0.55rem 0 0;
    color: #fff;
    font: 400 clamp(3rem, 6vw, 5.4rem) / 0.95 var(--serif);
    letter-spacing: -0.052em;
}

.investor-closing-card > p:not(.investor-kicker) {
    max-width: 690px;
    margin: 1.25rem auto 0;
    color: var(--investor-muted);
    font-size: 1.04rem;
    line-height: 1.72;
}

.investor-disclosure {
    padding: 1.7rem 0;
    border-top: 1px solid rgba(224, 199, 244, 0.13);
    background: #0c0017;
}

.investor-disclosure p {
    max-width: 980px;
    margin: 0;
    color: #887c91;
    font-size: 0.72rem;
    line-height: 1.65;
}

@media (hover: hover) {
    .investor-button:hover {
        filter: brightness(1.1);
        transform: translateY(-2px);
    }

    .investor-press-link:hover {
        color: #fff;
    }

    .investor-pillar:hover {
        border-color: color-mix(in srgb, var(--pillar-accent) 72%, #fff);
        box-shadow: 0 28px 70px rgba(6, 0, 16, 0.35);
        transform: translateY(-6px);
    }

    .investor-faq summary:hover {
        color: #d9b8ff;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .investor-orbit-ring--one {
        animation: investor-orbit-x 34s linear infinite;
    }

    .investor-orbit-ring--two {
        animation: investor-orbit-y 27s linear infinite reverse;
    }

    .investor-orbit-ring--three {
        animation: investor-orbit-x 22s linear infinite reverse;
    }

    .investor-orbit img {
        animation: investor-mark-breathe 7s ease-in-out infinite;
    }
}

@keyframes investor-orbit-x {
    from { transform: rotateX(62deg) rotateZ(0deg); }
    to { transform: rotateX(62deg) rotateZ(360deg); }
}

@keyframes investor-orbit-y {
    from { transform: rotateY(64deg) rotateZ(0deg); }
    to { transform: rotateY(64deg) rotateZ(360deg); }
}

@keyframes investor-mark-breathe {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -52%) scale(1.025); }
}

@media (max-width: 1020px) {
    .investor-hero-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(290px, 0.65fr);
        gap: 2.5rem;
    }

    .investor-hero h1 {
        font-size: clamp(3.1rem, 6.9vw, 4.7rem);
    }

    .investor-orbit {
        width: 340px;
        min-width: 0;
    }

    .investor-signal {
        width: 180px;
    }

    .investor-pillar {
        min-height: 40rem;
        padding: 1.4rem;
    }

    .investor-loop-step {
        grid-template-columns: 2.8rem 1fr;
        padding: 1.4rem;
    }
}

@media (max-width: 900px) {
    .investor-hero {
        min-height: auto;
        padding: 5rem 0 4rem;
    }

    .investor-hero-grid,
    .investor-founder-grid,
    .investor-why-grid,
    .investor-funding-grid,
    .investor-faq-grid {
        grid-template-columns: 1fr;
    }

    .investor-hero-visual {
        min-height: 420px;
    }

    .investor-orbit {
        width: min(72vw, 390px);
    }

    .investor-signal--built {
        left: 8%;
    }

    .investor-signal--next {
        right: 8%;
    }

    .investor-founder-grid,
    .investor-why-grid,
    .investor-funding-grid,
    .investor-faq-grid {
        gap: 2.5rem;
    }

    .investor-pillar-grid {
        grid-template-columns: 1fr;
    }

    .investor-pillar {
        min-height: 0;
    }

    .investor-pillar-link {
        margin-top: 1.8rem;
    }

    .investor-sticky-heading {
        position: static;
    }

    .investor-loop {
        grid-template-columns: 1fr;
    }

    .investor-loop-step {
        min-height: 0;
    }

    .investor-loop-step:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -0.6rem;
        left: 50%;
        content: '↓';
        transform: translateX(-50%);
    }
}

@media (max-width: 680px) {
    .investor-section {
        padding: 4.8rem 0;
    }

    .investor-section-title {
        font-size: clamp(2.25rem, 10vw, 3.25rem);
    }

    .investor-hero h1 {
        font-size: clamp(2.75rem, 11.5vw, 3.8rem);
        line-height: 0.96;
    }

    .investor-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .investor-button {
        width: 100%;
    }

    .investor-hero-visual {
        min-height: 380px;
    }

    .investor-orbit {
        top: 44%;
        width: min(82vw, 330px);
    }

    .investor-signal {
        width: 165px;
        padding: 0.85rem;
    }

    .investor-signal--built {
        top: 4%;
        left: 0;
    }

    .investor-signal--next {
        right: 0;
        bottom: 1%;
    }

    .investor-evidence-row {
        grid-template-columns: 1fr;
    }

    .investor-evidence-row > div,
    .investor-evidence-row > div:first-child {
        border-top: 1px solid rgba(33, 21, 37, 0.14);
        border-left: 0;
    }

    .investor-evidence-row > div:first-child {
        border-top: 0;
    }

    .investor-pillar-brand {
        min-height: 8.6rem;
    }

    .investor-roadmap {
        grid-template-columns: 1fr;
        padding-left: 1.05rem;
    }

    .investor-roadmap::before {
        top: 0;
        bottom: 0;
        left: 2.05rem;
        width: 1px;
        height: auto;
    }

    .investor-roadmap-stage,
    .investor-roadmap-stage + .investor-roadmap-stage {
        padding: 0 0 3rem 3.2rem;
    }

    .investor-roadmap-stage:last-child {
        padding-bottom: 0;
    }

    .investor-roadmap-marker {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%);
    }

    .investor-roadmap-time {
        margin-top: 0;
    }

    .investor-closing-card {
        width: calc(100% - 1rem);
    }

    .investor-faq details > p {
        padding-right: 0;
    }
}

@media (max-width: 390px) {
    .investor-hero {
        padding-top: 4rem;
    }

    .investor-hero-visual {
        min-height: 350px;
    }

    .investor-pillar-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .investor-loop-step {
        grid-template-columns: 2.4rem 1fr;
        gap: 0.8rem;
        padding: 1.2rem;
    }

    .investor-faq summary {
        font-size: 1.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .investor-page *,
    .investor-page *::before,
    .investor-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
