.hc-investors {
    --hc-ink: #111720;
    --hc-muted: #5c6575;
    --hc-line: #dfe6f1;
    --hc-soft: #f5f8fc;
    --hc-blue: #1f70d1;
    --hc-green: #14a66f;
    --hc-dark: #0f1722;
    --hc-gold: #f2b84b;
    color: var(--hc-ink);
    background:
        radial-gradient(circle at 8% 2%, rgba(31, 112, 209, 0.12), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 36%, #ffffff 100%);
    overflow: hidden;
}

.hc-investors-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.hc-investors-hero {
    display: flex;
    align-items: center;
    padding: clamp(54px, 7vw, 82px) 0 clamp(30px, 5vw, 52px);
}

.hc-investors-hero-grid,
.hc-investors-split,
.hc-investors-why,
.hc-investors-contact {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    align-items: center;
    gap: clamp(30px, 5vw, 58px);
}

.hc-investors-hero h1,
.hc-investors-section h2,
.hc-investors-contact h2 {
    margin: 0;
    font-weight: 760;
    letter-spacing: 0;
}

.hc-investors-hero h1 {
    max-width: 720px;
    font-size: clamp(2.65rem, 4vw, 4.05rem);
    line-height: 1;
}

.hc-investors-lead,
.hc-investors-section p,
.hc-investors-contact p {
    color: var(--hc-muted);
    line-height: 1.7;
}

.hc-investors-lead {
    max-width: 680px;
    margin: 26px 0 0;
    font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.hc-investors-badges,
.hc-investors-actions,
.hc-investors-contact-actions,
.hc-investors-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hc-investors-badges {
    margin-top: 28px;
}

.hc-investors-badges span,
.hc-investors-contact-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(31, 112, 209, 0.16);
    border-radius: 8px;
    color: #25415f;
    background: rgba(255, 255, 255, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.hc-investors-actions {
    margin-top: 34px;
}

.hc-investors-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hc-investors-button:hover {
    transform: translateY(-2px);
}

.hc-investors-button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.hc-investors-button-primary {
    color: #ffffff;
    background: #111720;
    box-shadow: 0 16px 30px rgba(17, 23, 32, 0.18);
}

.hc-investors-button-primary:hover {
    color: #ffffff;
}

.hc-investors-button-secondary {
    color: #111720;
    background: rgba(255, 255, 255, 0.88);
    border-color: var(--hc-line);
}

.hc-investors-hero-visual {
    position: relative;
    min-height: 440px;
}

.hc-device-panel {
    position: relative;
    height: min(52vw, 470px);
    min-height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 244, 255, 0.82)),
        radial-gradient(circle at 64% 42%, rgba(20, 166, 111, 0.22), transparent 16rem);
    box-shadow: 0 30px 80px rgba(22, 35, 58, 0.16);
    overflow: hidden;
}

.hc-device-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(31, 112, 209, 0.12);
    border-radius: 18px;
    background-image:
        linear-gradient(rgba(31, 112, 209, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 112, 209, 0.08) 1px, transparent 1px);
    background-size: 42px 42px;
}

.hc-device-topline {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 8px;
    padding: 28px;
}

.hc-device-topline span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5cfdd;
}

.hc-device-orbit {
    position: absolute;
    inset: 80px 34px 118px;
    display: grid;
    place-items: center;
    perspective: 900px;
    --hc-orb-rotate-x: 0deg;
    --hc-orb-rotate-y: 0deg;
    --hc-orb-drift-x: 0px;
    --hc-orb-drift-y: 0px;
}

