.iv-hero__actions--compact {
    margin-top: 1.5rem;
}

.iv-thesis-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.iv-stack-diagram {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 42rem;
    margin: 0 auto;
}

.iv-stack-diagram__layer {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--iv-border);
    border-radius: var(--iv-radius-md);
    background: rgba(255, 255, 255, 0.04);
}

.iv-stack-diagram__layer--top {
    border-color: rgba(103, 232, 249, 0.35);
    background: rgba(103, 232, 249, 0.08);
}

.iv-stack-diagram__layer--base {
    opacity: 0.92;
}

.iv-stack-diagram__layer strong {
    font-size: 0.95rem;
}

.iv-stack-diagram__layer span {
    color: var(--iv-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.iv-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid var(--iv-border-strong);
    max-width: 40rem;
}

.iv-timeline__item {
    position: relative;
    padding: 0 0 1.75rem 1.35rem;
}

.iv-timeline__item::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--iv-violet);
    box-shadow: 0 0 12px rgba(139, 125, 255, 0.5);
}

.iv-timeline__item--highlight::before {
    background: var(--iv-cyan);
    box-shadow: 0 0 14px rgba(103, 232, 249, 0.55);
}

.iv-timeline__when {
    display: block;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: var(--iv-text);
}

.iv-timeline__item p {
    margin: 0;
    color: var(--iv-muted);
    line-height: 1.6;
}

.iv-muted-note {
    margin-top: 1.5rem;
    color: var(--iv-soft);
    font-size: 0.92rem;
}

.iv-compare-table-wrap {
    overflow-x: auto;
}

.iv-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.94rem;
}

.iv-compare-table th,
.iv-compare-table td {
    padding: 0.85rem 1rem;
    border: 1px solid var(--iv-border);
    text-align: left;
    vertical-align: top;
}

.iv-compare-table thead th {
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
}

.iv-compare-table tbody th {
    font-weight: 600;
    width: 18%;
}

.iv-founder-card {
    max-width: 36rem;
}

.iv-investors-cta {
    text-align: center;
}

.iv-investors-cta__inner {
    max-width: 40rem;
}

.iv-investors-cta h2 {
    margin-bottom: 0.75rem;
}

.iv-investors-cta p {
    color: var(--iv-muted);
    line-height: 1.6;
}

.iv-investors-cta .iv-hero__actions--compact {
    justify-content: center;
}

.iv-legal-note {
    margin-top: 2rem;
    font-size: 0.82rem;
    color: var(--iv-soft);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .iv-thesis-grid {
        grid-template-columns: 1fr;
    }
}