.hc-device-core {
    position: absolute;
    z-index: 4;
    width: 136px;
    height: 136px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background:
        radial-gradient(circle at 50% 118%, rgba(222, 251, 98, 0.13), transparent 44%),
        radial-gradient(circle at 74% 18%, rgba(84, 195, 255, 0.16), transparent 30%),
        linear-gradient(145deg, #101a28 0%, #17385f 54%, #1f70d1 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -14px 30px rgba(0, 0, 0, 0.20),
        0 28px 58px rgba(31, 112, 209, 0.28);
    display: grid;
    place-items: center;
    overflow: hidden;
    transform-style: preserve-3d;
    transform:
        rotateX(var(--hc-orb-rotate-x))
        rotateY(var(--hc-orb-rotate-y))
        translate3d(var(--hc-orb-drift-x), var(--hc-orb-drift-y), 0);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.hc-device-core::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 25px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.52), transparent 20%),
        linear-gradient(135deg, #dfff72, #4ee28f);
    box-shadow:
        0 0 28px rgba(185, 243, 108, 0.58),
        inset 0 -8px 16px rgba(20, 166, 111, 0.16);
    transform: translateZ(14px);
}

.hc-device-core::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 13px;
    height: 16px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.24), transparent 72%);
    filter: blur(7px);
    opacity: 0.62;
    pointer-events: none;
}

.hc-device-ring {
    position: absolute;
    z-index: 3;
    border-radius: 999px;
    pointer-events: none;
    mix-blend-mode: multiply;
    transition: transform 220ms ease;
}

.hc-device-ring-one {
    width: 278px;
    height: 278px;
    border: 1px solid rgba(31, 112, 209, 0.18);
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.28), transparent 16%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.14), transparent 60%),
        conic-gradient(from 180deg, rgba(69, 212, 131, 0.04), rgba(69, 212, 131, 0.34), rgba(84, 195, 255, 0.22), rgba(69, 212, 131, 0.04));
    filter: drop-shadow(0 22px 30px rgba(31, 112, 209, 0.12));
    transform: translate3d(calc(var(--hc-orb-drift-x) * 0.25), calc(var(--hc-orb-drift-y) * 0.25), 0) rotateX(66deg) rotateY(var(--hc-orb-rotate-y));
    animation: hc-ai-orbit-spin 7.2s linear infinite;
}

.hc-device-ring-two {
    width: 380px;
    height: 380px;
    border: 1px solid rgba(20, 166, 111, 0.16);
    background:
        conic-gradient(from 0deg, rgba(84, 195, 255, 0.04), rgba(84, 195, 255, 0.22), rgba(255, 255, 255, 0.02), rgba(69, 212, 131, 0.20), rgba(84, 195, 255, 0.04));
    opacity: 0.72;
    transform: translate3d(calc(var(--hc-orb-drift-x) * -0.18), calc(var(--hc-orb-drift-y) * -0.18), 0) rotateX(68deg) rotateZ(18deg) rotateY(calc(var(--hc-orb-rotate-y) * 0.65));
    animation: hc-ai-orbit-spin-secondary 10.8s linear infinite;
}

.hc-ai-fluid-field,
.hc-ai-fluid-scene,
.hc-ai-blob,
.hc-ai-glint,
.hc-ai-core-shimmer,
.hc-ai-core-chip,
.hc-ai-core-bars {
    position: absolute;
    pointer-events: none;
}

.hc-ai-fluid-field {
    z-index: 1;
    inset: 6%;
    border-radius: 48% 52% 58% 42% / 45% 42% 58% 55%;
    background:
        radial-gradient(circle at 50% 50%, rgba(84, 195, 255, 0.12), transparent 36%),
        radial-gradient(circle at 54% 58%, rgba(69, 212, 131, 0.18), transparent 58%);
    filter: blur(18px);
    opacity: 0.52;
    transform: translate3d(calc(var(--hc-orb-drift-x) * 0.22), calc(var(--hc-orb-drift-y) * 0.18), -20px);
    animation: hc-ai-field-flow 9.8s ease-in-out infinite;
}

.hc-ai-fluid-field::before,
.hc-ai-fluid-field::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    mix-blend-mode: screen;
}

.hc-ai-fluid-field::before {
    inset: 15% 6%;
    border: 1px solid rgba(129, 255, 179, 0.16);
    background: radial-gradient(ellipse at center, rgba(69, 212, 131, 0.18) 0%, rgba(69, 212, 131, 0.08) 42%, transparent 70%);
    filter: blur(16px);
    opacity: 0.26;
    animation: hc-ai-back-ellipse-a 18s linear infinite;
}

.hc-ai-fluid-field::after {
    inset: 23% 11%;
    border: 1px solid rgba(144, 224, 255, 0.13);
    background: radial-gradient(ellipse at center, rgba(84, 195, 255, 0.15) 0%, rgba(84, 195, 255, 0.06) 40%, transparent 68%);
    filter: blur(14px);
    opacity: 0.2;
    animation: hc-ai-back-ellipse-b 22s linear infinite;
}

.hc-ai-fluid-scene {
    z-index: 2;
    width: 190px;
    height: 190px;
    border-radius: 48% 52% 58% 42% / 44% 42% 58% 56%;
    background:
        radial-gradient(ellipse at 34% 42%, rgba(210, 255, 116, 0.36), transparent 36%),
        radial-gradient(ellipse at 66% 48%, rgba(47, 218, 135, 0.30), transparent 38%),
        radial-gradient(ellipse at 48% 64%, rgba(84, 195, 255, 0.18), transparent 42%);
    filter: blur(22px);
    opacity: 0.24;
    mix-blend-mode: screen;
    transform: translate3d(calc(var(--hc-orb-drift-x) * 0.16), calc(var(--hc-orb-drift-y) * 0.12), -18px);
    animation: hc-ai-fluid-morph 8.6s ease-in-out infinite;
}

.hc-ai-blob {
    z-index: 2;
    border-radius: 999px;
    filter: blur(20px);
    opacity: 0.22;
    mix-blend-mode: screen;
}

.hc-ai-blob-a {
    width: 86px;
    height: 86px;
    left: 24%;
    top: 17%;
    background: radial-gradient(circle at 42% 42%, rgba(69, 212, 131, 0.28), rgba(69, 212, 131, 0.06) 58%, transparent 74%);
    animation: hc-ai-blob-float-a 12.8s ease-in-out infinite alternate;
}

.hc-ai-blob-b {
    width: 72px;
    height: 72px;
    right: 22%;
    bottom: 24%;
    background: radial-gradient(circle at 46% 46%, rgba(84, 195, 255, 0.24), rgba(84, 195, 255, 0.06) 60%, transparent 76%);
    animation: hc-ai-blob-float-b 14.4s ease-in-out infinite alternate;
}

.hc-ai-blob-c {
    width: 58px;
    height: 58px;
    left: 42%;
    bottom: 20%;
    background: radial-gradient(circle at 44% 40%, rgba(165, 246, 117, 0.22), rgba(69, 212, 131, 0.04) 60%, transparent 76%);
    animation: hc-ai-blob-float-c 18.2s ease-in-out infinite alternate;
}

.hc-ai-glint {
    z-index: 5;
    top: 25%;
    right: 34%;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04) 62%, transparent 72%);
    filter: blur(2px);
    opacity: 0.48;
    transform: translate(calc(var(--hc-orb-drift-x) * 0.55), calc(var(--hc-orb-drift-y) * 0.55));
    transition: transform 220ms ease, opacity 220ms ease;
}

.hc-ai-core-shimmer {
    z-index: 6;
    inset: 12px;
    border-radius: 26px;
    overflow: hidden;
    transform: translateZ(16px);
}

.hc-ai-core-shimmer::before {
    content: "";
    position: absolute;
    top: -18%;
    bottom: -18%;
    left: -62%;
    width: 54%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 24%, rgba(255, 255, 255, 0.20) 50%, rgba(84, 195, 255, 0.12) 68%, transparent 100%);
    filter: blur(10px);
    opacity: 0.5;
    transform: skewX(-18deg);
    animation: hc-ai-core-shimmer 7.8s ease-in-out infinite;
}

.hc-ai-core-chip {
    z-index: 7;
    right: 20px;
    top: 27px;
    min-width: 36px;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(248, 255, 225, 0.92);
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
}

.hc-ai-core-bars {
    z-index: 7;
    left: 25px;
    right: 22px;
    bottom: 25px;
    display: grid;
    gap: 6px;
}

.hc-ai-core-bars span {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.hc-ai-core-bars span::before {
    content: "";
    display: block;
    width: 58%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #defb62, #45d483);
    box-shadow: 0 0 18px rgba(69, 212, 131, 0.34);
    animation: hc-ai-bar-pulse 3.8s ease-in-out infinite;
}

.hc-ai-core-bars span:nth-child(2)::before {
    width: 76%;
    animation-delay: -1.1s;
}

.hc-ai-core-bars span:nth-child(3)::before {
    width: 44%;
    animation-delay: -2.2s;
}

.hc-device-metrics {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hc-device-metrics div {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
}

.hc-device-metrics strong,
.hc-device-metrics span {
    display: block;
}

.hc-device-metrics strong {
    font-size: 0.88rem;
}

.hc-device-metrics span {
    margin-top: 4px;
    color: var(--hc-muted);
    font-size: 0.78rem;
}

.hc-investors-trust {
    margin-top: -8px;
    padding: 0 0 clamp(42px, 6vw, 72px);
}

.hc-investors-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.hc-investors-metric,
.hc-investors-card,
.hc-investors-layer,
.hc-investors-roadmap div,
.hc-investors-exit,
.hc-investors-form {
    border: 1px solid var(--hc-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 42px rgba(22, 35, 58, 0.08);
}

.hc-investors-metric {
    padding: 18px;
}

.hc-investors-metric strong,
.hc-investors-metric span {
    display: block;
}

.hc-investors-metric strong {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1;
}

.hc-investors-metric span {
    margin-top: 8px;
    color: var(--hc-muted);
    font-size: 0.92rem;
}

.hc-investors-section {
    padding: clamp(58px, 8vw, 96px) 0;
}

.hc-investors-section h2,
.hc-investors-contact h2 {
    font-size: clamp(2rem, 3.9vw, 4rem);
    line-height: 1.04;
}

.hc-investors-section-copy {
    margin-top: 22px;
}

.hc-investors-list {
    display: grid;
    gap: 14px;
}

.hc-investors-list-item,
.hc-investors-why-list div,
.hc-investors-moat-grid div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hc-investors-list-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--hc-line);
    color: #263242;
    font-size: 1.05rem;
    line-height: 1.5;
}

.hc-investors-list-item i {
    color: #d45757;
}

.hc-investors-soft-band {
    background:
        radial-gradient(circle at 88% 14%, rgba(20, 166, 111, 0.10), transparent 24rem),
        #f5f8fc;
}

.hc-investors-section-header {
    max-width: 790px;
    margin-bottom: clamp(26px, 4vw, 42px);
}

.hc-investors-card-grid {
    display: grid;
    gap: 16px;
}

.hc-investors-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hc-investors-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-investors-card,
.hc-investors-layer {
    padding: 24px;
}

.hc-investors-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--hc-blue), var(--hc-green));
    font-size: 1.25rem;
}

.hc-investors-card h3,
.hc-investors-layer span,
.hc-investors-roadmap h3 {
    margin: 18px 0 0;
    font-size: 1.08rem;
    font-weight: 760;
    line-height: 1.28;
}

.hc-investors-card p,
.hc-investors-layer p {
    margin: 12px 0 0;
    color: var(--hc-muted);
    line-height: 1.62;
}

.hc-investors-why {
    align-items: start;
}

.hc-investors-why p {
    margin-top: 22px;
}

.hc-investors-why-list {
    display: grid;
    gap: 14px;
}

.hc-investors-why-list div {
    padding: 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--hc-line);
}

.hc-investors-why-list i,
.hc-investors-moat-grid i {
    color: var(--hc-green);
    font-size: 1.2rem;
}

.hc-investors-dark-band {
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 10%, rgba(31, 112, 209, 0.35), transparent 28rem),
        linear-gradient(135deg, #0f1722, #151f2e);
}

.hc-investors-dark-band .hc-investors-section-header,
.hc-investors-dark-band h2 {
    color: #ffffff;
}

.hc-market-chart {
    display: grid;
    gap: 18px;
}

.hc-market-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 16px;
}

.hc-market-label {
    font-weight: 800;
    color: #b9f36c;
}

.hc-market-bar-wrap {
    min-height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.hc-market-bar {
    min-width: 220px;
    height: 100%;
    min-height: 78px;
    padding: 16px 18px;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(31, 112, 209, 0.92), rgba(20, 166, 111, 0.9));
}

.hc-market-bar strong,
.hc-market-bar span {
    display: block;
}

.hc-market-bar span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.78);
}

.hc-investors-note {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.92rem;
}

.hc-investors-layer span {
    display: inline-flex;
    margin: 0;
    color: var(--hc-blue);
}

.hc-investors-emphasis {
    margin: 28px 0 0;
    padding: 20px 24px;
    border-left: 4px solid var(--hc-green);
    border-radius: 0 12px 12px 0;
    background: #f5f8fc;
    color: #1e2b39;
    font-weight: 760;
}

.hc-investors-timeline {
    display: grid;
    gap: 12px;
}

.hc-investors-timeline-item {
    position: relative;
    padding: 0 0 16px 28px;
    border-left: 1px solid #cbd7e6;
    color: #263242;
    line-height: 1.56;
}

.hc-investors-timeline-item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--hc-blue);
}

.hc-investors-timeline strong {
    display: block;
    padding: 18px 20px;
    border-radius: 14px;
    color: #102030;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(22, 35, 58, 0.08);
}

.hc-investors-moat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.hc-investors-moat-grid div {
    padding: 18px;
    border: 1px solid var(--hc-line);
    border-radius: 14px;
    background: #ffffff;
    line-height: 1.42;
    font-weight: 700;
}

.hc-investors-roadmap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    counter-reset: roadmap;
}

.hc-investors-roadmap div {
    padding: 24px;
}

.hc-investors-roadmap span {
    display: inline-flex;
    color: var(--hc-blue);
    font-size: 0.9rem;
    font-weight: 800;
}

.hc-investors-exit {
    padding: clamp(28px, 5vw, 48px);
}

.hc-investors-exit p {
    max-width: 900px;
    margin: 22px 0 0;
    font-size: 1.05rem;
}

.hc-investors-contact-band {
    padding: clamp(62px, 8vw, 104px) 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(185, 243, 108, 0.16), transparent 24rem),
        linear-gradient(180deg, #f7fbff, #ffffff);
}

.hc-investors-contact {
    align-items: start;
}

.hc-investors-contact p {
    margin-top: 22px;
    max-width: 540px;
}

.hc-investors-contact-actions {
    margin-top: 28px;
}

.hc-investors-form {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 34px);
}

.hc-investors-form-row {
    display: grid;
    gap: 7px;
}

.hc-investors-form-row label {
    color: #273445;
    font-size: 0.92rem;
    font-weight: 760;
}

.hc-investors-form-row input,
.hc-investors-form-row textarea {
    width: 100%;
    border: 1px solid #cfd8e6;
    border-radius: 10px;
    padding: 12px 13px;
    color: var(--hc-ink);
    background: #ffffff;
    font: inherit;
}

.hc-investors-form-row input:focus,
.hc-investors-form-row textarea:focus {
    outline: 3px solid rgba(31, 112, 209, 0.16);
    border-color: var(--hc-blue);
}

.hc-investors-form-actions {
    margin-top: 8px;
}

.hc-investors-form-actions .hc-investors-button {
    min-height: 46px;
}

.hc-investors-form-status {
    min-height: 22px;
    color: var(--hc-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.hc-investors-form-status.is-success {
    color: #0f7a53;
}

.hc-investors-form-status.is-error {
    color: #a33b3b;
}

.hc-investors-footer-note {
    padding: 24px 0;
    border-top: 1px solid var(--hc-line);
    color: var(--hc-muted);
    background: #ffffff;
    font-size: 0.9rem;
}

@keyframes hc-ai-orbit-spin {
    from {
        transform:
            translate3d(calc(var(--hc-orb-drift-x) * 0.25), calc(var(--hc-orb-drift-y) * 0.25), 0)
            rotateX(66deg)
            rotateY(var(--hc-orb-rotate-y))
            rotate(0deg);
    }
    to {
        transform:
            translate3d(calc(var(--hc-orb-drift-x) * 0.25), calc(var(--hc-orb-drift-y) * 0.25), 0)
            rotateX(66deg)
            rotateY(var(--hc-orb-rotate-y))
            rotate(360deg);
    }
}

@keyframes hc-ai-orbit-spin-secondary {
    from {
        transform:
            translate3d(calc(var(--hc-orb-drift-x) * -0.18), calc(var(--hc-orb-drift-y) * -0.18), 0)
            rotateX(68deg)
            rotateZ(18deg)
            rotateY(calc(var(--hc-orb-rotate-y) * 0.65))
            rotate(0deg);
    }
    to {
        transform:
            translate3d(calc(var(--hc-orb-drift-x) * -0.18), calc(var(--hc-orb-drift-y) * -0.18), 0)
            rotateX(68deg)
            rotateZ(18deg)
            rotateY(calc(var(--hc-orb-rotate-y) * 0.65))
            rotate(360deg);
    }
}

@keyframes hc-ai-field-flow {
    0% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.52 - 4px), calc(var(--hc-orb-drift-y) * 0.28 + 2px), -20px) scale(0.9);
        border-radius: 50% 50% 58% 42% / 44% 42% 58% 56%;
        opacity: 0.34;
    }
    50% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.76 + 5px), calc(var(--hc-orb-drift-y) * 0.4 - 1px), -18px) scale(1.14);
        border-radius: 42% 58% 46% 54% / 54% 40% 60% 46%;
        opacity: 0.58;
    }
    100% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.48 - 6px), calc(var(--hc-orb-drift-y) * 0.24 - 3px), -20px) scale(0.95);
        border-radius: 56% 44% 52% 48% / 46% 56% 44% 54%;
        opacity: 0.38;
    }
}

@keyframes hc-ai-fluid-morph {
    0% {
        border-radius: 48% 52% 58% 42% / 44% 42% 58% 56%;
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.16 - 5px), calc(var(--hc-orb-drift-y) * 0.12 + 4px), -18px) rotate(0deg) scale(0.92);
    }
    50% {
        border-radius: 42% 58% 46% 54% / 54% 40% 60% 46%;
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.2 + 5px), calc(var(--hc-orb-drift-y) * 0.16 - 4px), -18px) rotate(16deg) scale(1.04);
    }
    100% {
        border-radius: 56% 44% 52% 48% / 46% 56% 44% 54%;
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.14 - 4px), calc(var(--hc-orb-drift-y) * 0.12 + 5px), -18px) rotate(0deg) scale(0.94);
    }
}

@keyframes hc-ai-back-ellipse-a {
    0% {
        transform: rotate(0deg) scale(0.96);
        opacity: 0.1;
    }
    50% {
        transform: rotate(180deg) scale(1.04);
        opacity: 0.25;
    }
    100% {
        transform: rotate(360deg) scale(0.96);
        opacity: 0.1;
    }
}

@keyframes hc-ai-back-ellipse-b {
    0% {
        transform: rotate(0deg) scale(0.98);
        opacity: 0.07;
    }
    50% {
        transform: rotate(-180deg) scale(1.03);
        opacity: 0.2;
    }
    100% {
        transform: rotate(-360deg) scale(0.98);
        opacity: 0.07;
    }
}

@keyframes hc-ai-blob-float-a {
    0% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.96 - 6px), calc(var(--hc-orb-drift-y) * 0.44 + 8px), -16px) scale(0.92);
        opacity: 0.16;
    }
    50% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 1.18 + 7px), calc(var(--hc-orb-drift-y) * 0.58 - 1px), -10px) scale(1.04);
        opacity: 0.27;
    }
    100% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.82 - 5px), calc(var(--hc-orb-drift-y) * 0.34 - 10px), -18px) scale(0.94);
        opacity: 0.18;
    }
}

@keyframes hc-ai-blob-float-b {
    0% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * -0.86 + 7px), calc(var(--hc-orb-drift-y) * -0.38 - 4px), -12px) scale(0.88);
        opacity: 0.12;
    }
    50% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * -1.08 - 6px), calc(var(--hc-orb-drift-y) * -0.52 + 2px), -8px) scale(1.02);
        opacity: 0.24;
    }
    100% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * -0.74 + 8px), calc(var(--hc-orb-drift-y) * -0.28 + 10px), -14px) scale(0.9);
        opacity: 0.15;
    }
}

@keyframes hc-ai-blob-float-c {
    0% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.64 - 7px), calc(var(--hc-orb-drift-y) * -0.28 + 4px), -12px) scale(0.84);
        opacity: 0.1;
    }
    50% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.9 + 4px), calc(var(--hc-orb-drift-y) * -0.42 - 5px), -8px) scale(0.98);
        opacity: 0.18;
    }
    100% {
        transform: translate3d(calc(var(--hc-orb-drift-x) * 0.56 + 7px), calc(var(--hc-orb-drift-y) * -0.3 + 8px), -14px) scale(0.88);
        opacity: 0.12;
    }
}

@keyframes hc-ai-core-shimmer {
    0% {
        left: -62%;
        opacity: 0;
    }
    12% {
        opacity: 0.18;
    }
    24% {
        opacity: 0.44;
    }
    38% {
        left: 108%;
        opacity: 0;
    }
    100% {
        left: 108%;
        opacity: 0;
    }
}

@keyframes hc-ai-bar-pulse {
    0%, 100% {
        opacity: 0.56;
        transform: translateX(-6%);
    }
    50% {
        opacity: 1;
        transform: translateX(14%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hc-device-ring-one,
    .hc-device-ring-two,
    .hc-ai-fluid-field,
    .hc-ai-fluid-field::before,
    .hc-ai-fluid-field::after,
    .hc-ai-fluid-scene,
    .hc-ai-blob,
    .hc-ai-core-shimmer::before,
    .hc-ai-core-bars span::before {
        animation: none !important;
    }
}

@media (max-width: 991.98px) {
    .hc-investors-hero-grid,
    .hc-investors-split,
    .hc-investors-why,
    .hc-investors-contact {
        grid-template-columns: 1fr;
    }

    .hc-investors-hero {
        min-height: 0;
    }

    .hc-investors-hero-visual {
        min-height: 0;
    }

    .hc-device-panel {
        height: auto;
        min-height: 390px;
    }

    .hc-investors-metric-grid,
    .hc-investors-card-grid-four,
    .hc-investors-moat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-investors-card-grid-three,
    .hc-investors-roadmap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .hc-investors-shell {
        width: min(100% - 24px, 1120px);
    }

    .hc-investors-hero {
        padding-top: 42px;
    }

    .hc-investors-hero h1 {
        font-size: clamp(2.35rem, 11vw, 3.1rem);
        line-height: 1.04;
    }

    .hc-investors-metric-grid,
    .hc-investors-card-grid-four,
    .hc-investors-moat-grid {
        grid-template-columns: 1fr;
    }

    .hc-device-metrics {
        grid-template-columns: 1fr;
    }

    .hc-device-panel {
        min-height: 520px;
    }

    .hc-market-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hc-market-bar {
        width: 100% !important;
        min-width: 0;
    }

    .hc-investors-form-actions .hc-investors-button {
        width: 100%;
    }
}
